Hi,
My SIP trunk rejecting call with 403 Forbidden on fusionPBX. The same trunk works fine with 3CX and looking at the logs, cannot identify the reason .. can someone help ?
Below is the invite and the forbidden from the carrier
3CX working invite is below to compare.
Thanks
My SIP trunk rejecting call with 403 Forbidden on fusionPBX. The same trunk works fine with 3CX and looking at the logs, cannot identify the reason .. can someone help ?
Below is the invite and the forbidden from the carrier
Code:
INVITE sip:9847012345@kl.voip.ims.abcd.com SIP/2.0
Via: SIP/2.0/UDP 123.123.171.205:5080;rport;branch=z9hG4bK9mpg9ja6HKtHe
Max-Forwards: 69
From: "+919988778856" <sip:+919988778856@kl.voip.ims.abcd.com>;tag=ej4X809ce5a1H
To: <sip:9847012345@kl.voip.ims.abcd.com>
Call-ID: 191f2ec6-ac7e-123b-c794-e45f019350f2
CSeq: 56898872 INVITE
Contact: <sip:+919988778856@123.123.171.205:5080;transport=udp;gw=8bda3148-cfd4-4406-a508-ad89d9804411>
User-Agent: FreeSWITCH
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, PRACK, NOTIFY
Supported: 100rel, path, replaces
Allow-Events: talk, hold, conference, refer
Content-Type: application/sdp
Content-Disposition: session
Content-Length: 277
X-FS-Support: update_display,send_info
Remote-Party-ID: "+919988778856" <sip:+919988778856@kl.voip.ims.abcd.com>;party=calling;screen=yes;privacy=off
v=0
o=FreeSWITCH 1662882629 1662882630 IN IP4 123.123.171.205
s=FreeSWITCH
c=IN IP4 123.123.171.205
t=0 0
m=audio 22688 RTP/AVP 0 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=silenceSupp:off - - - -
a=ptime:20
Code:
2022/09/11 15:08:48.942756 222.222.233.198:80 -> 192.168.1.253:5080
SIP/2.0 403 Forbidden
Via: SIP/2.0/UDP 123.123.171.205:5080;branch=z9hG4bK9mpg9ja6HKtHe;rport
Call-ID: 191f2ec6-ac7e-123b-c794-e45f019350f2
From: "+919988778856"<sip:+919988778856@kl.voip.ims.abcd.com>;tag=ej4X809ce5a1H
To: <sip:9847012345@kl.voip.ims.abcd.com>;tag=sbc0508m4nnu1v2
CSeq: 56898872 INVITE
Content-Length: 0
3CX working invite is below to compare.
Code:
INVITE sip:9847012345@kl.voip.ims.abcd.com SIP/2.0
Via: SIP/2.0/UDP 10.20.30.60:5060;branch=z9hG4bK-524287-1---cd719c6e86fbe479;rport
Max-Forwards: 70
Contact: <sip:+919988778856@123.123.41.182:5060>
To: <sip:9847012345@kl.voip.ims.abcd.com>
From: "+919988778856"<sip:+919988778856@kl.voip.ims.abcd.com>;tag=d1c89e14
Call-ID: Q9I9e5eyWis16sLUeS4oKA..
CSeq: 1 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REGISTER, SUBSCRIBE, NOTIFY, REFER, INFO, MESSAGE, UPDATE
Content-Type: application/sdp
Supported: replaces, timer
User-Agent: 3CXPhoneSystem 18.0.2.314 (314)
Remote-Party-ID: "+919988778856"<sip:+919988778856@kl.voip.ims.abcd.com>;party=calling
Content-Length: 291
v=0
o=3cxPS 6957130682728448 21147106467119105 IN IP4 123.123.41.182
s=3cxPS Audio call
c=IN IP4 123.123.41.182
t=0 0
m=audio 9110 RTP/AVP 0 8 18 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:101 telephone-event/8000
a=sendrecv
Thanks