


 



<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docwiki.cisco.com/w/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docwiki.cisco.com/w/index.php?title=Special:Contributions/Msamarts&amp;feed=atom&amp;limit=50&amp;target=Msamarts&amp;year=&amp;month=</id>
		<title>DocWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://docwiki.cisco.com/w/index.php?title=Special:Contributions/Msamarts&amp;feed=atom&amp;limit=50&amp;target=Msamarts&amp;year=&amp;month="/>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Special:Contributions/Msamarts"/>
		<updated>2013-05-23T10:33:33Z</updated>
		<subtitle>From DocWiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example</id>
		<title>Video on ISR 2800 3800 H.320 GW with ISO 13871 bonding Configuration Example</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example"/>
				<updated>2011-02-08T12:08:09Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: /* Related show Commands */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This is the basic config for any ISR router 2800 / 3800 series with PRI connection to PSTN / PBX and H.323 protocol on IP side.&lt;br /&gt;
&lt;br /&gt;
==Design==&lt;br /&gt;
&lt;br /&gt;
The example toplogy:&lt;br /&gt;
&lt;br /&gt;
Tandberg VT - E1 PRI - PSTN - E1 PRI - ISR router - H.323 GK - Tandberg VT&lt;br /&gt;
 &lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
1. First we need to register GW and the video endpoint to the GK, we can run GK feature on the same router if we have IOS with GK feature for example - C2800NM-IPVOICE_IVS-M.&lt;br /&gt;
The most simple setup will be if we register endpoing with full E164 number and GW with the tech prefix, chousen in a way it will allow dialing to PSTN without any number transformation.&lt;br /&gt;
Assume PSTN will requre 00 for international call, in this case we can use the following config on GK:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 gatekeeper&lt;br /&gt;
  zone local video-98 mappets.com 10.52.218.98&lt;br /&gt;
  no use-proxy video-98 default inbound-to terminal&lt;br /&gt;
  no use-proxy video-98 default outbound-from terminal&lt;br /&gt;
 no shutdown&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
There is no need to configure zone prefixes as GW will register with the tech prefix.&lt;br /&gt;
And VT will register with the full E164 number, so GK will always be able to resolve the them to IP.&lt;br /&gt;
For VT we need to allow direct calls to / from H.323 GW, so we disabling proxy requirement.&lt;br /&gt;
&lt;br /&gt;
The matching GW config will be:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice service voip &lt;br /&gt;
  h323&lt;br /&gt;
   emptycapability&lt;br /&gt;
   h225 h245-address on-connect&lt;br /&gt;
   call start slow&lt;br /&gt;
   h245 tunnel disable&lt;br /&gt;
   h245 timeout olc 30&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Formally you will need only slow start and OLC timeout tuning. Because it may take some time for all ISDN secondary calls to get connected and for the BAS and codec negotiation to start, we need allow voip side to wait for some time. The 30 second timeout is reasonable setting, if we are talking about some VT like Tandberg or Polycom, they will have that settings by default. But if you have CallManager on IP side, you need to tune that timeouts via Service parameters:&lt;br /&gt;
&lt;br /&gt;
H245 TCS Timeout 30&lt;br /&gt;
&lt;br /&gt;
Media Exchange Interface Capability Timer  30&lt;br /&gt;
&lt;br /&gt;
Media Exchange Timer  30&lt;br /&gt;
&lt;br /&gt;
You may also consider to un-check the check-box on the GW config page:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Wait for Far End H.245 Terminal Capability Set&amp;quot;&lt;br /&gt;
&lt;br /&gt;
It usually good practice explicitly specify which interface will be used for H.323 signaling and if you register the GW to GK you will need to configure:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  ip address 10.52.218.91 255.255.255.0&lt;br /&gt;
  h323-gateway voip interface&lt;br /&gt;
  h323-gateway voip id video-98 ipaddr 10.52.218.98 1719&lt;br /&gt;
  h323-gateway voip h323-id ios-91-to-98&lt;br /&gt;
  h323-gateway voip tech-prefix 00&lt;br /&gt;
  h323-gateway voip bind srcaddr 10.52.218.91&lt;br /&gt;
!&lt;br /&gt;
 gateway&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Next we can proceed with the H.320 video GW configuration.&lt;br /&gt;
&lt;br /&gt;
1. Specify the card type you will have:&lt;br /&gt;
&lt;br /&gt;
 card type e1 1 1&lt;br /&gt;
&lt;br /&gt;
2. As video calls are actually the DATA calls by the nature of video content, we need to ensure the clocking is configured corectcly:&lt;br /&gt;
&lt;br /&gt;
 network-clock-participate slot 1 &lt;br /&gt;
 network-clock-participate wic 1 &lt;br /&gt;
!&lt;br /&gt;
! Choose the one which required by your hardware setup.&lt;br /&gt;
!&lt;br /&gt;
 network-clock-select 1 E1 1/0&lt;br /&gt;
&lt;br /&gt;
3. You will need to specify the ISDN switch type before you can proceed with PRI group config on the controller:&lt;br /&gt;
&lt;br /&gt;
 isdn switch-type primary-net5&lt;br /&gt;
&lt;br /&gt;
4. The controller config is the same as for any PRI connection:&lt;br /&gt;
&lt;br /&gt;
 controller E1 1/0&lt;br /&gt;
  pri-group timeslots 1-31&lt;br /&gt;
  description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
5. Now we need to configure D-channel to accept / send Data calls:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 interface Serial1/0:15&lt;br /&gt;
  description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
  no ip address&lt;br /&gt;
  encapsulation hdlc&lt;br /&gt;
  isdn switch-type primary-net5&lt;br /&gt;
  isdn map address .* plan unknown type unknown&lt;br /&gt;
  isdn negotiate-bchan resend-setup&lt;br /&gt;
  isdn bchan-number-order ascending &lt;br /&gt;
  isdn sending-complete&lt;br /&gt;
  isdn integrate calltype all&lt;br /&gt;
  no cdp enable&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
6. Now we can proceed with the preparation for the dial-peer config, first let define the codecs we will use on IP side.&lt;br /&gt;
Please keep in mind that GW will actually do the filtering of the codes it will announce to the endpoints on both sides.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice class codec 1000&lt;br /&gt;
  codec preference 1 g711ulaw&lt;br /&gt;
  codec preference 2 g711alaw&lt;br /&gt;
  codec preference 3 g728&lt;br /&gt;
  codec preference 4 g722-64&lt;br /&gt;
  codec preference 5 g722-56&lt;br /&gt;
  codec preference 6 g722-48&lt;br /&gt;
  video codec h261&lt;br /&gt;
  video codec h263&lt;br /&gt;
  video codec h263+&lt;br /&gt;
  video codec h264&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
7. This part is required to accept the incoming video calls, we need to have to provide the secondary numbers to the calling party, so they can call us on that numbers to add more bandwidth to the video call, that numbers will be sent out during ISO 13871 bonding stage. According to ISO 13871 only 7 digits will be sent. So there is no need or sense to configure more then 7 digits in the pool config. But you can configure less then 7 digits. The secondary called number will be crated from the primary called number by replacing the last digits with the numbers from the pool. So in case when only last 1 or 2 digits are different, you pool may have only 1 or 2 digit numbers in it.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice class called number pool 3151&lt;br /&gt;
  index 1 315140 - 315149&lt;br /&gt;
&lt;br /&gt;
8. Now we need to apply that pool to the voice port to activate it:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice-port 1/0:15&lt;br /&gt;
  voice-class called-number-pool 3151&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
9. Now we are ready to proceed with the dial-peer configuration we need 4 of them, two incoming and two outgoing.&lt;br /&gt;
It is possible to use one POTS dial-peer as incoming and outgoing at the same time, but we will provide config for two of them for the sake of clarity:&lt;br /&gt;
&lt;br /&gt;
!         &lt;br /&gt;
 dial-peer voice 99 pots&lt;br /&gt;
  description default incoming video dial-peer&lt;br /&gt;
  information-type video&lt;br /&gt;
  incoming called-number 313300&lt;br /&gt;
  bandwidth maximum 384&lt;br /&gt;
  direct-inward-dial&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 dial-peer voice 9001 pots&lt;br /&gt;
  description default outgoing video dial-peer&lt;br /&gt;
  destination-pattern 00&lt;br /&gt;
  information-type video&lt;br /&gt;
  bandwidth maximum 384&lt;br /&gt;
  port 1/0:15&lt;br /&gt;
  forward-digits all&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
10. here is the example of the VOIP dial-peer, now we configured it as both - incoming and outgoing:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 dial-peer voice 770 voip&lt;br /&gt;
  description default incoming/outgoing voip dial-peer for all calls from GK w&lt;br /&gt;
  destination-pattern 701...&lt;br /&gt;
  voice-class codec 1000&lt;br /&gt;
  session target ras&lt;br /&gt;
  incoming called-number 00.&lt;br /&gt;
  dtmf-relay h245-alphanumeric&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
==Related show Commands==&lt;br /&gt;
This section provides information you can use to confirm your configuration is working properly.&lt;br /&gt;
&lt;br /&gt;
Certain show commands are supported by the [https://www.cisco.com/cgi-bin/Support/OutputInterpreter/home.pl Output Interpreter Tool (registered customers only)], which allows you to view an analysis of show command output.&lt;br /&gt;
&lt;br /&gt;
 show network-clocks&lt;br /&gt;
 show isdn status&lt;br /&gt;
 show dial-peer voice summary&lt;br /&gt;
 show voice call status&lt;br /&gt;
 show voice dsp&lt;br /&gt;
&lt;br /&gt;
There also some useful commands to add and they can be used on All routers in production as well:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 service nagle&lt;br /&gt;
 service tcp-keepalives-in&lt;br /&gt;
 service tcp-keepalives-out&lt;br /&gt;
 service timestamps debug datetime msec&lt;br /&gt;
 service timestamps log datetime msec&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 logging message-counter syslog&lt;br /&gt;
 logging queue-limit 100000&lt;br /&gt;
 logging buffered 5000000&lt;br /&gt;
 logging rate-limit 10000&lt;br /&gt;
 no logging console&lt;br /&gt;
&lt;br /&gt;
And some very useful aliases :)&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 alias exec c conf t&lt;br /&gt;
 alias exec r sh run&lt;br /&gt;
 alias exec i sh ip ro&lt;br /&gt;
 alias exec ib sh ip int brie&lt;br /&gt;
 alias exec gs show run | s gatekeeper&lt;br /&gt;
 alias exec ge sho gatekeeper end&lt;br /&gt;
 alias exec sg sho gatekeeper&lt;br /&gt;
 alias exec rs sh run | s&lt;br /&gt;
 alias exec ri sh run | i&lt;br /&gt;
 alias exec rb sh run | b&lt;br /&gt;
 alias exec dp sh run | be dial-p&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
In case you will need to contact TAC, you can get the debugs following this template:&lt;br /&gt;
&lt;br /&gt;
#1. Add to the config or make sure you have it already:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 service sequence-numbers &lt;br /&gt;
 service timestamps debug datetime msec&lt;br /&gt;
 service timestamps log datetime msec&lt;br /&gt;
!&lt;br /&gt;
 logging buffered 5000000&lt;br /&gt;
 logging rate-limit 10000&lt;br /&gt;
 logging queue-limit 100000&lt;br /&gt;
 no logging console&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
#2. Then start logging to a file from your telnet application and get:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 U all&lt;br /&gt;
 Term no mon&lt;br /&gt;
 Term len 0&lt;br /&gt;
!&lt;br /&gt;
 Sh ver&lt;br /&gt;
 Sh run&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
#3. Then enable debugs (you can copy / paste all of them to the telnet session window )&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 Deb voip ccapi inout&lt;br /&gt;
 Deb isdn q931&lt;br /&gt;
 Deb h225 q931&lt;br /&gt;
 Deb h225 asn1&lt;br /&gt;
 Deb h245 asn1&lt;br /&gt;
 Deb cch323 h245&lt;br /&gt;
 deb voip tsp dialpeer&lt;br /&gt;
 deb voip h221 raw decode &lt;br /&gt;
&lt;br /&gt;
 Sh deb&lt;br /&gt;
 Term no mon&lt;br /&gt;
&lt;br /&gt;
Clear log before placing call:&lt;br /&gt;
&lt;br /&gt;
 Clear logg&lt;br /&gt;
&lt;br /&gt;
Then place the call and get content of the buffer as:&lt;br /&gt;
&lt;br /&gt;
 Show logg&lt;br /&gt;
