cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
524
Views
5
Helpful
5
Replies

kaysplace

kaysplace
Level 1
Level 1

I already have a H.323 gateway configured on my CUCM with E1 PRI but now I want to also bring in SIP but I don’t want to do any SIP trunk configuration on the CUCM i want to make sure that any configuration am going to do will be on the voice GW. How do I go about the configuration?

1 Accepted Solution

Accepted Solutions

Hi Jonathan,
I really appreciate all your swift response and input so far.

I will put into action all the suggestion and feed you back.

View solution in original post

5 Replies 5

Jonathan Schulenberg
Hall of Fame
Hall of Fame

This is a bad idea. You’re forcing a protocol translation unnecessarily which frequently leads to corner case interop issues (eg DTMF, early media, etc). I recommend converting the H.323 gateway to a SIP trunk instead; it’s perfectly normal to have ISDN circuits with a SIP trunk into CUCM from the IOS gateway. There are years of threads on this topic here on the forums but it’s essentially only a few config changes to your CUCM-facing VOIP dial peers to use SIP instead of H323 and update the DTMF relay options.
dial-peer voice 10 voip
session protocol sipv2
session target dns:hostname.domain.tld:5060
session transport tcp
voice-class sip options-keepalive profile 1 ! Omitted from example
voice-class sip bind control source-interface Loopback0
voice-class sip bind media source-interface Loopback0
dtmf-relay rtp-nte sip-kpml
codec g711ulaw
ip qos dscp cs3 signaling
no vad


For the new SIP trunk toward the carrier, here are a few working config examples to get you started:
https://www.cisco.com/c/en/us/solutions/enterprise/interoperability-portal/networking_solutions_products_genericcontent0900aecd805bd13d.html

The infamous CUBE config guide:
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/voice/cube/configuration/cube-book/voi-cube-overview.html

Hi Jonathan,
Thank you for your quick response.
i need to configure a sip trunk on the UCM and if yes, how do i handle the E1 lines..

Pls help.

Hi Jonathan,

I also want to know how i can make both the E1 and the SIP to work concurrently or been backup for each other.



You control that in your dial-peers. There isn't really an extra trick unique to SIP here. The IOS gateway will need to select an outbound dial-peer for any given call. The dial-peers will determine which path/circuit is selected, presumably based on the destination-pattern command.

It's worth noting that there are newer options such as an e164-pattern map; however, those only work on SIP VoIP dial-peers. You'll need to keep the configuration more traditional due to the POTS dial-peers.
https://www.cisco.com/c/en/us/support/docs/voice/call-routing-dial-plans/14074-in-dial-peer-match.html

Hi Jonathan,
I really appreciate all your swift response and input so far.

I will put into action all the suggestion and feed you back.