Re: [SR-Users] Dropped registrar bindings with 1.5.3

2011-11-17 Thread Alex Balashov
On 11/17/2011 11:15 PM, Juha Heinanen wrote: Alex Balashov writes: It's not logically possible. I checked, believe me. ok, then start adding more xlog statements in order to figure out what happens. That would imply a deterministic state of affairs. But this happens very infrequently, n

Re: [SR-Users] Dropped registrar bindings with 1.5.3

2011-11-17 Thread Juha Heinanen
Alex Balashov writes: > It's not logically possible. I checked, believe me. ok, then start adding more xlog statements in order to figure out what happens. -- juha ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@

Re: [SR-Users] Dropped registrar bindings with 1.5.3

2011-11-17 Thread Alex Balashov
On 11/17/2011 11:02 PM, Juha Heinanen wrote: else if(is_method("REGISTER")) { xlog("L_INFO", "... Processing REGISTER from $si:$sp for AOR $tu\n"); route(2); exit; } no matter what db you use, the above would print the syslog message IF the piec

[SR-Users] Dropped registrar bindings with 1.5.3

2011-11-17 Thread Juha Heinanen
Alex Balashov writes: > else if(is_method("REGISTER")) { > xlog("L_INFO", "... Processing REGISTER from $si:$sp for > AOR $tu\n"); > route(2); > exit; > } no matter what db you use, the above would print the syslog message IF the piece of code is execu

[SR-Users] Dropped registrar bindings with 1.5.3

2011-11-17 Thread Alex Balashov
I have a 1.5.3 installation functioning as a registrar that is exhibiting a very curious, if only infrequent set of behaviours. The host is CentOS 5.x, with PostgreSQL 9.0 backing usrloc, and db_mode = 1 (immediate write-through). I have a registration handler in my initial request route that b

[SR-Users] The requested URL /siremis/index.php/user/login was not found on this server.

2011-11-17 Thread Jonny Klompas
Installation was proceeding successfully, until I reached the following stage: http://kb.asipto.com/images/siremis-2.0/siremis20-install05.png Then I receive above error. Thanks Jonny___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailin

Re: [SR-Users] mtree on db Berkeley DB?

2011-11-17 Thread Javier Gallart
Hi Daniel On Thu, Nov 17, 2011 at 8:03 AM, Daniel-Constantin Mierla wrote: > Hello, > > On 11/16/11 12:45 PM, Javier Gallart wrote: > >> [...] >> >> All the data in Redis stays in memory, you can dump periodic snapshots to >> disk. Some time ago they worked in a feature called disktore, with som

Re: [SR-Users] uacreg - need help

2011-11-17 Thread Lucas Alvarez
Hi Daniel, thank you for your specifications, I have reg_db_url and reg_contact_addr parameters set, but I'm receiving 401 from the sip provider, I have double checked the auth_password and it's ok. Is there any other parameter I have to set? Regards, Lucas On Wed, Nov 16, 2011 at 5:04 AM, Dani

[SR-Users] How to enable RAW UDP in configuration file

2011-11-17 Thread laura testi
Hi all, I see the new features in 3.1 mentioning the possibility to use raw udp to boost the performance, but can not find any document on how to enable it in the kamailio.cfg. Could anybody help? Many Thanks! Best Regards, Laura ___ SIP Express Rout