The branch route worked perfectly. Thanks.
On Mon, Mar 17, 2014 at 4:26 PM, Daniel-Constantin Mierla <mico...@gmail.com > wrote: > IIRC, there was no automatic handling of maddr in request uri, only > record route module does it (or at least did it) for route headers via > loose route. The sip rfc discouraged use of maddr: > > - http://tools.ietf.org/html/rfc3261#section-19.1.1 > > But you can handle it in branch route, for your specific case. After using > get_redirect() and before relaying, set a branch route, inside it you can > use: > > $(ru{uri.maddr}) to get its value and use it as outbound proxy: > > $du = "sip:" + $(ru{uri.maddr}); > > subst_uri() from textops should help removing the parameter. > > Cheers, > Daniel > > > On 17/03/14 17:42, Marc Soda wrote: > > I'm trying to handle a redirect with get_redirects(). It seems that > Kamailio is ignoring the maddr param on the contact header. Is there a way > to force maddr to be used? > > The Contact header on the 302 looks like this: > > <sip:2404441...@domain.com:5060;maddr=1.1.1.1>;q=0.5, > <sip:2404441...@comain.com:5060;maddr=2.2.2.2>;q=0.25 > > The message is then being sent to domain.com, rather than 1.1.1.1. > > > > _______________________________________________ > SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing > listsr-us...@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users > > > -- > Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda > - http://www.linkedin.com/in/miconda > Kamailio World Conference - April 2-4, 2014, Berlin, > Germanyhttp://www.kamailioworld.com > > > _______________________________________________ > SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list > sr-users@lists.sip-router.org > http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users > >
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users