[SR-Users] RFC-5766 / RFC-6062 compliant TURN clients?

2011-08-23 Thread Rafal Boni
I know this might not be totally on-topic for the list, but I figured the list participants might have experience in this domain, so I'm lobbing it out there... I've got some situations where I'd like to connect users who are oftentimes sitting on very locked-down networks (ie, corporate

Re: [SR-Users] RFC-5766 / RFC-6062 compliant TURN clients?

2011-08-23 Thread Klaus Darilion
Am 22.08.2011 21:52, schrieb Rafal Boni: I know this might not be totally on-topic for the list, but I figured the list participants might have experience in this domain, so I'm lobbing it out there... I've got some situations where I'd like to connect users who are oftentimes sitting on

[SR-Users] max branches

2011-08-23 Thread Manwe
Hi all Is there any configuration option in kamailio 3.1 to set the max number of branches? I have a system that needs to run over 30 times to failure_route and call append_brach() from there. At 11-12 iteractions I get the following errors: ERROR: tm [t_fwd.c:651]: ERROR: add_uac: maximum

[SR-Users] Development branch frozen for v3.2.0

2011-08-23 Thread Daniel-Constantin Mierla
Hello, since several hours ago, the development of new features in master branch has been frozen, to allow proper testing for release of version 3.2.0. That means no new features should be committed to GIT master branch. Just before the release (expected in 1.5months) we will create a

[SR-Users] Testing upcoming version 3.2.0

2011-08-23 Thread Daniel-Constantin Mierla
Hello, for those looking to test v3.2.0 and need some instructions, for Kamailio flavour is a wiki page showing step-by-step installation: * http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-devel-from-git Practically 3.2.0 is the current devel branch. Testing SER flavour the

Re: [SR-Users] max branches

2011-08-23 Thread Jesus Rodriguez
Hola Jon, It can be changed at config.h: /* maximum number of branches per transaction */ #define MAX_BRANCHES12 But not sure if there is some variable in the configuration script. Saludos JesusR. El 23/08/2011, a las 11:18, Jon Bonilla (Manwe) escribió: Hi all Is there any

[SR-Users] uac_req: pseudovariables, avps

2011-08-23 Thread Manwe
Hi all I'm trying to generate a request using uac_req in a failure route when the call has been canceled. (Kamailio 3.1.3) Here's the code: failure_route[FAILURE_ROUTE_LALA] { if t_is_canceled() { $uac_req(method) = INVITE; $uac_req(ouri) = sip:127.0.0.1:5090; $uac_req(ruri) =

Re: [SR-Users] uac_req: pseudovariables, avps

2011-08-23 Thread Alex Hermann
On Tuesday 23 August 2011, Jon Bonilla wrote: Hi all I'm trying to generate a request using uac_req in a failure route when the call has been canceled. (Kamailio 3.1.3) Here's the code: $uac_req(hdrs) = X-PUSH-Type: mytype\r\nX-PUSH-CLI: $avp(s:first_caller_cli)\r\nX-PUSH-DST:

[SR-Users] WARNING: timer: add_timeout: 0 expire timer added

2011-08-23 Thread Alex Hermann
Hello, I get this warning message when a request is relayed over tcp: WARNING: core [timer_funcs.h:119]: WARNING: timer: add_timeout: 0 expire timer added The warning is displayed after send_route() has run. (relevant) settings: modparam(tm, fr_timer, 500) modparam(tm, fr_inv_timer, 8)

Re: [SR-Users] uac_req: pseudovariables, avps

2011-08-23 Thread Manwe
El Tue, 23 Aug 2011 17:32:41 +0200 Alex Hermann a...@speakup.nl escribió: On Tuesday 23 August 2011, Jon Bonilla wrote: Hi all I'm trying to generate a request using uac_req in a failure route when the call has been canceled. (Kamailio 3.1.3) Here's the code: $uac_req(hdrs)

[SR-Users] WARNING: timer: add_timeout: 0 expire timer added

2011-08-23 Thread Juha Heinanen
Alex Hermann writes: I get this warning message when a request is relayed over tcp: WARNING: core [timer_funcs.h:119]: WARNING: timer: add_timeout: 0 expire timer added which version of sr is that? have you tried with latest master version? -- juha

Re: [SR-Users] WARNING: timer: add_timeout: 0 expire timer added

2011-08-23 Thread Alex Hermann
On Tuesday 23 August 2011 14:57:51 Juha Heinanen wrote: Alex Hermann writes: I get this warning message when a request is relayed over tcp: WARNING: core [timer_funcs.h:119]: WARNING: timer: add_timeout: 0 expire timer added which version of sr is that? have you tried with latest

Re: [SR-Users] WARNING: timer: add_timeout: 0 expire timer added

2011-08-23 Thread Juha Heinanen
Alex Hermann writes: which version of sr is that? have you tried with latest master version? It is the latest master version, Kamailio flavour. andrei fixed this warning a couple of days ago and it disappeared from my setups. if you have build your sip router from today's master version

Re: [SR-Users] WARNING: timer: add_timeout: 0 expire timer added

2011-08-23 Thread Alex Hermann
On Tuesday 23 August 2011 15:29:27 Juha Heinanen wrote: andrei fixed this warning a couple of days ago and it disappeared from my setups. if you have build your sip router from today's master version and still get the warning, then looks like there is another incarnation of the bug still to

Re: [SR-Users] Float Comparison

2011-08-23 Thread Brandon Armstead
Daniel, Sorry for taking so long to respond - I am still facing an issue with this (even in 3.1.4). I am loading the values from database. It looks as if the arithmetic operators are not functioning properly when the data is imported into kamailio from DB - I'm going to do some more research

[SR-Users] SIP to SMS/HTTP

2011-08-23 Thread Mark Anthony C. Delfin
Hello list, I am not sure if this has been ask before but is there a way that Kamailio can sip received SIP method MESSAGES and then call a URL (Kannel URL). Thank you. Regards, Mark Anthony C. Delfin ___ SIP Express Router (SER) and Kamailio