[SR-Users] IMS related : ims_usrloc_pcscf : "lookup_check_received" setting is useless now

2016-11-22 Thread Dragos Oancea
Hi The setting "lookup_check_received" is documented here : http://www.kamailio.org/docs/modules/4.4.x/modules/ims_usrloc_pcscf.html#idp44519300 But looking through the code I saw it's not used anymore, although it can be passed as a parameter. I was wondering if this is an accident or something

Re: [SR-Users] RTPProxy benchmark

2016-11-15 Thread Dragos Oancea
Hi Increase fs.file-max in your /etc/sysctl.conf . eg: fs.file-max = 5 And then do sysctl -p Decrease SILENT_TIMEOUT in your rtpengine.conf (eg:SILENT_TIMEOUT=120) - it's default 1 hour and if some calls don't have media then rtpengine will just keep the UDP ports in use until this timeout exp

Re: [SR-Users] Kamailio number of concurrent calls

2016-10-03 Thread Dragos Oancea
Hi, Sipp might be able to handle 1000 simultaneous calls with media but with a lot of packet loss , especially if you use its RTP echo feature (-rtp_echo) . The issue seems independent of kernel params or network card params. I ran into this issue on a CentOS and Freeswitch offered much more perfo

Re: [SR-Users] Kamailio P-CSCF error on INVITE

2016-09-19 Thread Dragos Oancea
Hi Try: modparam("ims_registrar_pcscf", "is_registered_fallback2ip", 2) http://www.kamailio.org/docs/modules/devel/modules/ims_registrar_pcscf.html#idp17383820 Use latest kamailio to date (4.4.3) or kamailio master. Regards, Dragos On 19/09/2016 09:11, Owais wrote: > Any ideas? > > > > -- >

Re: [SR-Users] issue with memcached module

2016-09-01 Thread Dragos Oancea
Hi Jay, Have you tried this ? modparam("memcached", "stringify", 1) http://www.kamailio.org/docs/modules/4.4.x/modules/memcached.html#memcached.p.stringify Cheers, Dragos On 02/09/2016 03:45, jay binks wrote: > if I use the memached module in kamailio to set STRING data in memcache, > this is no

Re: [SR-Users] ims_dialog- dlg set error

2016-08-25 Thread Dragos Oancea
Hi Suresh, I have checked the tarball for 4.4.2 since I was curious about your issue. #!define FLT_DIALOG 2 modparam("ims_dialog", "dlg_flag", FLT_DIALOG) These two lines are present in examples/scscf/kamailio.cfg, so it shouldn't have run into that error. Make sure you are running the right exa

Re: [SR-Users] RTPEngine

2016-08-17 Thread Dragos Oancea
Hi, Try to pass " --log-level=2 --log-facility=local7" from command line and set local7 to write to a file in your /etc/rsyslog.conf. ./rtpengine -h | grep log -L, --log-level=INT Mask log priorities above this level --log-facility=daemon|local0|...|local7

Re: [SR-Users] Core/ signal 11 Segmenation fault on kamailio 4.3.5

2016-08-17 Thread Dragos Oancea
Hi, The backtrace is not very useful, there are no debugging symbols. You probably installed a kamailio RPM on that machine. Try to compile directly on the machine and reproduce. Cheers, Dragos On 17/08/2016 14:16, Jonathan Hunter wrote: > Hi guys, > > We seem to have a regular occurrence where

Re: [SR-Users] Kamailio SIP 500

2016-08-16 Thread Dragos Oancea
Hi, It means the I-CSCF does not know about your S-CSCF or cannot reach it. Check the diameter UAA message coming from HSS, it should contain an AVP called Server-Name, with the value of S-CSCF. Regards, Dragos On 17/08/2016 02:45, Rodrigo Moreira wrote: > Hi, > > What is it means? > > Thank y

Re: [SR-Users] Stress Testing

