Re: [SR-Users] What is q-value ??

2014-07-09 Thread Daniel Grotti
Hi, q value is used in location table for serial forking. If you have a subscriber with 2 contact registered you can use the q value to load one contact first (the one with the higher q) and afterwards load and call the second one. Highest is the value stored, highest is the priority. Daniel O

Re: [SR-Users] Fwd: Need help with Routing presence NOTIFY messages

2014-07-09 Thread Veerabhara Gundu
my problem is active-watchers table has NULL in record-routing column, not the routing. For some reason, record-rote is not getting updated =in active-watchers table. Below is my in dialog message processing. # Handle requests within SIP dialogs route[WITHINDLG] { if (has_totag()) { # sequential

[SR-Users] db_postgres Error

2014-07-09 Thread Rene Montilva
Hi list i'm config SQLOps Module with postgresql db module or is postgresql driver? this is my kamailio config: #!ifndef DBURL #!define DBURL "postgres://user:ouser@x.x.x.x/kamailio" #!endif sql_query("ca", "select * from x","ra"); if($dbr(ra=>rows)> 0){ xlog("L_INFO", "saldo:$dbr(ra=>

Re: [SR-Users] Fwd: Need help with Routing presence NOTIFY messages

2014-07-09 Thread Allen Zhang
You should only call record_route() once. From your previous post: remove_hf("Route"); if (is_method("INVITE|SUBSCRIBE")) record_route(); if(is_method("SUBSCRIBE")) { record_route(); handle_subscribe();

[SR-Users] CNXCC curious case

2014-07-09 Thread Kelvin Chua
I am using cnxcc_set_max_channels and set the max channels to 1 after the 1st call goes through and hangs up, the 2nd one would be blocked even if there are no more active dialogs. could it be a dialog state issue? Kelvin Chua ___ SIP Express Router (SE

Re: [SR-Users] Really need help on kamailio-snmpstats module

2014-07-09 Thread Daniel-Constantin Mierla
Hello, which kamailio.spec are you using? Try to edit it to have the dependency named as the package available on your system. Cheers, Daniel On 09/07/14 07:21, Allen Zhang wrote: Hi This is a re-post. I’m desperate. What I’m trying to do: Use rpmbuild to build kamailio rpms from source

Re: [SR-Users] sip_trace

2014-07-09 Thread Daniel-Constantin Mierla
Hello, have you set the trace_flag for register? http://kamailio.org/docs/modules/stable/modules/siptrace.html#idp15167952 Cheers, Daniel On 08/07/14 11:49, Rafal Skrzeczkowski wrote: Hi, I'm trying to make configuration that will trace registrations. I can trace REGISTER messages using si