Re: [SR-Users] How to limit number of calls in Kamailio proxy

2011-11-09 Thread Andrew Pogrebennyk
Austin, the block beginning with dlg_manage() should be placed between route(AUTH) and route(PSTN). It is commented out and put outside the main routing block so I'm not sure if that was the case.. If the problem persists please get the dialogs list before calling, while the callee's phone is ring

Re: [SR-Users] Kamailio Dispatcher fails in front of FreeSwitch, help (again).

2011-11-09 Thread Henrik Aagaard Sørensen
Hi Daniel. Thank you for your link. Unfortunately it still either reports "Too many hops" or "Timeout". Again, everything works when connecting directly to the PBX. 2011/11/9 Daniel-Constantin Mierla > Hello, > > sorry, haven't actually got to look deep at it, but I updated the config > file

Re: [SR-Users] segmentation fault in init_mod_child function

2011-11-09 Thread Timo Reimann
Hey Bruno, Am 09.11.2011 um 20:31 schrieb Bruno Bresciani: > Kamailio 3.1.2 terminated with signal 11, segmentation fault, in the > init_mod_child function at sr_module.c file. This problem occurs only when I > try loading the loadbalance.so module, it was written by me. > > Someone Can help

[SR-Users] segmentation fault in init_mod_child function

2011-11-09 Thread Bruno Bresciani
Hi All, Kamailio 3.1.2 terminated with signal 11, segmentation fault, in the init_mod_child function at sr_module.c file. This problem occurs only when I try loading the loadbalance.so module, it was written by me. Someone Can help me to understand why this segmentation fault was generated? There

[SR-Users] uacreg issue

2011-11-09 Thread Lucas Alvarez
Hi, after following the steps of this guide: http://by-miconda.blogspot.com/2010/10/best-of-new-in-kamailio-310-10.html, poulating the uacreg table, loading the uac module and restarting kamailio I didn't see any REGISTER packet sent out to the sip provider, is something missing? How can I know if

Re: [SR-Users] negative www_authorize result codes

2011-11-09 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > quick look into the code and the README seems outdated. But there is no > -7 return code in auth and auth_db -- return codes are taken from > modules/auth/api.h, structure auth_cfg_result_t. Maybe -7 is specific > for radius auth function. daniel, that is ok