[SR-Users] topoh, angle brackets and Contact URI params interpretation

2011-02-03 Thread Andrew Pogrebennyk
I'm having an issue with topoh module in Kamailio 3.1.0. When Contact header is formed like this: Contact: 0991 sip:192.168.0.107;line=sr-N6IAzBysz.tyz.D4M.VLOBMfOBFuWxvfMxV4 The other party responds properly. But when there is no angle brackets in Contact: Contact:

[SR-Users] authentication is not working

2011-02-03 Thread Danny Dias
Hello my friends, I'm trying to configure authentication on my Kamailio and is not working at all :( I've added the following to the script to make it work: (but it doesn't) ... loadmodule auth.so loadmodule auth_db.so ... modparam(usrloc, db_url,

Re: [SR-Users] [sr-dev] topoh, angle brackets and Contact URI params interpretation

2011-02-03 Thread Andrew Pogrebennyk
On 03.02.2011 10:26, Andrew Pogrebennyk wrote: I think the topoh module should force the angle brackets. BTW it seems that parameter needs to be urlencoded, see rule 'other-param' in RFC 3261 section 25.1: From what I understand the valid form is: Contact:

Re: [SR-Users] authentication is not working

2011-02-03 Thread Klaus Darilion
Restart Kamailio. Make sure that it is it really restarts: /etc/init.d/kamailio stop ps aux|grep kamailio # if there are some processes left, kill them killall kamailio ps aux|grep kamailio # if there are still some processes left, kill them harder! killall -9 kamailio /etc/init.d/kamailio

Re: [SR-Users] [sr-dev] topoh, angle brackets and Contact URI params interpretation

2011-02-03 Thread Daniel-Constantin Mierla
Hello, On 2/3/11 1:36 PM, Andrew Pogrebennyk wrote: On 03.02.2011 10:26, Andrew Pogrebennyk wrote: I think the topoh module should force the angle brackets. BTW it seems that parameter needs to be urlencoded, see rule 'other-param' in RFC 3261 section 25.1: From what I understand the valid

Re: [SR-Users] [sr-dev] topoh, angle brackets and Contact URI params interpretation

2011-02-03 Thread Andrew Pogrebennyk
On 03.02.2011 18:12, Daniel-Constantin Mierla wrote: I will check the sources and fix if the contact address is not between . However, I do not undeerstand where you got the @, is none there or am I missing something? Daniel, Sorry, I meant the * sign. Thanks for looking into it. --

[SR-Users] Problem with ser

2011-02-03 Thread Asuncion Merino Rodriguez
Hello, i have insalled a ser server sucessfully. To try it, we was registered by a softphone, but when i am calling to the another registered user, he hang the phone but we cant ear anything. Can somebody help me? Thanks___ SIP Express Router (SER) and

Re: [SR-Users] dispatcher - ds_mark_dst(i); is inactive only few seconds

2011-02-03 Thread Thomas Baumann
Hi Daniel, thanks for the hints,  with debug_level they are some hints what happened. Normal Operation: 5(20410) DEBUG: dispatcher [dispatch.c:2305]: probing set #1, URI sip:10.12.19.31:5060 5(20410) DEBUG: dispatcher [dispatch.c:2305]: probing set #1, URI sip:10.12.19.21:5060 4(20409) DEBUG:

[SR-Users] Reloading a module without restart

2011-02-03 Thread Stagg Shelton
Is it possible to reload a module such as siptrace without requiring a full restart of kamailio. I have changed my db_url modparam for the siptrace module and would like to avoid restarting kamailio if possible. Thanks Stagg ___ SIP Express Router

Re: [SR-Users] Reloading a module without restart

2011-02-03 Thread Ovidiu Sas
The kamailio config is a monolithic one (not per module - like asterisk) and therefor the notion of reloading a module doesn't make sense. On the other hand, a config reload require server restart:

Re: [SR-Users] authentication is not working

2011-02-03 Thread Manwe
El Thu, 3 Feb 2011 11:12:30 +0100 Danny Dias ing.diasda...@gmail.com escribió: Hello my friends, I'm trying to configure authentication on my Kamailio and is not working at all :( I've added the following to the script to make it work: (but it doesn't) . Are you asking the same

Re: [SR-Users] authentication is not working

2011-02-03 Thread Manwe
El Thu, 3 Feb 2011 19:50:23 +0100 Jon Bonilla (Manwe) ma...@aholab.ehu.es escribió: El Thu, 3 Feb 2011 11:12:30 +0100 Danny Dias ing.diasda...@gmail.com escribió: Hello my friends, I'm trying to configure authentication on my Kamailio and is not working at all :( I've added the

Re: [SR-Users] topoh, angle brackets and Contact URI params interpretation

2011-02-03 Thread Libor Chocholaty
On 02/03/2011 09:26 AM, Andrew Pogrebennyk wrote: I'm having an issue with topoh module in Kamailio 3.1.0. When Contact header is formed like this: Contact: 0991 sip:192.168.0.107;line=sr-N6IAzBysz.tyz.D4M.VLOBMfOBFuWxvfMxV4 The other party responds properly. But when there is no angle

Re: [SR-Users] authentication is not working

2011-02-03 Thread Daniel-Constantin Mierla
What version of kamailio are you using? If it is 3.1, then load debugger module and enable cfg trace. Then you will see what lines in the configuration file are executed. For older versions (also for 3.1), you can add xlog() lines in your config to troubleshoot it. Cheers, Daniel On 2/3/11

Re: [SR-Users] authentication is not working

2011-02-03 Thread Danny Dias
Thanks Daniel...i appreciate your help, i will let you know if i could solve the problem! 2011/2/3 Daniel-Constantin Mierla mico...@gmail.com What version of kamailio are you using? If it is 3.1, then load debugger module and enable cfg trace. Then you will see what lines in the configuration