< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate-users] Why can't dial a number with # prefix ?


To change this behavior see Uri:: setUriUserEncoding().  RFC 3261 sections 19.1.2 and 25 along with RFC 2806’s definition of telephone-subscriber state that a ‘#’ character MUST be escaped, but I’ve also seen this issue with carriers and is the reason for the above Uri function to override the default behavior.

 

-justin

 

From: resiprocate-users-bounces@xxxxxxxxxxxxxxx [mailto:resiprocate-users-bounces@xxxxxxxxxxxxxxx] On Behalf Of Karlsson
Sent: Thursday, December 17, 2009 9:14 AM
To: resiprocate-users@xxxxxxxxxxxxxxx
Subject: [reSIProcate-users] Why can't dial a number with # prefix ?

 

I used reSIProcate to build my UA, when make a call: #123456, and use wireshark to capture the SIP message, I saw in the INVITE message the #123456 was replaced with %23123456,
why ?

Thanks