Re: [SR-Users] save a Q850 cause reason from a reply

2012-01-30 Thread Anca Vamanu
Hi Uri, You can use the param transformation: $(hdr(Reason){param.value,cause}) http://www.kamailio.org/dokuwiki/doku.php/transformations:3.1.x#parameters_list_transformations Regards, Anca On 01/30/2012 08:20 AM, Uri Shacked wrote: Hi, the gateway i use for sending call to pstn has an

[SR-Users] memory leak fix on xcap_ auth.c

2012-01-30 Thread laura testi
Hi Daniel, I'm sending you some memory leak fix we have found and fixed on modules/utils/xcap_ auth.c. The fixed memory leak is in pres_watcher_allowed (), and it is about the xmlFreeDoc that it's never called for the xcap_tree variable. We downloaded the source file from master branch and then

Re: [SR-Users] Kamailio for NATted users with ICE and TURN

2012-01-30 Thread Daniel Pocock
On 30/01/12 09:08, Klaus Darilion wrote: On 29.01.2012 12:21, Daniel Pocock wrote: There are now a number of TURN implementations available: http://www.resiprocate.org/ReTurn_Overview http://turnserver.sourceforge.net/ http://www.creytiv.com/restund.html Thanks for that - I

Re: [SR-Users] Kamailio TLS with intermediate CA certificates

2012-01-30 Thread Daniel-Constantin Mierla
Hello, On 1/29/12 2:53 PM, Daniel Pocock wrote: Construct the PEM file in this exact order: cat server.example.com.pem chain-server.example.com.pem cat inter2.pem chain-server.example.com.pem cat inter1.pem chain-server.example.com.pem and then, in tls.cfg:

Re: [SR-Users] Open Source billing

2012-01-30 Thread Daniel-Constantin Mierla
Hello, for completeness, also Siremis Web Management Interface for Kamailio has a basic billing engine based on SQL stored procedures (creating CDRs and rating them) -- it could be a good start for implementing a billing engine with custom needs. Read more at: http://siremis.asipto.com/

Re: [SR-Users] memory leak fix on xcap_ auth.c

2012-01-30 Thread Daniel-Constantin Mierla
Hi Laura, thanks for the patch. I wonder how an xcap related function landed in utils module, perhaps Juha felt more comfortable adding it there. At first sight, patch looks ok. I cc-ed Juha in case he wants to have a look and integrate it. If not, I will commit before 3.2.2. Cheers,

Re: [SR-Users] Kamailio ims / rtpproxy

2012-01-30 Thread Daniel-Constantin Mierla
Hello, On 1/23/12 10:43 AM, tro...@st.fri.uniza.sk wrote: Hi, I am trying to make kamailio PCSCF working with rtpproxy (for NAT traversal). I would like to ask, if there is any tutorial for this, or if you can give me any advice. Maybe IMS guys can give other hints, what is on public so far

Re: [SR-Users] exec_avp size limitation

2012-01-30 Thread Daniel-Constantin Mierla
Hello, On 1/27/12 9:54 AM, Gustavo Garcia Bernardo wrote: Hi folks, I'm having problems with exec_avp because is truncating the output of the script executed. Looking at the code I see exec_avp is imposing a limit of MAX_URI_SIZE (1024) but I don't understand why. The limit should be the

Re: [SR-Users] Open Source billing

