Hi,

Yes, it looks like a Sofia-SIP bug.
'=' is a reserved character, so the bug is the same as the issue with unescaped 
'@' spotted before.

Maybe I should sit down and write a big patch to that URI code some day...

>-----Original Message-----
>From: [EMAIL PROTECTED] 
>[mailto:[EMAIL PROTECTED] On 
>Behalf Of ext Fabio Margarido
>Sent: Thursday, August 30, 2007 10:25 PM
>To: sofia-sip-devel@lists.sourceforge.net
>Subject: Re: [Sofia-sip-devel] Escaped characters in Request-URI
>
>Anybody? This is kinda urgent...
>Any help will be much appreciated.
>Thanks
>
>On 8/28/07, Fabio Margarido <[EMAIL PROTECTED]> wrote:
>> Hi there,
>>
>> what do I have to do to force an INVITE to be sent with an 
>escaped '='
>> in the Request-URI? I'm calling nua_invite with something like this:
>>
>> INVITE 
>sip:[EMAIL PROTECTED];voicexml=http://www.123.com/dir/script.v
>xml%3fpar%3dvalue
>>
>> which is changed in the sent package to:
>>
>> INVITE 
>sip:[EMAIL PROTECTED];voicexml=http://www.123.com/dir/script.v
>xml%3fpar=value
>>
>> The receiving side generates an error in this situation. Is there
>> something I can do that will make the message go out exactly as the
>> application asks?
>> Thanks.
>>
>
>---------------------------------------------------------------
>----------
>This SF.net email is sponsored by: Splunk Inc.
>Still grepping through log files to find problems?  Stop.
>Now Search log events and configuration files using AJAX and a browser.
>Download your FREE copy of Splunk now >>  http://get.splunk.com/
>_______________________________________________
>Sofia-sip-devel mailing list
>Sofia-sip-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to