Re: [SR-Users] secure websocket error in kamailio

2015-12-08 Thread Priyaranjan Nayak
max_connections? > > http://www.kamailio.org/wiki/cookbooks/4.3.x/core#tcp_max_connections > > Cheers, > Daniel > > > On 07/12/15 09:32, Priyaranjan Nayak wrote: > > > Hi All, > > I am running the kamailio for secure websocket (WSS). While running > tra

[SR-Users] secure websocket error in kamailio

2015-12-07 Thread Priyaranjan Nayak
Hi All, I am running the kamailio for secure websocket (WSS). While running traffic testing the kamailio is not able to take beyond 2300 connection. I am getting below error. 45(12831) ERROR: tls [tls_server.c:243]: tls_fix_connection_unsafe(): tls: ssl bug #1491 workaround: not enough memory for

[SR-Users] 403 Forbidden for INVITE in kamailio for ims call

2015-11-20 Thread Priyaranjan Nayak
Hi All, I have installed kamailio and using as a i-cscf,s-cscf and p-cscf server. I have taken FHoSS(OpenImscore) for hss server Now I am able to do register and unregister. When I am sending INVITE for call, the calling-party and called-party were registerd but I am getting "403 Forbidden - Dialo

Re: [SR-Users] Adding proprietary event in kamailio

2015-11-05 Thread Priyaranjan Nayak
sence_feature", "param_name", param_value) > > Cheers, > Daniel > > > On 05/11/15 11:53, Priyaranjan Nayak wrote: > > Hi Daniel, > > I have written a c module called presence_feature and generated a dynamic > library (i.e.presence_feature.so) by referr

Re: [SR-Users] Adding proprietary event in kamailio

2015-11-05 Thread Priyaranjan Nayak
t value. > > Cheers, > Daniel > > > On 04/11/15 13:42, Priyaranjan Nayak wrote: > > Hi Daniel, > > >- do you need special handling for that event? > > * Yes*. > > >- Is the body of the NOTIFY for such SUBSCRIBEs in xml format? > >

Re: [SR-Users] Adding proprietary event in kamailio

2015-11-04 Thread Priyaranjan Nayak
llo, > > do you need special handling for that event? Is the body of the NOTIFY for > such SUBSCRIBEs in xml format? > > Cheers, > Daniel > > > On 04/11/15 13:02, Priyaranjan Nayak wrote: > > Hi All, > > If I send a SUBSCRIBE message with "Event: presence"

[SR-Users] Adding proprietary event in kamailio

2015-11-04 Thread Priyaranjan Nayak
Hi All, If I send a SUBSCRIBE message with "Event: presence" then I am getting 200 OK. When I am sending some proprietary event(i.e. Event: as-feature-event ) then I am getting 489 Bad event. Could you please help me how can I add proprietary event in the kamailio-4.2.5 to handle the SUBSCRIBE m

Re: [SR-Users] Need to increase performance to handle more SUBSCRIBE messages

2015-11-04 Thread Priyaranjan Nayak
ot;presence.so" loadmodule "presence_xml.so" loadmodule "nathelper.so" loadmodule "rtpproxy.so" loadmodule "tls.so" loadmodule "htable.so" loadmodule "pike.so" loadmodule "xmlrpc.so" loadmodule "debugger.so" Ple

[SR-Users] Need to increase performance to handle more SUBSCRIBE messages

2015-11-03 Thread Priyaranjan Nayak
Hi All, I am sending 300 REGISTER per second and getting response properly.When I am sending 50 SUBSCRIBE per second the Kamailio is not responding properly. Now We are using kamailio-4.2.5 version. Is there any procedure to increase the performance to handle more SUBSCRIBE in a second ? Thanks,

[SR-Users] Adding user to kamailio database

2015-09-14 Thread Priyaranjan Nayak
Hi All, I wanted to use kamailio with authorization. How can I add public identity and private identity to kamailio database for a user ? Thanks Priyaranjan ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-r

