- Joined
- Sep 2, 2011
- Messages
- 3
- Reaction score
- 0
Hi.
3CX have strange bug. If you configure to send for example 1111#444444 where 1111# is tech prefix 3cx send
1111%2344444444.
As i understand 3CX just not correctly work with UNICODE. because symbol # in unicode #
and 0x23 in hex
Does anybody know how to fix ?
Small example of tcpdump (changed only ip adresses of orig and term party ):
INVITE sip:30537%[email protected]:5061 SIP/2.0
Via: SIP/2.0/UDP 192.168.252.60:5060;branch=z9hG4bK-d8754z-907ffa181c104955-1---d8754z-;rport
Max-Forwards: 70
Contact: <sip:[email protected]:5060>
To: <sip:30537%[email protected]:5061>
From: "31443787799"<sip:[email protected]:5061>;tag=6c48b315
Call-ID: OTc5Yjk4ODU2MmIxNmYyYWFiODE3OGM1Y2JiMDc4MDE.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REGISTER, SUBSCRIBE, NOTIFY, REFER, INFO, MESSAGE
Content-Type: application/sdp
Supported: replaces
User-Agent: 3CXPhoneSystem 10.0.20085.0
Content-Length: 308
But normally it must be
INVITE sip:30537#[email protected]:5061 SIP/2.0 etc
3CX have strange bug. If you configure to send for example 1111#444444 where 1111# is tech prefix 3cx send
1111%2344444444.
As i understand 3CX just not correctly work with UNICODE. because symbol # in unicode #
and 0x23 in hex
Does anybody know how to fix ?
Small example of tcpdump (changed only ip adresses of orig and term party ):
INVITE sip:30537%[email protected]:5061 SIP/2.0
Via: SIP/2.0/UDP 192.168.252.60:5060;branch=z9hG4bK-d8754z-907ffa181c104955-1---d8754z-;rport
Max-Forwards: 70
Contact: <sip:[email protected]:5060>
To: <sip:30537%[email protected]:5061>
From: "31443787799"<sip:[email protected]:5061>;tag=6c48b315
Call-ID: OTc5Yjk4ODU2MmIxNmYyYWFiODE3OGM1Y2JiMDc4MDE.
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REGISTER, SUBSCRIBE, NOTIFY, REFER, INFO, MESSAGE
Content-Type: application/sdp
Supported: replaces
User-Agent: 3CXPhoneSystem 10.0.20085.0
Content-Length: 308
But normally it must be
INVITE sip:30537#[email protected]:5061 SIP/2.0 etc