2016-08-16 Thread Dragos Oancea
Hi, Perhaps you could try adjusting your sysctl params: Here are some values, but they should be adjusted for your machine: net.core.rmem_max=16777216 net.core.wmem_max=16777216 net.ipv4.tcp_rmem=4096 87380 16777216 net.ipv4.tcp_wmem=4096 65536 16777216 net.ipv4.udp_mem=16777216 16777216 16777216

Re: [SR-Users] Function sdp_remove_codecs_by_id seems to be not working

2015-05-18 Thread Dragos Oancea
Hi Did you use msg_apply_changes() before relaying the INVITE ?http://kamailio.org/docs/modules/4.1.x/modules/textopsx.html#textopsx.f.msg_apply_changes Regards,Dragos From: José Seabra To: Kamailio (SER) - Users Mailing List Sent: Monday, May 18, 2015 12:31 PM Subject: [SR-Users] Fun

Re: [SR-Users] UAC Module

2015-04-21 Thread Dragos Oancea
Hi Are you behind NAT ?Do you see the INVITE on the bad trunk reaching the routing script ? Dragos From: Ali Jibran To: sr-users@lists.sip-router.org Sent: Tuesday, April 21, 2015 3:19 PM Subject: [SR-Users] UAC Module Hi all. I am using UAC module to establish two trunks to my pro

Re: [SR-Users] memcached module trimming the leading 8 char with innodb module

2015-04-16 Thread Dragos Oancea
Hi Ethan, What memcached library are you using with kamailio ?What version is you kamailio ?I am sure that the memcached module is working with kamailio 4.0.2 . Regards,Dragos From: Ethan Brooks To: sr-users@lists.sip-router.org Sent: Friday, April 10, 2015 5:29 AM Subject: [SR-Users] m

Re: [SR-Users] Reg. invalid cseq error.

2015-04-07 Thread Dragos Oancea
Hi Badri, It can happen if you use sipp and you place calls (sending REGISTER before each INVITE) with the same username.I found out that passing "-cid_str somestring-%u-%s" to sipp helps. Regards,Dragos From: Daniel-Constantin Mierla To: Kamailio (SER) - Users Mailing List Sent: Frida

[SR-Users] rare crash , race condition between 183 and 408 ?

2014-11-04 Thread Dragos Oancea
Hi all & hi Daniel , We had a crash with version 4.0.5 today . I looks like it happens due to a race condition between a provisional response (183) and the generation of a 408 . We send the INVITE, get a `100 Trying` from upstream , then we get a `183 Session Progress` from upstream , then a

[SR-Users] Kamailio v4.0.5 crash - transformations related ?

