<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Cisco SIP Gateway configuration: The Ultimate Guide	</title>
	<atom:link href="https://ucpros.net/cisco-sip-gateway-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>https://ucpros.net/cisco-sip-gateway-configuration/</link>
	<description>Where UC pros belong</description>
	<lastBuildDate>Sun, 08 Nov 2020 19:48:55 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>
		By: Pasha Teplitsky		</title>
		<link>https://ucpros.net/cisco-sip-gateway-configuration/#comment-593</link>

		<dc:creator><![CDATA[Pasha Teplitsky]]></dc:creator>
		<pubDate>Sun, 15 Mar 2020 13:15:46 +0000</pubDate>
		<guid isPermaLink="false">https://ucpros.net//?p=328#comment-593</guid>

					<description><![CDATA[Hi Osvaldo,
Are you looking for a permanent registration solution or just as a backup when the WAN is down?]]></description>
			<content:encoded><![CDATA[<p>Hi Osvaldo,<br />
Are you looking for a permanent registration solution or just as a backup when the WAN is down?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Osvaldo		</title>
		<link>https://ucpros.net/cisco-sip-gateway-configuration/#comment-502</link>

		<dc:creator><![CDATA[Osvaldo]]></dc:creator>
		<pubDate>Sat, 07 Mar 2020 00:26:58 +0000</pubDate>
		<guid isPermaLink="false">https://ucpros.net//?p=328#comment-502</guid>

					<description><![CDATA[I have been tasked to configure a Paxton Net2Entry video call box at a remote site as a SIP device that will work when the WAN is down. This device is currently configured to register with the CallManager but I am not sure how to configure the voice gateway as a SIP server so that the call box can register with it. We have IP speakers that are registered with routers configured as H.323 gateways but the speakers don&#039;t need a password. The Net2Entry does require a password and uses a SIP security profile and an end user to authenticate.

Do you have any ideas suggestions to get this to work with the ISR as a SIP UA?]]></description>
			<content:encoded><![CDATA[<p>I have been tasked to configure a Paxton Net2Entry video call box at a remote site as a SIP device that will work when the WAN is down. This device is currently configured to register with the CallManager but I am not sure how to configure the voice gateway as a SIP server so that the call box can register with it. We have IP speakers that are registered with routers configured as H.323 gateways but the speakers don&#8217;t need a password. The Net2Entry does require a password and uses a SIP security profile and an end user to authenticate.</p>
<p>Do you have any ideas suggestions to get this to work with the ISR as a SIP UA?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Osvaldo		</title>
		<link>https://ucpros.net/cisco-sip-gateway-configuration/#comment-501</link>

		<dc:creator><![CDATA[Osvaldo]]></dc:creator>
		<pubDate>Sat, 07 Mar 2020 00:11:30 +0000</pubDate>
		<guid isPermaLink="false">https://ucpros.net//?p=328#comment-501</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ucpros.net/cisco-sip-gateway-configuration/#comment-101&quot;&gt;sajishr2000&lt;/a&gt;.

I don&#039;t think the CM has a way of knowing when PRIs are down. It only sees the connection the the gateway and unless the gateway itself is down, it will continue to send calls to it. This is why I still use MGCP for our gateways. MGCP ensures that when any of the PRI&#039;s are unavailable, the call routes to the next available gateway.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ucpros.net/cisco-sip-gateway-configuration/#comment-101">sajishr2000</a>.</p>
<p>I don&#8217;t think the CM has a way of knowing when PRIs are down. It only sees the connection the the gateway and unless the gateway itself is down, it will continue to send calls to it. This is why I still use MGCP for our gateways. MGCP ensures that when any of the PRI&#8217;s are unavailable, the call routes to the next available gateway.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pasha Teplitsky		</title>
		<link>https://ucpros.net/cisco-sip-gateway-configuration/#comment-403</link>

		<dc:creator><![CDATA[Pasha Teplitsky]]></dc:creator>
		<pubDate>Sun, 23 Feb 2020 10:59:28 +0000</pubDate>
		<guid isPermaLink="false">https://ucpros.net//?p=328#comment-403</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ucpros.net/cisco-sip-gateway-configuration/#comment-401&quot;&gt;Angelo&lt;/a&gt;.

Hi Angelo,
Thanks for the feedback, it&#039;s much appreciated :)

It actually seems like you have 99% of this already figured out.
It&#039;s just a matter of avoiding loops between the dial-peers and this is done with a solid numbering plan.

The problem here is that 100 and 102 are conflicting.
I would place the destination pattern 9T on dp 11 instead of 101,
add another voip dp (similar to 11) for ....
on DP 102 replace destination patter with Incoming Called Number .....
and change the destination pattern on 100 to .....

So in this scenario, a call from  SME to PBX:
DP 11 --&gt; DP 100

A call from PBX to SME
DP 102 --&gt; DP 11 (+ another DP for 5 digit dial)

If there is still a conflict (loop) between 100 and 102, you can just add a prefix on the incoming DP from the PBX and remove it in CUCM or a VOIP DP.

Hope this makes sense.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ucpros.net/cisco-sip-gateway-configuration/#comment-401">Angelo</a>.</p>
<p>Hi Angelo,<br />
Thanks for the feedback, it&#8217;s much appreciated 🙂</p>
<p>It actually seems like you have 99% of this already figured out.<br />
It&#8217;s just a matter of avoiding loops between the dial-peers and this is done with a solid numbering plan.</p>
<p>The problem here is that 100 and 102 are conflicting.<br />
I would place the destination pattern 9T on dp 11 instead of 101,<br />
add another voip dp (similar to 11) for &#8230;.<br />
on DP 102 replace destination patter with Incoming Called Number &#8230;..<br />
and change the destination pattern on 100 to &#8230;..</p>
<p>So in this scenario, a call from  SME to PBX:<br />
DP 11 &#8211;> DP 100</p>
<p>A call from PBX to SME<br />
DP 102 &#8211;> DP 11 (+ another DP for 5 digit dial)</p>
<p>If there is still a conflict (loop) between 100 and 102, you can just add a prefix on the incoming DP from the PBX and remove it in CUCM or a VOIP DP.</p>
<p>Hope this makes sense.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Angelo		</title>
		<link>https://ucpros.net/cisco-sip-gateway-configuration/#comment-401</link>

		<dc:creator><![CDATA[Angelo]]></dc:creator>
		<pubDate>Sun, 23 Feb 2020 03:34:42 +0000</pubDate>
		<guid isPermaLink="false">https://ucpros.net//?p=328#comment-401</guid>

					<description><![CDATA[Hi Pasha,

What you are publishing is a great content. I love how specific it is to the target audience. I’m hoping that you could help me out with configuring dial-peers with best practice in mind as well as ease to implement across multiple sites. (scalability)

Here is the scenario:

We have multiple sites that still have Nortel PBX equipment we are working on a project that will eventually port all of the carrier PRI DID’s to a IPSTN SIP connection from a single carrier, the SBC’s are in place a few of the major sites have been converted. In doing these sites I’m finding weird behavior with the Nortel (propriety) SIP interoperating with standards-based SIP (Cisco) and would like to move to a more uniform architecture.

Carrier SIPSBCCisco SME(CUCM)SIP to IOS GatewayISDN(PRI)Nortel PBX

The ISDN interaction with the Nortel equipment works beautifully as this is what they built their platform around.

What I would like to do is make a configuration as vanilla as possible, basically my goal is to leave all the routing and heavy lifting to be done by my SME cluster, with the IOS gateway solely serving the purpose of a media converter from SIP to ISDN. 

My thoughts were something along the lines of:
Incoming Dial-peer from SME
voice class uri 100 SIP
  host ipv4:SME-SUB1
  host ipv4:SME-PUB

dial-peer voice 10 voip
description incoming calls from SME
session protocol sipv2
incoming uri via SME
voice-class codec 1
dtmf-relay sip-kpml rtp-nte
no vad

Outgoing calls to SME
dial-peer voice 11 voip
description outgoing calls to SME
session protocol sipv2
session server-group 1 (sme servers)
voice-class codec 1 voice-class sip options-keepalive profile 1
dtmf-relay sip-kpml rtp-nte
no vad

the POTS dial peers I’m not so sure on: really what I’m after is very basic and easy dial peers that can be applied in any situation, that do this….

Anything coming in matching my incoming voip dial peer should be sent to the PRI trunk group. And anything coming in form the PRI trunk group should be sent to the outgoing voip dial peer. Since we have 5-digit extensions across the enterprise I was hoping something like this would work.

Dial-peer voice 100 pots (incoming)
Trunkgroup 
Description calls from SME to PBX
Destination-pattern 21[7-9]..
No digit-strip

Dial-peer voice 101 pots (outgoing)
Trunkgroup 
Description calls form PBX to IPSTN via SME
Destination-pattern 9T
No digit strip

Dial-peer voice 102 pots (outgoing)
Trunkgroup 
Description calls form PBX to SME for internal calls 
Destination-pattern …..
No digit strip

My goal ultimately is to not have to define the extension range for a site in the pots dial (100) and make it completely universal and easy to deploy. Then make all routing decisions in the SME rather than the IOS gateway.

Any help is more than appreciated.

Cheers,

Angelo]]></description>
			<content:encoded><![CDATA[<p>Hi Pasha,</p>
<p>What you are publishing is a great content. I love how specific it is to the target audience. I’m hoping that you could help me out with configuring dial-peers with best practice in mind as well as ease to implement across multiple sites. (scalability)</p>
<p>Here is the scenario:</p>
<p>We have multiple sites that still have Nortel PBX equipment we are working on a project that will eventually port all of the carrier PRI DID’s to a IPSTN SIP connection from a single carrier, the SBC’s are in place a few of the major sites have been converted. In doing these sites I’m finding weird behavior with the Nortel (propriety) SIP interoperating with standards-based SIP (Cisco) and would like to move to a more uniform architecture.</p>
<p>Carrier SIPSBCCisco SME(CUCM)SIP to IOS GatewayISDN(PRI)Nortel PBX</p>
<p>The ISDN interaction with the Nortel equipment works beautifully as this is what they built their platform around.</p>
<p>What I would like to do is make a configuration as vanilla as possible, basically my goal is to leave all the routing and heavy lifting to be done by my SME cluster, with the IOS gateway solely serving the purpose of a media converter from SIP to ISDN. </p>
<p>My thoughts were something along the lines of:<br />
Incoming Dial-peer from SME<br />
voice class uri 100 SIP<br />
  host ipv4:SME-SUB1<br />
  host ipv4:SME-PUB</p>
<p>dial-peer voice 10 voip<br />
description incoming calls from SME<br />
session protocol sipv2<br />
incoming uri via SME<br />
voice-class codec 1<br />
dtmf-relay sip-kpml rtp-nte<br />
no vad</p>
<p>Outgoing calls to SME<br />
dial-peer voice 11 voip<br />
description outgoing calls to SME<br />
session protocol sipv2<br />
session server-group 1 (sme servers)<br />
voice-class codec 1 voice-class sip options-keepalive profile 1<br />
dtmf-relay sip-kpml rtp-nte<br />
no vad</p>
<p>the POTS dial peers I’m not so sure on: really what I’m after is very basic and easy dial peers that can be applied in any situation, that do this….</p>
<p>Anything coming in matching my incoming voip dial peer should be sent to the PRI trunk group. And anything coming in form the PRI trunk group should be sent to the outgoing voip dial peer. Since we have 5-digit extensions across the enterprise I was hoping something like this would work.</p>
<p>Dial-peer voice 100 pots (incoming)<br />
Trunkgroup<br />
Description calls from SME to PBX<br />
Destination-pattern 21[7-9]..<br />
No digit-strip</p>
<p>Dial-peer voice 101 pots (outgoing)<br />
Trunkgroup<br />
Description calls form PBX to IPSTN via SME<br />
Destination-pattern 9T<br />
No digit strip</p>
<p>Dial-peer voice 102 pots (outgoing)<br />
Trunkgroup<br />
Description calls form PBX to SME for internal calls<br />
Destination-pattern …..<br />
No digit strip</p>
<p>My goal ultimately is to not have to define the extension range for a site in the pots dial (100) and make it completely universal and easy to deploy. Then make all routing decisions in the SME rather than the IOS gateway.</p>
<p>Any help is more than appreciated.</p>
<p>Cheers,</p>
<p>Angelo</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paubert		</title>
		<link>https://ucpros.net/cisco-sip-gateway-configuration/#comment-181</link>

		<dc:creator><![CDATA[Paubert]]></dc:creator>
		<pubDate>Wed, 04 Dec 2019 08:21:03 +0000</pubDate>
		<guid isPermaLink="false">https://ucpros.net//?p=328#comment-181</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ucpros.net/cisco-sip-gateway-configuration/#comment-180&quot;&gt;Pasha Teplitsky&lt;/a&gt;.

Hi Pasha, 
No worries, 
I have created new post under the member&#039;s area :)
thank you again.
regards
Paul]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ucpros.net/cisco-sip-gateway-configuration/#comment-180">Pasha Teplitsky</a>.</p>
<p>Hi Pasha,<br />
No worries,<br />
I have created new post under the member&#8217;s area 🙂<br />
thank you again.<br />
regards<br />
Paul</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pasha Teplitsky		</title>
		<link>https://ucpros.net/cisco-sip-gateway-configuration/#comment-180</link>

		<dc:creator><![CDATA[Pasha Teplitsky]]></dc:creator>
		<pubDate>Wed, 04 Dec 2019 06:58:29 +0000</pubDate>
		<guid isPermaLink="false">https://ucpros.net//?p=328#comment-180</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ucpros.net/cisco-sip-gateway-configuration/#comment-178&quot;&gt;Paul Aubert&lt;/a&gt;.

Hi Paul,
unfortunately I&#039;m unable to move comments to forum topics, although not a bad idea for a feature :)
You&#039;ll have to register and add a topic in the relevant section.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ucpros.net/cisco-sip-gateway-configuration/#comment-178">Paul Aubert</a>.</p>
<p>Hi Paul,<br />
unfortunately I&#8217;m unable to move comments to forum topics, although not a bad idea for a feature 🙂<br />
You&#8217;ll have to register and add a topic in the relevant section.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul Aubert		</title>
		<link>https://ucpros.net/cisco-sip-gateway-configuration/#comment-178</link>

		<dc:creator><![CDATA[Paul Aubert]]></dc:creator>
		<pubDate>Wed, 04 Dec 2019 00:17:24 +0000</pubDate>
		<guid isPermaLink="false">https://ucpros.net//?p=328#comment-178</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ucpros.net/cisco-sip-gateway-configuration/#comment-177&quot;&gt;Pasha Teplitsky&lt;/a&gt;.

Hi Pasha,
thanks for this,
I&#039;ve been trying to find the post where it has been moved too with out success.
thanks
Regards 
Paul]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ucpros.net/cisco-sip-gateway-configuration/#comment-177">Pasha Teplitsky</a>.</p>
<p>Hi Pasha,<br />
thanks for this,<br />
I&#8217;ve been trying to find the post where it has been moved too with out success.<br />
thanks<br />
Regards<br />
Paul</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pasha Teplitsky		</title>
		<link>https://ucpros.net/cisco-sip-gateway-configuration/#comment-177</link>

		<dc:creator><![CDATA[Pasha Teplitsky]]></dc:creator>
		<pubDate>Tue, 03 Dec 2019 16:14:38 +0000</pubDate>
		<guid isPermaLink="false">https://ucpros.net//?p=328#comment-177</guid>

					<description><![CDATA[Hi Paul,
sure, let&#039;s try to see what the problem is.
Let&#039;s move this to the forum, it will be easier to manage.
http://localhost/uccommunity/]]></description>
			<content:encoded><![CDATA[<p>Hi Paul,<br />
sure, let&#8217;s try to see what the problem is.<br />
Let&#8217;s move this to the forum, it will be easier to manage.<br />
<a href="http://localhost/uccommunity/" rel="nofollow ugc">http://localhost/uccommunity/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul Aubert		</title>
		<link>https://ucpros.net/cisco-sip-gateway-configuration/#comment-175</link>

		<dc:creator><![CDATA[Paul Aubert]]></dc:creator>
		<pubDate>Tue, 03 Dec 2019 11:03:43 +0000</pubDate>
		<guid isPermaLink="false">https://ucpros.net//?p=328#comment-175</guid>

					<description><![CDATA[Hi Pasha,
 I hope you can help me, 
we are currently doing a sip migration from ISDN, 
I have programmed up new cube, 
and accept the calls from the SIP provider.
although im unable to get the call to pass onto the CM 11.5
I&#039;m totally new to this :( but any help is appreciated.
I dare say im missing phone number translations somewhere to direct to the CM, 
I have copied the config into this forum.
thanks
regards
Paul

show run 
Building configuration...


Current configuration : 3413 bytes
!
version 15.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname lavvgw002
!
boot-start-marker
boot-end-marker
!
!
enable secret 5 $1$RNqx$fvOhNq/wy1BONvI3pN5GH/
!
no aaa new-model
!
!
!
!
!
!
!
!
!
!
!
!
!
!
ip domain name xx.com.au
ip name-server 10.3.1.81
ip cef
no ipv6 cef
multilink bundle-name authenticated
!
!
!
!
!
!
cts logging verbose
!
!
voice-card 0
 !
!
!
voice service voip
 ip address trusted list
  ipv4 10.0.0.0 255.0.0.0
  ipv4 210.193.x.x
  ipv4 210.193.x.x
 address-hiding
 mode border-element 
 allow-connections h323 to h323
 allow-connections h323 to sip
 allow-connections sip to h323
 allow-connections sip to sip
 fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback pass-through g711ulaw
 modem passthrough nse codec g711alaw
 h323
  h225 display-ie ccm-compatible
  h225 id-passthru
  call start slow
 sip
  bind control source-interface GigabitEthernet0/0.20
  bind media source-interface GigabitEthernet0/0.20
  header-passing
  error-passthru
  outbound-proxy ipv4:210.193.x.x
  early-offer forced
  midcall-signaling passthru
  pass-thru content sdp
!
voice class codec 1
 codec preference 1 g711alaw
 codec preference 2 g711ulaw
 codec preference 3 g729br8
!
!
voice class sip-profiles 1
 request CANCEL sip-header Max-Forwards modify &quot;.*&quot; &quot;User-Agent: CUBE&quot; 
!
!
!
!
!
!
!
license udi pid CISCO2901/K9 sn FGL191422HV
hw-module pvdm 0/0
!
!
!
username pepperxxx privilege 15 secret 5 $1$ptE9$H7kDBpjiokAhzq.OmwaI3/
!
redundancy
!
!
!
!
!
!
interface Embedded-Service-Engine0/0
 no ip address
 shutdown
!
interface GigabitEthernet0/0
 description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-GE 0/0$
 no ip address
 duplex auto
 speed auto
 !
interface GigabitEthernet0/0.20
 encapsulation dot1Q 20
 ip address 10.3.20.6 255.255.255.0
 ip pim dense-mode
 h323-gateway voip interface
!
interface GigabitEthernet0/1
 ip address dhcp
 duplex auto
 speed auto
!
ip default-gateway 10.3.20.1
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip route 0.0.0.0 0.0.0.0 10.3.20.1
!
!
!
!
control-plane
!
 !
 !
 !
 !
!
mgcp behavior rsip-range tgcp-only
mgcp behavior comedia-role none
mgcp behavior comedia-check-media-src disable
mgcp behavior comedia-sdp-force disable
!
mgcp profile default
!
!
!
!
dial-peer voice 1 voip
 description *** Outgoing call . outgoing call leg from CUBE to Broadsoft***
 destination-pattern .T
 session protocol sipv2
 session target ipv4:210.193.xx.xx
 voice-class codec 1  
 no vad
!
dial-peer voice 2 voip
 description *** CUBE to UC***
 huntstop
 answer-address 0391015981.
 destination-pattern 0391015981.
 media forking
 session protocol sipv2
 session target ipv4:10.3.20.4
 incoming called-number 0391015981.
 voice-class codec 1  
 dtmf-relay rtp-nte
 no vad
!
!
gateway 
 timer receive-rtp 1200
!
sip-ua 
 credentials username 039101xxx password 7 0526352611781C50495541425B5E realm domain.com
 retry invite 2
  retry response 3
 retry register 4
 timers expires 300000
 registrar dns:domain.com expires 120
 host-registrar
!
!
!
gatekeeper
 shutdown
!
!
!
line con 0
line aux 0
line 2
 no activation-character
 no exec
 transport preferred none
 transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
 stopbits 1
line vty 0 4
 login local
 transport input telnet ssh
!]]></description>
			<content:encoded><![CDATA[<p>Hi Pasha,<br />
 I hope you can help me,<br />
we are currently doing a sip migration from ISDN,<br />
I have programmed up new cube,<br />
and accept the calls from the SIP provider.<br />
although im unable to get the call to pass onto the CM 11.5<br />
I&#8217;m totally new to this 🙁 but any help is appreciated.<br />
I dare say im missing phone number translations somewhere to direct to the CM,<br />
I have copied the config into this forum.<br />
thanks<br />
regards<br />
Paul</p>
<p>show run<br />
Building configuration&#8230;</p>
<p>Current configuration : 3413 bytes<br />
!<br />
version 15.4<br />
service timestamps debug datetime msec<br />
service timestamps log datetime msec<br />
no service password-encryption<br />
!<br />
hostname lavvgw002<br />
!<br />
boot-start-marker<br />
boot-end-marker<br />
!<br />
!<br />
enable secret 5 $1$RNqx$fvOhNq/wy1BONvI3pN5GH/<br />
!<br />
no aaa new-model<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
ip domain name xx.com.au<br />
ip name-server 10.3.1.81<br />
ip cef<br />
no ipv6 cef<br />
multilink bundle-name authenticated<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
cts logging verbose<br />
!<br />
!<br />
voice-card 0<br />
 !<br />
!<br />
!<br />
voice service voip<br />
 ip address trusted list<br />
  ipv4 10.0.0.0 255.0.0.0<br />
  ipv4 210.193.x.x<br />
  ipv4 210.193.x.x<br />
 address-hiding<br />
 mode border-element<br />
 allow-connections h323 to h323<br />
 allow-connections h323 to sip<br />
 allow-connections sip to h323<br />
 allow-connections sip to sip<br />
 fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback pass-through g711ulaw<br />
 modem passthrough nse codec g711alaw<br />
 h323<br />
  h225 display-ie ccm-compatible<br />
  h225 id-passthru<br />
  call start slow<br />
 sip<br />
  bind control source-interface GigabitEthernet0/0.20<br />
  bind media source-interface GigabitEthernet0/0.20<br />
  header-passing<br />
  error-passthru<br />
  outbound-proxy ipv4:210.193.x.x<br />
  early-offer forced<br />
  midcall-signaling passthru<br />
  pass-thru content sdp<br />
!<br />
voice class codec 1<br />
 codec preference 1 g711alaw<br />
 codec preference 2 g711ulaw<br />
 codec preference 3 g729br8<br />
!<br />
!<br />
voice class sip-profiles 1<br />
 request CANCEL sip-header Max-Forwards modify &#8220;.*&#8221; &#8220;User-Agent: CUBE&#8221;<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
license udi pid CISCO2901/K9 sn FGL191422HV<br />
hw-module pvdm 0/0<br />
!<br />
!<br />
!<br />
username pepperxxx privilege 15 secret 5 $1$ptE9$H7kDBpjiokAhzq.OmwaI3/<br />
!<br />
redundancy<br />
!<br />
!<br />
!<br />
!<br />
!<br />
!<br />
interface Embedded-Service-Engine0/0<br />
 no ip address<br />
 shutdown<br />
!<br />
interface GigabitEthernet0/0<br />
 description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-GE 0/0$<br />
 no ip address<br />
 duplex auto<br />
 speed auto<br />
 !<br />
interface GigabitEthernet0/0.20<br />
 encapsulation dot1Q 20<br />
 ip address 10.3.20.6 255.255.255.0<br />
 ip pim dense-mode<br />
 h323-gateway voip interface<br />
!<br />
interface GigabitEthernet0/1<br />
 ip address dhcp<br />
 duplex auto<br />
 speed auto<br />
!<br />
ip default-gateway 10.3.20.1<br />
ip forward-protocol nd<br />
!<br />
no ip http server<br />
no ip http secure-server<br />
!<br />
ip route 0.0.0.0 0.0.0.0 10.3.20.1<br />
!<br />
!<br />
!<br />
!<br />
control-plane<br />
!<br />
 !<br />
 !<br />
 !<br />
 !<br />
!<br />
mgcp behavior rsip-range tgcp-only<br />
mgcp behavior comedia-role none<br />
mgcp behavior comedia-check-media-src disable<br />
mgcp behavior comedia-sdp-force disable<br />
!<br />
mgcp profile default<br />
!<br />
!<br />
!<br />
!<br />
dial-peer voice 1 voip<br />
 description *** Outgoing call . outgoing call leg from CUBE to Broadsoft***<br />
 destination-pattern .T<br />
 session protocol sipv2<br />
 session target ipv4:210.193.xx.xx<br />
 voice-class codec 1<br />
 no vad<br />
!<br />
dial-peer voice 2 voip<br />
 description *** CUBE to UC***<br />
 huntstop<br />
 answer-address 0391015981.<br />
 destination-pattern 0391015981.<br />
 media forking<br />
 session protocol sipv2<br />
 session target ipv4:10.3.20.4<br />
 incoming called-number 0391015981.<br />
 voice-class codec 1<br />
 dtmf-relay rtp-nte<br />
 no vad<br />
!<br />
!<br />
gateway<br />
 timer receive-rtp 1200<br />
!<br />
sip-ua<br />
 credentials username 039101xxx password 7 0526352611781C50495541425B5E realm domain.com<br />
 retry invite 2<br />
  retry response 3<br />
 retry register 4<br />
 timers expires 300000<br />
 registrar dns:domain.com expires 120<br />
 host-registrar<br />
!<br />
!<br />
!<br />
gatekeeper<br />
 shutdown<br />
!<br />
!<br />
!<br />
line con 0<br />
line aux 0<br />
line 2<br />
 no activation-character<br />
 no exec<br />
 transport preferred none<br />
 transport output pad telnet rlogin lapb-ta mop udptn v120 ssh<br />
 stopbits 1<br />
line vty 0 4<br />
 login local<br />
 transport input telnet ssh<br />
!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
