[SR-Users] string manipulation from db

2010-09-10 Thread anthony thomas
Hello list, I am afraid I am asking something stupid but I cannot find a way to do this cleanly, so here it goes I am retrieving values from a db using either carrierroute or mtree modules to send a 302 to my softswitch. It expects the message as: SIP/2.0 302 Moved Temporarily Via: SIP/2.

Re: [SR-Users] dispatcher problem

2010-09-10 Thread klaus.lists
Hello Daniel, these days I'm playing a lot with the dispatcher module and from my point of view I found a strange behaviour of the module, which is not according the description in the documentation and as you've explained in the list. I've learned that polling of failed gwys is only supported wh

Re: [SR-Users] dispatcher problem

2010-09-10 Thread Carsten Bock
Hi, what you are seeing here, are the retransmits for the OPTIONS-Requests. The Dispatcher checks every 10 seconds for "dead" destinations and then sends out the OTIONS-Request using TM (which is doing the retransmits). This might be a little overlapping, e.g. - OPTIONS-Request (initial request,

[SR-Users] final question about tls support in kamailio.

2010-09-10 Thread peter_green lion
hi all, i have install and try to fix my error many time. and i cannot recognize my problem is. final i think maybe it about openssl. my version is : OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008. so please help me to upgrade it. i try to down load and install another version, but when i rn command open

[SR-Users] Kamailio 1.5.4 - Pike module ignoring remove_latancy parameter

2010-09-10 Thread Miguel Baptista
Hi All, I'm running kamailio-1.5.4-tls and I want to enable pike module in it. I did some test but it isn't working properly. I mean it isn't acting according to the /remove_latancy/ parameter. When an IP address is blocked (cause it triggered the pike module), it should be blocked for the amount

Re: [SR-Users] string manipulation from db

2010-09-10 Thread Henning Westerholt
On Friday 10 September 2010, anthony thomas wrote: > I am retrieving values from a db using either carrierroute or mtree modules > to send a 302 to my softswitch. It expects the message as: > [..] > Contact: ;q=0.2 > Contact: ;q=0.8 > [..] > And then inject those values in the contact header, but

Re: [SR-Users] dispatcher problem

2010-09-10 Thread Klaus Feichtinger
Carsten, thanks for your clarification. I guessed that it was influenced by the retransmission of the OPTIONS request. But I hoped this "check-health" mechanism would not be based on the standard mechanism. Because with this behaviour I do not understand what the former default interval of 10 sec

[SR-Users] Remving ISUB tag in FROM field

2010-09-10 Thread Alex rsm
Hi, Our openSER proxy is receiving SIP messages from PBX devices. The PBX includes its extension in the FROM field of the SIP message. Is there any function in the openSER to strip off the PBX extension (anything after username and before @domain)? Is uac_replace_from( ) function is the right

Re: [SR-Users] Remving ISUB tag in FROM field

2010-09-10 Thread Alex Balashov
The answer to your question at the end is yes. -- Alex Balashov - Principal Evariste Systems LLC 1170 Peachtree Street 12th Floor, Suite 1200 Atlanta, GA 30309 Tel: +1-678-954-0670 Fax: +1-404-961-1892 Web: http://www.evaristesys.com/ On Sep 10, 2010, at 3:30 PM, Alex rsm wrote: Hi, Our open