Re: [SR-Users] How to i use record_route_advertised_address

2011-12-07 Thread Hugh Waite
Hi, I've implemented the config file function for record_route_advertised_address and it should appear in git head later today. Just doing the documentation and some testing... Hugh On 05/12/2011 21:52, Daniel-Constantin Mierla wrote: Hello, maybe the option for now is to set the

Re: [SR-Users] How to test registration setting

2011-12-07 Thread Andreas Granig
Hi, On 12/07/2011 09:45 AM, Efelin Novak wrote: So is there any other common practice how to test registers? Is there any flag that can prevent storing location? Can I send 200 OK to these user in any other way? You can do sl_send_reply(200, Auth test ok) after www_authenticate(...) succeeds.

[SR-Users] set host as inactive and probing in dispatcher

2011-12-07 Thread Uri Shacked
hi, i use ds_select_domain() to route a call. if the destination reply with an error i am using the next lines in a route that i called from the failure route: if($avp(OSPRPL)!=404) { ds_mark_dst(IP); } after trying this line i do kamctl fifo ds_list and i see the host is still at AX. and in

[SR-Users] Problem to verify contact header

2011-12-07 Thread Bruno Bresciani
Hi All, Kamailio generate a core at line below if(_msg-contact!= NULL || _msg-contact-body.s!= NULL){ _msg is a sip_msg struct that my module receive from kamailio. I want verify if on that request messagem have a contact header, but a core is being generated when contact header isn't present

Re: [SR-Users] Problem to verify contact header

2011-12-07 Thread Ovidiu Sas
You would want to have: if(_msg-contact!= NULL _msg-contact-body.s!= NULL){ Regards, Ovidiu Sas -- VoIP Embedded, Inc. http://www.voipembedded.com On Wed, Dec 7, 2011 at 11:24 AM, Bruno Bresciani bruno.bresci...@gmail.com wrote: Hi All, Kamailio generate a core at line below

Re: [SR-Users] Problem to verify contact header

2011-12-07 Thread marius zbihlei
On 12/07/2011 06:24 PM, Bruno Bresciani wrote: Hi All, Kamailio generate a core at line below if(_msg-contact!= NULL || _msg-contact-body.s!= NULL){ _msg is a sip_msg struct that my module receive from kamailio. I want verify if on that request messagem have a contact header, but a core is

Re: [SR-Users] Problem to verify contact header

2011-12-07 Thread Bruno Bresciani
this line is present in a module that i am writting, but on modules_k/pua_bla/notify.c line 205 has a similar condition... Cheers 2011/12/7 marius zbihlei marius.zbih...@1and1.ro On 12/07/2011 06:24 PM, Bruno Bresciani wrote: Hi All, Kamailio generate a core at line below

[SR-Users] [OT] job offer - System administrator middleware acs

2011-12-07 Thread Henning Westerholt
[OT] Job offer: Interested in working with one of the biggest Voice over IP networks in europe? We're hiring and have one additional IT operation position open in our team in Karlsruhe, Germany. You would be responsible in a team of motivated system administrators for the operation and

Re: [SR-Users] [Sems] [OT] sip:provider CE v2.4 released

2011-12-07 Thread Andreas Granig
Hello Stefan, On 12/07/2011 05:47 PM, Stefan Sayer wrote: thank you very much again for this great piece of work! I'm sure this is useful not only to newcomers, but both as a base to build on for the more experienced, and as reference on how to do things properly in many details - the way

Re: [SR-Users] [Sems] [OT] sip:provider CE v2.4 released

2011-12-07 Thread Stefan Sayer
Hello, o Andreas Granig on 12/05/2011 05:24 PM: Ladies and Gentlemen, I'm happy to announce the official release of sip provider CE v2.4, an easy-to-use, free and open-source soft-switch built on top of Kamailio and Sems. As always, we provide a dead-simple installer to start from thank you

Re: [SR-Users] Remote Party ID

2011-12-07 Thread Daniel-Constantin Mierla
Hello, On 12/7/11 10:03 AM, Pavel Segeč wrote: HI, Thank you. Just as I sent my previous mail I look into kamctl command syntax and I found -- command 'rpid' - manage Remote-Party-ID (RPID) rpid add username rpid . add rpid for a user (*) rpid rm username . set