01-03-2016 06:39 AM - edited 03-17-2019 05:23 AM
Hello,
I have the following Scenario:
IP Phone >> CUCM>> SIP Trunk >> CUBE >> SIP Service Provider
Making a call from Telco to IP Phone: One way Audio from Telco to IP Phone.
Making a call from IP Phone to Telco: Call disconnect after 19 seconds and no audio. Error code 102.
I attached the debug. Could you please help?
Thanks
Solved! Go to Solution.
01-03-2016 11:17 PM
For outgoing call from IP phone to Telco, issue is because of incorrect SIP binding in CUBE.
Seems that Telco facing interface is 172.22.32.226.
CUCM facing interface is 10.11.3.11. That is what you would have configured in CUCM as CUBE address. This can be verified from INVITE recieved by CUBE from CUCM;
INVITE sip:00448878978@10.11.3.11:5060 SIP/2.0
Now when CUBE is sending 200 OK to CUCM, it's using different interface viz 10.10.15.5. This might be the reason why CUCM is not responding with ACK (in response of 200 OK) and call is being dropped after couple of seconds (timeout);
o=CiscoSystemsSIP-GW-UserAgent 452 5706 IN IP4 10.10.15.5
Please let us know which is correct interface of CUBE facing CUCM viz 10.11.3.11 or 10.10.15.5? Depends on your requirement, we will bind the inbound dial peer in CUBE with correct interface and your issue should get resolved.
- Vivek
01-03-2016 10:23 PM
Hi,
For calls to IP Phone
Please share your CUBE config along with the output for show call active voip brief.
For calls from IP Phone
Please share the output of debug ccsip message from CUBE along with calling/called numbers
01-03-2016 11:17 PM
For outgoing call from IP phone to Telco, issue is because of incorrect SIP binding in CUBE.
Seems that Telco facing interface is 172.22.32.226.
CUCM facing interface is 10.11.3.11. That is what you would have configured in CUCM as CUBE address. This can be verified from INVITE recieved by CUBE from CUCM;
INVITE sip:00448878978@10.11.3.11:5060 SIP/2.0
Now when CUBE is sending 200 OK to CUCM, it's using different interface viz 10.10.15.5. This might be the reason why CUCM is not responding with ACK (in response of 200 OK) and call is being dropped after couple of seconds (timeout);
o=CiscoSystemsSIP-GW-UserAgent 452 5706 IN IP4 10.10.15.5
Please let us know which is correct interface of CUBE facing CUCM viz 10.11.3.11 or 10.10.15.5? Depends on your requirement, we will bind the inbound dial peer in CUBE with correct interface and your issue should get resolved.
- Vivek
01-03-2016 11:29 PM
For incoming call from Telco to IP phone, all signaling seems fine. I have just a doubt on SIP bind interface again.
For this flow, CUBE is now using 10.10.15.5 interface. Please confirm which interface you want to use between CUCM and CUBE viz 10.10.15.5 or 10.11.3.11?
- Vivek
01-03-2016 11:33 PM
Thank you :)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide