- Joined
- Jul 8, 2015
- Messages
- 18
- Reaction score
- 0
I'm having an issue setting up my Twilio SIP trunk with 3CX. (At least, I think that's what the issue is) I've successfully set up two extensions and provisioned two phones and they're able to talk to each other. Any inbound/outbound call to my Twilio number results in the call being dropped (incoming call) or a Forbidden error for an outgoing number.
I've attached the code below.
Any help would be appreciated.
I've attached the code below.
Code:
08-Jul-2015 13:46:04.396 Leg L:21.1[Extn] is terminated: Cause: BYE from PBX
08-Jul-2015 13:46:04.392 [CM503020]: Call(C:21): Normal call termination. Call originator: Extn:100. Reason: Forbidden
08-Jul-2015 13:46:04.392 Leg L:21.2[Line:10000>>+NUMBER] is terminated: Cause: 403 Invalid caller ID/INVITE from 54.172.60.1:5060
08-Jul-2015 13:46:04.392 L:21.1[Extn] failed to reach Line:10000>>+NUMBER, reason Forbidden
08-Jul-2015 13:46:04.392 Call to T:Line:10000>>+NUMBER@[Dev:sip:SIP_ADDRESS.pstn.twilio.com:5060] from L:21.1[Extn] failed, cause: Cause: 403 Invalid caller ID/INVITE from 54.172.60.1:5060
08-Jul-2015 13:46:04.391 [CM503003]: Call(C:21): Call to <sip:[email protected]:5060> has failed; Cause: 403 Invalid caller ID/INVITE from 54.172.60.1:5060
08-Jul-2015 13:46:03.973 [CM503025]: Call(C:21): Calling T:Line:10000>>+NUMBER@[Dev:sip:SIP_ADDRESS.pstn.twilio.com:5060] for L:21.1[Extn]
08-Jul-2015 13:46:03.930 [CM503027]: Call(C:21): From: Extn:100 ("Extension Name" <sip:[email protected]:5060>) to T:Line:10000>>+NUMBER@[Dev:sip:SIP_ADDRESS.pstn.twilio.com:5060]
08-Jul-2015 13:46:03.930 [CM503004]: Call(C:21): Route 1: from L:21.1[Extn] to T:Line:10000>>+NUMBER@[Dev:sip:SIP_ADDRESS.pstn.twilio.com:5060]
08-Jul-2015 13:46:03.930 Line limit check: Current # of calls for line Lc:10000(@Twilio[<sip:SIP_ADDRESS.pstn.twilio.com:5060>]) is 0; limit is 16
08-Jul-2015 13:46:03.930 Call(C:21): Call from Extn:100 to NUMBER matches outbound rule 'Rules for Twilio'
08-Jul-2015 13:46:03.929 [CM503001]: Call(C:21): Incoming call from Extn:100 to <sip:[email protected]:5060>
Any help would be appreciated.