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 (OpenSER
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
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 t
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
versio
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: [timer_funcs.h:119]: WARNING: timer: add_timeout: 0
> > expire timer added
>
> which version of sr is that? have you tried with late
Alex Hermann writes:
> I get this warning message when a request is relayed over tcp:
>
> WARNING: [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
___
El Tue, 23 Aug 2011 17:32:41 +0200
Alex Hermann 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)
Hello,
I get this warning message when a request is relayed over tcp:
WARNING: [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", 8000
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-DS
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)
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 confi
Am 23.08.2011 12:27, schrieb Jon Bonilla (Manwe):
> El Tue, 23 Aug 2011 11:58:51 +0300
> Juha Heinanen escribió:
>
>> Jon Bonilla (Manwe) writes:
>>
>>> Is there any configuration option in kamailio 3.1 to set the max number of
>>> branches?
>>
>> there is no config option. max branches is a c
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
di
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
dedicat
El Tue, 23 Aug 2011 11:58:51 +0300
Juha Heinanen escribió:
> Jon Bonilla (Manwe) writes:
>
> > Is there any configuration option in kamailio 3.1 to set the max number of
> > branches?
>
> there is no config option. max branches is a constant in config.h:
>
> #define MAX_BRANCHES 12
Jon Bonilla (Manwe) writes:
> Is there any configuration option in kamailio 3.1 to set the max number of
> branches?
there is no config option. max branches is a constant in config.h:
#define MAX_BRANCHES12 /*!< maximum number of branches per tra
nsaction */
-- juha
_
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 numbe
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 sittin
18 matches
Mail list logo