- Joined
- Apr 20, 2020
- Messages
- 24
- Reaction score
- 1
Hi All,
I am working on setting up 3CX system in a cloud (azure) and currently having some issues with inbound calls. We are using flowroute as our sip provider. Outgoing calls work and audio comes both ways. However, the inbound call to DID gets dropped.
I pulled networking packets to see what is going on and it seems like the calls are getting canceled by the client. Here are the logs:
Also, in the event console I am seeing this:
Can someone point me into the right direction on how to further troubleshoot it?
I am working on setting up 3CX system in a cloud (azure) and currently having some issues with inbound calls. We are using flowroute as our sip provider. Outgoing calls work and audio comes both ways. However, the inbound call to DID gets dropped.
I pulled networking packets to see what is going on and it seems like the calls are getting canceled by the client. Here are the logs:
[CODE]IP x.x.x.x.sip > x.x.x.x.sip: SIP: SIP/2.0 487 Request Terminated
IP localhost.sip > localhost.5483: SIP: CANCEL sip:[email protected]:5483;rinstance=ec5a763c54971c06 SIP/2.0
localhost.5483 > localhost.sip: SIP: SIP/2.0 487 Request Terminated[/CODE]
Also, in the event console I am seeing this:
Code:
04/26/2020 10:51:03 PM - L:21.1[Line:10000<<+1xxxxxxxxxx] got Terminated Recv Req CANCEL from x.x.x.x:5060 tid=e4bf.d66ad77d2437d25c86c6719a5d405b21.0 [email protected]:
CANCEL sip:[email protected]:5060 SIP/2.0
Via: SIP/2.0/UDP x.x.x.x;branch=z9hG4bKe4bf.d66ad77d2437d25c86c6719a5d405b21.0
Max-Forwards: 66
To: <sip:[email protected]>
From: "Example" <sip:[email protected]>;tag=gK06448261
Call-ID: [email protected]
CSeq: 557 CANCEL
Reason: SIP;cause=603
Content-Length: 0
Can someone point me into the right direction on how to further troubleshoot it?