&lt;br /&gt;
Please send the log in simple TXT format attached to the e-mail in simple TXT format with extension&amp;quot;.TXT&amp;quot;.&lt;br /&gt;
Please include attach@cisco.com in CC to get logs and e-mail attached to case notes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Enjoy :)&lt;br /&gt;
&lt;br /&gt;
==Show running-config==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Add show running config of your device&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related Information==&lt;br /&gt;
[http://www.cisco.com/web/psa/products/index.html Technical Support &amp;amp; Documentation - Cisco Systems]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--List links to related information--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Add appropriate categories--&amp;gt;&lt;br /&gt;
[[Category:VoIP Configuration Examples]]&lt;br /&gt;
[[Category:Video Configuration Examples]]&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example</id>
		<title>Video on ISR 2800 3800 H.320 GW with ISO 13871 bonding Configuration Example</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example"/>
				<updated>2011-02-08T12:06:20Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: /* Related show Commands */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This is the basic config for any ISR router 2800 / 3800 series with PRI connection to PSTN / PBX and H.323 protocol on IP side.&lt;br /&gt;
&lt;br /&gt;
==Design==&lt;br /&gt;
&lt;br /&gt;
The example toplogy:&lt;br /&gt;
&lt;br /&gt;
Tandberg VT - E1 PRI - PSTN - E1 PRI - ISR router - H.323 GK - Tandberg VT&lt;br /&gt;
 &lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
1. First we need to register GW and the video endpoint to the GK, we can run GK feature on the same router if we have IOS with GK feature for example - C2800NM-IPVOICE_IVS-M.&lt;br /&gt;
The most simple setup will be if we register endpoing with full E164 number and GW with the tech prefix, chousen in a way it will allow dialing to PSTN without any number transformation.&lt;br /&gt;
Assume PSTN will requre 00 for international call, in this case we can use the following config on GK:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 gatekeeper&lt;br /&gt;
  zone local video-98 mappets.com 10.52.218.98&lt;br /&gt;
  no use-proxy video-98 default inbound-to terminal&lt;br /&gt;
  no use-proxy video-98 default outbound-from terminal&lt;br /&gt;
 no shutdown&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
There is no need to configure zone prefixes as GW will register with the tech prefix.&lt;br /&gt;
And VT will register with the full E164 number, so GK will always be able to resolve the them to IP.&lt;br /&gt;
For VT we need to allow direct calls to / from H.323 GW, so we disabling proxy requirement.&lt;br /&gt;
&lt;br /&gt;
The matching GW config will be:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice service voip &lt;br /&gt;
  h323&lt;br /&gt;
   emptycapability&lt;br /&gt;
   h225 h245-address on-connect&lt;br /&gt;
   call start slow&lt;br /&gt;
   h245 tunnel disable&lt;br /&gt;
   h245 timeout olc 30&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Formally you will need only slow start and OLC timeout tuning. Because it may take some time for all ISDN secondary calls to get connected and for the BAS and codec negotiation to start, we need allow voip side to wait for some time. The 30 second timeout is reasonable setting, if we are talking about some VT like Tandberg or Polycom, they will have that settings by default. But if you have CallManager on IP side, you need to tune that timeouts via Service parameters:&lt;br /&gt;
&lt;br /&gt;
H245 TCS Timeout 30&lt;br /&gt;
&lt;br /&gt;
Media Exchange Interface Capability Timer  30&lt;br /&gt;
&lt;br /&gt;
Media Exchange Timer  30&lt;br /&gt;
&lt;br /&gt;
You may also consider to un-check the check-box on the GW config page:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Wait for Far End H.245 Terminal Capability Set&amp;quot;&lt;br /&gt;
&lt;br /&gt;
It usually good practice explicitly specify which interface will be used for H.323 signaling and if you register the GW to GK you will need to configure:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  ip address 10.52.218.91 255.255.255.0&lt;br /&gt;
  h323-gateway voip interface&lt;br /&gt;
  h323-gateway voip id video-98 ipaddr 10.52.218.98 1719&lt;br /&gt;
  h323-gateway voip h323-id ios-91-to-98&lt;br /&gt;
  h323-gateway voip tech-prefix 00&lt;br /&gt;
  h323-gateway voip bind srcaddr 10.52.218.91&lt;br /&gt;
!&lt;br /&gt;
 gateway&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Next we can proceed with the H.320 video GW configuration.&lt;br /&gt;
&lt;br /&gt;
1. Specify the card type you will have:&lt;br /&gt;
&lt;br /&gt;
 card type e1 1 1&lt;br /&gt;
&lt;br /&gt;
2. As video calls are actually the DATA calls by the nature of video content, we need to ensure the clocking is configured corectcly:&lt;br /&gt;
&lt;br /&gt;
 network-clock-participate slot 1 &lt;br /&gt;
 network-clock-participate wic 1 &lt;br /&gt;
!&lt;br /&gt;
! Choose the one which required by your hardware setup.&lt;br /&gt;
!&lt;br /&gt;
 network-clock-select 1 E1 1/0&lt;br /&gt;
&lt;br /&gt;
3. You will need to specify the ISDN switch type before you can proceed with PRI group config on the controller:&lt;br /&gt;
&lt;br /&gt;
 isdn switch-type primary-net5&lt;br /&gt;
&lt;br /&gt;
4. The controller config is the same as for any PRI connection:&lt;br /&gt;
&lt;br /&gt;
 controller E1 1/0&lt;br /&gt;
  pri-group timeslots 1-31&lt;br /&gt;
  description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
5. Now we need to configure D-channel to accept / send Data calls:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 interface Serial1/0:15&lt;br /&gt;
  description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
  no ip address&lt;br /&gt;
  encapsulation hdlc&lt;br /&gt;
  isdn switch-type primary-net5&lt;br /&gt;
  isdn map address .* plan unknown type unknown&lt;br /&gt;
  isdn negotiate-bchan resend-setup&lt;br /&gt;
  isdn bchan-number-order ascending &lt;br /&gt;
  isdn sending-complete&lt;br /&gt;
  isdn integrate calltype all&lt;br /&gt;
  no cdp enable&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
6. Now we can proceed with the preparation for the dial-peer config, first let define the codecs we will use on IP side.&lt;br /&gt;
Please keep in mind that GW will actually do the filtering of the codes it will announce to the endpoints on both sides.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice class codec 1000&lt;br /&gt;
  codec preference 1 g711ulaw&lt;br /&gt;
  codec preference 2 g711alaw&lt;br /&gt;
  codec preference 3 g728&lt;br /&gt;
  codec preference 4 g722-64&lt;br /&gt;
  codec preference 5 g722-56&lt;br /&gt;
  codec preference 6 g722-48&lt;br /&gt;
  video codec h261&lt;br /&gt;
  video codec h263&lt;br /&gt;
  video codec h263+&lt;br /&gt;
  video codec h264&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
7. This part is required to accept the incoming video calls, we need to have to provide the secondary numbers to the calling party, so they can call us on that numbers to add more bandwidth to the video call, that numbers will be sent out during ISO 13871 bonding stage. According to ISO 13871 only 7 digits will be sent. So there is no need or sense to configure more then 7 digits in the pool config. But you can configure less then 7 digits. The secondary called number will be crated from the primary called number by replacing the last digits with the numbers from the pool. So in case when only last 1 or 2 digits are different, you pool may have only 1 or 2 digit numbers in it.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice class called number pool 3151&lt;br /&gt;
  index 1 315140 - 315149&lt;br /&gt;
&lt;br /&gt;
8. Now we need to apply that pool to the voice port to activate it:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice-port 1/0:15&lt;br /&gt;
  voice-class called-number-pool 3151&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
9. Now we are ready to proceed with the dial-peer configuration we need 4 of them, two incoming and two outgoing.&lt;br /&gt;
It is possible to use one POTS dial-peer as incoming and outgoing at the same time, but we will provide config for two of them for the sake of clarity:&lt;br /&gt;
&lt;br /&gt;
!         &lt;br /&gt;
 dial-peer voice 99 pots&lt;br /&gt;
  description default incoming video dial-peer&lt;br /&gt;
  information-type video&lt;br /&gt;
  incoming called-number 313300&lt;br /&gt;
  bandwidth maximum 384&lt;br /&gt;
  direct-inward-dial&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 dial-peer voice 9001 pots&lt;br /&gt;
  description default outgoing video dial-peer&lt;br /&gt;
  destination-pattern 00&lt;br /&gt;
  information-type video&lt;br /&gt;
  bandwidth maximum 384&lt;br /&gt;
  port 1/0:15&lt;br /&gt;
  forward-digits all&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
10. here is the example of the VOIP dial-peer, now we configured it as both - incoming and outgoing:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 dial-peer voice 770 voip&lt;br /&gt;
  description default incoming/outgoing voip dial-peer for all calls from GK w&lt;br /&gt;
  destination-pattern 701...&lt;br /&gt;
  voice-class codec 1000&lt;br /&gt;
  session target ras&lt;br /&gt;
  incoming called-number 00.&lt;br /&gt;
  dtmf-relay h245-alphanumeric&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
==Related show Commands==&lt;br /&gt;
This section provides information you can use to confirm your configuration is working properly.&lt;br /&gt;
&lt;br /&gt;
Certain show commands are supported by the [https://www.cisco.com/cgi-bin/Support/OutputInterpreter/home.pl Output Interpreter Tool (registered customers only)], which allows you to view an analysis of show command output.&lt;br /&gt;
&lt;br /&gt;
 show network-clocks&lt;br /&gt;
 show isdn status&lt;br /&gt;
 show dial-peer voice summary&lt;br /&gt;
 show voice call status&lt;br /&gt;
 show voice dsp&lt;br /&gt;
&lt;br /&gt;
There also some useful commands to add and they can be used on All routers in production as well:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 service nagle&lt;br /&gt;
 service tcp-keepalives-in&lt;br /&gt;
 service tcp-keepalives-out&lt;br /&gt;
 service timestamps debug datetime msec&lt;br /&gt;
 service timestamps log datetime msec&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 logging message-counter syslog&lt;br /&gt;
 logging queue-limit 100000&lt;br /&gt;
 logging buffered 5000000&lt;br /&gt;
 logging rate-limit 10000&lt;br /&gt;
 no logging console&lt;br /&gt;
&lt;br /&gt;
And some very useful aliases :)&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 alias exec c conf t&lt;br /&gt;
 alias exec r sh run&lt;br /&gt;
 alias exec i sh ip ro&lt;br /&gt;
 alias exec ib sh ip int brie&lt;br /&gt;
 alias exec gs show run | s gatekeeper&lt;br /&gt;
 alias exec ge sho gatekeeper end&lt;br /&gt;
 alias exec sg sho gatekeeper&lt;br /&gt;
 alias exec rs sh run | s&lt;br /&gt;
 alias exec ri sh run | i&lt;br /&gt;
 alias exec rb sh run | b&lt;br /&gt;
 alias exec dp sh run | be dial-p&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
In case you will need to contact TAC, you can get the debugs following this template:&lt;br /&gt;
&lt;br /&gt;
#1. Add to the config or make sure you have it already:&lt;br /&gt;
&lt;br /&gt;
service sequence-numbers &lt;br /&gt;
service timestamps debug datetime msec&lt;br /&gt;
service timestamps log datetime msec&lt;br /&gt;
!&lt;br /&gt;
logging buffered 5000000&lt;br /&gt;
logging rate-limit 10000&lt;br /&gt;
logging queue-limit 100000&lt;br /&gt;
no logging console&lt;br /&gt;
&lt;br /&gt;
#2. Then start logging to a file from your telnet application and get:&lt;br /&gt;
&lt;br /&gt;
U all&lt;br /&gt;
Term no mon&lt;br /&gt;
Term len 0&lt;br /&gt;
!&lt;br /&gt;
Sh ver&lt;br /&gt;
Sh run&lt;br /&gt;
&lt;br /&gt;
#3. Then enable debugs (you can copy / paste all of them to the telnet session window )&lt;br /&gt;
&lt;br /&gt;
Deb voip ccapi inout&lt;br /&gt;
Deb isdn q931&lt;br /&gt;
Deb h225 q931&lt;br /&gt;
Deb h225 asn1&lt;br /&gt;
Deb h245 asn1&lt;br /&gt;
Deb cch323 h245&lt;br /&gt;
deb voip tsp dialpeer&lt;br /&gt;
deb voip h221 raw decode &lt;br /&gt;
&lt;br /&gt;
Sh deb&lt;br /&gt;
Term no mon&lt;br /&gt;
&lt;br /&gt;
Clear log before placing call:&lt;br /&gt;
&lt;br /&gt;
Clear logg&lt;br /&gt;
&lt;br /&gt;
Then place the call and get content of the buffer as:&lt;br /&gt;
&lt;br /&gt;
Show logg&lt;br /&gt;
&lt;br /&gt;
Please send the log in simple TXT format attached to the e-mail in simple TXT format with extension&amp;quot;.TXT&amp;quot;.&lt;br /&gt;
Please include attach@cisco.com in CC to get logs and e-mail attached to case notes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Enjoy :)&lt;br /&gt;
&lt;br /&gt;
==Show running-config==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Add show running config of your device&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related Information==&lt;br /&gt;
[http://www.cisco.com/web/psa/products/index.html Technical Support &amp;amp; Documentation - Cisco Systems]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--List links to related information--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Add appropriate categories--&amp;gt;&lt;br /&gt;
[[Category:VoIP Configuration Examples]]&lt;br /&gt;
[[Category:Video Configuration Examples]]&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example</id>
		<title>Video on ISR 2800 3800 H.320 GW with ISO 13871 bonding Configuration Example</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example"/>
				<updated>2011-02-08T12:01:02Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: /* Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This is the basic config for any ISR router 2800 / 3800 series with PRI connection to PSTN / PBX and H.323 protocol on IP side.&lt;br /&gt;
&lt;br /&gt;
==Design==&lt;br /&gt;
&lt;br /&gt;
The example toplogy:&lt;br /&gt;
&lt;br /&gt;
Tandberg VT - E1 PRI - PSTN - E1 PRI - ISR router - H.323 GK - Tandberg VT&lt;br /&gt;
 &lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
1. First we need to register GW and the video endpoint to the GK, we can run GK feature on the same router if we have IOS with GK feature for example - C2800NM-IPVOICE_IVS-M.&lt;br /&gt;
The most simple setup will be if we register endpoing with full E164 number and GW with the tech prefix, chousen in a way it will allow dialing to PSTN without any number transformation.&lt;br /&gt;
Assume PSTN will requre 00 for international call, in this case we can use the following config on GK:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 gatekeeper&lt;br /&gt;
  zone local video-98 mappets.com 10.52.218.98&lt;br /&gt;
  no use-proxy video-98 default inbound-to terminal&lt;br /&gt;
  no use-proxy video-98 default outbound-from terminal&lt;br /&gt;
 no shutdown&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
There is no need to configure zone prefixes as GW will register with the tech prefix.&lt;br /&gt;
And VT will register with the full E164 number, so GK will always be able to resolve the them to IP.&lt;br /&gt;
For VT we need to allow direct calls to / from H.323 GW, so we disabling proxy requirement.&lt;br /&gt;
&lt;br /&gt;
The matching GW config will be:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice service voip &lt;br /&gt;
  h323&lt;br /&gt;
   emptycapability&lt;br /&gt;
   h225 h245-address on-connect&lt;br /&gt;
   call start slow&lt;br /&gt;
   h245 tunnel disable&lt;br /&gt;
   h245 timeout olc 30&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Formally you will need only slow start and OLC timeout tuning. Because it may take some time for all ISDN secondary calls to get connected and for the BAS and codec negotiation to start, we need allow voip side to wait for some time. The 30 second timeout is reasonable setting, if we are talking about some VT like Tandberg or Polycom, they will have that settings by default. But if you have CallManager on IP side, you need to tune that timeouts via Service parameters:&lt;br /&gt;
&lt;br /&gt;
H245 TCS Timeout 30&lt;br /&gt;
&lt;br /&gt;
Media Exchange Interface Capability Timer  30&lt;br /&gt;
&lt;br /&gt;
Media Exchange Timer  30&lt;br /&gt;
&lt;br /&gt;
You may also consider to un-check the check-box on the GW config page:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Wait for Far End H.245 Terminal Capability Set&amp;quot;&lt;br /&gt;
&lt;br /&gt;
It usually good practice explicitly specify which interface will be used for H.323 signaling and if you register the GW to GK you will need to configure:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  ip address 10.52.218.91 255.255.255.0&lt;br /&gt;
  h323-gateway voip interface&lt;br /&gt;
  h323-gateway voip id video-98 ipaddr 10.52.218.98 1719&lt;br /&gt;
  h323-gateway voip h323-id ios-91-to-98&lt;br /&gt;
  h323-gateway voip tech-prefix 00&lt;br /&gt;
  h323-gateway voip bind srcaddr 10.52.218.91&lt;br /&gt;
!&lt;br /&gt;
 gateway&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Next we can proceed with the H.320 video GW configuration.&lt;br /&gt;
&lt;br /&gt;
1. Specify the card type you will have:&lt;br /&gt;
&lt;br /&gt;
 card type e1 1 1&lt;br /&gt;
&lt;br /&gt;
2. As video calls are actually the DATA calls by the nature of video content, we need to ensure the clocking is configured corectcly:&lt;br /&gt;
&lt;br /&gt;
 network-clock-participate slot 1 &lt;br /&gt;
 network-clock-participate wic 1 &lt;br /&gt;
!&lt;br /&gt;
! Choose the one which required by your hardware setup.&lt;br /&gt;
!&lt;br /&gt;
 network-clock-select 1 E1 1/0&lt;br /&gt;
&lt;br /&gt;
3. You will need to specify the ISDN switch type before you can proceed with PRI group config on the controller:&lt;br /&gt;
&lt;br /&gt;
 isdn switch-type primary-net5&lt;br /&gt;
&lt;br /&gt;
4. The controller config is the same as for any PRI connection:&lt;br /&gt;
&lt;br /&gt;
 controller E1 1/0&lt;br /&gt;
  pri-group timeslots 1-31&lt;br /&gt;
  description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
5. Now we need to configure D-channel to accept / send Data calls:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 interface Serial1/0:15&lt;br /&gt;
  description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
  no ip address&lt;br /&gt;
  encapsulation hdlc&lt;br /&gt;
  isdn switch-type primary-net5&lt;br /&gt;
  isdn map address .* plan unknown type unknown&lt;br /&gt;
  isdn negotiate-bchan resend-setup&lt;br /&gt;
  isdn bchan-number-order ascending &lt;br /&gt;
  isdn sending-complete&lt;br /&gt;
  isdn integrate calltype all&lt;br /&gt;
  no cdp enable&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
6. Now we can proceed with the preparation for the dial-peer config, first let define the codecs we will use on IP side.&lt;br /&gt;
Please keep in mind that GW will actually do the filtering of the codes it will announce to the endpoints on both sides.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice class codec 1000&lt;br /&gt;
  codec preference 1 g711ulaw&lt;br /&gt;
  codec preference 2 g711alaw&lt;br /&gt;
  codec preference 3 g728&lt;br /&gt;
  codec preference 4 g722-64&lt;br /&gt;
  codec preference 5 g722-56&lt;br /&gt;
  codec preference 6 g722-48&lt;br /&gt;
  video codec h261&lt;br /&gt;
  video codec h263&lt;br /&gt;
  video codec h263+&lt;br /&gt;
  video codec h264&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
7. This part is required to accept the incoming video calls, we need to have to provide the secondary numbers to the calling party, so they can call us on that numbers to add more bandwidth to the video call, that numbers will be sent out during ISO 13871 bonding stage. According to ISO 13871 only 7 digits will be sent. So there is no need or sense to configure more then 7 digits in the pool config. But you can configure less then 7 digits. The secondary called number will be crated from the primary called number by replacing the last digits with the numbers from the pool. So in case when only last 1 or 2 digits are different, you pool may have only 1 or 2 digit numbers in it.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice class called number pool 3151&lt;br /&gt;
  index 1 315140 - 315149&lt;br /&gt;
&lt;br /&gt;
8. Now we need to apply that pool to the voice port to activate it:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice-port 1/0:15&lt;br /&gt;
  voice-class called-number-pool 3151&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
9. Now we are ready to proceed with the dial-peer configuration we need 4 of them, two incoming and two outgoing.&lt;br /&gt;
It is possible to use one POTS dial-peer as incoming and outgoing at the same time, but we will provide config for two of them for the sake of clarity:&lt;br /&gt;
&lt;br /&gt;
!         &lt;br /&gt;
 dial-peer voice 99 pots&lt;br /&gt;
  description default incoming video dial-peer&lt;br /&gt;
  information-type video&lt;br /&gt;
  incoming called-number 313300&lt;br /&gt;
  bandwidth maximum 384&lt;br /&gt;
  direct-inward-dial&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 dial-peer voice 9001 pots&lt;br /&gt;
  description default outgoing video dial-peer&lt;br /&gt;
  destination-pattern 00&lt;br /&gt;
  information-type video&lt;br /&gt;
  bandwidth maximum 384&lt;br /&gt;
  port 1/0:15&lt;br /&gt;
  forward-digits all&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
10. here is the example of the VOIP dial-peer, now we configured it as both - incoming and outgoing:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 dial-peer voice 770 voip&lt;br /&gt;
  description default incoming/outgoing voip dial-peer for all calls from GK w&lt;br /&gt;
  destination-pattern 701...&lt;br /&gt;
  voice-class codec 1000&lt;br /&gt;
  session target ras&lt;br /&gt;
  incoming called-number 00.&lt;br /&gt;
  dtmf-relay h245-alphanumeric&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
==Related show Commands==&lt;br /&gt;
This section provides information you can use to confirm your configuration is working properly.&lt;br /&gt;
&lt;br /&gt;
Certain show commands are supported by the [https://www.cisco.com/cgi-bin/Support/OutputInterpreter/home.pl Output Interpreter Tool (registered customers only)], which allows you to view an analysis of show command output.&lt;br /&gt;
&lt;br /&gt;
 show network-clocks&lt;br /&gt;
 show isdn status&lt;br /&gt;
 show dial-peer voice summary&lt;br /&gt;
 show voice call status&lt;br /&gt;
 show voice dsp&lt;br /&gt;
&lt;br /&gt;
There also some useful commands to add and they can be used on All routers in production as well:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 service nagle&lt;br /&gt;
 service tcp-keepalives-in&lt;br /&gt;
 service tcp-keepalives-out&lt;br /&gt;
 service timestamps debug datetime msec&lt;br /&gt;
 service timestamps log datetime msec&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 logging message-counter syslog&lt;br /&gt;
 logging queue-limit 100000&lt;br /&gt;
 logging buffered 5000000&lt;br /&gt;
 logging rate-limit 10000&lt;br /&gt;
 no logging console&lt;br /&gt;
&lt;br /&gt;
And some very useful aliases :)&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 alias exec c conf t&lt;br /&gt;
 alias exec r sh run&lt;br /&gt;
 alias exec i sh ip ro&lt;br /&gt;
 alias exec ib sh ip int brie&lt;br /&gt;
 alias exec gs show run | s gatekeeper&lt;br /&gt;
 alias exec ge sho gatekeeper end&lt;br /&gt;
 alias exec sg sho gatekeeper&lt;br /&gt;
 alias exec rs sh run | s&lt;br /&gt;
 alias exec ri sh run | i&lt;br /&gt;
 alias exec rb sh run | b&lt;br /&gt;
 alias exec dp sh run | be dial-p&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Enjoy :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Show running-config==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Add show running config of your device&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related Information==&lt;br /&gt;
[http://www.cisco.com/web/psa/products/index.html Technical Support &amp;amp; Documentation - Cisco Systems]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--List links to related information--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Add appropriate categories--&amp;gt;&lt;br /&gt;
[[Category:VoIP Configuration Examples]]&lt;br /&gt;
[[Category:Video Configuration Examples]]&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example</id>
		<title>Video on ISR 2800 3800 H.320 GW with ISO 13871 bonding Configuration Example</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example"/>
				<updated>2011-02-08T12:00:05Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: /* Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This is the basic config for any ISR router 2800 / 3800 series with PRI connection to PSTN / PBX and H.323 protocol on IP side.&lt;br /&gt;
&lt;br /&gt;
==Design==&lt;br /&gt;
&lt;br /&gt;
The example toplogy:&lt;br /&gt;
&lt;br /&gt;
Tandberg VT - E1 PRI - PSTN - E1 PRI - ISR router - H.323 GK - Tandberg VT&lt;br /&gt;
 &lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
1. First we need to register GW and the video endpoint to the GK, we can run GK feature on the same router if we have IOS with GK feature for example - C2800NM-IPVOICE_IVS-M.&lt;br /&gt;
The most simple setup will be if we register endpoing with full E164 number and GW with the tech prefix, chousen in a way it will allow dialing to PSTN without any number transformation.&lt;br /&gt;
Assume PSTN will requre 00 for international call, in this case we can use the following config on GK:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 gatekeeper&lt;br /&gt;
  zone local video-98 mappets.com 10.52.218.98&lt;br /&gt;
  no use-proxy video-98 default inbound-to terminal&lt;br /&gt;
  no use-proxy video-98 default outbound-from terminal&lt;br /&gt;
 no shutdown&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
There is no need to configure zone prefixes as GW will register with the tech prefix.&lt;br /&gt;
And VT will register with the full E164 number, so GK will always be able to resolve the them to IP.&lt;br /&gt;
For VT we need to allow direct calls to / from H.323 GW, so we disabling proxy requirement.&lt;br /&gt;
&lt;br /&gt;
The matching GW config will be:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
voice service voip &lt;br /&gt;
 h323&lt;br /&gt;
  emptycapability&lt;br /&gt;
  h225 h245-address on-connect&lt;br /&gt;
  call start slow&lt;br /&gt;
  h245 tunnel disable&lt;br /&gt;
  h245 timeout olc 30&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Formally you will need only slow start and OLC timeout tuning. Because it may take some time for all ISDN secondary calls to get connected and for the BAS and codec negotiation to start, we need allow voip side to wait for some time. The 30 second timeout is reasonable setting, if we are talking about some VT like Tandberg or Polycom, they will have that settings by default. But if you have CallManager on IP side, you need to tune that timeouts via Service parameters:&lt;br /&gt;
&lt;br /&gt;
H245 TCS Timeout 30&lt;br /&gt;
&lt;br /&gt;
Media Exchange Interface Capability Timer  30&lt;br /&gt;
&lt;br /&gt;
Media Exchange Timer  30&lt;br /&gt;
&lt;br /&gt;
You may also consider to un-check the check-box on the GW config page:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Wait for Far End H.245 Terminal Capability Set&amp;quot;&lt;br /&gt;
&lt;br /&gt;
It usually good practice explicitly specify which interface will be used for H.323 signaling and if you register the GW to GK you will need to configure:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  ip address 10.52.218.91 255.255.255.0&lt;br /&gt;
  h323-gateway voip interface&lt;br /&gt;
  h323-gateway voip id video-98 ipaddr 10.52.218.98 1719&lt;br /&gt;
  h323-gateway voip h323-id ios-91-to-98&lt;br /&gt;
  h323-gateway voip tech-prefix 00&lt;br /&gt;
  h323-gateway voip bind srcaddr 10.52.218.91&lt;br /&gt;
!&lt;br /&gt;
 gateway&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Next we can proceed with the H.320 video GW configuration.&lt;br /&gt;
&lt;br /&gt;
1. Specify the card type you will have:&lt;br /&gt;
&lt;br /&gt;
 card type e1 1 1&lt;br /&gt;
&lt;br /&gt;
2. As video calls are actually the DATA calls by the nature of video content, we need to ensure the clocking is configured corectcly:&lt;br /&gt;
&lt;br /&gt;
 network-clock-participate slot 1 &lt;br /&gt;
 network-clock-participate wic 1 &lt;br /&gt;
!&lt;br /&gt;
! Choose the one which required by your hardware setup.&lt;br /&gt;
!&lt;br /&gt;
 network-clock-select 1 E1 1/0&lt;br /&gt;
&lt;br /&gt;
3. You will need to specify the ISDN switch type before you can proceed with PRI group config on the controller:&lt;br /&gt;
&lt;br /&gt;
 isdn switch-type primary-net5&lt;br /&gt;
&lt;br /&gt;
4. The controller config is the same as for any PRI connection:&lt;br /&gt;
&lt;br /&gt;
 controller E1 1/0&lt;br /&gt;
  pri-group timeslots 1-31&lt;br /&gt;
  description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
5. Now we need to configure D-channel to accept / send Data calls:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 interface Serial1/0:15&lt;br /&gt;
  description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
  no ip address&lt;br /&gt;
  encapsulation hdlc&lt;br /&gt;
  isdn switch-type primary-net5&lt;br /&gt;
  isdn map address .* plan unknown type unknown&lt;br /&gt;
  isdn negotiate-bchan resend-setup&lt;br /&gt;
  isdn bchan-number-order ascending &lt;br /&gt;
  isdn sending-complete&lt;br /&gt;
  isdn integrate calltype all&lt;br /&gt;
  no cdp enable&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
6. Now we can proceed with the preparation for the dial-peer config, first let define the codecs we will use on IP side.&lt;br /&gt;
Please keep in mind that GW will actually do the filtering of the codes it will announce to the endpoints on both sides.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice class codec 1000&lt;br /&gt;
  codec preference 1 g711ulaw&lt;br /&gt;
  codec preference 2 g711alaw&lt;br /&gt;
  codec preference 3 g728&lt;br /&gt;
  codec preference 4 g722-64&lt;br /&gt;
  codec preference 5 g722-56&lt;br /&gt;
  codec preference 6 g722-48&lt;br /&gt;
  video codec h261&lt;br /&gt;
  video codec h263&lt;br /&gt;
  video codec h263+&lt;br /&gt;
  video codec h264&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
7. This part is required to accept the incoming video calls, we need to have to provide the secondary numbers to the calling party, so they can call us on that numbers to add more bandwidth to the video call, that numbers will be sent out during ISO 13871 bonding stage. According to ISO 13871 only 7 digits will be sent. So there is no need or sense to configure more then 7 digits in the pool config. But you can configure less then 7 digits. The secondary called number will be crated from the primary called number by replacing the last digits with the numbers from the pool. So in case when only last 1 or 2 digits are different, you pool may have only 1 or 2 digit numbers in it.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice class called number pool 3151&lt;br /&gt;
  index 1 315140 - 315149&lt;br /&gt;
&lt;br /&gt;
8. Now we need to apply that pool to the voice port to activate it:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice-port 1/0:15&lt;br /&gt;
  voice-class called-number-pool 3151&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
9. Now we are ready to proceed with the dial-peer configuration we need 4 of them, two incoming and two outgoing.&lt;br /&gt;
It is possible to use one POTS dial-peer as incoming and outgoing at the same time, but we will provide config for two of them for the sake of clarity:&lt;br /&gt;
&lt;br /&gt;
!         &lt;br /&gt;
 dial-peer voice 99 pots&lt;br /&gt;
  description default incoming video dial-peer&lt;br /&gt;
  information-type video&lt;br /&gt;
  incoming called-number 313300&lt;br /&gt;
  bandwidth maximum 384&lt;br /&gt;
  direct-inward-dial&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 dial-peer voice 9001 pots&lt;br /&gt;
  description default outgoing video dial-peer&lt;br /&gt;
  destination-pattern 00&lt;br /&gt;
  information-type video&lt;br /&gt;
  bandwidth maximum 384&lt;br /&gt;
  port 1/0:15&lt;br /&gt;
  forward-digits all&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
10. here is the example of the VOIP dial-peer, now we configured it as both - incoming and outgoing:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 dial-peer voice 770 voip&lt;br /&gt;
  description default incoming/outgoing voip dial-peer for all calls from GK w&lt;br /&gt;
  destination-pattern 701...&lt;br /&gt;
  voice-class codec 1000&lt;br /&gt;
  session target ras&lt;br /&gt;
  incoming called-number 00.&lt;br /&gt;
  dtmf-relay h245-alphanumeric&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
==Related show Commands==&lt;br /&gt;
This section provides information you can use to confirm your configuration is working properly.&lt;br /&gt;
&lt;br /&gt;
Certain show commands are supported by the [https://www.cisco.com/cgi-bin/Support/OutputInterpreter/home.pl Output Interpreter Tool (registered customers only)], which allows you to view an analysis of show command output.&lt;br /&gt;
&lt;br /&gt;
 show network-clocks&lt;br /&gt;
 show isdn status&lt;br /&gt;
 show dial-peer voice summary&lt;br /&gt;
 show voice call status&lt;br /&gt;
 show voice dsp&lt;br /&gt;
&lt;br /&gt;
There also some useful commands to add and they can be used on All routers in production as well:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 service nagle&lt;br /&gt;
 service tcp-keepalives-in&lt;br /&gt;
 service tcp-keepalives-out&lt;br /&gt;
 service timestamps debug datetime msec&lt;br /&gt;
 service timestamps log datetime msec&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 logging message-counter syslog&lt;br /&gt;
 logging queue-limit 100000&lt;br /&gt;
 logging buffered 5000000&lt;br /&gt;
 logging rate-limit 10000&lt;br /&gt;
 no logging console&lt;br /&gt;
&lt;br /&gt;
And some very useful aliases :)&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 alias exec c conf t&lt;br /&gt;
 alias exec r sh run&lt;br /&gt;
 alias exec i sh ip ro&lt;br /&gt;
 alias exec ib sh ip int brie&lt;br /&gt;
 alias exec gs show run | s gatekeeper&lt;br /&gt;
 alias exec ge sho gatekeeper end&lt;br /&gt;
 alias exec sg sho gatekeeper&lt;br /&gt;
 alias exec rs sh run | s&lt;br /&gt;
 alias exec ri sh run | i&lt;br /&gt;
 alias exec rb sh run | b&lt;br /&gt;
 alias exec dp sh run | be dial-p&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Enjoy :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Show running-config==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Add show running config of your device&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related Information==&lt;br /&gt;
[http://www.cisco.com/web/psa/products/index.html Technical Support &amp;amp; Documentation - Cisco Systems]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--List links to related information--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Add appropriate categories--&amp;gt;&lt;br /&gt;
[[Category:VoIP Configuration Examples]]&lt;br /&gt;
[[Category:Video Configuration Examples]]&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example</id>
		<title>Video on ISR 2800 3800 H.320 GW with ISO 13871 bonding Configuration Example</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example"/>
				<updated>2011-02-08T11:58:39Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: /* Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This is the basic config for any ISR router 2800 / 3800 series with PRI connection to PSTN / PBX and H.323 protocol on IP side.&lt;br /&gt;
&lt;br /&gt;
==Design==&lt;br /&gt;
&lt;br /&gt;
The example toplogy:&lt;br /&gt;
&lt;br /&gt;
Tandberg VT - E1 PRI - PSTN - E1 PRI - ISR router - H.323 GK - Tandberg VT&lt;br /&gt;
 &lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
1. First we need to register GW and the video endpoint to the GK, we can run GK feature on the same router if we have IOS with GK feature for example - C2800NM-IPVOICE_IVS-M.&lt;br /&gt;
The most simple setup will be if we register endpoing with full E164 number and GW with the tech prefix, chousen in a way it will allow dialing to PSTN without any number transformation.&lt;br /&gt;
Assume PSTN will requre 00 for international call, in this case we can use the following config on GK:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 gatekeeper&lt;br /&gt;
  zone local video-98 mappets.com 10.52.218.98&lt;br /&gt;
  no use-proxy video-98 default inbound-to terminal&lt;br /&gt;
  no use-proxy video-98 default outbound-from terminal&lt;br /&gt;
 no shutdown&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
There is no need to configure zone prefixes as GW will register with the tech prefix.&lt;br /&gt;
And VT will register with the full E164 number, so GK will always be able to resolve the them to IP.&lt;br /&gt;
For VT we need to allow direct calls to / from H.323 GW, so we disabling proxy requirement.&lt;br /&gt;
&lt;br /&gt;
The matching GW config will be:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
voice service voip &lt;br /&gt;
 h323&lt;br /&gt;
  emptycapability&lt;br /&gt;
  h225 h245-address on-connect&lt;br /&gt;
  call start slow&lt;br /&gt;
  h245 tunnel disable&lt;br /&gt;
  h245 timeout olc 30&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Formally you will need only slow start and OLC timeout tuning. Because it may take some time for all ISDN secondary calls to get connected and for the BAS and codec negotiation to start, we need allow voip side to wait for some time. The 30 second timeout is reasonable setting, if we are talking about some VT like Tandberg or Polycom, they will have that settings by default. But if you have CallManager on IP side, you need to tune that timeouts via Service parameters:&lt;br /&gt;
&lt;br /&gt;
H245 TCS Timeout 30&lt;br /&gt;
&lt;br /&gt;
Media Exchange Interface Capability Timer  30&lt;br /&gt;
&lt;br /&gt;
Media Exchange Timer  30&lt;br /&gt;
&lt;br /&gt;
You may also consider to un-check the check-box on the GW config page:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Wait for Far End H.245 Terminal Capability Set&amp;quot;&lt;br /&gt;
&lt;br /&gt;
It usually good practice explicitly specify which interface will be used for H.323 signaling and if you register the GW to GK you will need to configure:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  ip address 10.52.218.91 255.255.255.0&lt;br /&gt;
  h323-gateway voip interface&lt;br /&gt;
  h323-gateway voip id video-98 ipaddr 10.52.218.98 1719&lt;br /&gt;
  h323-gateway voip h323-id ios-91-to-98&lt;br /&gt;
  h323-gateway voip tech-prefix 00&lt;br /&gt;
  h323-gateway voip bind srcaddr 10.52.218.91&lt;br /&gt;
!&lt;br /&gt;
 gateway&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Next we can proceed with the H.320 video GW configuration.&lt;br /&gt;
&lt;br /&gt;
1. Specify the card type you will have:&lt;br /&gt;
&lt;br /&gt;
 card type e1 1 1&lt;br /&gt;
&lt;br /&gt;
2. As video calls are actually the DATA calls by the nature of video content, we need to ensure the clocking is configured corectcly:&lt;br /&gt;
&lt;br /&gt;
 network-clock-participate slot 1 &lt;br /&gt;
 network-clock-participate wic 1 &lt;br /&gt;
!&lt;br /&gt;
! Choose the one which required by your hardware setup.&lt;br /&gt;
!&lt;br /&gt;
 network-clock-select 1 E1 1/0&lt;br /&gt;
&lt;br /&gt;
3. You will need to specify the ISDN switch type before you can proceed with PRI group config on the controller:&lt;br /&gt;
&lt;br /&gt;
 isdn switch-type primary-net5&lt;br /&gt;
&lt;br /&gt;
4. The controller config is the same as for any PRI connection:&lt;br /&gt;
&lt;br /&gt;
 controller E1 1/0&lt;br /&gt;
  pri-group timeslots 1-31&lt;br /&gt;
  description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
5. Now we need to configure D-channel to accept / send Data calls:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 interface Serial1/0:15&lt;br /&gt;
  description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
  no ip address&lt;br /&gt;
  encapsulation hdlc&lt;br /&gt;
  isdn switch-type primary-net5&lt;br /&gt;
  isdn map address .* plan unknown type unknown&lt;br /&gt;
  isdn negotiate-bchan resend-setup&lt;br /&gt;
  isdn bchan-number-order ascending &lt;br /&gt;
  isdn sending-complete&lt;br /&gt;
  isdn integrate calltype all&lt;br /&gt;
  no cdp enable&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
6. Now we can proceed with the preparation for the dial-peer config, first let define the codecs we will use on IP side.&lt;br /&gt;
Please keep in mind that GW will actually do the filtering of the codes it will announce to the endpoints on both sides.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice class codec 1000&lt;br /&gt;
  codec preference 1 g711ulaw&lt;br /&gt;
  codec preference 2 g711alaw&lt;br /&gt;
  codec preference 3 g728&lt;br /&gt;
  codec preference 4 g722-64&lt;br /&gt;
  codec preference 5 g722-56&lt;br /&gt;
  codec preference 6 g722-48&lt;br /&gt;
  video codec h261&lt;br /&gt;
  video codec h263&lt;br /&gt;
  video codec h263+&lt;br /&gt;
  video codec h264&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
7. This part is required to accept the incoming video calls, we need to have to provide the secondary numbers to the calling party, so they can call us on that numbers to add more bandwidth to the video call, that numbers will be sent out during ISO 13871 bonding stage. According to ISO 13871 only 7 digits will be sent. So there is no need or sense to configure more then 7 digits in the pool config. But you can configure less then 7 digits. The secondary called number will be crated from the primary called number by replacing the last digits with the numbers from the pool. So in case when only last 1 or 2 digits are different, you pool may have only 1 or 2 digit numbers in it.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice class called number pool 3151&lt;br /&gt;
  index 1 315140 - 315149&lt;br /&gt;
&lt;br /&gt;
8. Now we need to apply that pool to the voice port to activate it:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice-port 1/0:15&lt;br /&gt;
  voice-class called-number-pool 3151&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
9. Now we are ready to proceed with the dial-peer configuration we need 4 of them, two incoming and two outgoing.&lt;br /&gt;
It is possible to use one POTS dial-peer as incoming and outgoing at the same time, but we will provide config for two of them for the sake of clarity:&lt;br /&gt;
&lt;br /&gt;
!         &lt;br /&gt;
 dial-peer voice 99 pots&lt;br /&gt;
  description default incoming video dial-peer&lt;br /&gt;
  information-type video&lt;br /&gt;
  incoming called-number 313300&lt;br /&gt;
  bandwidth maximum 384&lt;br /&gt;
  direct-inward-dial&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 dial-peer voice 9001 pots&lt;br /&gt;
  description default outgoing video dial-peer&lt;br /&gt;
  destination-pattern 00&lt;br /&gt;
  information-type video&lt;br /&gt;
  bandwidth maximum 384&lt;br /&gt;
  port 1/0:15&lt;br /&gt;
  forward-digits all&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
10. here is the example of the VOIP dial-peer, now we configured it as both - incoming and outgoing:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 dial-peer voice 770 voip&lt;br /&gt;
  description default incoming/outgoing voip dial-peer for all calls from GK w&lt;br /&gt;
  destination-pattern 701...&lt;br /&gt;
  voice-class codec 1000&lt;br /&gt;
  session target ras&lt;br /&gt;
  incoming called-number 00.&lt;br /&gt;
  dtmf-relay h245-alphanumeric&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
==Related show Commands==&lt;br /&gt;
This section provides information you can use to confirm your configuration is working properly.&lt;br /&gt;
&lt;br /&gt;
Certain show commands are supported by the [https://www.cisco.com/cgi-bin/Support/OutputInterpreter/home.pl Output Interpreter Tool (registered customers only)], which allows you to view an analysis of show command output.&lt;br /&gt;
&lt;br /&gt;
 show network-clocks&lt;br /&gt;
 show isdn status&lt;br /&gt;
 show dial-peer voice summary&lt;br /&gt;
 show voice call status&lt;br /&gt;
 show voice dsp&lt;br /&gt;
&lt;br /&gt;
There also some useful commands to add and they can be used on All routers in production as well:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 service nagle&lt;br /&gt;
 service tcp-keepalives-in&lt;br /&gt;
 service tcp-keepalives-out&lt;br /&gt;
 service timestamps debug datetime msec&lt;br /&gt;
 service timestamps log datetime msec&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 logging message-counter syslog&lt;br /&gt;
 logging queue-limit 100000&lt;br /&gt;
 logging buffered 5000000&lt;br /&gt;
 logging rate-limit 10000&lt;br /&gt;
 no logging console&lt;br /&gt;
&lt;br /&gt;
And some very useful aliases :)&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 alias exec c conf t&lt;br /&gt;
 alias exec r sh run&lt;br /&gt;
 alias exec i sh ip ro&lt;br /&gt;
 alias exec ib sh ip int brie&lt;br /&gt;
 alias exec gs show run | s gatekeeper&lt;br /&gt;
 alias exec ge sho gatekeeper end&lt;br /&gt;
 alias exec sg sho gatekeeper&lt;br /&gt;
 alias exec rs sh run | s&lt;br /&gt;
 alias exec ri sh run | i&lt;br /&gt;
 alias exec rb sh run | b&lt;br /&gt;
 alias exec dp sh run | be dial-p&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Enjoy :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Show running-config==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Add show running config of your device&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related Information==&lt;br /&gt;
[http://www.cisco.com/web/psa/products/index.html Technical Support &amp;amp; Documentation - Cisco Systems]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--List links to related information--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Add appropriate categories--&amp;gt;&lt;br /&gt;
[[Category:VoIP Configuration Examples]]&lt;br /&gt;
[[Category:Video Configuration Examples]]&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Video_Configuration_Examples_for_IPIP_GW_or_CUBE</id>
		<title>Video Configuration Examples for IPIP GW or CUBE</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Video_Configuration_Examples_for_IPIP_GW_or_CUBE"/>
				<updated>2010-06-07T19:07:13Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This is the basic config for any ISR router 2800 / 3800 series which runs IOS with CUBE and GK feature set.&lt;br /&gt;
&lt;br /&gt;
==Design==&lt;br /&gt;
&lt;br /&gt;
The example toplogy:&lt;br /&gt;
&lt;br /&gt;
Tandberg VT A - H.323 GK zone A - CUBE - H.323 GK zone B - Tandberg VT B&lt;br /&gt;
&lt;br /&gt;
Let assume that Tandberg A is located on Public Internet.&lt;br /&gt;
And we want to allow it to place calls to Tandberg B, or say MCU on an internal network only through CUBE.&lt;br /&gt;
Let name the zone A - PUBLICINET-with-IPIPGW&lt;br /&gt;
And zone B - MCU&lt;br /&gt;
&lt;br /&gt;
We also have to make some assumptions about the dial-plan.&lt;br /&gt;
Let assume that all endpoints on the internet side will have numbers starting with 00 and all endpoints on internal network will have numbers starting with 2.&lt;br /&gt;
&lt;br /&gt;
00* &amp;lt;-----CUBE------&amp;gt; 2*&lt;br /&gt;
&lt;br /&gt;
We also assume that CUBE has two IP addresses.&lt;br /&gt;
One IP should be public IP reachable form internet, and naturally it also should be reachable from inside of your network.&lt;br /&gt;
In this example the internet will be represented by the subnet 33.33.33.0/24&lt;br /&gt;
The internal network can have IP from any private subnet range as 10.x.x.x, 172.x.x.x or 192.x.x.x&lt;br /&gt;
&lt;br /&gt;
33.33.33.0 - CUBE - 10.x.x.x&lt;br /&gt;
 &lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
1. First we need to register GW and the video endpoints to the GK and we can run GK feature on the same router if we have IOS with GK feature for example - C2800NM-IPVOICE_IVS-M.&lt;br /&gt;
The most simple setup will be if we register endpoints with full E164 numbers to their corresponding zones and register the CUBE to the GK in public zone.&lt;br /&gt;
The CUBE should be registered to the zone where we want to force your endpoints to use CUBE as an access point to your network, so it will be out Public zone with real IP reachable from Public Internet.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 gatekeeper&lt;br /&gt;
  zone local PUBLICINET-with-IPIPGW test.com 33.33.33.1 invia PUBLICINET-with-IPIPGW outvia PUBLICINET-with-IPIPGW enable-intrazone&lt;br /&gt;
  zone remote MCU mappets.com 10.52.218.98 1719&lt;br /&gt;
  no zone subnet PUBLICINET-with-IPIPGW default enable&lt;br /&gt;
  zone subnet PUBLICINET-with-IPIPGW 33.33.33.1/32 enable&lt;br /&gt;
  zone subnet PUBLICINET-with-IPIPGW 33.33.33.101/32 enable&lt;br /&gt;
  zone subnet PUBLICINET-with-IPIPGW 33.33.33.102/32 enable&lt;br /&gt;
  zone subnet PUBLICINET-with-IPIPGW 33.33.33.0/24 enable&lt;br /&gt;
  no zone subnet PUBLICINET-with-IPIPGW 172.168.0.0/16 enable&lt;br /&gt;
  no zone subnet PUBLICINET-with-IPIPGW 192.0.0.0/8 enable&lt;br /&gt;
  no zone subnet PUBLICINET-with-IPIPGW 10.0.0.0/8 enable&lt;br /&gt;
  zone prefix MCU 2*&lt;br /&gt;
  no use-proxy PUBLICINET-with-IPIPGW default inbound-to terminal&lt;br /&gt;
  no use-proxy PUBLICINET-with-IPIPGW default outbound-from terminal&lt;br /&gt;
  no shutdown&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
To have control over registration - we used &amp;quot;zone subnet&amp;quot; commands.&lt;br /&gt;
First we need them to disable registration of internal endpoints to the external zone.&lt;br /&gt;
And we also can use tighter restrictions - if we want to allow only some specific endpoints form internet to register the GK.&lt;br /&gt;
For example the command &amp;quot;zone subnet PUBLICINET-with-IPIPGW 33.33.33.101/32 enable&amp;quot; will allow to register endpoint with IP 33.33.33.101.&lt;br /&gt;
&lt;br /&gt;
The matching CUBE config will be:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice service voip &lt;br /&gt;
  allow-connections h323 to h323&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  ip address 10.52.218.130 255.255.255.0&lt;br /&gt;
!&lt;br /&gt;
This interface is used only for routing, it is not involved in H.323 signaling.&lt;br /&gt;
!&lt;br /&gt;
 interface FastEthernet0/1.33&lt;br /&gt;
  encapsulation dot1Q 333&lt;br /&gt;
  ip address 33.33.33.1 255.255.255.0&lt;br /&gt;
  h323-gateway voip interface&lt;br /&gt;
  h323-gateway voip id PUBLICINET-with-IPIPGW ipaddr 33.33.33.1 1719&lt;br /&gt;
  h323-gateway voip h323-id IPIPGW-130&lt;br /&gt;
  h323-gateway voip tech-prefix 130&lt;br /&gt;
  h323-gateway voip bind srcaddr 33.33.33.1&lt;br /&gt;
!&lt;br /&gt;
This interface is used for H.323 signaling, so it have to be reachable for endpoints on the Internet as well as from internal network.&lt;br /&gt;
&lt;br /&gt;
The matching remote GK config(we can run other GK on any other router in the network):&lt;br /&gt;
!&lt;br /&gt;
 gatekeeper&lt;br /&gt;
  zone local MCU mappets.com 10.52.218.98&lt;br /&gt;
  zone remote PUBLICINET-with-IPIPGW test.com 33.33.33.1 1719&lt;br /&gt;
  zone prefix PUBLICINET-with-IPIPGW 00*&lt;br /&gt;
  no use-proxy MCU default inbound-to terminal&lt;br /&gt;
  no use-proxy MCU default outbound-from terminal&lt;br /&gt;
 no shutdown&lt;br /&gt;
!&lt;br /&gt;
 &lt;br /&gt;
Here we can register any internal H.323 endpoints like Tandberg Video terminals or MCU for conferencing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The final step would be the example of the VOIP dial-peers. Here we configured two dial-peers - but each of them play the role of incoming and outgoing dial-peer at the same time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 dial-peer voice 2000 voip&lt;br /&gt;
  destination-pattern 2...&lt;br /&gt;
  session target ras&lt;br /&gt;
  incoming called-number 2...&lt;br /&gt;
  dtmf-relay h245-alphanumeric&lt;br /&gt;
  codec transparent&lt;br /&gt;
  no vad&lt;br /&gt;
!&lt;br /&gt;
 dial-peer voice 1000 voip&lt;br /&gt;
  destination-pattern 00&lt;br /&gt;
  session target ras&lt;br /&gt;
  incoming called-number 00&lt;br /&gt;
  dtmf-relay h245-alphanumeric&lt;br /&gt;
  codec transparent&lt;br /&gt;
  no vad&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
The only specific part for video in this whole example is the &amp;quot;codec transparent&amp;quot; command :)&lt;br /&gt;
&lt;br /&gt;
==Related show Commands==&lt;br /&gt;
This section provides information you can use to confirm your configuration is working properly.&lt;br /&gt;
&lt;br /&gt;
Certain show commands are supported by the [https://www.cisco.com/cgi-bin/Support/OutputInterpreter/home.pl Output Interpreter Tool (registered customers only)], which allows you to view an analysis of show command output.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 show dial-peer voice summary&lt;br /&gt;
 show voice call status&lt;br /&gt;
&lt;br /&gt;
There also some useful commands to add and they can be used on All routers in production as well:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 service nagle&lt;br /&gt;
 service tcp-keepalives-in&lt;br /&gt;
 service tcp-keepalives-out&lt;br /&gt;
 service timestamps debug datetime msec&lt;br /&gt;
 service timestamps log datetime msec&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 logging message-counter syslog&lt;br /&gt;
 logging queue-limit 100000&lt;br /&gt;
 logging buffered 5000000&lt;br /&gt;
 logging rate-limit 10000&lt;br /&gt;
 no logging console&lt;br /&gt;
&lt;br /&gt;
And some very useful aliases :)&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 alias exec c conf t&lt;br /&gt;
 alias exec r sh run&lt;br /&gt;
 alias exec i sh ip ro&lt;br /&gt;
 alias exec ib sh ip int brie&lt;br /&gt;
 alias exec gs show run | s gatekeeper&lt;br /&gt;
 alias exec ge sho gatekeeper end&lt;br /&gt;
 alias exec sg sho gatekeeper&lt;br /&gt;
 alias exec rs sh run | s&lt;br /&gt;
 alias exec ri sh run | i&lt;br /&gt;
 alias exec rb sh run | b&lt;br /&gt;
 alias exec dp sh run | be dial-p&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Enjoy :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Show running-config==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Add show running config of your device&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related Information==&lt;br /&gt;
[http://www.cisco.com/web/psa/products/index.html Technical Support &amp;amp; Documentation - Cisco Systems]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--List links to related information--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Add appropriate categories--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Configuration Examples]]&lt;br /&gt;
[[Category:VoIP Configuration Examples]]&lt;br /&gt;
[[Category:Video Configuration Examples]]&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Video_Configuration_Examples_for_IPIP_GW_or_CUBE</id>
		<title>Video Configuration Examples for IPIP GW or CUBE</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Video_Configuration_Examples_for_IPIP_GW_or_CUBE"/>
				<updated>2010-06-07T17:59:56Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Video Configuration Examples]]&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Video_Configuration_Examples</id>
		<title>Video Configuration Examples</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Video_Configuration_Examples"/>
				<updated>2010-06-07T17:59:21Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: Video Configuration Examples moved to Video Configuration Examples for IPIP GW or CUBE&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Video Configuration Examples for IPIP GW or CUBE]]&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Video_Configuration_Examples_for_IPIP_GW_or_CUBE</id>
		<title>Video Configuration Examples for IPIP GW or CUBE</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Video_Configuration_Examples_for_IPIP_GW_or_CUBE"/>
				<updated>2010-06-07T17:59:21Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: Video Configuration Examples moved to Video Configuration Examples for IPIP GW or CUBE&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Configuration Examples]]&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example</id>
		<title>Video on ISR 2800 3800 H.320 GW with ISO 13871 bonding Configuration Example</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example"/>
				<updated>2010-06-07T17:30:24Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This is the basic config for any ISR router 2800 / 3800 series with PRI connection to PSTN / PBX and H.323 protocol on IP side.&lt;br /&gt;
&lt;br /&gt;
==Design==&lt;br /&gt;
&lt;br /&gt;
The example toplogy:&lt;br /&gt;
&lt;br /&gt;
Tandberg VT - E1 PRI - PSTN - E1 PRI - ISR router - H.323 GK - Tandberg VT&lt;br /&gt;
 &lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
1. First we need to register GW and the video endpoint to the GK, we can run GK feature on the same router if we have IOS with GK feature for example - C2800NM-IPVOICE_IVS-M.&lt;br /&gt;
The most simple setup will be if we register endpoing with full E164 number and GW with the tech prefix, chousen in a way it will allow dialing to PSTN without any number transformation.&lt;br /&gt;
Assume PSTN will requre 00 for international call, in this case we can use the following config on GK:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 gatekeeper&lt;br /&gt;
  zone local video-98 mappets.com 10.52.218.98&lt;br /&gt;
  no use-proxy video-98 default inbound-to terminal&lt;br /&gt;
  no use-proxy video-98 default outbound-from terminal&lt;br /&gt;
 no shutdown&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
There is no need to configure zone prefixes as GW will register with the tech prefix.&lt;br /&gt;
And VT will register with the full E164 number, so GK will always be able to resolve the them to IP.&lt;br /&gt;
For VT we need to allow direct calls to / from H.323 GW, so we disabling proxy requirement.&lt;br /&gt;
&lt;br /&gt;
The matching GW config will be:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  ip address 10.52.218.91 255.255.255.0&lt;br /&gt;
  h323-gateway voip interface&lt;br /&gt;
  h323-gateway voip id video-98 ipaddr 10.52.218.98 1719&lt;br /&gt;
  h323-gateway voip h323-id ios-91-to-98&lt;br /&gt;
  h323-gateway voip tech-prefix 00&lt;br /&gt;
  h323-gateway voip bind srcaddr 10.52.218.91&lt;br /&gt;
!&lt;br /&gt;
 gateway&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Next we can proceed with the H.320 video GW configuration.&lt;br /&gt;
&lt;br /&gt;
1. Specify the card type you will have:&lt;br /&gt;
&lt;br /&gt;
 card type e1 1 1&lt;br /&gt;
&lt;br /&gt;
2. As video calls are actually the DATA calls by the nature of video content, we need to ensure the clocking is configured corectcly:&lt;br /&gt;
&lt;br /&gt;
 network-clock-participate slot 1 &lt;br /&gt;
 network-clock-participate wic 1 &lt;br /&gt;
!&lt;br /&gt;
! Choose the one which required by your hardware setup.&lt;br /&gt;
!&lt;br /&gt;
 network-clock-select 1 E1 1/0&lt;br /&gt;
&lt;br /&gt;
3. You will need to specify the ISDN switch type before you can proceed with PRI group config on the controller:&lt;br /&gt;
&lt;br /&gt;
 isdn switch-type primary-net5&lt;br /&gt;
&lt;br /&gt;
4. The controller config is the same as for any PRI connection:&lt;br /&gt;
&lt;br /&gt;
 controller E1 1/0&lt;br /&gt;
  pri-group timeslots 1-31&lt;br /&gt;
  description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
5. Now we need to configure D-channel to accept / send Data calls:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 interface Serial1/0:15&lt;br /&gt;
  description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
  no ip address&lt;br /&gt;
  encapsulation hdlc&lt;br /&gt;
  isdn switch-type primary-net5&lt;br /&gt;
  isdn map address .* plan unknown type unknown&lt;br /&gt;
  isdn negotiate-bchan resend-setup&lt;br /&gt;
  isdn bchan-number-order ascending &lt;br /&gt;
  isdn sending-complete&lt;br /&gt;
  isdn integrate calltype all&lt;br /&gt;
  no cdp enable&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
6. Now we can proceed with the preparation for the dial-peer config, first let define the codecs we will use on IP side.&lt;br /&gt;
Please keep in mind that GW will actually do the filtering of the codes it will announce to the endpoints on both sides.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice class codec 1000&lt;br /&gt;
  codec preference 1 g711ulaw&lt;br /&gt;
  codec preference 2 g711alaw&lt;br /&gt;
  codec preference 3 g728&lt;br /&gt;
  codec preference 4 g722-64&lt;br /&gt;
  codec preference 5 g722-56&lt;br /&gt;
  codec preference 6 g722-48&lt;br /&gt;
  video codec h261&lt;br /&gt;
  video codec h263&lt;br /&gt;
  video codec h263+&lt;br /&gt;
  video codec h264&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
7. This part is required to accept the incoming video calls, we need to have to provide the secondary numbers to the calling party, so they can call us on that numbers to add more bandwidth to the video call, that numbers will be sent out during ISO 13871 bonding stage.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice class called number pool 3151&lt;br /&gt;
  index 1 315140 - 315149&lt;br /&gt;
&lt;br /&gt;
8. Now we need to apply that pool to the voice port to activate it:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice-port 1/0:15&lt;br /&gt;
  voice-class called-number-pool 3151&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
9. Now we are ready to proceed with the dial-peer configuration we need 4 of them, two incoming and two outgoing.&lt;br /&gt;
It is possible to use one POTS dial-peer as incoming and outgoing at the same time, but we will provide config for two of them for the sake of clarity:&lt;br /&gt;
&lt;br /&gt;
!         &lt;br /&gt;
 dial-peer voice 99 pots&lt;br /&gt;
  description default incoming video dial-peer&lt;br /&gt;
  information-type video&lt;br /&gt;
  incoming called-number 313300&lt;br /&gt;
  bandwidth maximum 384&lt;br /&gt;
  direct-inward-dial&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 dial-peer voice 9001 pots&lt;br /&gt;
  description default outgoing video dial-peer&lt;br /&gt;
  destination-pattern 00&lt;br /&gt;
  information-type video&lt;br /&gt;
  bandwidth maximum 384&lt;br /&gt;
  port 1/0:15&lt;br /&gt;
  forward-digits all&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
10. here is the example of the VOIP dial-peer, now we configured it as both - incoming and outgoing:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 dial-peer voice 770 voip&lt;br /&gt;
  description default incoming/outgoing voip dial-peer for all calls from GK w&lt;br /&gt;
  destination-pattern 701...&lt;br /&gt;
  voice-class codec 1000&lt;br /&gt;
  session target ras&lt;br /&gt;
  incoming called-number 00.&lt;br /&gt;
  dtmf-relay h245-alphanumeric&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Related show Commands==&lt;br /&gt;
This section provides information you can use to confirm your configuration is working properly.&lt;br /&gt;
&lt;br /&gt;
Certain show commands are supported by the [https://www.cisco.com/cgi-bin/Support/OutputInterpreter/home.pl Output Interpreter Tool (registered customers only)], which allows you to view an analysis of show command output.&lt;br /&gt;
&lt;br /&gt;
 show network-clocks&lt;br /&gt;
 show isdn status&lt;br /&gt;
 show dial-peer voice summary&lt;br /&gt;
 show voice call status&lt;br /&gt;
 show voice dsp&lt;br /&gt;
&lt;br /&gt;
There also some useful commands to add and they can be used on All routers in production as well:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 service nagle&lt;br /&gt;
 service tcp-keepalives-in&lt;br /&gt;
 service tcp-keepalives-out&lt;br /&gt;
 service timestamps debug datetime msec&lt;br /&gt;
 service timestamps log datetime msec&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 logging message-counter syslog&lt;br /&gt;
 logging queue-limit 100000&lt;br /&gt;
 logging buffered 5000000&lt;br /&gt;
 logging rate-limit 10000&lt;br /&gt;
 no logging console&lt;br /&gt;
&lt;br /&gt;
And some very useful aliases :)&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 alias exec c conf t&lt;br /&gt;
 alias exec r sh run&lt;br /&gt;
 alias exec i sh ip ro&lt;br /&gt;
 alias exec ib sh ip int brie&lt;br /&gt;
 alias exec gs show run | s gatekeeper&lt;br /&gt;
 alias exec ge sho gatekeeper end&lt;br /&gt;
 alias exec sg sho gatekeeper&lt;br /&gt;
 alias exec rs sh run | s&lt;br /&gt;
 alias exec ri sh run | i&lt;br /&gt;
 alias exec rb sh run | b&lt;br /&gt;
 alias exec dp sh run | be dial-p&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Enjoy :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Show running-config==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Add show running config of your device&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related Information==&lt;br /&gt;
[http://www.cisco.com/web/psa/products/index.html Technical Support &amp;amp; Documentation - Cisco Systems]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--List links to related information--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Add appropriate categories--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Configuration Examples]]&lt;br /&gt;
[[Category:VoIP Configuration Examples]]&lt;br /&gt;
[[Category:Video Configuration Examples]]&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example</id>
		<title>Video on ISR 2800 3800 H.320 GW with ISO 13871 bonding Configuration Example</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example"/>
				<updated>2010-06-05T17:47:37Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This is the basic config for any ISR router 2800 / 3800 series with PRI connection to PSTN / PBX and H.323 protocol on IP side.&lt;br /&gt;
&lt;br /&gt;
==Design==&lt;br /&gt;
&lt;br /&gt;
The example toplogy:&lt;br /&gt;
&lt;br /&gt;
Tandberg VT - E1 PRI - PSTN - E1 PRI - ISR router - H.323 GK - Tandberg VT&lt;br /&gt;
 &lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
1. First we need to register GW and the video endpoint to the GK, we can run GK feature on the same router if we have IOS with GK feature for example - C2800NM-IPVOICE_IVS-M.&lt;br /&gt;
The most simple setup will be if we register endpoing with full E164 number and GW with the tech prefix, chousen in a way it will allow dialing to PSTN without any number transformation.&lt;br /&gt;
Assume PSTN will requre 00 for international call, in this case we can use the following config on GK:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 gatekeeper&lt;br /&gt;
  zone local video-98 mappets.com 10.52.218.98&lt;br /&gt;
  no use-proxy video-98 default inbound-to terminal&lt;br /&gt;
  no use-proxy video-98 default outbound-from terminal&lt;br /&gt;
 no shutdown&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
There is no need to configure zone prefixes as GW will register with the tech prefix.&lt;br /&gt;
And VT will register with the full E164 number, so GK will always be able to resolve the them to IP.&lt;br /&gt;
For VT we need to allow direct calls to / from H.323 GW, so we disabling proxy requirement.&lt;br /&gt;
&lt;br /&gt;
The matching GW config will be:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  ip address 10.52.218.91 255.255.255.0&lt;br /&gt;
  h323-gateway voip interface&lt;br /&gt;
  h323-gateway voip id video-98 ipaddr 10.52.218.98 1719&lt;br /&gt;
  h323-gateway voip h323-id ios-91-to-98&lt;br /&gt;
  h323-gateway voip tech-prefix 00&lt;br /&gt;
  h323-gateway voip bind srcaddr 10.52.218.91&lt;br /&gt;
!&lt;br /&gt;
 gateway&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Next we can proceed with the H.320 video GW configuration.&lt;br /&gt;
&lt;br /&gt;
1. Specify the card type you will have:&lt;br /&gt;
&lt;br /&gt;
 card type e1 1 1&lt;br /&gt;
&lt;br /&gt;
2. As video calls are actually the DATA calls by the nature of video content, we need to ensure the clocking is configured corectcly:&lt;br /&gt;
&lt;br /&gt;
 network-clock-participate slot 1 &lt;br /&gt;
 network-clock-participate wic 1 &lt;br /&gt;
!&lt;br /&gt;
! Choose the one which required by your hardware setup.&lt;br /&gt;
!&lt;br /&gt;
 network-clock-select 1 E1 1/0&lt;br /&gt;
&lt;br /&gt;
3. You will need to specify the ISDN switch type before you can proceed with PRI group config on the controller:&lt;br /&gt;
&lt;br /&gt;
 isdn switch-type primary-net5&lt;br /&gt;
&lt;br /&gt;
4. The controller config is the same as for any PRI connection:&lt;br /&gt;
&lt;br /&gt;
 controller E1 1/0&lt;br /&gt;
  pri-group timeslots 1-31&lt;br /&gt;
  description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
5. Now we need to configure D-channel to accept / send Data calls:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 interface Serial1/0:15&lt;br /&gt;
  description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
  no ip address&lt;br /&gt;
  encapsulation hdlc&lt;br /&gt;
  isdn switch-type primary-net5&lt;br /&gt;
  isdn map address .* plan unknown type unknown&lt;br /&gt;
  isdn negotiate-bchan resend-setup&lt;br /&gt;
  isdn bchan-number-order ascending &lt;br /&gt;
  isdn sending-complete&lt;br /&gt;
  isdn integrate calltype all&lt;br /&gt;
  no cdp enable&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
6. Now we can proceed with the preparation for the dial-peer config, first let define the codecs we will use on IP side.&lt;br /&gt;
Please keep in mind that GW will actually do the filtering of the codes it will announce to the endpoints on both sides.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice class codec 1000&lt;br /&gt;
  codec preference 1 g711ulaw&lt;br /&gt;
  codec preference 2 g711alaw&lt;br /&gt;
  codec preference 3 g728&lt;br /&gt;
  codec preference 4 g722-64&lt;br /&gt;
  codec preference 5 g722-56&lt;br /&gt;
  codec preference 6 g722-48&lt;br /&gt;
  video codec h261&lt;br /&gt;
  video codec h263&lt;br /&gt;
  video codec h263+&lt;br /&gt;
  video codec h264&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
7. This part is required to accept the incoming video calls, we need to have to provide the secondary numbers to the calling party, so they can call us on that numbers to add more bandwidth to the video call, that numbers will be sent out during ISO 13871 bonding stage.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice class called number pool 3151&lt;br /&gt;
  index 1 315140 - 315149&lt;br /&gt;
&lt;br /&gt;
8. Now we need to apply that pool to the voice port to activate it:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice-port 1/0:15&lt;br /&gt;
  voice-class called-number-pool 3151&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
9. Now we are ready to proceed with the dial-peer configuration we need 4 of them, two incoming and two outgoing.&lt;br /&gt;
It is possible to use one POTS dial-peer as incoming and outgoing at the same time, but we will provide config for two of them for the sake of clarity:&lt;br /&gt;
&lt;br /&gt;
!         &lt;br /&gt;
 dial-peer voice 99 pots&lt;br /&gt;
  description default incoming video dial-peer&lt;br /&gt;
  information-type video&lt;br /&gt;
  incoming called-number 313300&lt;br /&gt;
  bandwidth maximum 384&lt;br /&gt;
  direct-inward-dial&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 dial-peer voice 9001 pots&lt;br /&gt;
  description default outgoing video dial-peer&lt;br /&gt;
  destination-pattern 00&lt;br /&gt;
  information-type video&lt;br /&gt;
  bandwidth maximum 384&lt;br /&gt;
  port 1/0:15&lt;br /&gt;
  forward-digits all&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
10. here is the example of the VOIP dial-peer, now we configured it as both - incoming and outgoing:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 dial-peer voice 770 voip&lt;br /&gt;
  description default incoming/outgoing voip dial-peer for all calls from GK w&lt;br /&gt;
  destination-pattern 701...&lt;br /&gt;
  voice-class codec 1000&lt;br /&gt;
  session target ras&lt;br /&gt;
  incoming called-number 00.&lt;br /&gt;
  dtmf-relay h245-alphanumeric&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Related show Commands==&lt;br /&gt;
This section provides information you can use to confirm your configuration is working properly.&lt;br /&gt;
&lt;br /&gt;
Certain show commands are supported by the [https://www.cisco.com/cgi-bin/Support/OutputInterpreter/home.pl Output Interpreter Tool (registered customers only)], which allows you to view an analysis of show command output.&lt;br /&gt;
&lt;br /&gt;
 show network-clocks&lt;br /&gt;
 show isdn status&lt;br /&gt;
 show dial-peer voice summary&lt;br /&gt;
 show voice call status&lt;br /&gt;
 show voice dsp&lt;br /&gt;
&lt;br /&gt;
There also some useful commands to add and they can be used on All routers in production as well:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 service nagle&lt;br /&gt;
 service tcp-keepalives-in&lt;br /&gt;
 service tcp-keepalives-out&lt;br /&gt;
 service timestamps debug datetime msec&lt;br /&gt;
 service timestamps log datetime msec&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 logging message-counter syslog&lt;br /&gt;
 logging queue-limit 100000&lt;br /&gt;
 logging buffered 5000000&lt;br /&gt;
 logging rate-limit 10000&lt;br /&gt;
 no logging console&lt;br /&gt;
&lt;br /&gt;
And some very useful aliases :)&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 alias exec c conf t&lt;br /&gt;
 alias exec r sh run&lt;br /&gt;
 alias exec i sh ip ro&lt;br /&gt;
 alias exec ib sh ip int brie&lt;br /&gt;
 alias exec gs show run | s gatekeeper&lt;br /&gt;
 alias exec ge sho gatekeeper end&lt;br /&gt;
 alias exec sg sho gatekeeper&lt;br /&gt;
 alias exec rs sh run | s&lt;br /&gt;
 alias exec ri sh run | i&lt;br /&gt;
 alias exec rb sh run | b&lt;br /&gt;
 alias exec dp sh run | be dial-p&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Enjoy :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Show running-config==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Add show running config of your device&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related Information==&lt;br /&gt;
[http://www.cisco.com/web/psa/products/index.html Technical Support &amp;amp; Documentation - Cisco Systems]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--List links to related information--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Add appropriate categories--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:example]]&lt;br /&gt;
[[Category:video]]&lt;br /&gt;
[[Category:H.320]]&lt;br /&gt;
[[Category:ISR]]&lt;br /&gt;
[[Category:2800]]&lt;br /&gt;
[[Category:gatekeeper]]&lt;br /&gt;
[[Category:config]]&lt;br /&gt;
[[Category:VoIP Configuration Examples]]&lt;br /&gt;
[[Category:Configuration Examples]]&lt;br /&gt;
[[Category:Video Configuration Examples]]&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Video_Configuration_Examples_for_IPIP_GW_or_CUBE</id>
		<title>Video Configuration Examples for IPIP GW or CUBE</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Video_Configuration_Examples_for_IPIP_GW_or_CUBE"/>
				<updated>2010-06-05T17:46:22Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Configuration Examples]]&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Video_Configuration_Examples_for_IPIP_GW_or_CUBE</id>
		<title>Video Configuration Examples for IPIP GW or CUBE</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Video_Configuration_Examples_for_IPIP_GW_or_CUBE"/>
				<updated>2010-06-05T17:33:31Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Video Configuration Examples&lt;br /&gt;
&lt;br /&gt;
[[Category:Configuration Examples]]&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Video_Configuration_Examples_for_IPIP_GW_or_CUBE</id>
		<title>Video Configuration Examples for IPIP GW or CUBE</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Video_Configuration_Examples_for_IPIP_GW_or_CUBE"/>
				<updated>2010-06-05T17:25:21Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: Video Configuration Examples&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Configuration Examples]]&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_with_ISO_13871_bonding_Configuration_Example</id>
		<title>Video on ISR 2800 3800 H.320 with ISO 13871 bonding Configuration Example</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_with_ISO_13871_bonding_Configuration_Example"/>
				<updated>2010-06-05T17:10:34Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: Video on ISR 2800 3800 H.320 with ISO 13871 bonding Configuration Example moved to Video on ISR 2800 3800 H.320 GW with ISO 13871 bonding Configuration Example: Video category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Video on ISR 2800 3800 H.320 GW with ISO 13871 bonding Configuration Example]]&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example</id>
		<title>Video on ISR 2800 3800 H.320 GW with ISO 13871 bonding Configuration Example</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example"/>
				<updated>2010-06-05T17:10:34Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: Video on ISR 2800 3800 H.320 with ISO 13871 bonding Configuration Example moved to Video on ISR 2800 3800 H.320 GW with ISO 13871 bonding Configuration Example: Video category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This is the basic config for any ISR router 2800 / 3800 series with PRI connection to PSTN / PBX and H.323 protocol on IP side.&lt;br /&gt;
&lt;br /&gt;
==Design==&lt;br /&gt;
&lt;br /&gt;
The example toplogy:&lt;br /&gt;
&lt;br /&gt;
Tandberg VT - E1 PRI - PSTN - E1 PRI - ISR router - H.323 GK - Tandberg VT&lt;br /&gt;
 &lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
1. First we need to register GW and the video endpoint to the GK, we can run GK feature on the same router if we have IOS with GK feature for example - C2800NM-IPVOICE_IVS-M.&lt;br /&gt;
The most simple setup will be if we register endpoing with full E164 number and GW with the tech prefix, chousen in a way it will allow dialing to PSTN without any number transformation.&lt;br /&gt;
Assume PSTN will requre 00 for international call, in this case we can use the following config on GK:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 gatekeeper&lt;br /&gt;
  zone local video-98 mappets.com 10.52.218.98&lt;br /&gt;
  no use-proxy video-98 default inbound-to terminal&lt;br /&gt;
  no use-proxy video-98 default outbound-from terminal&lt;br /&gt;
 no shutdown&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
There is no need to configure zone prefixes as GW will register with the tech prefix.&lt;br /&gt;
And VT will register with the full E164 number, so GK will always be able to resolve the them to IP.&lt;br /&gt;
For VT we need to allow direct calls to / from H.323 GW, so we disabling proxy requirement.&lt;br /&gt;
&lt;br /&gt;
The matching GW config will be:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  ip address 10.52.218.91 255.255.255.0&lt;br /&gt;
  h323-gateway voip interface&lt;br /&gt;
  h323-gateway voip id video-98 ipaddr 10.52.218.98 1719&lt;br /&gt;
  h323-gateway voip h323-id ios-91-to-98&lt;br /&gt;
  h323-gateway voip tech-prefix 00&lt;br /&gt;
  h323-gateway voip bind srcaddr 10.52.218.91&lt;br /&gt;
!&lt;br /&gt;
 gateway&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Next we can proceed with the H.320 video GW configuration.&lt;br /&gt;
&lt;br /&gt;
1. Specify the card type you will have:&lt;br /&gt;
&lt;br /&gt;
 card type e1 1 1&lt;br /&gt;
&lt;br /&gt;
2. As video calls are actually the DATA calls by the nature of video content, we need to ensure the clocking is configured corectcly:&lt;br /&gt;
&lt;br /&gt;
 network-clock-participate slot 1 &lt;br /&gt;
 network-clock-participate wic 1 &lt;br /&gt;
!&lt;br /&gt;
! Choose the one which required by your hardware setup.&lt;br /&gt;
!&lt;br /&gt;
 network-clock-select 1 E1 1/0&lt;br /&gt;
&lt;br /&gt;
3. You will need to specify the ISDN switch type before you can proceed with PRI group config on the controller:&lt;br /&gt;
&lt;br /&gt;
 isdn switch-type primary-net5&lt;br /&gt;
&lt;br /&gt;
4. The controller config is the same as for any PRI connection:&lt;br /&gt;
&lt;br /&gt;
 controller E1 1/0&lt;br /&gt;
  pri-group timeslots 1-31&lt;br /&gt;
  description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
5. Now we need to configure D-channel to accept / send Data calls:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 interface Serial1/0:15&lt;br /&gt;
  description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
  no ip address&lt;br /&gt;
  encapsulation hdlc&lt;br /&gt;
  isdn switch-type primary-net5&lt;br /&gt;
  isdn map address .* plan unknown type unknown&lt;br /&gt;
  isdn negotiate-bchan resend-setup&lt;br /&gt;
  isdn bchan-number-order ascending &lt;br /&gt;
  isdn sending-complete&lt;br /&gt;
  isdn integrate calltype all&lt;br /&gt;
  no cdp enable&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
6. Now we can proceed with the preparation for the dial-peer config, first let define the codecs we will use on IP side.&lt;br /&gt;
Please keep in mind that GW will actually do the filtering of the codes it will announce to the endpoints on both sides.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice class codec 1000&lt;br /&gt;
  codec preference 1 g711ulaw&lt;br /&gt;
  codec preference 2 g711alaw&lt;br /&gt;
  codec preference 3 g728&lt;br /&gt;
  codec preference 4 g722-64&lt;br /&gt;
  codec preference 5 g722-56&lt;br /&gt;
  codec preference 6 g722-48&lt;br /&gt;
  video codec h261&lt;br /&gt;
  video codec h263&lt;br /&gt;
  video codec h263+&lt;br /&gt;
  video codec h264&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
7. This part is required to accept the incoming video calls, we need to have to provide the secondary numbers to the calling party, so they can call us on that numbers to add more bandwidth to the video call, that numbers will be sent out during ISO 13871 bonding stage.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice class called number pool 3151&lt;br /&gt;
  index 1 315140 - 315149&lt;br /&gt;
&lt;br /&gt;
8. Now we need to apply that pool to the voice port to activate it:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice-port 1/0:15&lt;br /&gt;
  voice-class called-number-pool 3151&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
9. Now we are ready to proceed with the dial-peer configuration we need 4 of them, two incoming and two outgoing.&lt;br /&gt;
It is possible to use one POTS dial-peer as incoming and outgoing at the same time, but we will provide config for two of them for the sake of clarity:&lt;br /&gt;
&lt;br /&gt;
!         &lt;br /&gt;
 dial-peer voice 99 pots&lt;br /&gt;
  description default incoming video dial-peer&lt;br /&gt;
  information-type video&lt;br /&gt;
  incoming called-number 313300&lt;br /&gt;
  bandwidth maximum 384&lt;br /&gt;
  direct-inward-dial&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 dial-peer voice 9001 pots&lt;br /&gt;
  description default outgoing video dial-peer&lt;br /&gt;
  destination-pattern 00&lt;br /&gt;
  information-type video&lt;br /&gt;
  bandwidth maximum 384&lt;br /&gt;
  port 1/0:15&lt;br /&gt;
  forward-digits all&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
10. here is the example of the VOIP dial-peer, now we configured it as both - incoming and outgoing:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 dial-peer voice 770 voip&lt;br /&gt;
  description default incoming/outgoing voip dial-peer for all calls from GK w&lt;br /&gt;
  destination-pattern 701...&lt;br /&gt;
  voice-class codec 1000&lt;br /&gt;
  session target ras&lt;br /&gt;
  incoming called-number 00.&lt;br /&gt;
  dtmf-relay h245-alphanumeric&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Related show Commands==&lt;br /&gt;
This section provides information you can use to confirm your configuration is working properly.&lt;br /&gt;
&lt;br /&gt;
Certain show commands are supported by the [https://www.cisco.com/cgi-bin/Support/OutputInterpreter/home.pl Output Interpreter Tool (registered customers only)], which allows you to view an analysis of show command output.&lt;br /&gt;
&lt;br /&gt;
 show network-clocks&lt;br /&gt;
 show isdn status&lt;br /&gt;
 show dial-peer voice summary&lt;br /&gt;
 show voice call status&lt;br /&gt;
 show voice dsp&lt;br /&gt;
&lt;br /&gt;
There also some useful commands to add and they can be used on All routers in production as well:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 service nagle&lt;br /&gt;
 service tcp-keepalives-in&lt;br /&gt;
 service tcp-keepalives-out&lt;br /&gt;
 service timestamps debug datetime msec&lt;br /&gt;
 service timestamps log datetime msec&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 logging message-counter syslog&lt;br /&gt;
 logging queue-limit 100000&lt;br /&gt;
 logging buffered 5000000&lt;br /&gt;
 logging rate-limit 10000&lt;br /&gt;
 no logging console&lt;br /&gt;
&lt;br /&gt;
And some very useful aliases :)&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 alias exec c conf t&lt;br /&gt;
 alias exec r sh run&lt;br /&gt;
 alias exec i sh ip ro&lt;br /&gt;
 alias exec ib sh ip int brie&lt;br /&gt;
 alias exec gs show run | s gatekeeper&lt;br /&gt;
 alias exec ge sho gatekeeper end&lt;br /&gt;
 alias exec sg sho gatekeeper&lt;br /&gt;
 alias exec rs sh run | s&lt;br /&gt;
 alias exec ri sh run | i&lt;br /&gt;
 alias exec rb sh run | b&lt;br /&gt;
 alias exec dp sh run | be dial-p&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Enjoy :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Show running-config==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Add show running config of your device&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related Information==&lt;br /&gt;
[http://www.cisco.com/web/psa/products/index.html Technical Support &amp;amp; Documentation - Cisco Systems]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--List links to related information--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Add appropriate categories--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:example]]&lt;br /&gt;
[[Category:video]]&lt;br /&gt;
[[Category:H.320]]&lt;br /&gt;
[[Category:ISR]]&lt;br /&gt;
[[Category:2800]]&lt;br /&gt;
[[Category:gatekeeper]]&lt;br /&gt;
[[Category:config]]&lt;br /&gt;
[[Category:VoIP Configuration Examples]]&lt;br /&gt;
[[Category:Configuration Examples]]&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example</id>
		<title>Video on ISR 2800 3800 H.320 GW with ISO 13871 bonding Configuration Example</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example"/>
				<updated>2010-06-05T17:09:16Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This is the basic config for any ISR router 2800 / 3800 series with PRI connection to PSTN / PBX and H.323 protocol on IP side.&lt;br /&gt;
&lt;br /&gt;
==Design==&lt;br /&gt;
&lt;br /&gt;
The example toplogy:&lt;br /&gt;
&lt;br /&gt;
Tandberg VT - E1 PRI - PSTN - E1 PRI - ISR router - H.323 GK - Tandberg VT&lt;br /&gt;
 &lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
1. First we need to register GW and the video endpoint to the GK, we can run GK feature on the same router if we have IOS with GK feature for example - C2800NM-IPVOICE_IVS-M.&lt;br /&gt;
The most simple setup will be if we register endpoing with full E164 number and GW with the tech prefix, chousen in a way it will allow dialing to PSTN without any number transformation.&lt;br /&gt;
Assume PSTN will requre 00 for international call, in this case we can use the following config on GK:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 gatekeeper&lt;br /&gt;
  zone local video-98 mappets.com 10.52.218.98&lt;br /&gt;
  no use-proxy video-98 default inbound-to terminal&lt;br /&gt;
  no use-proxy video-98 default outbound-from terminal&lt;br /&gt;
 no shutdown&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
There is no need to configure zone prefixes as GW will register with the tech prefix.&lt;br /&gt;
And VT will register with the full E164 number, so GK will always be able to resolve the them to IP.&lt;br /&gt;
For VT we need to allow direct calls to / from H.323 GW, so we disabling proxy requirement.&lt;br /&gt;
&lt;br /&gt;
The matching GW config will be:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  ip address 10.52.218.91 255.255.255.0&lt;br /&gt;
  h323-gateway voip interface&lt;br /&gt;
  h323-gateway voip id video-98 ipaddr 10.52.218.98 1719&lt;br /&gt;
  h323-gateway voip h323-id ios-91-to-98&lt;br /&gt;
  h323-gateway voip tech-prefix 00&lt;br /&gt;
  h323-gateway voip bind srcaddr 10.52.218.91&lt;br /&gt;
!&lt;br /&gt;
 gateway&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Next we can proceed with the H.320 video GW configuration.&lt;br /&gt;
&lt;br /&gt;
1. Specify the card type you will have:&lt;br /&gt;
&lt;br /&gt;
 card type e1 1 1&lt;br /&gt;
&lt;br /&gt;
2. As video calls are actually the DATA calls by the nature of video content, we need to ensure the clocking is configured corectcly:&lt;br /&gt;
&lt;br /&gt;
 network-clock-participate slot 1 &lt;br /&gt;
 network-clock-participate wic 1 &lt;br /&gt;
!&lt;br /&gt;
! Choose the one which required by your hardware setup.&lt;br /&gt;
!&lt;br /&gt;
 network-clock-select 1 E1 1/0&lt;br /&gt;
&lt;br /&gt;
3. You will need to specify the ISDN switch type before you can proceed with PRI group config on the controller:&lt;br /&gt;
&lt;br /&gt;
 isdn switch-type primary-net5&lt;br /&gt;
&lt;br /&gt;
4. The controller config is the same as for any PRI connection:&lt;br /&gt;
&lt;br /&gt;
 controller E1 1/0&lt;br /&gt;
  pri-group timeslots 1-31&lt;br /&gt;
  description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
5. Now we need to configure D-channel to accept / send Data calls:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 interface Serial1/0:15&lt;br /&gt;
  description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
  no ip address&lt;br /&gt;
  encapsulation hdlc&lt;br /&gt;
  isdn switch-type primary-net5&lt;br /&gt;
  isdn map address .* plan unknown type unknown&lt;br /&gt;
  isdn negotiate-bchan resend-setup&lt;br /&gt;
  isdn bchan-number-order ascending &lt;br /&gt;
  isdn sending-complete&lt;br /&gt;
  isdn integrate calltype all&lt;br /&gt;
  no cdp enable&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
6. Now we can proceed with the preparation for the dial-peer config, first let define the codecs we will use on IP side.&lt;br /&gt;
Please keep in mind that GW will actually do the filtering of the codes it will announce to the endpoints on both sides.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice class codec 1000&lt;br /&gt;
  codec preference 1 g711ulaw&lt;br /&gt;
  codec preference 2 g711alaw&lt;br /&gt;
  codec preference 3 g728&lt;br /&gt;
  codec preference 4 g722-64&lt;br /&gt;
  codec preference 5 g722-56&lt;br /&gt;
  codec preference 6 g722-48&lt;br /&gt;
  video codec h261&lt;br /&gt;
  video codec h263&lt;br /&gt;
  video codec h263+&lt;br /&gt;
  video codec h264&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
7. This part is required to accept the incoming video calls, we need to have to provide the secondary numbers to the calling party, so they can call us on that numbers to add more bandwidth to the video call, that numbers will be sent out during ISO 13871 bonding stage.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice class called number pool 3151&lt;br /&gt;
  index 1 315140 - 315149&lt;br /&gt;
&lt;br /&gt;
8. Now we need to apply that pool to the voice port to activate it:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice-port 1/0:15&lt;br /&gt;
  voice-class called-number-pool 3151&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
9. Now we are ready to proceed with the dial-peer configuration we need 4 of them, two incoming and two outgoing.&lt;br /&gt;
It is possible to use one POTS dial-peer as incoming and outgoing at the same time, but we will provide config for two of them for the sake of clarity:&lt;br /&gt;
&lt;br /&gt;
!         &lt;br /&gt;
 dial-peer voice 99 pots&lt;br /&gt;
  description default incoming video dial-peer&lt;br /&gt;
  information-type video&lt;br /&gt;
  incoming called-number 313300&lt;br /&gt;
  bandwidth maximum 384&lt;br /&gt;
  direct-inward-dial&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 dial-peer voice 9001 pots&lt;br /&gt;
  description default outgoing video dial-peer&lt;br /&gt;
  destination-pattern 00&lt;br /&gt;
  information-type video&lt;br /&gt;
  bandwidth maximum 384&lt;br /&gt;
  port 1/0:15&lt;br /&gt;
  forward-digits all&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
10. here is the example of the VOIP dial-peer, now we configured it as both - incoming and outgoing:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 dial-peer voice 770 voip&lt;br /&gt;
  description default incoming/outgoing voip dial-peer for all calls from GK w&lt;br /&gt;
  destination-pattern 701...&lt;br /&gt;
  voice-class codec 1000&lt;br /&gt;
  session target ras&lt;br /&gt;
  incoming called-number 00.&lt;br /&gt;
  dtmf-relay h245-alphanumeric&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Related show Commands==&lt;br /&gt;
This section provides information you can use to confirm your configuration is working properly.&lt;br /&gt;
&lt;br /&gt;
Certain show commands are supported by the [https://www.cisco.com/cgi-bin/Support/OutputInterpreter/home.pl Output Interpreter Tool (registered customers only)], which allows you to view an analysis of show command output.&lt;br /&gt;
&lt;br /&gt;
 show network-clocks&lt;br /&gt;
 show isdn status&lt;br /&gt;
 show dial-peer voice summary&lt;br /&gt;
 show voice call status&lt;br /&gt;
 show voice dsp&lt;br /&gt;
&lt;br /&gt;
There also some useful commands to add and they can be used on All routers in production as well:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 service nagle&lt;br /&gt;
 service tcp-keepalives-in&lt;br /&gt;
 service tcp-keepalives-out&lt;br /&gt;
 service timestamps debug datetime msec&lt;br /&gt;
 service timestamps log datetime msec&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 logging message-counter syslog&lt;br /&gt;
 logging queue-limit 100000&lt;br /&gt;
 logging buffered 5000000&lt;br /&gt;
 logging rate-limit 10000&lt;br /&gt;
 no logging console&lt;br /&gt;
&lt;br /&gt;
And some very useful aliases :)&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 alias exec c conf t&lt;br /&gt;
 alias exec r sh run&lt;br /&gt;
 alias exec i sh ip ro&lt;br /&gt;
 alias exec ib sh ip int brie&lt;br /&gt;
 alias exec gs show run | s gatekeeper&lt;br /&gt;
 alias exec ge sho gatekeeper end&lt;br /&gt;
 alias exec sg sho gatekeeper&lt;br /&gt;
 alias exec rs sh run | s&lt;br /&gt;
 alias exec ri sh run | i&lt;br /&gt;
 alias exec rb sh run | b&lt;br /&gt;
 alias exec dp sh run | be dial-p&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Enjoy :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Show running-config==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Add show running config of your device&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related Information==&lt;br /&gt;
[http://www.cisco.com/web/psa/products/index.html Technical Support &amp;amp; Documentation - Cisco Systems]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--List links to related information--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Add appropriate categories--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:example]]&lt;br /&gt;
[[Category:video]]&lt;br /&gt;
[[Category:H.320]]&lt;br /&gt;
[[Category:ISR]]&lt;br /&gt;
[[Category:2800]]&lt;br /&gt;
[[Category:gatekeeper]]&lt;br /&gt;
[[Category:config]]&lt;br /&gt;
[[Category:VoIP Configuration Examples]]&lt;br /&gt;
[[Category:Configuration Examples]]&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Cisco_ISR_H.320_Video_with_ISO_13871_bonding_Configuration_Example</id>
		<title>Cisco ISR H.320 Video with ISO 13871 bonding Configuration Example</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Cisco_ISR_H.320_Video_with_ISO_13871_bonding_Configuration_Example"/>
				<updated>2010-06-05T16:58:43Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: Cisco ISR H.320 Video with ISO 13871 bonding Configuration Example moved to Video on ISR 2800 3800 H.320 with ISO 13871 bonding Configuration Example: Vide category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Video on ISR 2800 3800 H.320 with ISO 13871 bonding Configuration Example]]&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example</id>
		<title>Video on ISR 2800 3800 H.320 GW with ISO 13871 bonding Configuration Example</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example"/>
				<updated>2010-06-05T16:58:43Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: Cisco ISR H.320 Video with ISO 13871 bonding Configuration Example moved to Video on ISR 2800 3800 H.320 with ISO 13871 bonding Configuration Example: Vide category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This is the basic config for any ISR router 2800 / 3800 series with PRI connection to PSTN / PBX and H.323 protocol on IP side.&lt;br /&gt;
&lt;br /&gt;
==Design==&lt;br /&gt;
&lt;br /&gt;
The example toplogy:&lt;br /&gt;
&lt;br /&gt;
Tandberg VT - E1 PRI - PSTN - E1 PRI - ISR router - H.323 GK - Tandberg VT&lt;br /&gt;
 &lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
1. First we need to register GW and the video endpoint to the GK.&lt;br /&gt;
The most simple setup will be if we register endpoing with full E164 number and GW with the tech prefix, chousen in a way it will allow dialing to PSTN without any number transformation.&lt;br /&gt;
Assume PSTN will requre 00 for international call, in this case we can use the following config on GK:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 gatekeeper&lt;br /&gt;
 zone local video-98 mappets.com 10.52.218.98&lt;br /&gt;
 no use-proxy video-98 default inbound-to terminal&lt;br /&gt;
 no use-proxy video-98 default outbound-from terminal&lt;br /&gt;
 no shutdown&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
There is no need to configure zone prefixes as GW will register with the tech prefix.&lt;br /&gt;
And VT will register with the full E164 number, so GK will always be able to resolve the them to IP.&lt;br /&gt;
For VT we need to allow direct calls to / from H.323 GW, so we disabling proxy requirement.&lt;br /&gt;
&lt;br /&gt;
The matching GW config will be:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
 ip address 10.52.218.91 255.255.255.0&lt;br /&gt;
 h323-gateway voip interface&lt;br /&gt;
 h323-gateway voip id video-98 ipaddr 10.52.218.98 1719&lt;br /&gt;
 h323-gateway voip h323-id ios-91-to-98&lt;br /&gt;
 h323-gateway voip tech-prefix 00&lt;br /&gt;
 h323-gateway voip bind srcaddr 10.52.218.91&lt;br /&gt;
!&lt;br /&gt;
 gateway&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Next we can proceed with the H.320 video GW configuration.&lt;br /&gt;
&lt;br /&gt;
1. Specify the card type you will have:&lt;br /&gt;
&lt;br /&gt;
 card type e1 1 1&lt;br /&gt;
&lt;br /&gt;
2. As video calls are actually the DATA calls by the nature of video content, we need to ensure the clocking is configured corectcly:&lt;br /&gt;
&lt;br /&gt;
 network-clock-participate slot 1 &lt;br /&gt;
 network-clock-participate wic 1 &lt;br /&gt;
!&lt;br /&gt;
! Choose the one which required by your hardware setup.&lt;br /&gt;
!&lt;br /&gt;
 network-clock-select 1 E1 1/0&lt;br /&gt;
&lt;br /&gt;
3. You will need to specify the ISDN switch type before you can proceed with PRI group config on the controller:&lt;br /&gt;
&lt;br /&gt;
 isdn switch-type primary-net5&lt;br /&gt;
&lt;br /&gt;
4. The controller config is the same as for any PRI connection:&lt;br /&gt;
&lt;br /&gt;
 controller E1 1/0&lt;br /&gt;
 pri-group timeslots 1-31&lt;br /&gt;
 description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
5. Now we need to configure D-channel to accept / send Data calls:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 interface Serial1/0:15&lt;br /&gt;
 description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
 no ip address&lt;br /&gt;
 encapsulation hdlc&lt;br /&gt;
 isdn switch-type primary-net5&lt;br /&gt;
 isdn map address .* plan unknown type unknown&lt;br /&gt;
 isdn negotiate-bchan resend-setup&lt;br /&gt;
 isdn bchan-number-order ascending &lt;br /&gt;
 isdn sending-complete&lt;br /&gt;
 isdn integrate calltype all&lt;br /&gt;
 no cdp enable&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
6. Now we can proceed with the preparation for the dial-peer config, first let define the codecs we will use on IP side.&lt;br /&gt;
Please keep in mind that GW will actually do the filtering of the codes it will announce to the endpoints on both sides.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice class codec 1000&lt;br /&gt;
 codec preference 1 g711ulaw&lt;br /&gt;
 codec preference 2 g711alaw&lt;br /&gt;
 codec preference 3 g728&lt;br /&gt;
 codec preference 4 g722-64&lt;br /&gt;
 codec preference 5 g722-56&lt;br /&gt;
 codec preference 6 g722-48&lt;br /&gt;
 video codec h261&lt;br /&gt;
 video codec h263&lt;br /&gt;
 video codec h263+&lt;br /&gt;
 video codec h264&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
7. This part is required to accept the incoming video calls, we need to have to provide the secondary numbers to the calling party, so they can call us on that numbers to add more bandwidth to the video call, that numbers will be sent out during ISO 13871 bonding stage.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice class called number pool 3151&lt;br /&gt;
  index 1 315140 - 315149&lt;br /&gt;
&lt;br /&gt;
8. Now we need to apply that pool to the voice port to activate it:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice-port 1/0:15&lt;br /&gt;
  voice-class called-number-pool 3151&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
9. Now we are ready to proceed with the dial-peer configuration we need 4 of them, two incoming and two outgoing.&lt;br /&gt;
It is possible to use one POTS dial-peer as incoming and outgoing at the same time, but we will provide config for two of them for the sake of clarity:&lt;br /&gt;
&lt;br /&gt;
!         &lt;br /&gt;
 dial-peer voice 99 pots&lt;br /&gt;
 description default incoming video dial-peer&lt;br /&gt;
 information-type video&lt;br /&gt;
 incoming called-number 313300&lt;br /&gt;
 bandwidth maximum 384&lt;br /&gt;
 direct-inward-dial&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 dial-peer voice 9001 pots&lt;br /&gt;
 description default outgoing video dial-peer&lt;br /&gt;
 destination-pattern 00&lt;br /&gt;
 information-type video&lt;br /&gt;
 bandwidth maximum 384&lt;br /&gt;
 port 1/0:15&lt;br /&gt;
 forward-digits all&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
10. here is the example of the VOIP dial-peer, now we configured it as both - incoming and outgoing:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 dial-peer voice 770 voip&lt;br /&gt;
 description default incoming/outgoing voip dial-peer for all calls from GK w&lt;br /&gt;
 destination-pattern 701...&lt;br /&gt;
 voice-class codec 1000&lt;br /&gt;
 session target ras&lt;br /&gt;
 incoming called-number 00.&lt;br /&gt;
 dtmf-relay h245-alphanumeric&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Related show Commands==&lt;br /&gt;
This section provides information you can use to confirm your configuration is working properly.&lt;br /&gt;
&lt;br /&gt;
Certain show commands are supported by the [https://www.cisco.com/cgi-bin/Support/OutputInterpreter/home.pl Output Interpreter Tool (registered customers only)], which allows you to view an analysis of show command output.&lt;br /&gt;
&lt;br /&gt;
 show network-clocks&lt;br /&gt;
 show isdn status&lt;br /&gt;
 show dial-peer voice summary&lt;br /&gt;
 show voice call status&lt;br /&gt;
 show voice dsp&lt;br /&gt;
&lt;br /&gt;
There also some useful commands to add and they can be used on All routers in production as well:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 service nagle&lt;br /&gt;
 service tcp-keepalives-in&lt;br /&gt;
 service tcp-keepalives-out&lt;br /&gt;
 service timestamps debug datetime msec&lt;br /&gt;
 service timestamps log datetime msec&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 logging message-counter syslog&lt;br /&gt;
 logging queue-limit 100000&lt;br /&gt;
 logging buffered 5000000&lt;br /&gt;
 logging rate-limit 10000&lt;br /&gt;
 no logging console&lt;br /&gt;
&lt;br /&gt;
And some very useful aliases :)&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 alias exec c conf t&lt;br /&gt;
 alias exec r sh run&lt;br /&gt;
 alias exec i sh ip ro&lt;br /&gt;
 alias exec ib sh ip int brie&lt;br /&gt;
 alias exec gs show run | s gatekeeper&lt;br /&gt;
 alias exec ge sho gatekeeper end&lt;br /&gt;
 alias exec sg sho gatekeeper&lt;br /&gt;
 alias exec rs sh run | s&lt;br /&gt;
 alias exec ri sh run | i&lt;br /&gt;
 alias exec rb sh run | b&lt;br /&gt;
 alias exec dp sh run | be dial-p&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Enjoy :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Show running-config==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Add show running config of your device&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related Information==&lt;br /&gt;
[http://www.cisco.com/web/psa/products/index.html Technical Support &amp;amp; Documentation - Cisco Systems]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--List links to related information--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Add appropriate categories--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:example]]&lt;br /&gt;
[[Category:video]]&lt;br /&gt;
[[Category:ISR]]&lt;br /&gt;
[[Category:2800]]&lt;br /&gt;
[[Category:gatekeeper]]&lt;br /&gt;
[[Category:config]]&lt;br /&gt;
[[Category:VoIP Configuration Examples]]&lt;br /&gt;
[[Category:Configuration Examples]]&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example</id>
		<title>Video on ISR 2800 3800 H.320 GW with ISO 13871 bonding Configuration Example</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example"/>
				<updated>2010-06-05T16:55:55Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This is the basic config for any ISR router 2800 / 3800 series with PRI connection to PSTN / PBX and H.323 protocol on IP side.&lt;br /&gt;
&lt;br /&gt;
==Design==&lt;br /&gt;
&lt;br /&gt;
The example toplogy:&lt;br /&gt;
&lt;br /&gt;
Tandberg VT - E1 PRI - PSTN - E1 PRI - ISR router - H.323 GK - Tandberg VT&lt;br /&gt;
 &lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
1. First we need to register GW and the video endpoint to the GK.&lt;br /&gt;
The most simple setup will be if we register endpoing with full E164 number and GW with the tech prefix, chousen in a way it will allow dialing to PSTN without any number transformation.&lt;br /&gt;
Assume PSTN will requre 00 for international call, in this case we can use the following config on GK:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 gatekeeper&lt;br /&gt;
 zone local video-98 mappets.com 10.52.218.98&lt;br /&gt;
 no use-proxy video-98 default inbound-to terminal&lt;br /&gt;
 no use-proxy video-98 default outbound-from terminal&lt;br /&gt;
 no shutdown&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
There is no need to configure zone prefixes as GW will register with the tech prefix.&lt;br /&gt;
And VT will register with the full E164 number, so GK will always be able to resolve the them to IP.&lt;br /&gt;
For VT we need to allow direct calls to / from H.323 GW, so we disabling proxy requirement.&lt;br /&gt;
&lt;br /&gt;
The matching GW config will be:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
 ip address 10.52.218.91 255.255.255.0&lt;br /&gt;
 h323-gateway voip interface&lt;br /&gt;
 h323-gateway voip id video-98 ipaddr 10.52.218.98 1719&lt;br /&gt;
 h323-gateway voip h323-id ios-91-to-98&lt;br /&gt;
 h323-gateway voip tech-prefix 00&lt;br /&gt;
 h323-gateway voip bind srcaddr 10.52.218.91&lt;br /&gt;
!&lt;br /&gt;
 gateway&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Next we can proceed with the H.320 video GW configuration.&lt;br /&gt;
&lt;br /&gt;
1. Specify the card type you will have:&lt;br /&gt;
&lt;br /&gt;
 card type e1 1 1&lt;br /&gt;
&lt;br /&gt;
2. As video calls are actually the DATA calls by the nature of video content, we need to ensure the clocking is configured corectcly:&lt;br /&gt;
&lt;br /&gt;
 network-clock-participate slot 1 &lt;br /&gt;
 network-clock-participate wic 1 &lt;br /&gt;
!&lt;br /&gt;
! Choose the one which required by your hardware setup.&lt;br /&gt;
!&lt;br /&gt;
 network-clock-select 1 E1 1/0&lt;br /&gt;
&lt;br /&gt;
3. You will need to specify the ISDN switch type before you can proceed with PRI group config on the controller:&lt;br /&gt;
&lt;br /&gt;
 isdn switch-type primary-net5&lt;br /&gt;
&lt;br /&gt;
4. The controller config is the same as for any PRI connection:&lt;br /&gt;
&lt;br /&gt;
 controller E1 1/0&lt;br /&gt;
 pri-group timeslots 1-31&lt;br /&gt;
 description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
5. Now we need to configure D-channel to accept / send Data calls:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 interface Serial1/0:15&lt;br /&gt;
 description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
 no ip address&lt;br /&gt;
 encapsulation hdlc&lt;br /&gt;
 isdn switch-type primary-net5&lt;br /&gt;
 isdn map address .* plan unknown type unknown&lt;br /&gt;
 isdn negotiate-bchan resend-setup&lt;br /&gt;
 isdn bchan-number-order ascending &lt;br /&gt;
 isdn sending-complete&lt;br /&gt;
 isdn integrate calltype all&lt;br /&gt;
 no cdp enable&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
6. Now we can proceed with the preparation for the dial-peer config, first let define the codecs we will use on IP side.&lt;br /&gt;
Please keep in mind that GW will actually do the filtering of the codes it will announce to the endpoints on both sides.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice class codec 1000&lt;br /&gt;
 codec preference 1 g711ulaw&lt;br /&gt;
 codec preference 2 g711alaw&lt;br /&gt;
 codec preference 3 g728&lt;br /&gt;
 codec preference 4 g722-64&lt;br /&gt;
 codec preference 5 g722-56&lt;br /&gt;
 codec preference 6 g722-48&lt;br /&gt;
 video codec h261&lt;br /&gt;
 video codec h263&lt;br /&gt;
 video codec h263+&lt;br /&gt;
 video codec h264&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
7. This part is required to accept the incoming video calls, we need to have to provide the secondary numbers to the calling party, so they can call us on that numbers to add more bandwidth to the video call, that numbers will be sent out during ISO 13871 bonding stage.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice class called number pool 3151&lt;br /&gt;
  index 1 315140 - 315149&lt;br /&gt;
&lt;br /&gt;
8. Now we need to apply that pool to the voice port to activate it:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 voice-port 1/0:15&lt;br /&gt;
  voice-class called-number-pool 3151&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
9. Now we are ready to proceed with the dial-peer configuration we need 4 of them, two incoming and two outgoing.&lt;br /&gt;
It is possible to use one POTS dial-peer as incoming and outgoing at the same time, but we will provide config for two of them for the sake of clarity:&lt;br /&gt;
&lt;br /&gt;
!         &lt;br /&gt;
 dial-peer voice 99 pots&lt;br /&gt;
 description default incoming video dial-peer&lt;br /&gt;
 information-type video&lt;br /&gt;
 incoming called-number 313300&lt;br /&gt;
 bandwidth maximum 384&lt;br /&gt;
 direct-inward-dial&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 dial-peer voice 9001 pots&lt;br /&gt;
 description default outgoing video dial-peer&lt;br /&gt;
 destination-pattern 00&lt;br /&gt;
 information-type video&lt;br /&gt;
 bandwidth maximum 384&lt;br /&gt;
 port 1/0:15&lt;br /&gt;
 forward-digits all&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
10. here is the example of the VOIP dial-peer, now we configured it as both - incoming and outgoing:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 dial-peer voice 770 voip&lt;br /&gt;
 description default incoming/outgoing voip dial-peer for all calls from GK w&lt;br /&gt;
 destination-pattern 701...&lt;br /&gt;
 voice-class codec 1000&lt;br /&gt;
 session target ras&lt;br /&gt;
 incoming called-number 00.&lt;br /&gt;
 dtmf-relay h245-alphanumeric&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Related show Commands==&lt;br /&gt;
This section provides information you can use to confirm your configuration is working properly.&lt;br /&gt;
&lt;br /&gt;
Certain show commands are supported by the [https://www.cisco.com/cgi-bin/Support/OutputInterpreter/home.pl Output Interpreter Tool (registered customers only)], which allows you to view an analysis of show command output.&lt;br /&gt;
&lt;br /&gt;
 show network-clocks&lt;br /&gt;
 show isdn status&lt;br /&gt;
 show dial-peer voice summary&lt;br /&gt;
 show voice call status&lt;br /&gt;
 show voice dsp&lt;br /&gt;
&lt;br /&gt;
There also some useful commands to add and they can be used on All routers in production as well:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 service nagle&lt;br /&gt;
 service tcp-keepalives-in&lt;br /&gt;
 service tcp-keepalives-out&lt;br /&gt;
 service timestamps debug datetime msec&lt;br /&gt;
 service timestamps log datetime msec&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 logging message-counter syslog&lt;br /&gt;
 logging queue-limit 100000&lt;br /&gt;
 logging buffered 5000000&lt;br /&gt;
 logging rate-limit 10000&lt;br /&gt;
 no logging console&lt;br /&gt;
&lt;br /&gt;
And some very useful aliases :)&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
 alias exec c conf t&lt;br /&gt;
 alias exec r sh run&lt;br /&gt;
 alias exec i sh ip ro&lt;br /&gt;
 alias exec ib sh ip int brie&lt;br /&gt;
 alias exec gs show run | s gatekeeper&lt;br /&gt;
 alias exec ge sho gatekeeper end&lt;br /&gt;
 alias exec sg sho gatekeeper&lt;br /&gt;
 alias exec rs sh run | s&lt;br /&gt;
 alias exec ri sh run | i&lt;br /&gt;
 alias exec rb sh run | b&lt;br /&gt;
 alias exec dp sh run | be dial-p&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Enjoy :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Show running-config==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Add show running config of your device&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related Information==&lt;br /&gt;
[http://www.cisco.com/web/psa/products/index.html Technical Support &amp;amp; Documentation - Cisco Systems]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--List links to related information--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Add appropriate categories--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:example]]&lt;br /&gt;
[[Category:video]]&lt;br /&gt;
[[Category:ISR]]&lt;br /&gt;
[[Category:2800]]&lt;br /&gt;
[[Category:gatekeeper]]&lt;br /&gt;
[[Category:config]]&lt;br /&gt;
[[Category:VoIP Configuration Examples]]&lt;br /&gt;
[[Category:Configuration Examples]]&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example</id>
		<title>Video on ISR 2800 3800 H.320 GW with ISO 13871 bonding Configuration Example</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example"/>
				<updated>2010-06-05T16:43:04Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This is the basic config for any ISR router 2800 / 3800 series with PRI connection to PSTN / PBX and H.323 protocol on IP side.&lt;br /&gt;
&lt;br /&gt;
==Design==&lt;br /&gt;
&lt;br /&gt;
The example toplogy:&lt;br /&gt;
&lt;br /&gt;
Tandberg VT - E1 PRI - PSTN - E1 PRI - ISR router - H.323 GK - Tandberg VT&lt;br /&gt;
 &lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
1. First we need to register GW and the video endpoint to the GK.&lt;br /&gt;
The most simple setup will be if we register endpoing with full E164 number and GW with the tech prefix, chousen in a way it will allow dialing to PSTN without any number transformation.&lt;br /&gt;
Assume PSTN will requre 00 for international call, in this case we can use the following config on GK:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
gatekeeper&lt;br /&gt;
 zone local video-98 mappets.com 10.52.218.98&lt;br /&gt;
 no use-proxy video-98 default inbound-to terminal&lt;br /&gt;
 no use-proxy video-98 default outbound-from terminal&lt;br /&gt;
 no shutdown&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
There is no need to configure zone prefixes as GW will register with the tech prefix.&lt;br /&gt;
And VT will register with the full E164 number, so GK will always be able to resolve the them to IP.&lt;br /&gt;
For VT we need to allow direct calls to / from H.323 GW, so we disabling proxy requirement.&lt;br /&gt;
&lt;br /&gt;
The matching GW config will be:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
interface FastEthernet0/0&lt;br /&gt;
 ip address 10.52.218.91 255.255.255.0&lt;br /&gt;
h323-gateway voip interface&lt;br /&gt;
 h323-gateway voip id video-98 ipaddr 10.52.218.98 1719&lt;br /&gt;
 h323-gateway voip h323-id ios-91-to-98&lt;br /&gt;
 h323-gateway voip tech-prefix 00&lt;br /&gt;
 h323-gateway voip bind srcaddr 10.52.218.91&lt;br /&gt;
!&lt;br /&gt;
gateway&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Next we can proceed with the H.320 video GW configuration.&lt;br /&gt;
&lt;br /&gt;
1. Specify the card type you will have:&lt;br /&gt;
&lt;br /&gt;
card type e1 1 1&lt;br /&gt;
&lt;br /&gt;
2. As video calls are actually the DATA calls by the nature of video content, we need to ensure the clocking is configured corectcly:&lt;br /&gt;
&lt;br /&gt;
network-clock-participate slot 1 &lt;br /&gt;
network-clock-participate wic 1 &lt;br /&gt;
! Choose the one which required by your hardware setup.&lt;br /&gt;
!&lt;br /&gt;
network-clock-select 1 E1 1/0&lt;br /&gt;
&lt;br /&gt;
3. You will need to specify the ISDN switch type before you can proceed with PRI group config on the controller:&lt;br /&gt;
&lt;br /&gt;
isdn switch-type primary-net5&lt;br /&gt;
&lt;br /&gt;
4. The controller config is the same as for any PRI connection:&lt;br /&gt;
&lt;br /&gt;
controller E1 1/0&lt;br /&gt;
 pri-group timeslots 1-31&lt;br /&gt;
 description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
5. Now we need to configure D-channel to accept / send Data calls:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
interface Serial1/0:15&lt;br /&gt;
 description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
 no ip address&lt;br /&gt;
 encapsulation hdlc&lt;br /&gt;
 isdn switch-type primary-net5&lt;br /&gt;
 isdn map address .* plan unknown type unknown&lt;br /&gt;
 isdn negotiate-bchan resend-setup&lt;br /&gt;
 isdn bchan-number-order ascending &lt;br /&gt;
 isdn sending-complete&lt;br /&gt;
 isdn integrate calltype all&lt;br /&gt;
 no cdp enable&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
6. Now we can proceed with the preparation for the dial-peer config, first let define the codecs we will use on IP side.&lt;br /&gt;
Please keep in mind that GW will actually do the filtering of the codes it will announce to the endpoints on both sides.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
voice class codec 1000&lt;br /&gt;
 codec preference 1 g711ulaw&lt;br /&gt;
 codec preference 2 g711alaw&lt;br /&gt;
 codec preference 3 g728&lt;br /&gt;
 codec preference 4 g722-64&lt;br /&gt;
 codec preference 5 g722-56&lt;br /&gt;
 codec preference 6 g722-48&lt;br /&gt;
 video codec h261&lt;br /&gt;
 video codec h263&lt;br /&gt;
 video codec h263+&lt;br /&gt;
 video codec h264&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
7. This part is required to accept the incoming video calls, we need to have to provide the secondary numbers to the calling party, so they can call us on that numbers to add more bandwidth to the video call, that numbers will be sent out during ISO 13871 bonding stage.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
voice class called number pool 3151&lt;br /&gt;
 index 1 315140 - 315149&lt;br /&gt;
&lt;br /&gt;
8. Now we need to apply that pool to the voice port to activate it:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
voice-port 1/0:15&lt;br /&gt;
 voice-class called-number-pool 3151&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
9. Now we are ready to proceed with the dial-peer configuration we need 4 of them, two incoming and two outgoing.&lt;br /&gt;
It is possible to use one POTS dial-peer as incoming and outgoing at the same time, but we will provide config for two of them for the sake of clarity:&lt;br /&gt;
&lt;br /&gt;
!         &lt;br /&gt;
dial-peer voice 99 pots&lt;br /&gt;
 description default incoming video dial-peer&lt;br /&gt;
 information-type video&lt;br /&gt;
 incoming called-number 313300&lt;br /&gt;
 bandwidth maximum 384&lt;br /&gt;
 direct-inward-dial&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
dial-peer voice 9001 pots&lt;br /&gt;
 description default outgoing video dial-peer&lt;br /&gt;
 destination-pattern 00&lt;br /&gt;
 information-type video&lt;br /&gt;
 bandwidth maximum 384&lt;br /&gt;
 port 1/0:15&lt;br /&gt;
 forward-digits all&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
10. here is the example of the VOIP dial-peer, now we configured it as both - incoming and outgoing:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
dial-peer voice 770 voip&lt;br /&gt;
 description default incoming/outgoing voip dial-peer for all calls from GK w&lt;br /&gt;
destination-pattern 701...&lt;br /&gt;
 voice-class codec 1000&lt;br /&gt;
 session target ras&lt;br /&gt;
 incoming called-number 00.&lt;br /&gt;
 dtmf-relay h245-alphanumeric&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Related show Commands==&lt;br /&gt;
This section provides information you can use to confirm your configuration is working properly.&lt;br /&gt;
&lt;br /&gt;
Certain show commands are supported by the [https://www.cisco.com/cgi-bin/Support/OutputInterpreter/home.pl Output Interpreter Tool (registered customers only)], which allows you to view an analysis of show command output.&lt;br /&gt;
&lt;br /&gt;
show network-clocks&lt;br /&gt;
show isdn status&lt;br /&gt;
show dial-peer voice summary&lt;br /&gt;
show voice call status&lt;br /&gt;
show voice dsp&lt;br /&gt;
&lt;br /&gt;
There also some useful commands to add and they can be used on All routers in production as well:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
service nagle&lt;br /&gt;
service tcp-keepalives-in&lt;br /&gt;
service tcp-keepalives-out&lt;br /&gt;
service timestamps debug datetime msec&lt;br /&gt;
service timestamps log datetime msec&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
logging message-counter syslog&lt;br /&gt;
logging queue-limit 100000&lt;br /&gt;
logging buffered 5000000&lt;br /&gt;
logging rate-limit 10000&lt;br /&gt;
no logging console&lt;br /&gt;
&lt;br /&gt;
And some very useful aliases :)&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
alias exec c conf t&lt;br /&gt;
alias exec r sh run&lt;br /&gt;
alias exec i sh ip ro&lt;br /&gt;
alias exec ib sh ip int brie&lt;br /&gt;
alias exec gs show run | s gatekeeper&lt;br /&gt;
alias exec ge sho gatekeeper end&lt;br /&gt;
alias exec sg sho gatekeeper&lt;br /&gt;
alias exec rs sh run | s&lt;br /&gt;
alias exec ri sh run | i&lt;br /&gt;
alias exec rb sh run | b&lt;br /&gt;
alias exec dp sh run | be dial-p&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Enjoy :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Show running-config==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Add show running config of your device&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related Information==&lt;br /&gt;
[http://www.cisco.com/web/psa/products/index.html Technical Support &amp;amp; Documentation - Cisco Systems]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--List links to related information--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Add appropriate categories--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:example]]&lt;br /&gt;
[[Category:video]]&lt;br /&gt;
[[Category:ISR]]&lt;br /&gt;
[[Category:2800]]&lt;br /&gt;
[[Category:gatekeeper]]&lt;br /&gt;
[[Category:config]]&lt;br /&gt;
[[Category:VoIP Configuration Examples]]&lt;br /&gt;
[[Category:Configuration Examples]]&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example</id>
		<title>Video on ISR 2800 3800 H.320 GW with ISO 13871 bonding Configuration Example</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example"/>
				<updated>2010-06-05T16:37:23Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This is the basic config for any ISR router 2800 / 3800 series with PRI connection to PSTN / PBX and H.323 protocol on IP side.&lt;br /&gt;
&lt;br /&gt;
==Design==&lt;br /&gt;
&lt;br /&gt;
The example toplogy:&lt;br /&gt;
&lt;br /&gt;
Tandberg VT - E1 PRI - PSTN - E1 PRI - ISR router - H.323 GK - Tandberg VT&lt;br /&gt;
 &lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
1. First we need to register GW and the video endpoint to the GK.&lt;br /&gt;
The most simple setup will be if we register endpoing with full E164 number and GW with the tech prefix, chousen in a way it will allow dialing to PSTN without any number transformation.&lt;br /&gt;
Assume PSTN will requre 00 for international call, in this case we can use the following config on GK:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
gatekeeper&lt;br /&gt;
 zone local video-98 mappets.com 10.52.218.98&lt;br /&gt;
 no use-proxy video-98 default inbound-to terminal&lt;br /&gt;
 no use-proxy video-98 default outbound-from terminal&lt;br /&gt;
 no shutdown&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
There is no need to configure zone prefixes as GW will register with the tech prefix.&lt;br /&gt;
And VT will register with the full E164 number, so GK will always be able to resolve the them to IP.&lt;br /&gt;
For VT we need to allow direct calls to / from H.323 GW, so we disabling proxy requirement.&lt;br /&gt;
&lt;br /&gt;
The matching GW config will be:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
interface FastEthernet0/0&lt;br /&gt;
 ip address 10.52.218.91 255.255.255.0&lt;br /&gt;
h323-gateway voip interface&lt;br /&gt;
 h323-gateway voip id video-98 ipaddr 10.52.218.98 1719&lt;br /&gt;
 h323-gateway voip h323-id ios-91-to-98&lt;br /&gt;
 h323-gateway voip tech-prefix 00&lt;br /&gt;
 h323-gateway voip bind srcaddr 10.52.218.91&lt;br /&gt;
!&lt;br /&gt;
gateway&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Next we can proceed with the H.320 video GW configuration.&lt;br /&gt;
&lt;br /&gt;
1. Specify the card type you will have:&lt;br /&gt;
&lt;br /&gt;
card type e1 1 1&lt;br /&gt;
&lt;br /&gt;
2. As video calls are actually the DATA calls by the nature of video content, we need to ensure the clocking is configured corectcly:&lt;br /&gt;
&lt;br /&gt;
network-clock-participate slot 1 &lt;br /&gt;
network-clock-participate wic 1 &lt;br /&gt;
! Choose the one which required by your hardware setup.&lt;br /&gt;
!&lt;br /&gt;
network-clock-select 1 E1 1/0&lt;br /&gt;
&lt;br /&gt;
3. You will need to specify the ISDN switch type before you can proceed with PRI group config on the controller:&lt;br /&gt;
&lt;br /&gt;
isdn switch-type primary-net5&lt;br /&gt;
&lt;br /&gt;
4. The controller config is the same as for any PRI connection:&lt;br /&gt;
&lt;br /&gt;
controller E1 1/0&lt;br /&gt;
 pri-group timeslots 1-31&lt;br /&gt;
 description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
5. Now we need to configure D-channel to accept / send Data calls:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
interface Serial1/0:15&lt;br /&gt;
 description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
 no ip address&lt;br /&gt;
 encapsulation hdlc&lt;br /&gt;
 isdn switch-type primary-net5&lt;br /&gt;
 isdn map address .* plan unknown type unknown&lt;br /&gt;
 isdn negotiate-bchan resend-setup&lt;br /&gt;
 isdn bchan-number-order ascending &lt;br /&gt;
 isdn sending-complete&lt;br /&gt;
 isdn integrate calltype all&lt;br /&gt;
 no cdp enable&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
6. Now we can proceed with the preparation for the dial-peer config, first let define the codecs we will use on IP side.&lt;br /&gt;
Please keep in mind that GW will actually do the filtering of the codes it will announce to the endpoints on both sides.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
voice class codec 1000&lt;br /&gt;
 codec preference 1 g711ulaw&lt;br /&gt;
 codec preference 2 g711alaw&lt;br /&gt;
 codec preference 3 g728&lt;br /&gt;
 codec preference 4 g722-64&lt;br /&gt;
 codec preference 5 g722-56&lt;br /&gt;
 codec preference 6 g722-48&lt;br /&gt;
 video codec h261&lt;br /&gt;
 video codec h263&lt;br /&gt;
 video codec h263+&lt;br /&gt;
 video codec h264&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
7. This part is required to accept the incoming video calls, we need to have to provide the secondary numbers to the calling party, so they can call us on that numbers to add more bandwidth to the video call, that numbers will be sent out during ISO 13871 bonding stage.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
voice class called number pool 3151&lt;br /&gt;
 index 1 315140 - 315149&lt;br /&gt;
&lt;br /&gt;
8. Now we need to apply that pool to the voice port to activate it:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
voice-port 1/0:15&lt;br /&gt;
 voice-class called-number-pool 3151&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
9. Now we are ready to proceed with the dial-peer configuration we need 4 of them, two incoming and two outgoing.&lt;br /&gt;
It is possible to use one POTS dial-peer as incoming and outgoing at the same time, but we will provide config for two of them for the sake of clarity:&lt;br /&gt;
&lt;br /&gt;
!         &lt;br /&gt;
dial-peer voice 99 pots&lt;br /&gt;
 description default incoming video dial-peer&lt;br /&gt;
 information-type video&lt;br /&gt;
 incoming called-number 313300&lt;br /&gt;
 bandwidth maximum 384&lt;br /&gt;
 direct-inward-dial&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
dial-peer voice 9001 pots&lt;br /&gt;
 description default outgoing video dial-peer&lt;br /&gt;
 destination-pattern 00&lt;br /&gt;
 information-type video&lt;br /&gt;
 bandwidth maximum 384&lt;br /&gt;
 port 1/0:15&lt;br /&gt;
 forward-digits all&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
10. here is the example of the VOIP dial-peer, now we configured it as both - incoming and outgoing:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
dial-peer voice 770 voip&lt;br /&gt;
 description default incoming/outgoing voip dial-peer for all calls from GK w&lt;br /&gt;
destination-pattern 701...&lt;br /&gt;
 voice-class codec 1000&lt;br /&gt;
 session target ras&lt;br /&gt;
 incoming called-number 00.&lt;br /&gt;
 dtmf-relay h245-alphanumeric&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Related show Commands==&lt;br /&gt;
This section provides information you can use to confirm your configuration is working properly.&lt;br /&gt;
&lt;br /&gt;
Certain show commands are supported by the [https://www.cisco.com/cgi-bin/Support/OutputInterpreter/home.pl Output Interpreter Tool (registered customers only)], which allows you to view an analysis of show command output.&lt;br /&gt;
&lt;br /&gt;
show network-clocks&lt;br /&gt;
show isdn status&lt;br /&gt;
show dial-peer voice summary&lt;br /&gt;
show voice call status&lt;br /&gt;
show voice dsp&lt;br /&gt;
&lt;br /&gt;
There also some useful commands to add and they can be used on All routers in production as well:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
service nagle&lt;br /&gt;
service tcp-keepalives-in&lt;br /&gt;
service tcp-keepalives-out&lt;br /&gt;
service timestamps debug datetime msec&lt;br /&gt;
service timestamps log datetime msec&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
logging message-counter syslog&lt;br /&gt;
logging queue-limit 100000&lt;br /&gt;
logging buffered 5000000&lt;br /&gt;
logging rate-limit 10000&lt;br /&gt;
no logging console&lt;br /&gt;
&lt;br /&gt;
And some very useful aliases :)&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
alias exec c conf t&lt;br /&gt;
alias exec r sh run&lt;br /&gt;
alias exec i sh ip ro&lt;br /&gt;
alias exec ib sh ip int brie&lt;br /&gt;
alias exec gs show run | s gatekeeper&lt;br /&gt;
alias exec ge sho gatekeeper end&lt;br /&gt;
alias exec sg sho gatekeeper&lt;br /&gt;
alias exec rs sh run | s&lt;br /&gt;
alias exec ri sh run | i&lt;br /&gt;
alias exec rb sh run | b&lt;br /&gt;
alias exec dp sh run | be dial-p&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Enjoy :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Show running-config==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Add show running config of your device&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related Information==&lt;br /&gt;
[http://www.cisco.com/web/psa/products/index.html Technical Support &amp;amp; Documentation - Cisco Systems]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--List links to related information--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Add appropriate categories--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:example]]&lt;br /&gt;
[[Category:video]]&lt;br /&gt;
[[Category:ISR]]&lt;br /&gt;
[[Category:2800]]&lt;br /&gt;
[[Category:gatekeeper]]&lt;br /&gt;
[[Category:config]]&lt;br /&gt;
[[Category:VoIP Configuration Examples]]&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example</id>
		<title>Video on ISR 2800 3800 H.320 GW with ISO 13871 bonding Configuration Example</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Video_on_ISR_2800_3800_H.320_GW_with_ISO_13871_bonding_Configuration_Example"/>
				<updated>2010-06-05T16:33:07Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: Cisco ISR H.320 Video with ISO 13871 bonding Configuration Example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This is the basic config for any ISR router 2800 / 3800 series with PRI connection to PSTN / PBX and H.323 protocol on IP side.&lt;br /&gt;
&lt;br /&gt;
==Design==&lt;br /&gt;
&lt;br /&gt;
The example toplogy:&lt;br /&gt;
&lt;br /&gt;
Tandberg VT - E1 PRI - PSTN - E1 PRI - ISR router - H.323 GK - Tandberg VT&lt;br /&gt;
 &lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
1. First we need to register GW and the video endpoint to the GK.&lt;br /&gt;
The most simple setup will be if we register endpoing with full E164 number and GW with the tech prefix, chousen in a way it will allow dialing to PSTN without any number transformation.&lt;br /&gt;
Assume PSTN will requre 00 for international call, in this case we can use the following config on GK:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
gatekeeper&lt;br /&gt;
 zone local video-98 mappets.com 10.52.218.98&lt;br /&gt;
 no use-proxy video-98 default inbound-to terminal&lt;br /&gt;
 no use-proxy video-98 default outbound-from terminal&lt;br /&gt;
 no shutdown&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
There is no need to configure zone prefixes as GW will register with the tech prefix.&lt;br /&gt;
And VT will register with the full E164 number, so GK will always be able to resolve the them to IP.&lt;br /&gt;
For VT we need to allow direct calls to / from H.323 GW, so we disabling proxy requirement.&lt;br /&gt;
&lt;br /&gt;
The matching GW config will be:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
interface FastEthernet0/0&lt;br /&gt;
 ip address 10.52.218.91 255.255.255.0&lt;br /&gt;
h323-gateway voip interface&lt;br /&gt;
 h323-gateway voip id video-98 ipaddr 10.52.218.98 1719&lt;br /&gt;
 h323-gateway voip h323-id ios-91-to-98&lt;br /&gt;
 h323-gateway voip tech-prefix 00&lt;br /&gt;
 h323-gateway voip bind srcaddr 10.52.218.91&lt;br /&gt;
!&lt;br /&gt;
gateway&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Next we can proceed with the H.320 video GW configuration.&lt;br /&gt;
&lt;br /&gt;
1. Specify the card type you will have:&lt;br /&gt;
&lt;br /&gt;
card type e1 1 1&lt;br /&gt;
&lt;br /&gt;
2. As video calls are actually the DATA calls by the nature of video content, we need to ensure the clocking is configured corectcly:&lt;br /&gt;
&lt;br /&gt;
network-clock-participate slot 1 &lt;br /&gt;
network-clock-participate wic 1 &lt;br /&gt;
! Choose the one which required by your hardware setup.&lt;br /&gt;
!&lt;br /&gt;
network-clock-select 1 E1 1/0&lt;br /&gt;
&lt;br /&gt;
3. You will need to specify the ISDN switch type before you can proceed with PRI group config on the controller:&lt;br /&gt;
&lt;br /&gt;
isdn switch-type primary-net5&lt;br /&gt;
&lt;br /&gt;
4. The controller config is the same as for any PRI connection:&lt;br /&gt;
&lt;br /&gt;
controller E1 1/0&lt;br /&gt;
 pri-group timeslots 1-31&lt;br /&gt;
 description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
5. Now we need to configure D-channel to accept / send Data calls:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
interface Serial1/0:15&lt;br /&gt;
 description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
 no ip address&lt;br /&gt;
 encapsulation hdlc&lt;br /&gt;
 isdn switch-type primary-net5&lt;br /&gt;
 isdn map address .* plan unknown type unknown&lt;br /&gt;
 isdn negotiate-bchan resend-setup&lt;br /&gt;
 isdn bchan-number-order ascending &lt;br /&gt;
 isdn sending-complete&lt;br /&gt;
 isdn integrate calltype all&lt;br /&gt;
 no cdp enable&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
6. Now we can proceed with the preparation for the dial-peer config, first let define the codecs we will use on IP side.&lt;br /&gt;
Please keep in mind that GW will actually do the filtering of the codes it will announce to the endpoints on both sides.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
voice class codec 1000&lt;br /&gt;
 codec preference 1 g711ulaw&lt;br /&gt;
 codec preference 2 g711alaw&lt;br /&gt;
 codec preference 3 g728&lt;br /&gt;
 codec preference 4 g722-64&lt;br /&gt;
 codec preference 5 g722-56&lt;br /&gt;
 codec preference 6 g722-48&lt;br /&gt;
 video codec h261&lt;br /&gt;
 video codec h263&lt;br /&gt;
 video codec h263+&lt;br /&gt;
 video codec h264&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
7. This part is required to accept the incoming video calls, we need to have to provide the secondary numbers to the calling party, so they can call us on that numbers to add more bandwidth to the video call, that numbers will be sent out during ISO 13871 bonding stage.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
voice class called number pool 3151&lt;br /&gt;
 index 1 315140 - 315149&lt;br /&gt;
&lt;br /&gt;
8. Now we need to apply that pool to the voice port to activate it:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
voice-port 1/0:15&lt;br /&gt;
 voice-class called-number-pool 3151&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
9. Now we are ready to proceed with the dial-peer configuration we need 4 of them, two incoming and two outgoing.&lt;br /&gt;
It is possible to use one POTS dial-peer as incoming and outgoing at the same time, but we will provide config for two of them for the sake of clarity:&lt;br /&gt;
&lt;br /&gt;
!         &lt;br /&gt;
dial-peer voice 99 pots&lt;br /&gt;
 description default incoming video dial-peer&lt;br /&gt;
 information-type video&lt;br /&gt;
 incoming called-number 313300&lt;br /&gt;
 bandwidth maximum 384&lt;br /&gt;
 direct-inward-dial&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
dial-peer voice 9001 pots&lt;br /&gt;
 description default outgoing video dial-peer&lt;br /&gt;
 destination-pattern 00&lt;br /&gt;
 information-type video&lt;br /&gt;
 bandwidth maximum 384&lt;br /&gt;
 port 1/0:15&lt;br /&gt;
 forward-digits all&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
10. here is the example of the VOIP dial-peer, now we configured it as both - incoming and outgoing:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
dial-peer voice 770 voip&lt;br /&gt;
 description default incoming/outgoing voip dial-peer for all calls from GK w&lt;br /&gt;
destination-pattern 701...&lt;br /&gt;
 voice-class codec 1000&lt;br /&gt;
 session target ras&lt;br /&gt;
 incoming called-number 00.&lt;br /&gt;
 dtmf-relay h245-alphanumeric&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Related show Commands==&lt;br /&gt;
This section provides information you can use to confirm your configuration is working properly.&lt;br /&gt;
&lt;br /&gt;
Certain show commands are supported by the [https://www.cisco.com/cgi-bin/Support/OutputInterpreter/home.pl Output Interpreter Tool (registered customers only)], which allows you to view an analysis of show command output.&lt;br /&gt;
&lt;br /&gt;
show network-clocks&lt;br /&gt;
show isdn status&lt;br /&gt;
show dial-peer voice summary&lt;br /&gt;
show voice call status&lt;br /&gt;
show voice dsp&lt;br /&gt;
&lt;br /&gt;
There also some useful commands to add and they can be used on All routers in production as well:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
service nagle&lt;br /&gt;
service tcp-keepalives-in&lt;br /&gt;
service tcp-keepalives-out&lt;br /&gt;
service timestamps debug datetime msec&lt;br /&gt;
service timestamps log datetime msec&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
logging message-counter syslog&lt;br /&gt;
logging queue-limit 100000&lt;br /&gt;
logging buffered 5000000&lt;br /&gt;
logging rate-limit 10000&lt;br /&gt;
no logging console&lt;br /&gt;
&lt;br /&gt;
And some very useful aliases :)&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
alias exec c conf t&lt;br /&gt;
alias exec r sh run&lt;br /&gt;
alias exec i sh ip ro&lt;br /&gt;
alias exec ib sh ip int brie&lt;br /&gt;
alias exec gs show run | s gatekeeper&lt;br /&gt;
alias exec ge sho gatekeeper end&lt;br /&gt;
alias exec sg sho gatekeeper&lt;br /&gt;
alias exec rs sh run | s&lt;br /&gt;
alias exec ri sh run | i&lt;br /&gt;
alias exec rb sh run | b&lt;br /&gt;
alias exec dp sh run | be dial-p&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Enjoy :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Show running-config==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Add show running config of your device&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related Information==&lt;br /&gt;
[http://www.cisco.com/web/psa/products/index.html Technical Support &amp;amp; Documentation - Cisco Systems]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--List links to related information--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Add appropriate categories--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:example]]&lt;br /&gt;
[[Category:video]]&lt;br /&gt;
[[Category:ISR]]&lt;br /&gt;
[[Category:2800]]&lt;br /&gt;
[[Category:gatekeeper]]&lt;br /&gt;
[[Category:config]]&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Category:Configuration_Examples</id>
		<title>Category:Configuration Examples</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Category:Configuration_Examples"/>
				<updated>2010-06-05T12:28:37Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[image:Gears.gif|40px|left]] Please feel free to contribute to the Configuration Example collection. You must log into DocWiki using your Cisco.com credentials before you can add content. Type the name of your Configuration Example into the box below using the following syntax:&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;product name&amp;gt; &amp;lt;feature/description&amp;gt; Configuration Example'''&lt;br /&gt;
&lt;br /&gt;
For example, &amp;quot;Unity Express Networking with Direct IP Addressing Configuration Example&amp;quot;&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
type=create&lt;br /&gt;
preload=Template:Configuration Example/Preload&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{note|If you enter the name of an article that already exists, the existing article will appear in the edit window.}}&lt;br /&gt;
{{note|This template contains details that might not be applicable to your example. Please edit at your discretion.}}&lt;br /&gt;
&lt;br /&gt;
For help, see [[Help:Creating Configuration Examples]].&lt;br /&gt;
&lt;br /&gt;
The Configuration Examples category contains configuration examples listed by product, technology, or system.&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Category:Configuration_Examples</id>
		<title>Category:Configuration Examples</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Category:Configuration_Examples"/>
				<updated>2010-06-05T11:40:28Z</updated>
		
		<summary type="html">&lt;p&gt;Msamarts: Cisco ISR H.320 Video with ISO 13871 bonding Config Example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Cisco ISR H.320 Video with ISO 13871 bonding Config Example'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
type=create&lt;br /&gt;
preload=Template:Configuration Example/Preload&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cisco ISR H.320 Video with ISO 13871 bonding Config Example&lt;br /&gt;
&lt;br /&gt;
This is the basic config for any ISR router 2800 / 3800 series with PRI connection to PSTN / PBX and H.323 protocol on IP side.&lt;br /&gt;
&lt;br /&gt;
The example toplogy:&lt;br /&gt;
&lt;br /&gt;
Tandberg VT - E1 PRI - PSTN - E1 PRI - ISR router - H.323 GK - Tandberg VT&lt;br /&gt;
&lt;br /&gt;
1. First we need to register GW and the video endpoint to the GK.&lt;br /&gt;
The most simple setup will be if we register endpoing with full E164 number and GW with the tech prefix, chousen in a way it will allow dialing to PSTN without any number transformation.&lt;br /&gt;
Assume PSTN will requre 00 for international call, in this case we can use the following config on GK:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
gatekeeper&lt;br /&gt;
 zone local video-98 mappets.com 10.52.218.98&lt;br /&gt;
 no use-proxy video-98 default inbound-to terminal&lt;br /&gt;
 no use-proxy video-98 default outbound-from terminal&lt;br /&gt;
 no shutdown&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
There is no need to configure zone prefixes as GW will register with the tech prefix.&lt;br /&gt;
And VT will register with the full E164 number, so GK will always be able to resolve the them to IP.&lt;br /&gt;
For VT we need to allow direct calls to / from H.323 GW, so we disabling proxy requirement.&lt;br /&gt;
&lt;br /&gt;
The matching GW config will be:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
interface FastEthernet0/0&lt;br /&gt;
 ip address 10.52.218.91 255.255.255.0&lt;br /&gt;
h323-gateway voip interface&lt;br /&gt;
 h323-gateway voip id video-98 ipaddr 10.52.218.98 1719&lt;br /&gt;
 h323-gateway voip h323-id ios-91-to-98&lt;br /&gt;
 h323-gateway voip tech-prefix 00&lt;br /&gt;
 h323-gateway voip bind srcaddr 10.52.218.91&lt;br /&gt;
!&lt;br /&gt;
gateway&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Next we can proceed with the H.320 video GW configuration.&lt;br /&gt;
&lt;br /&gt;
1. Specify the card type you will have:&lt;br /&gt;
&lt;br /&gt;
card type e1 1 1&lt;br /&gt;
&lt;br /&gt;
2. As video calls are actually the DATA calls by the nature of video content, we need to ensure the clocking is configured corectcly:&lt;br /&gt;
&lt;br /&gt;
network-clock-participate slot 1 &lt;br /&gt;
network-clock-participate wic 1 &lt;br /&gt;
! Choose the one which required by your hardware setup.&lt;br /&gt;
!&lt;br /&gt;
network-clock-select 1 E1 1/0&lt;br /&gt;
&lt;br /&gt;
3. You will need to specify the ISDN switch type before you can proceed with PRI group config on the controller:&lt;br /&gt;
&lt;br /&gt;
isdn switch-type primary-net5&lt;br /&gt;
&lt;br /&gt;
4. The controller config is the same as for any PRI connection:&lt;br /&gt;
&lt;br /&gt;
controller E1 1/0&lt;br /&gt;
 pri-group timeslots 1-31&lt;br /&gt;
 description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
5. Now we need to configure D-channel to accept / send Data calls:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
interface Serial1/0:15&lt;br /&gt;
 description &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Test of NEW BT PRI ports - out 338898 *** &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;
 no ip address&lt;br /&gt;
 encapsulation hdlc&lt;br /&gt;
 isdn switch-type primary-net5&lt;br /&gt;
 isdn map address .* plan unknown type unknown&lt;br /&gt;
 isdn negotiate-bchan resend-setup&lt;br /&gt;
 isdn bchan-number-order ascending &lt;br /&gt;
 isdn sending-complete&lt;br /&gt;
 isdn integrate calltype all&lt;br /&gt;
 no cdp enable&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
6. Now we can proceed with the preparation for the dial-peer config, first let define the codecs we will use on IP side.&lt;br /&gt;
Please keep in mind that GW will actually do the filtering of the codes it will announce to the endpoints on both sides.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
voice class codec 1000&lt;br /&gt;
 codec preference 1 g711ulaw&lt;br /&gt;
 codec preference 2 g711alaw&lt;br /&gt;
 codec preference 3 g728&lt;br /&gt;
 codec preference 4 g722-64&lt;br /&gt;
 codec preference 5 g722-56&lt;br /&gt;
 codec preference 6 g722-48&lt;br /&gt;
 video codec h261&lt;br /&gt;
 video codec h263&lt;br /&gt;
 video codec h263+&lt;br /&gt;
 video codec h264&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
7. This part is required to accept the incoming video calls, we need to have to provide the secondary numbers to the calling party, so they can call us on that numbers to add more bandwidth to the video call, that numbers will be sent out during ISO 13871 bonding stage.&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
voice class called number pool 3151&lt;br /&gt;
 index 1 315140 - 315149&lt;br /&gt;
&lt;br /&gt;
8. Now we need to apply that pool to the voice port to activate it:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
voice-port 1/0:15&lt;br /&gt;
 voice-class called-number-pool 3151&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
9. Now we are ready to proceed with the dial-peer configuration we need 4 of them, two incoming and two outgoing.&lt;br /&gt;
It is possible to use one POTS dial-peer as incoming and outgoing at the same time, but we will provide config for two of them for the sake of clarity:&lt;br /&gt;
&lt;br /&gt;
!         &lt;br /&gt;
dial-peer voice 99 pots&lt;br /&gt;
 description default incoming video dial-peer&lt;br /&gt;
 information-type video&lt;br /&gt;
 incoming called-number 313300&lt;br /&gt;
 bandwidth maximum 384&lt;br /&gt;
 direct-inward-dial&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
dial-peer voice 9001 pots&lt;br /&gt;
 description default outgoing video dial-peer&lt;br /&gt;
 destination-pattern 00&lt;br /&gt;
 information-type video&lt;br /&gt;
 bandwidth maximum 384&lt;br /&gt;
 port 1/0:15&lt;br /&gt;
 forward-digits all&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
10. here is the example of the VOIP dial-peer, now we configured it as both - incoming and outgoing:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
dial-peer voice 770 voip&lt;br /&gt;
 description default incoming/outgoing voip dial-peer for all calls from GK w&lt;br /&gt;
destination-pattern 701...&lt;br /&gt;
 voice-class codec 1000&lt;br /&gt;
 session target ras&lt;br /&gt;
 incoming called-number 00.&lt;br /&gt;
 dtmf-relay h245-alphanumeric&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There also some useful commands to add and they can be used on All routers in production as well:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
service nagle&lt;br /&gt;
service tcp-keepalives-in&lt;br /&gt;
service tcp-keepalives-out&lt;br /&gt;
service timestamps debug datetime msec&lt;br /&gt;
service timestamps log datetime msec&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
logging message-counter syslog&lt;br /&gt;
logging queue-limit 100000&lt;br /&gt;
logging buffered 5000000&lt;br /&gt;
logging rate-limit 10000&lt;br /&gt;
no logging console&lt;br /&gt;
&lt;br /&gt;
And some very useful aliases :)&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
alias exec c conf t&lt;br /&gt;
alias exec r sh run&lt;br /&gt;
alias exec i sh ip ro&lt;br /&gt;
alias exec ib sh ip int brie&lt;br /&gt;
alias exec gs show run | s gatekeeper&lt;br /&gt;
alias exec ge sho gatekeeper end&lt;br /&gt;
alias exec sg sho gatekeeper&lt;br /&gt;
alias exec rs sh run | s&lt;br /&gt;
alias exec ri sh run | i&lt;br /&gt;
alias exec rb sh run | b&lt;br /&gt;
alias exec dp sh run | be dial-p&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
Enjoy :)&lt;/div&gt;</summary>
		<author><name>Msamarts</name></author>	</entry>

	</feed>