Re: [SR-Users] Core crash in del_lump() "offset exceeds message size" when using subst() inside tm:local-request route.

2017-08-08 Thread Cody Herzog
My pleasure. Thanks very much. From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent: Tuesday, August 8, 2017 1:17 AM To: Cody Herzog ; Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Core crash in del_lump() "offset

[SR-Users] How do I add a record to a group table ?

2017-08-08 Thread leslie mekiyess
Hi, I am working with the last kamilio integrated with MySQL. Is there any configuration , db cmds instructions in order to simulate a group call ? BR, Leslie. ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org

[SR-Users] kamailio + dispatcher asterisks + pstn gateways

2017-08-08 Thread Aidar Kamalov
Hello, Whats the best way to provide subject? Now I have central kamailio server and (asterisk "media" servers + asterisk pstn gateway in different cities). Kamailio default config with some changes in route[LOCATION] if (!lookup("location")) { $var(rc) = $rc;

[SR-Users] [ *SPAM* 3.0 ] Re: [ *SPAM* 2.2 ] Re: carrierroute and failure route

2017-08-08 Thread yu
Can you provide 100% working Kami config with correct NAT traversal and REINVITE please? -- Отправлено из myMail для Android понедельник, 07 августа 2017г., 13:08 +03:00 от Sebastian Damm d...@sipgate.de : >Hi, > >On Sat, Aug 5, 2017 at 7:00 PM, Yu Boot < y...@yu-boot.ru > wrote: >> Gotcha!

[SR-Users] Kamailio Server not relaying any message

2017-08-08 Thread Rahman Afzal
Hi, I have an ongoing issue with kamailio...my softclient registered with kamilio originates a call which gets routed to another switch from kamilio and that switch terminates the call to B party side. Now once calls is established, B party sends BYE messages or (any re-INVITE during the dialog)

[SR-Users] how to remove a line in sdp

2017-08-08 Thread Sunil More
Hello All, I have the following SDP coming in from a carrier and would like to remove the following line. Cant figure how to go about it. line to remove : *a=cdsc: 1 image udptl t38* sdp is as below Content-Type: application/sdp. Content-Length: 293. . v=0. o=hiQ9200 5859020170708143552

[SR-Users] issue in Dialplan

2017-08-08 Thread Logeshwaran G
Please find the below rules I am using: ++--++--+--+---+ ---+--+---+ | id | dpid | pr | match_op | match_exp| match_len | subst_exp | repl_exp | attrs | ++--++--+--+---+

Re: [SR-Users] "kamctl restart" fails

2017-08-08 Thread David Villasmil
You need to configure kamctlrc properly, it probably doesn't know where the pid file is. On Tue, Aug 8, 2017 at 10:22 AM Yu Boot wrote: > # kamctl restart > > INFO: Stopping Kamailio : > INFO: stopped > > INFO: Starting Kamailio : > 2292 pts/0S+ 0:00 /bin/egrep

[SR-Users] "kamctl restart" fails

2017-08-08 Thread Yu Boot
# kamctl restart INFO: Stopping Kamailio : INFO: stopped INFO: Starting Kamailio : 2292 pts/0S+ 0:00 /bin/egrep kamailio -rw-r--r--. 1 kamailio kamailio 5 Aug 8 11:15 /var/run/kamailio.pid INFO: PID file exists (/var/run/kamailio.pid)! Kamailio already running? "service kamailio

Re: [SR-Users] Core crash in del_lump() "offset exceeds message size" when using subst() inside tm:local-request route.

2017-08-08 Thread Daniel-Constantin Mierla
I pushed a patch to add 0 at the end of tm uac buffer -- somehow memory was allocated to accommodate it but not set. Thanks for troubleshooting this in detail ... Cheers, Daniel On 07.08.17 22:13, Cody Herzog wrote: > > Yes. The crash was happening when using subst() or subst_body() inside >