Re: [SR-Users] CallControl and MediaProxy

2012-02-24 Thread Daniel-Constantin Mierla
A quick grep over the callcontrol sources didn't reveal a point where mediaproxy is engaged. Can you load debugger module and enable cfgtrace, then run such a scenario and send out the output from cfgtrace to see all the config actions executed? Cheers, Daniel On 2/24/12 7:56 PM, Reda Aouad

Re: [SR-Users] Kamailio Shutdown when received a packet without RR

2012-02-24 Thread Daniel-Constantin Mierla
Hello, can you run it as root, do 'ulimit -c unlimited' before starting? Then you should get a core file in the '/' folder (you can change the location via -w parameter). Send the backtrace with gdb from the core, that should help better to identify where the issue is located. Cheers, Daniel

Re: [SR-Users] Kamailio Shutdown when received a packet without RR

2012-02-24 Thread Javier Vidal
Hi Daniel, thank you for your help, Cheers DEBUG: Feb 24 14:52:29 sbc /usr/sbin/kamailio[18305]: DEBUG: topoh [th_msg.c:514]: no record route header Feb 24 14:52:29 sbc /usr/sbin/kamailio[18305]: DEBUG: topoh [th_msg.c:906]: + added cookie header [TH: uch#015#012] Feb 24 14:52:29 s

Re: [SR-Users] Kamailio Shutdown when received a packet without RR

2012-02-24 Thread Daniel-Constantin Mierla
Hello, do you get a core dump or other log messages after the last one you sent? The log message shows that topoh went over the rr checking, so it is somewhere later, could be related or not at all. Cheers, Daniel On 2/24/12 4:16 PM, Javier Vidal wrote: Hi all, when i send a packet to a c

Re: [SR-Users] CallControl and MediaProxy

2012-02-24 Thread Reda Aouad
It would be great Daniel if you could do it. I will be more than happy to test it. A function parameter would be more flexible than a module parameter. I expect it shouldn't affect the behavior of the external application CallControl. Thanks in advance :) Reda On Fri, Feb 24, 2012 at 08:09, Da

Re: [SR-Users] Kamailio segmentation fault

2012-02-24 Thread Fabian Borot
thank you guys, for that setup we are using 1.5.2, and we are running it as root, on CentOS 5.2. what can I do to make sure that the core is created should this happen again? > From: fbo...@hotmail.com > To: us...@lists.kamailio.org > Subject: RE:

Re: [SR-Users] Kamailio Shutdown when received a packet without RR

2012-02-24 Thread Alex Balashov
My guess would be that it shuts down because a child process exited abnormally, because it crashed. :) -- Alex Balashov - Principal Evariste Systems LLC 260 Peachtree Street NW Suite 2200 Atlanta, GA 30303 Tel: +1-678-954-0670 Fax: +1-404-961-1892 Web: http://www.evaristesys.com/, http://www.al

[SR-Users] Kamailio Shutdown when received a packet without RR

2012-02-24 Thread Javier Vidal
Hi all, when i send a packet to a carrier with topoh activated he answers a packet without RR and kamailio shutdown himself. I understand that my Carrier shouldn't send me a SIP Packet without RR, but i also can't understand why kamailio shutdowns. Thank you in advance and Good IPv6 Friday.

Re: [SR-Users] DRouting cause Kamailio 3.2 to stop

2012-02-24 Thread Stoyan Mihaylov
I am working with kamailio from 3 months or so. And we use it only as registrar and load balance. All routing is done from Asterisks which are behind kamailio. I only "route" using ds_select_dst - to select Asterisk where to forward call. I dont like signal 15 - looks like crash from wrong argumen

Re: [SR-Users] DRouting cause Kamailio 3.2 to stop

2012-02-24 Thread Fatima Chahrour~Vanrise Support
Hi, Thanks for your reply. I have checked, and I have one question, from analyzing two points: - 1st point is that before adding the drouting scripts no problem with kamailio and no crash, but after adding the script in the routing logic kamailio app dies - 2nd point if

Re: [SR-Users] DRouting cause Kamailio 3.2 to stop

2012-02-24 Thread Stoyan Mihaylov
I suppose - kamailio crashes. You can run in console on same server: tail -f /var/log/syslog or you can tail file where sys logs are stored. There - you can see some debugs, and you can check discussion about kamailio crashes and how to get dump file. This way you will identify problem and then eit

Re: [SR-Users] avp_delete problem [kamailio 1.5]

2012-02-24 Thread Sven Knoblich
Hi Daniel, i will do that and backport the doc-update to the previous versions. Bye Sven ** Am 24.02.2012 08:19, schrieb Daniel-Constantin Mierla: On 2/22/12 10:26 AM, Sven Knoblich wrote: Ah, ok. thanks. This explains the behaviour. But it isn't explicit mentioned in the documentation what