[SR-Users] Sending NOTIFY using t_uac_dlg over xmlrpc

2012-04-27 Thread Krishna Kurapati
Hi, I was able to send MESSAGE using xmlrpc (mi and t_uac_dlg) I got the 200 OK response to the message. However, when I try to send NOTIFY, I receive HTTP response but with empty methodResponse. Is NOTIFY not suppored by t_uac_dlg? Thanks Krish Kura POST /RPC2 HTTP/1.0 User-Agent: ruby-sip-cli

Re: [SR-Users] testing the value of $si

2012-04-27 Thread Alex Balashov
It should work. What are your symptoms that it doesn't? -- Alex Balashov - Principal Evariste Systems LLC 235 E Ponce de Leon Ave Suite 106 Decatur, GA 30030 Tel: +1-678-954-0670 Web: http://www.evaristesys.com/, http://www.alexbalashov.com x-kamai...@sidell.org wrote: >How do I compare $si

[SR-Users] testing the value of $si

2012-04-27 Thread x-kamailio
How do I compare $si to a particular IP address value? This doesn't seem to work: if( $si == "123.123.123.123") ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin

Re: [SR-Users] kamailio Crashes with rls module

2012-04-27 Thread Daniel-Constantin Mierla
Hello, the core file is useless without binaries, so you have to send the gdb backtrace: gdb /path/to/kamailio /path/to/corefile Then do 'bt full' and send the output on the mailing list. Cheers, Daniel On 4/27/12 8:30 PM, Gnaneshwar Gatla wrote: Hey Daniel, Yes, this can be reproduced.

Re: [SR-Users] kamailio Crashes with rls module

2012-04-27 Thread Daniel-Constantin Mierla
Hello, can you send the backtrace? according to the logs, there is a core file: Apr 26 21:00:42 SIPDev /usr/local/sbin/kamailio[14369]: ALERT: [main.c:751]: child process 14374 exited by a signal 11 Apr 26 21:00:42 SIPDev /usr/local/sbin/kamailio[14369]: ALERT: [main.c:754]: core was generat

Re: [SR-Users] dispatcher and call transfer

2012-04-27 Thread charles.cha...@sipcentric.com
Hi,I actually meant use db, but make the table type in-memory ;-)Regarding memcached, it doesn't need to be a complete backend for the dialog module in this situation, although I agree it would be a nice feature to have.Charles___ SIP Express Router (SER)

Re: [SR-Users] dispatcher and call transfer

2012-04-27 Thread Asgaroth
Hi Charles, dialog module does have support of in memory support and multiple options for how it writes back into a database table (or disable database altogether and just use memory). However, I suspect, this would only be usefull again if a single loadbalancer is in use, as the second loadbalanc

Re: [SR-Users] dispatcher and call transfer

2012-04-27 Thread charles.cha...@sipcentric.com
Sorry, I meant dialog table not domain table :-/Sent from Samsung Mobile ___ 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

Re: [SR-Users] dispatcher and call transfer

2012-04-27 Thread charles.cha...@sipcentric.com
Regarding shared state across the two kamailios, have you considered memcached module?Or you could make domain table in db in-memory?Best,Charles___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http

Re: [SR-Users] dispatcher and call transfer

2012-04-27 Thread Asgaroth
Hi All, Just resending this as my previous message was too big (bigger than 60k) ---. Thanks all for the suggestions. @Charles Yes that is correct, that is the scenario that is occurring, we are using asterisk, when a call is initiated via asterisk 1, the second call then routes through to aste

[SR-Users] kamailio Crashes with rls module

2012-04-27 Thread Gnaneshwar Gatla
Hello, I'm experimenting the usage of rls module with Kamailio. I have been able to successfully update xcap documents on Kamailio XCAP server. I have tried to use SIPp to get a NOTIFY for subscribing a rls-service list. Kamailio does get the xml from the xcap table and tries to parse it and cr

Re: [SR-Users] Copy reason field from 503 to 500.

2012-04-27 Thread Vitaliy Aleksandrov
According to "http://www.asipto.com/pub/kamailio-devel-guide/#c02message_processing"; all replies comes to on_reply and if it is negative reply it will be processed in failure_route after onreply_route. But that is not the point i tried failure_route too. append_hf works great for forwarded re