2012-01-30 Thread Abid Naseem
thanks a lot! really appreciate your help. -abid On Mon, Jan 30, 2012 at 5:58 PM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, for completeness, also Siremis Web Management Interface for Kamailio has a basic billing engine based on SQL stored procedures (creating CDRs and

Re: [SR-Users] Open Source billing

2012-01-30 Thread Abid Naseem
does siremis provide client interface apart from the admin interface? On Mon, Jan 30, 2012 at 5:58 PM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, for completeness, also Siremis Web Management Interface for Kamailio has a basic billing engine based on SQL stored procedures

[SR-Users] xmlops/xpath access of multiple nodes

2012-01-30 Thread Alex Balashov
Hi, I guess this is more of an xpath question than a Kamailio one, so forgive me. All the same, how does one deal with a document like this using $xml(...): ?xml version=1.0 encoding=utf-8 ? sheep lamb ... /lamb lamb ... /lamb /sheep

Re: [SR-Users] alias problem

2012-01-30 Thread Stoyan Mihaylov
Thanks for your response. What I found is: 1. If call is from phone registered to IP (external or internal) - then I do not need any of my modifications - ACK goes through loose_route, or t_check_trans() is OK and ACK is also OK. 2. If call is from phone registered to name (sip.mycompany.com) -

Re: [SR-Users] Kamailio Crashing

2012-01-30 Thread Ali Jawad
Hi I have been testing with versions throughout the last week and I can confirm that 3.2.0 does not have this issue. Regards On Wed, Jan 25, 2012 at 2:42 PM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, there were many fixes in branch 3.1 since 3.1.0 was released, the latest

Re: [SR-Users] Sample pua_usrloc Config Was: Enableapplication/pidf+xml

2012-01-30 Thread Vogt, Jonathan
Hello, great. I got presence... but only when I do not enable auth. Is there something I have to look out for when enabling auth I've take the stock config for 3.2.0 as packed in the ubuntu package from the website, implementet your changes and reinit the database. Apart from your changes

Re: [SR-Users] Sample pua_usrloc Config Was: Enableapplication/pidf+xml

2012-01-30 Thread Peter Dunkley
Hi, If by auth you mean the WITH_AUTH #!define in the configuration file then it sounds like a configuration error. You should check that the pua_usrloc stuff you've added isn't excluded when WITH_AUTH is not set. It is also worth remembering that, if you are using a client that does not

[SR-Users] [newbie] questions

2012-01-30 Thread Me
Apologies if any of the questions below are a bit dumb - I don't pretend to be an expert in SIP/VOIP - I am just an ordinary user looking for answers. Our current setup involves processing a small number of internal sip accounts (up to 10, no more than that) and one public one (with a

Re: [SR-Users] redirect client to keep original ruri

2012-01-30 Thread Andrew Pogrebennyk
Since this thread will probably end up in Google I''ll share my experience. I ended up with this if(t_check_status(301|302)) { #NOTE: must assign to $du to keep R-URI intact $var(contact) = $T_rpl($ct); $var(contact) =

Re: [SR-Users] save a Q850 cause reason from a reply

2012-01-30 Thread Uri Shacked
On Mon, Jan 30, 2012 at 7:39 PM, Uri Shacked uri.shac...@gmail.com wrote: Hi, thanks for the options. i will test it soon. looks like a perfect solution. BR, Uri ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list

Re: [SR-Users] [newbie] questions

2012-01-30 Thread David
Sounds like you would really benefit from hiring a consultant. On 1/30/12 12:00 PM, Me wrote: Apologies if any of the questions below are a bit dumb - I don't pretend to be an expert in SIP/VOIP - I am just an ordinary user looking for answers. Our current setup involves processing a small

Re: [SR-Users] [newbie] questions

2012-01-30 Thread Me
Sounds like you would really benefit from hiring a consultant. Smart-arse replies are not appreciated - if you can't contribute just move along - nothing to see here! ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list

Re: [SR-Users] [newbie] questions

2012-01-30 Thread Alex Balashov
It's not a smart-arse reply; it's sincere, earnest advice. There's only so much of a massive conceptual nexus that people can reasonably traverse on a mailing list. For the most part, mailing lists exist to answer specific questions, not provide broad, fundamental guidance or extensive

Re: [SR-Users] [newbie] questions

2012-01-30 Thread Jeff Brower
Mojo- I'm surprised at the replies you received. Normally the people on this group are extremely helpful. Clearly you've spent significant time thinking about this, and your current system and problem description below is detailed and well-presented, with a clear rationale for using Kamailio.

Re: [SR-Users] [newbie] questions

2012-01-30 Thread Alex Balashov
Jeff, On 01/30/2012 06:59 PM, Jeff Brower wrote: start experimenting with basic call routing. Just take it one step at a time, and as you encounter specific questions, post here and I'm sure you'll get great help. I think that's all anyone was really saying: Either learn the technology

Re: [SR-Users] [newbie] questions

2012-01-30 Thread Ovidiu Sas
You will need to break down your e-mail into several simpler questions and you will get some useful replies. Most of the things that you want to do are possible. To craft a proper e-mail to all your questions in your original e-mail would take quite some time ... and time is expensive for all. I