Hello,
I'll be at Fosdem next weekend. Please keep me informed of any organised social
events.
Thanks,
Hugh
-Original Message-
From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of
Daniel-Constantin Mierla
Sent: 08 January 2016 16:22
To: Kamailio (SER) - Users Maili
Hello,
This is something I have been thinking about recently as well.
The current implementation can read flags from the DB (or file etc) but the
probing flag is only a status and is cleared/set depending on the probing_mode,
so the value stored in the DB is basically ignored after the first pro
Hi,
If the media is coming from a different IP address than the signalling, you may
need to use the ‘r’ flag to force the address in the SDP to be trusted.
You should also use the same flags in the same order, in the on-reply route.
(This is all in
http://kamailio.org/docs/modules/4.3.x/modules/
Hi,
There is an option in the initial filter criteria specification which instructs
the system to include the incoming REGISTER as the body in a 3rd party register
to an external application server.
(Without searching the spec’s I can’t recall the details)
However this feature has not been imple
Hi Manuel,
If there is a websocket handshake error / incorrect port etc, then you will
send an HTTP error and close the connection (otherwise non-websocket
connections could use up resources).
If the handshake is successful, then the connection is upgraded and no HTTP
final response is ever se
I think my keyboard battery is failing, it keeps dropping characters… Here’s a
better example.
$var(data) = $(rb{re.subst,/^rate is ([0-9]+).*$/\1/});
Regards,
Hugh
From: sr-users-boun...@lists.sip-router.org
[mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Waite, Hugh
Sent: 15
Hi,
The re.subst transformation can be used on variables to extract data.
http://www.kamailio.org/wiki/cookbooks/devel/transformations#resubst_expression
$rb is the variable that contains the request body, but you can use $var or
$avp variables if doing multiple operations.
$var
Hi,
We did have a working msilo implementation a while back, but we don’t use it
any more, so I can only look back at the config files (which are a lot more
complicated than yours).
We added the a modparam modparam("msilo", "outbound_proxy",
"sip:MY_REAL_IP:MY_SIP_PORT;transport=tcp")
which wil
Hi,
I found this error as well when installing on Amazon Linux instances which
provides php 5.5 by default (although I can downgrade to 5.3). The preg_replace
function has been partly deprecated due to a security issue and a different
method (using a callback) is now required.
This is a bug in t
Hi Dan,
There is a hard coded limit on the number of branches that a SIP transaction
can have in Kamailio, i.e. number of forked destinations
It is currently set to 12 (defined in config.h).
Some people with other use cases have recompiled with a higher limit, but this
may cause further problem
Hi,
I’m not a big Asterisk user so I may not be able to help much here.
To encourage a helpful response, please provide some information on what you
are expecting to happen and not just what isn’t happening.
If you are expecting a second phone to ring, this is likely to be a signalling
issue. Y
Hi Dan,
You've copied some code from dialog_ng relating to CSeq. Did you mean that or
is it complaining that there is no _Contact_ header? Having no Contact is valid
for a REGISTER and therefore perhaps this check is not necessary.
A REGISTER is not a dialog forming request, but perhaps someone
I added this to my config to try and it caused a segfault on startup in
sql_query.
It seems the db connection is not initialised at this point.
(gdb) bt
#0 0x in ?? ()
#1 0x7f47450517ef in sql_do_query (con=0x7f474d573930,
query=0x7c18f350, res=0x7f474d7220a0) at sql_ap
13 matches
Mail list logo