No subject


Thu Jun 26 09:12:15 CEST 2008


rr module has support for handling maddr in strict and loose routing (in
1.2.0). As for r-uri, there is an easy way to do it from the script in
v1.2.0 via transformations:

if($(ruri{uri.maddr}) != "")
{
   # sip:maddr:port
   $ruri = "sip:" +  $(ruri{uri.maddr}) + ":" + $rp;
}

or use $duri instead of $ruri if you want the request-URI to be
unchanged.

For more see:
http://openser.org/dokuwiki/doku.php/transformations:devel

However, automatic handling should be nicer from user's point of view.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743023&aid=1666126&group_id=139143



More information about the Devel mailing list