Re: [SR-Users] [sr-dev] Fosdem 2016

2016-01-22 Thread Waite, Hugh
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

Re: [SR-Users] need help with RTPProxy in bridged mode

2015-08-13 Thread Waite, Hugh
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

Re: [SR-Users] 3rd party REGISTER body

2014-12-30 Thread Waite, Hugh
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

Re: [SR-Users] TLS Handshake failing with WSS

2014-09-11 Thread Waite, Hugh
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

Re: [SR-Users] Text Operations on a Message

2014-08-15 Thread Waite, Hugh
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.

Re: [SR-Users] Text Operations on a Message

2014-08-15 Thread Waite, Hugh
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

Re: [SR-Users] Msilo not delivering message (status 408)

2014-07-17 Thread Waite, Hugh
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 will

Re: [SR-Users] installation siremis error

2014-06-30 Thread Waite, Hugh
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

Re: [SR-Users] s-cscf - limit of entries for 1 contact

2014-06-17 Thread Waite, Hugh
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

Re: [SR-Users] Unable to make calls within the extensions

2014-06-16 Thread Waite, Hugh
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.

Re: [SR-Users] fetch bindings- timeout

2014-05-16 Thread Waite, Hugh
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

Re: [SR-Users] DB select htable:mod-init doesn't work

2014-05-15 Thread Waite, Hugh
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