2014-04-30 Thread Dragos Oancea
Hi  We experimented a crash with kamailio 4.0.5 , it looks like a memory corruption. After an analyse of the core file,  it appears that it crashed while doing a str2int transformation (trying to convert the value of myvar to int):  if (($(dlg_var("myvar"){s.int}) == 0) && some_other_condition

[SR-Users] proposed patch for the registrar module - crash fix

2014-02-27 Thread Dragos Oancea
nt, and maybe that's why this bug was not spotted by the community before. Just to clarify, this fix is in relation with this post: http://lists.sip-router.org/pipermail/sr-dev/2014-February/022934.html Please take into consideration the attached patch provided by the Libon Voice Team. Rega

Re: [SR-Users] Use of t_cancel_callid() to drop an early dialog

2013-11-26 Thread Dragos Oancea
Hello Regarding the stuck dialog in state 5 , we had wait_ack = 1 ; we've put wait_ack = 0 , and the cancelled dialog does not show in the output of `kamctl mi dlg_list` anymore. Regards, Dragos On Tuesday, November 26, 2013 9:32 AM, Guillaume Bour wrote: On 25/11/2013 21:35, Daniel-Const

Re: [SR-Users] Use of t_cancel_callid() to drop an early dialog

2013-11-21 Thread Dragos Oancea
Hello Everyone,  Daniel,  This is directly related to the previous emails on this subject, sent by Guillaume. I am adresing here the exact same issue, we work together. The following piece of code is supposed to disconnect the previous call placed by a user: We save call-id,totag (if we have 1

Re: [SR-Users] potential memory leak

2013-09-30 Thread Dragos Oancea
Hi Daniel, No, we don't see that kind of errors in the logs. We will try to provide some logs as soon as we have something relevant. Thank you! Regards, Dragos From: Daniel-Constantin Mierla To: Dragos Oancea ; Kamailio (SER) - Users Mailing List

Re: [SR-Users] potential memory leak

2013-09-30 Thread Dragos Oancea
Hi Daniel, We are running Kamailio 4.0.3 . So it appears that yes, we have this commit. Regards, Dragos From: Daniel-Constantin Mierla To: Dragos Oancea ; Kamailio (SER) - Users Mailing List Sent: Monday, September 30, 2013 4:06 PM Subject: Re: [SR-Users

[SR-Users] potential memory leak

2013-09-30 Thread Dragos Oancea
Thank you. Regards, Dragos Oancea ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

[SR-Users] $DLG_lifetime

2013-06-20 Thread Dragos Oancea
Hello , Is the $DLG_lifetime supposed to be accessed in theevent_route[tm:local-request] ? We are trying to access it and it always reports null with kamailio 4.0.0 . We found a reference about this here:  http://www.kamailio.org/pub/kamailio/3.3.3/ChangeLog  . dialog(k): run event route

Re: [SR-Users] memcache problem - reporting protocol error

2013-06-07 Thread Dragos Oancea
ntime. Regards, Dragos From: Charles Chance To: Dragos Oancea Cc: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List Sent: Friday, June 7, 2013 11:06 AM Subject: Re: [SR-Users] memcache problem - reporting protocol error The

Re: [SR-Users] memcache problem - reporting protocol error

2013-06-06 Thread Dragos Oancea
27;s under heavy development. Many thanks! Regards, Dragos From: Charles Chance To: Dragos Oancea Cc: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List Sent: Thursday, June 6, 2013 7:37 PM Subject: Re: [SR-Users] memcac

Re: [SR-Users] memcache problem - reporting protocol error

2013-06-06 Thread Dragos Oancea
since I could not reproduce exactly the problem so far ?  Regards, Dragos ____ From: Charles Chance To: Dragos Oancea ; Kamailio (SER) - Users Mailing List Sent: Thursday, June 6, 2013 6:27 PM Subject: Re: [SR-Users] memcache problem - reporting protocol error

[SR-Users] memcache problem - reporting protocol error

2013-06-06 Thread Dragos Oancea
Hello We are having issues with the memcached module (Kamailio 4.0.0) .  All of a sudden we are getting this kind of messages in the logs, and the values for the requested keys are not retrieved. ALERT: memcached [memcached.c:189]: ALERT: memcached: mcm_fetch_cmd():1305: memcache(4) protoc

Re: [SR-Users] dlg_end_dlg

2013-04-30 Thread Dragos Oancea
Hi  Yes, Daniel , you are right. Here is a backtrace from a SIP worker:  http://pastebin.com/t6XPQ6dx Regards, Dragos From: Daniel-Constantin Mierla To: Dragos Oancea ; Kamailio (SER) - Users Mailing List Sent: Tuesday, April 30, 2013 8:28 PM Subject: Re

Re: [SR-Users] dlg_end_dlg

2013-04-30 Thread Dragos Oancea
,  Dragos From: Daniel-Constantin Mierla To: Dragos Oancea ; Kamailio (SER) - Users Mailing List Sent: Tuesday, April 30, 2013 6:26 PM Subject: Re: [SR-Users] dlg_end_dlg Hello, does it block for few seconds and then goes on, or it locks after few

[SR-Users] dlg_end_dlg

2013-04-30 Thread Dragos Oancea
Hi everyone, I believe I've run into a problem when using dlg_end_dlg (with mi_datagram ) called from an external perl script with perl_exec() . Kamailio just locks after a while (few seconds) after disconnecting a call. Some parts of my debug log can be found here: http://pastebin.com/ANaTEifC