Re: [SR-Users] (no subject)

2016-06-26 Thread jay binks
I cant believe I sent this without a subject... OOPS ! if I might re-post ( with a subject ) if there are no replies in a few days. On 25 June 2016 at 10:40, jay binks wrote: > Hi Guys, > > Im using a keepalived solution between 2 kamailio boxes, with > net.ipv4.ip_nonlocal_bind > =1 . > > On t

Re: [SR-Users] Question about gzcompress module

2016-06-26 Thread Joel Serrano | VOZELIA
Ok! Thanks for the info Alex :) Best regards, Joel. - Original Message - > From: "Alex Balashov" > To: sr-users@lists.sip-router.org > Sent: Sunday, June 26, 2016 2:31:51 PM > Subject: Re: [SR-Users] Question about gzcompress module > Whole body. It's transparent to the script writer,

Re: [SR-Users] Question about gzcompress module

2016-06-26 Thread Alex Balashov
Whole body. It's transparent to the script writer, so there's no means of overriding these things. -- Alex Balashov | Principal | Evariste Systems LLC 1447 Peachtree Street NE, Suite 700 Atlanta, GA 30309 United States Tel: +1-800-250-5920 (toll-free) / +1-678-954-0671 (direct) Web: http://www.

[SR-Users] Question about gzcompress module

2016-06-26 Thread Joel Serrano | VOZELIA
Hi, When using the gzcompress module, is it possible to compress/decompress only one specific header, or will it compress/decompress the whole body? Thanks, Joel. ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@l

Re: [SR-Users] Kamailio Iterate All Headers

2016-06-26 Thread Alex Balashov
Colin, I don't see a way to do that, either, but you could just pass in the whole SIP message ($mb) to the API and decode the headers on the API backend side. Example: if(is_method("OPTIONS")) { xlog("L_ERR", "Message buffer = $mb\n"); ... } s

[SR-Users] Kamailio Iterate All Headers

2016-06-26 Thread Colin Morelli
Hey all, Back with more questions. I'm using Kamailio to make an HTTP call to my API to perform authentication and message routing. Currently, I'm trying to build up the post body that I send to my API to make those decisions. I've cherry picked a few of the headers that are important in my rout