Hi,
I have a configuration issue in a call scenario where a user has Forward Unconditional to an external number.
The ITSP supports CLIP no screening when the "P-Asserted-Identity" header is configured for inbound external calls, this way the CLIP of the original caller is shown on the screen of the receiver.
The issue is that the receiver sees an extra 0 between the landcode and the CLIP of the original caller.
I can't find a way to configure the SIP trunk to omit the extra 0 from the PAI header.
Any hints?
e.g.
(External party) A calls B.
B has forward unconditional to (External party) C.
C sees the CLIP of A.
Incoming INVITE Packet.
Outgoing INVITE packet
I have a configuration issue in a call scenario where a user has Forward Unconditional to an external number.
The ITSP supports CLIP no screening when the "P-Asserted-Identity" header is configured for inbound external calls, this way the CLIP of the original caller is shown on the screen of the receiver.
The issue is that the receiver sees an extra 0 between the landcode and the CLIP of the original caller.
I can't find a way to configure the SIP trunk to omit the extra 0 from the PAI header.
Any hints?
e.g.
(External party) A calls B.
B has forward unconditional to (External party) C.
C sees the CLIP of A.
Incoming INVITE Packet.
Code:
SIP Rx: UDP 10.0.0.1:5060 -> 10.0.0.10:5060
INVITE sip:10101010@10.0.0.10;user=phone SIP/2.0
Accept: application/sdp,application/dtmf-relay
Allow: PRACK,ACK,CANCEL,BYE,SUBSCRIBE,NOTIFY,INVITE,REFER,OPTIONS,PUBLISH,INFO,UPDATE,REGISTER
Allow-Events: hold,talk
Call-ID: OA1BAEF000030303030561B3A85
Contact: <sip:030303030@10.0.0.1;user=phone>
Content-Type: application/sdp
CSeq: 79793 INVITE
From: <sip:030303030@10.0.0.1;user=phone>;tag=21E0
Max-Forwards: 70
P-Preferred-Identity: <sip:10.0.0.1>
Privacy: none
Supported: replaces
To: <sip:10101010@10.0.0.10;user=phone>
Via: SIP/2.0/UDP 10.0.0.1;branch=z9hG4bK-70A8-140C5
Content-Length: 210
v=0
o=User1 3715581931 3715581931 IN IP4 10.0.0.1
s=Session SDP
c=IN IP4 10.0.0.1
t=0 0
m=audio 16486 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=ptime:20
Outgoing INVITE packet
Code:
SIP Tx: UDP 10.0.0.10:5060 -> 10.0.0.1:5060
INVITE sip:0464646464@10.0.0.1;user=phone SIP/2.0
Via: SIP/2.0/UDP 10.0.0.10:5060;rport;branch=z9hG4bK51280cb78413e8605ba8dced95d22075
From: "Fwd UC" <sip:10101010@10.0.0.1;user=phone>;tag=fe90d7802dad0a8b
To: <sip:0464646464@10.0.0.1;user=phone>
Call-ID: 145aaa15c43bcae7d80b35bce6d31f8b
CSeq: 44636634 INVITE
Contact: "Fwd UC" <sip:299@10.0.0.10:5060;transport=udp>
Max-Forwards: 70
Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,INFO,REFER,NOTIFY,UPDATE
Supported: timer,100rel
User-Agent: IP Office 10.0.0.2.0 build 10
Diversion: "Fwd UC" <sip:299@10.0.0.1:5060>;reason=direct;screen=no;privacy=off;counter=1
P-Asserted-Identity: <sip:030303030@10.0.0.1:5060>
Content-Type: application/sdp
Content-Length: 198
v=0
o=UserA 1394312431 2670905046 IN IP4 10.0.0.10
s=Session SDP
c=IN IP4 10.0.0.10
t=0 0
m=audio 54000 RTP/AVP 8 101
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15