Quantcast
Channel: General Help - FreePBX Community Forums
Viewing all articles
Browse latest Browse all 12634

Asterisk URIENCODE Dial String?

$
0
0

@jerryriggin wrote:

We are using freePBX 12 w/ Asterisk 11 for voicemail with Cisco Call manager. Recently upgraded from freePBX 2.5. The outbound dial string to send a call back to call manager starts with a hash/pound sign (#) and asterisk is uriencoding it so in the CLI SIP debug, the INVITE looks like:

 INVITE sip:%23816750@10.44.1.11 SIP/2.0
Via: SIP/2.0/UDP 10.44.1.155:5060;branch=z9hG4bK7e8450a5
Max-Forwards: 70
From: <sip:7770000001@10.44.1.155>;tag=as63f1abe1
To: <sip:%23816750@10.44.1.11>
Contact: <sip:7770000001@10.44.1.155:5060>
Call-ID: 3020c88d4b3c1f3959a559a918b426a5@10.44.1.155:5060
CSeq: 102 INVITE

Which of couse does not work with Cisco Call Manager. It has to look like:

INVITE sip:#816750@10.44.1.11 SIP/2.0
Via: SIP/2.0/UDP 10.44.1.155:5060;branch=z9hG4bK7e8450a5
Max-Forwards: 70
From: <sip:7770000001@10.44.1.155>;tag=as63f1abe1
To: <sip:#816750@10.44.1.11>
Contact: <sip:7770000001@10.44.1.155:5060>
Call-ID: 3020c88d4b3c1f3959a559a918b426a5@10.44.1.155:5060
CSeq: 102 INVITE

Can anyone tell me how to get Asterisk to send the hash instead of uriencoding it?

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 12634

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>