- Joined
- Nov 11, 2010
- Messages
- 24
- Reaction score
- 0
Hello,
Our 3CX Phone System is configured with a range of 24 DID numbers provided by Flowroute. When we try to send/receive a call via any of the DID numbers, the call connects but we can't hear any audio in either direction. Internal calls (not routed through Flowroute) are working without any problems. Please find the server log below:
It seems like the problem is here:
I can't figure out why it's trying to bind the RTP/RTCP to 10.100.8.5, as that is the IP address of a NIC on the server that is disabled. Currently the only NIC that is enabled has the 65.xxx.xx.xxx public IP address. The 10.100.8.5 address had been configured as the Local SIP domain, but I've since removed the Local SIP domain entirely in the settings and restarted the server. But when I look at the logs, it's still trying to bind to that address.
Any help would be greatly appreciated.
Thanks
Our 3CX Phone System is configured with a range of 24 DID numbers provided by Flowroute. When we try to send/receive a call via any of the DID numbers, the call connects but we can't hear any audio in either direction. Internal calls (not routed through Flowroute) are working without any problems. Please find the server log below:
Code:
08:07:04.087 [CM503008]: Call(10): Call is terminated
08:06:59.056 [CM503007]: Call(10): Device joined: sip:[email protected]:5060
08:06:59.040 [CM503007]: Call(10): Device joined: sip:[email protected]:1899;rinstance=ecd0911da4d6c79c
08:06:58.478 [CM505003]: Provider:[Flowroute] Device info: Device Not Identified: User Agent not matched; Capabilities:[reinvite, replaces, able-no-sdp, recvonly] UserAgent: [] PBX contact: [sip:[email protected]:5060]
08:06:58.478 [CM503002]: Call(10): Alerting sip:[email protected]:5060
08:06:53.743 [CM503025]: Call(10): Calling VoIPline:1805708xxxx@(Ln.10000@Flowroute)@[Dev:sip:[email protected]:5060]
08:06:53.681 [MS003005] C:10.2: Failed to create Endpoint: (destination=70.167.153.130)EndPoint: ID=00000013@(EXTERNAL) LOGID=C:10.2 Status: MSEP_FAILED RTP:65.xxx.xx.xxx:9022 RTCP:65.xxx.xx.xxx:9023 STUN RTP:0.0.0.0:0 STUN RTCP:0.0.0.0:0 Coder: NOT SET 101:telephony-event Party ptime:20 Party RTP:0.0.0.0:0 Party RTCP:0.0.0.0:0 Decoders: <empty>
08:06:53.681 [MS003003] C:10.2: RTCP socket 65.xxx.xx.xxx:9023 binding to 10.100.8.5:9023 failed with error code 10049
08:06:53.665 [MS003002] C:10.2: RTP socket 65.xxx.xx.xxx:9022 binding to 10.100.8.5:9022 failed with error code 10049
08:06:53.650 [CM503004]: Call(10): Route 1: VoIPline:1805708xxxx@(Ln.10000@Flowroute)@[Dev:sip:[email protected]:5060]
08:06:53.650 [CM503010]: Making route(s) to <sip:[email protected]:5060>
08:06:53.634 [CM505001]: Ext.1010: Device info: Device Not Identified: User Agent not matched; Capabilities:[reinvite, replaces, able-no-sdp, recvonly] UserAgent: [3CXPhone 5.0.14900.0] PBX contact: [sip:[email protected]:5060]
08:06:53.618 [CM503001]: Call(10): Incoming call from Ext.1010 to <sip:[email protected]:5060>
It seems like the problem is here:
Code:
08:06:53.681 [MS003003] C:10.2: RTCP socket 65.xxx.xx.xxx:9023 binding to 10.100.8.5:9023 failed with error code 10049
08:06:53.665 [MS003002] C:10.2: RTP socket 65.xxx.xx.xxx:9022 binding to 10.100.8.5:9022 failed with error code 10049
I can't figure out why it's trying to bind the RTP/RTCP to 10.100.8.5, as that is the IP address of a NIC on the server that is disabled. Currently the only NIC that is enabled has the 65.xxx.xx.xxx public IP address. The 10.100.8.5 address had been configured as the Local SIP domain, but I've since removed the Local SIP domain entirely in the settings and restarted the server. But when I look at the logs, it's still trying to bind to that address.
Any help would be greatly appreciated.
Thanks