[SR-Users] Kamailio TLS handshake fails above 6500 TLS connections

2015-08-28 Thread Priyaranjan Nayak
Hi All, We are trying to make 1 tls connection with Kamailio server for SIP signaling.When I try beyond 6500 TLS connection then TLS handshake is failing.We are running the kamailio by using below command - kamailio -f kamailio.cfg -N 40 -m 1024 -M 16 NOTE: In kamailio.cfg, we have menti

[SR-Users] kamailio sending 408 request time out

2015-06-13 Thread Priyaranjan Nayak
Hi All, I am using kamailio-4.2.5 for testing setup. After starting the kamailio I am getting below message /usr/local/sbin/kamailio -f /usr/local/etc/kamailio/kamailio.cfg -N 20 -m 512 -M 8 /usr/local/sbin/kamailio -f /usr/local/etc/kamailio/kamailio.cfg -E loading modules under config path: /us

Re: [SR-Users] Need to add extra header in 200 OK message by using kamailio.cfg file

2015-06-05 Thread Priyaranjan Nayak
heck(): different number of preprocessor directives: N(#!IF[N]DEF) - N(#!ENDIF) = 1 Could you please give me idea where I went wrong ? On Sat, Jun 6, 2015 at 11:37 AM, Mikko Lehto wrote: > Priyaranjan Nayak : > > > I wanted to send a extra header(i.e. Security-Server ) in the 200 OK >

[SR-Users] Need to add extra header in 200 OK message by using kamailio.cfg file

2015-06-05 Thread Priyaranjan Nayak
Hi All, I wanted to send a extra header(i.e. Security-Server ) in the 200 OK from kamailio server. Could you please suggest me how can I add extra header in 200 OK message by using kamailio.cfg file ? Thanks Priyaranjan ___ SIP Express Router (SER) and

Re: [SR-Users] Need information regarding kamilio setup to support IPSec

2015-06-05 Thread Priyaranjan Nayak
hen you can do it from kamailio.cfg with the functions from textops module. > > Cheers, > Daniel > > > On 04/06/15 13:35, Priyaranjan Nayak wrote: > > Hi All, > > I have a ims client endpoint supporting rfc 3329(IPSec).Now I am sending > register message to kamailio serv

[SR-Users] Need information regarding kamilio setup to support IPSec

2015-06-04 Thread Priyaranjan Nayak
Hi All, I have a ims client endpoint supporting rfc 3329(IPSec).Now I am sending register message to kamailio server with Security-Client header and not getting any Security-Server header in response. Could you please tell me below queries - Whether kamailio server supporting rfc 3329 (IPSec)

[SR-Users] IPSec supporting open source SIP Server

2015-06-01 Thread Priyaranjan Nayak
Hi All, I need one IPSec supported opensource SIP server for testing my sip client endpoint.Could you please tell me which SIP server supporting IPSec ? Thanks in advance. Thanks Priyaranjan ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-use

[SR-Users] Is RTP proxy compatible with SER

2013-05-10 Thread Priyaranjan Nayak
Hi All, I am new to SER and SEMS . Can we run RTP proxy with SER ? If yes, which version of SER will compatible with RTP proxy ? -- Thanks Priyaranjan ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@l

[SR-Users] Is RTP proxy compatilble with SER

2013-05-10 Thread Priyaranjan Nayak
Hi All, I am new to SER and SEMS . Can we run RTP proxy with SER ? If yes, which version of SER will compatible with RTP proxy ? -- Thanks Priyaranjan ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@l

[SR-Users] Need kamailio-3.1.5 configuration

2013-05-09 Thread Priyaranjan Nayak
Hi All, After successful install of kamailio-3.1.5 I am trying to start kamailio,but it throws following error loading modules under /usr/local/lib/kamailio/ modules_k/:/usr/local/lib/kamailio/modules/:/usr/local/lib/kamailio/modules_s/ 0(2580) WARNING: [socket_info.c:912]: WARNING: fi