> 
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:[EMAIL PROTECTED] 
> Sent: Thursday, July 26, 2007 2:51 AM
> To: Watkins, Bradley
> Cc: Andreas Granig; users@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:[EMAIL PROTECTED];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

_______________________________________________
Users mailing list
Users@openser.org
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to