[OpenSER-Users] Problem with handling 3xx responses and contact with maddr

Watkins, Bradley Bradley.Watkins at compuware.com
Thu Jul 26 15:17:06 CEST 2007


> 
The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.

> From: Bogdan-Andrei Iancu [mailto:bogdan at voice-system.ro] 
> Sent: Thursday, July 26, 2007 2:51 AM
> To: Watkins, Bradley
> Cc: Andreas Granig; users at openser.org
> Subject: Re: [OpenSER-Users] Problem with handling 3xx 
> responses and contact with maddr
> 
> Hi Brad,
> 
> There still an issue that need to be fixed in openser: if the RURI 
> contains maddr, this should be used for sending the message to:
>     sip:1234 at domain.com;maddr=1.2.3.4
> should be sent to 1.2.3.4 and not to domain.com

I agree that it should be fixed, but this can at least be worked around
with something like:

if($(ru{uri.maddr}) != "") {
	$du = "sip:" +  $(ru{uri.maddr}) + ":" + $rp;
}

Thanks to Daniel, BTW, for pointing that out to me when I asked about it
earlier on this list. :)

> 
> There is already a bug report on that and I hope it will be 
> fixes soon.

Yes, I know, I submitted it. ;)


Regards,
- Brad




More information about the Users mailing list