Re: [SR-Users] CRASH on qm_free for simultaneous calls (V3.1.0)

2010-12-16 Thread Jijo
Hi Daniel.. This was due to an error in our config file. We were doing t_release and then t_relay. So we removed the t_release from config, which basically fixed the issue. On Thu, Dec 16, 2010 at 2:16 PM, Jijo wrote: > Hi Daniel, > > Thanks..Please find the logs > > 2010-12-17T10:29:04+00:00

[SR-Users] /mysql/#-create.sql: No such file or directory

2010-12-16 Thread Kurt Mullen
When attempting to run : /usr/local/sbin/kamdbctl create I get the following results: /usr/local/lib/kamailio//kamctl/kamdbctl.mysql: line 155: /usr/local/share/kamailio//mysql/#-create.sql: No such file or directory ERROR: Creating core tables failed! Contents of directory: r...@

Re: [SR-Users] CRASH on qm_free for simultaneous calls (V3.1.0)

2010-12-16 Thread Jijo
Hi Daniel, Thanks..Please find the logs 2010-12-17T10:29:04+00:00 [crit] sipserver: : [mem/q_malloc.c:446]: BUG: qm_free: freeing already freed pointer, first free: tm: h_table.c: free_cell(141) - aborting 2010-12-17T10:29:04+00:00 [crit] sipserver: : [pass_fd.c:293]: ERROR: receive_fd: EOF on

Re: [SR-Users] is_method with pv argument?

2010-12-16 Thread Juha Heinanen
daniel, $rm seems to work fine and when testing it i was able to produce acc related uri parsing crash that i reported in another message. thanks, -- juha ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip

[SR-Users] 503 Server error response for REGISTER request (Asterisk v1.6.0.5)

2010-12-16 Thread Vikram Ragukumar
Hello, I had posted this question earlier on asterisk-users, but didn't receive any reply, so I'm posting on sr-users in the hope that someone can provide guidance on how to debug this problem. Our setup involves a Sip softphone registering with a fresh install of Asterisk v1.6.0.5 through an

Re: [SR-Users] is_method with pv argument?

2010-12-16 Thread Daniel-Constantin Mierla
Hello, On 12/16/10 5:53 PM, Juha Heinanen wrote: Daniel-Constantin Mierla writes: For released 3.x, try to see if next piece of cfg works: $var(m) = 0 + $rm; daniel, the above assignment works, but i need to make a shift before actual test and that does not work: $var(m) = 0 + $rm;

Re: [SR-Users] is_method with pv argument?

2010-12-16 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > For released 3.x, try to see if next piece of cfg works: > > $var(m) = 0 + $rm; daniel, the above assignment works, but i need to make a shift before actual test and that does not work: $var(m) = 0 + $rm; $var(m) = $var(m) >> 16; produces error regar

Re: [SR-Users] Changing the text of reason header in CANCEL messages

2010-12-16 Thread Klaus Feichtinger
Klaus, thanks for your confirmation - I have tested this way and it is working fine. Now I'm able in adapting the Reason header to a format I want to use. First I was not sure if this idea ("spiraling") was just a mad phantasm of mine or not. But now I'm convinced that it is a useful way :-) reg

Re: [SR-Users] is_method with pv argument?

2010-12-16 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > For released 3.x, try to see if next piece of cfg works: > > $var(m) = 0 + $rm; > > if($var(m) & $var(yourmethodbitmask)) { > ... > } daniel, thanks for this. i'll give it a try soon. -- juha ___ SIP Express

Re: [SR-Users] is_method with pv argument?

2010-12-16 Thread Daniel-Constantin Mierla
On 12/16/10 12:55 PM, Juha Heinanen wrote: is there a means to test method of sip request against a pseudo variable, which would contain an integer bitmap of methods corresponding to enum request_method values? I remember some similar topic in the past, so for easiness, I just committed a new

[SR-Users] RLS issue

2010-12-16 Thread Andrés S. García Ruiz
Hi everybody, I'm using the Kamailio RLS+Presence module integrated with OpenIMSCore. All the servers are running properly but when sending a RLS subscribe. The flow of SIP messages is the following: A.1) Watcher SUBSCRIBE (rls-services uri) ---> RLS SUBSCRIBE sip:restricted_ar...@open

Re: [SR-Users] Changing the text of reason header in CANCEL messages

2010-12-16 Thread Klaus Darilion
Am 16.12.2010 12:41, schrieb Klaus Feichtinger: Hello, I want to ask if you know any possibility in changing the text of the SIP reason header in CANCEL requests. Is the limitation still the same as described in the mail below from May 2010? For my scenario I have to use the TM module, becaus

[SR-Users] is_method with pv argument?

2010-12-16 Thread Juha Heinanen
is there a means to test method of sip request against a pseudo variable, which would contain an integer bitmap of methods corresponding to enum request_method values? -- juha ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list s

[SR-Users] Changing the text of reason header in CANCEL messages

2010-12-16 Thread Klaus Feichtinger
Hello, I want to ask if you know any possibility in changing the text of the SIP reason header in CANCEL requests. Is the limitation still the same as described in the mail below from May 2010? For my scenario I have to use the TM module, because incoming requests from the PSTN gateway are parall