08-14-2019 02:55 AM
Hi Guys,
Need some help. We are implementing SIP connection and I am new for this. I cannot make it work. I already did what the article or forums but still failed.
Here is the topology. Attached files are sip config and debug.
I am hoping that you can help me. Thank you so much.
08-14-2019 06:12 AM
08-14-2019 06:49 AM
08-14-2019 06:33 AM - edited 08-14-2019 06:35 AM
Hi,
The CUBE router is receiving 403 Request From Unknown Source from your service provider. Please check with your Service Provider about what calling number they are expecting and in which format.
Also, please correct below configuration:
1. First remove bind interface commands from below configuration as you are binding the interface under dial-peers.
voice service voip sip bind control source-interface GigabitEthernet0/1 bind media source-interface GigabitEthernet0/1
2. Under dial-peer 101 which is pointing to CUCM, change the bind interface to GigabitEthernet0/0 as this is your voice VLAN interface:
dial-peer voice 101 voip voice-class sip bind control source-interface GigabitEthernet0/1 voice-class sip bind media source-interface GigabitEthernet0/1 !
3. Under dial-peer 100, add bind interface GigabitEthernet0/0.
dial-peer voice 100 voip voice-class sip bind control source-interface GigabitEthernet0/0 voice-class sip bind media source-interface GigabitEthernet0/0 !
4. Under dial-peer 800, add bind interface GigabitEthernet0/2.
dial-peer voice 800 voip voice-class sip bind control source-interface GigabitEthernet0/2 voice-class sip bind media source-interface GigabitEthernet0/2 !
08-14-2019 06:50 AM
08-14-2019 07:25 AM
In CUCM SIP Trunk, your destination IP Address needs to be 192.168.104.2.
08-14-2019 02:55 PM
08-14-2019 05:27 PM
Make sure that IP Address is reachable from your CUCM cluster. If you use different IP Address of different interface then make sure you bind correct interface under dial peers.
08-14-2019 07:24 PM
Incoming call is also not working :(
Our DID is 02891-8330 to 8339
Just want to check if this correct.
In my sip trunk
Route Pattern
IP Phone
dial-peer voice 800 voip
description ** Incoming From ITSP TO VG **
session protocol sipv2
session transport udp
incoming called-number .
voice-class codec 1
voice-class sip bind control source-interface GigabitEthernet0/2
voice-class sip bind media source-interface GigabitEthernet0/2
dtmf-relay rtp-nte
dial-peer voice 101 voip
description ** Outgoing From VG to CUCM **
destination-pattern 028918330
session protocol sipv2
session target ipv4:172.27.199.11
session transport udp
voice-class codec 1
voice-class sip bind control source-interface GigabitEthernet0/1
voice-class sip bind media source-interface GigabitEthernet0/1
dtmf-relay rtp-nte
thank you so much.
08-15-2019 05:21 AM
"Incoming call is also not working :("
Inbound calling will depend on the Trunk settings in "Inbound Calls" section. For example inbound CSS of the trunk would either have to be able to "see" your partition Internal-PT using four significant digits, or would have to see a Translation Pattern to convert 02891833X to 833X
08-15-2019 06:28 PM
08-15-2019 09:12 AM
What error message are you getting for inbound calls?
08-15-2019 06:28 PM
08-15-2019 06:34 PM
08-15-2019 06:42 PM
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