<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CCIE Blog &#187; Voice</title>
	<atom:link href="http://blog.ipexpert.com/category/ccie/voice-ccie/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ipexpert.com</link>
	<description>CCIE Candidates blog for all technical overviews relating to CCIE R&#38;S, CCIE Voice, CCIE Security &#38; CCIE SP</description>
	<lastBuildDate>Thu, 02 Sep 2010 13:04:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>CUCME Presence</title>
		<link>http://blog.ipexpert.com/2010/09/01/cucme-presence/</link>
		<comments>http://blog.ipexpert.com/2010/09/01/cucme-presence/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 13:05:17 +0000</pubDate>
		<dc:creator>Amy Ryan</dc:creator>
				<category><![CDATA[Ask the Expert]]></category>
		<category><![CDATA[CCIE]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[Techtorials]]></category>
		<category><![CDATA[Voice]]></category>

		<guid isPermaLink="false">http://blog.ipexpert.com/?p=4744</guid>
		<description><![CDATA[When enabling the presence service in CUCME, you are using the SIP methods of Subscribe and Notify to allow users the ability to see changes in the line state of phones.  The phone acts as a watcher using the subscribe method to get status updates from a directory number assigned to a phone that acts [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.ipexpert.com%2F2010%2F09%2F01%2Fcucme-presence%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.ipexpert.com%2F2010%2F09%2F01%2Fcucme-presence%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>When enabling the presence service in CUCME, you are using the SIP methods of Subscribe and Notify to allow users the ability to see changes in the line state of phones.  The phone acts as a watcher using the subscribe method to get status updates from a directory number assigned to a phone that acts as the presentity.  CUCME will respond to the request and each time there is a status update for that DN or presentity, CUCME will send all watchers a notification message.  CUCME presence can be applied either as a BLF speed-dial assigned to a line button or as BLF call-lists that will support status notifications of a presentity in the directories or call log (missed, placed, received) of the phone.</p>
<p><span id="more-4744"></span></p>
<p>The first step when configuring presence on CUCME is to enable the router the ability to accept incoming presence requests.</p>
<pre>BR2-RTR(config)#sip-ua

BR2-RTR(config-sip-ua)# presence enable</pre>
<p>The next step is to enable the presence service and the ability to globally monitor all directory number that will need to be enabled for “watching” via the call lists and directories of the local phones.</p>
<pre>BR2-RTR(config)#presence

BR2-RTR(config-presence)#presence call-list</pre>
<p>Then configure the directory numbers that will be enabled for watching.</p>
<h2>SCCP Phones</h2>
<pre>BR2-RTR(config)#ephone-dn 1

BR2-RTR(config-ephone-dn)#allow watch</pre>
<h2>SIP Phones</h2>
<pre>BR2-RTR(config)#voice register dn 1

BR2-RTR(config-register-dn)#allow watch

!

BR2-RTR(config)#voice register global

BR2-RTR(config-register-global)#create profile

BR2-RTR(config-register-global)#reset</pre>
<p>At this point, if BLF monitoring of directory numbers that appear in the call lists and the directories has not been enabled globally, then this can be applied at the phone level and reset devices.</p>
<h2>SCCP Phones</h2>
<pre>BR2-RTR(config)#ephone 1

BR2-RTR(config-ephone)#allow watch

!

BR2-RTR(config)#telephony-service

BR2-RTR(config-telephony)#create cnf

Creating CNF files

BR2-RTR(config-telephony)#reset all</pre>
<h2>SIP Phones</h2>
<pre>BR2-RTR(config)#voice register pool 1

BR2-RTR(config-register-pool)#allow watch

!

BR2-RTR(config)#voice register global

BR2-RTR(config-register-global)#create profile

BR2-RTR(config-register-global)#reset</pre>
<p>In the event it was asked to enable BLF monitoring of a directory number and associate this DN with a speed-dial assigned to a line button on the phone then first ensure the DN has “allow watch” assigned and then perform the following.</p>
<h2>SCCP Phones</h2>
<pre>BR2-RTR(config-ephone)#blf-speed-dial 1 3001 label Sales

BR2-RTR(config-ephone)#reset</pre>
<h2>SIP Phones</h2>
<pre>BR2-RTR(config)#voice register pool 1

BR2-RTR(config-register-pool)#blf-speed-dial 1 3001 label Sales

!

BR2-RTR(config)#voice register global

BR2-RTR(config-register-global)#create profile

BR2-RTR(config-register-global)#reset</pre>
<p>By assigning a BLF speed-dial to a phone, it enables that phone to watch all ephone-dns or voice register dns with that same extension number at the same time acting as a speed-dial.  However, with CUCME version 7.0 the lamp will only illuminate red if the monitored dn is in use.  It will not indicate DND status and cannot distinguish which phone is using the extension number if it is shared across multiple phones or assigned to multiple DNs, much like that of the “monitor mode” button “m”.  The main difference to remember with Monitor Mode button is that it is only supported on SCCP devices and will only monitor a single ephone-dn &lt;tag&gt;.  It is not extension number based.  In CUCME 7.0 to achieve status updates if a phone is in DND mode, it can be achieved with the “watch mode” button “w”. This method of presence will watch all activity on the phone in which the ephone-dn  &lt;tag&gt; assigned is the primary extension.  It should be noted here that the ephone-dn used in this method could be shared across phones but not assigned as the primary extension to more than one phone.</p>
<p><strong>To verify presence use the following commands.</strong></p>
<pre>-show presence global

-show presence subscription</pre>
<p><strong>To troubleshoot presence use the following commands.</strong></p>
<pre>-debug presence X

-debug ephone blf &lt;mac-address&gt;

-debug ccsip messages</pre>
<p>Amy Ryan – CCIE #24677 (Voice)<br />
Technical Instructor – IPexpert, Inc.<br />
Mailto: <a href="http://aryan@ipexpert.com/">aryan@ipexpert.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ipexpert.com/2010/09/01/cucme-presence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CUCME Conferencing</title>
		<link>http://blog.ipexpert.com/2010/08/25/cucme-conferencing/</link>
		<comments>http://blog.ipexpert.com/2010/08/25/cucme-conferencing/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 13:09:37 +0000</pubDate>
		<dc:creator>Amy Ryan</dc:creator>
				<category><![CDATA[Ask the Expert]]></category>
		<category><![CDATA[CCIE]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[Techtorials]]></category>
		<category><![CDATA[Voice]]></category>
		<category><![CDATA[ccie voice cucme]]></category>
		<category><![CDATA[cucme conferencing]]></category>

		<guid isPermaLink="false">http://blog.ipexpert.com/?p=4587</guid>
		<description><![CDATA[In CUCME 4.1 and later versions, it is possible to provide end users the flexibility of creating ad-hoc conferences involving more than 3 parties with each participant potentially using a low bit rate codec such as g729. As you might expect, IOS software is unable to provide this function natively without the aid of Digital [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.ipexpert.com%2F2010%2F08%2F25%2Fcucme-conferencing%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.ipexpert.com%2F2010%2F08%2F25%2Fcucme-conferencing%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>In CUCME 4.1 and later versions, it is possible to provide end users the flexibility of creating ad-hoc conferences involving more than 3 parties with each participant potentially using a low bit rate codec such as g729. As you might expect, IOS software is unable to provide this function natively without the aid of Digital Signal Processors (DSP&#8217;s) most likely hosted on the CUCME gateway.</p>
<p><span id="more-4587"></span></p>
<p>The first step when configuring the DSP&#8217;s for conferencing is to enable DSPFarm services on the gateway. By default the DSP&#8217;s can only be utilized for voice termination.</p>
<pre>BR1-RTR(config)#voice-card 0
BR1-RTR(config-voicecard)#dsp service dspfarm</pre>
<p>The DSP resources can only be controlled by the Call Control Agent (UCME in this case) using Skinny (aka SCCP). Skinny needs to be enabled on the gateway and a Call Control Agent(s) defined. In the example below the gateway will source SCCP packets from the primary IP Address assigned to interface FastEthernet0/0.11. The CUCUM IP Address is then provided to the gateway- incidentally the default version of SCCP used is 4.x so it is important the version is specified especially when trying to register an IOS MTP device to UCM since this is an invalid media resource in SCCP version 4.x.</p>
<pre>BR1-RTR(config)#sccp local FastEthernet0/0.11
BR1-RTR(config)#sccp ccm 10.10.201.1 identifier 1 version 7.0
BR1-RTR(config)#sccp</pre>
<p>A UCM group containing a list of Call Control Agents needs to be specified to support redundancy. In a stand alone UCME environment only a single Call Control Agent might be provisioned but in a UCM environment the Subscriber UCM, Publisher UCM and backup SRST CME gateway are the priority 1, 2 and 3 Call Control Agents respectively.</p>
<pre>BR1-RTR(config)#sccp ccm group 1
BR1-RTR(config-sccp-ccm)# associate ccm 1 priority 1</pre>
<p>The profile defining the characteristics of the conference bridge will be the next bit of configuration required. The codecs are defined and the maximum sessions specified. The DSPFarm will also need to be associated to the SCCP protocol at this stage (no other options at the time of writing).</p>
<pre>BR1-RTR(config)#dspfarm profile 1 conference
BR1-RTR(config-dspfarm-profile)# codec g711ulaw
BR1-RTR(config-dspfarm-profile)# codec g711alaw
BR1-RTR(config-dspfarm-profile)# codec g729ar8
BR1-RTR(config-dspfarm-profile)# codec g729abr8
BR1-RTR(config-dspfarm-profile)# codec g729r8
BR1-RTR(config-dspfarm-profile)# codec g729br8
BR1-RTR(config-dspfarm-profile)# maximum sessions 2
BR1-RTR(config-dspfarm-profile)# associate application SCCP
BR1-RTR(config-dspfarm-profile)# no shutdown</pre>
<p>Each conference session supports up to 8 parties in the same conference call and consumes half a DSP (PVDM2-8). A single DSP (PVDM2-16) supporting conferencing cannot be used for any other media resource- therefore it makes sense to have an even number of conference sessions.</p>
<p>The DSPFarm profile will need to be associated with a SCCP Group- a unique name is given to the conference bridge and this name will serve as the SCCP unique identifier when registering to the UCME.</p>
<pre>BR1-RTR(config)#sccp ccm group 1
BR1-RTR(config-sccp-ccm)# associate profile 1 register cvg-cfb</pre>
<p>Within the telephony-service CLI the conference bridge needs to be added as a known media resource and the maximum number of DSP Units specified. The UCME will cease to use software conferencing as a result of specifying the &#8220;conference hardware&#8221; command.</p>
<pre>BR1-RTR(config)#telephony-service
BR1-RTR(config-telephony)# conference hardware
BR1-RTR(config-telephony)# sdspfarm units 1
BR1-RTR(config-telephony)# sdspfarm tag 1 br1cfb</pre>
<p>Registration of the conference bridge to the UCME can be verified using the &#8220;<strong>show sdspfarm units</strong>&#8221; command.</p>
<p>Placeholder ephone-dn&#8217;s need to be added to support the number of active Ad-Hoc conference participants required. These DN&#8217;s do not need to be dialable numbers (unlike the case of Meet-me conferences). In this example 4 conference participants will be allowed due to there only being 4 available channels associated with ad-hoc conferencing. The ephone-dn&#8217;s are providing the lines to anchor the call whereas the DSP resource is used for the transcoding and audio mixing required for conferencing.  Conversely, if there were no restrictions placed on the number of available channels, an octo-line could be used to support 8 conference participants.</p>
<pre>ephone-dn  5  dual-line
 number A1000
 conference ad-hoc
 preference 2
 no huntstop
!
ephone-dn  6  dual-line
 number A1000
 conference ad-hoc
 preference 1
 no huntstop
!</pre>
<p>Tones can be provided to conference participants as and when a person joins or leaves a conference call. The frequency and cadence (including the tone-on and tone-off durations) are defined within the &#8220;voice class custom-cptone&#8221; CLI.</p>
<pre>BR1-RTR(config)#voice class custom-cptone CONF-LEAVE
BR1-RTR(cfg-cptone)# dualtone conference
BR1-RTR(cfg-cp-dualtone)#  frequency 400 800
BR1-RTR(cfg-cp-dualtone)#  cadence 100 50 200 50 300 50 400 50
BR1-RTR(cfg-cp-dualtone)#!
BR1-RTR(cfg-cp-dualtone)#voice class custom-cptone CONF-JOIN
BR1-RTR(cfg-cptone)# dualtone conference
BR1-RTR(cfg-cp-dualtone)#  frequency 1000 2000
BR1-RTR(cfg-cp-dualtone)#  cadence 100 50 200 50 300 50 400 50</pre>
<p>The custom tones are then assigned to the DSPFarm profile.</p>
<pre>BR1-RTR(config)#dspfarm profile 1 conference
BR1-RTR(config-dspfarm-profile)#shut

Disabling profile will disconnect active CONFERENCING calls,
do you want to continue ? [yes/no] yes

BR1-RTR(config-dspfarm-profile)# conference-join custom-cptone CONF-JOIN
BR1-RTR(config-dspfarm-profile)# conference-leave custom-cptone CONF-LEAVE
BR1-RTR(config-dspfarm-profile)#no shut</pre>
<p>To verify an active conference call is using DSP resources on a particular gateway use the &#8220;<strong>show sccp connections</strong>&#8221; command. To solve any unusual problems start of by bouncing the SCCP application from within the IOS (no sccp/sccp).</p>
<p>Amy Ryan – CCIE #24677 (Voice)<br />
Technical Instructor – IPexpert, Inc.<br />
Mailto: <a href="http://aryan@ipexpert.com/">aryan@ipexpert.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ipexpert.com/2010/08/25/cucme-conferencing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free CCIE Lab Training: Links to This Weeks &amp; Last Weeks Recorded vLectures</title>
		<link>http://blog.ipexpert.com/2010/08/19/free-ccie-lab-training-links-to-this-weeks-last-weeks-recorded-vlectures-9/</link>
		<comments>http://blog.ipexpert.com/2010/08/19/free-ccie-lab-training-links-to-this-weeks-last-weeks-recorded-vlectures-9/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 13:04:32 +0000</pubDate>
		<dc:creator>Sanjana Desai</dc:creator>
				<category><![CDATA[Ask the Expert]]></category>
		<category><![CDATA[CCIE]]></category>
		<category><![CDATA[General Announcements]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[Techtorials]]></category>
		<category><![CDATA[Voice]]></category>
		<category><![CDATA[free ccie]]></category>
		<category><![CDATA[free ccie training]]></category>
		<category><![CDATA[free ccie voice training]]></category>

		<guid isPermaLink="false">http://blog.ipexpert.com/?p=4568</guid>
		<description><![CDATA[Did you Miss our vLectures that were scheduled for this week &#38; last week? No worries! All our vLecture sessions are recorded and available for those who have missed our FREE vLecture and for participants who want to review the vLectures sessions again. We have saved the session recordings for you. Watch our world renowned [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.ipexpert.com%2F2010%2F08%2F19%2Ffree-ccie-lab-training-links-to-this-weeks-last-weeks-recorded-vlectures-9%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.ipexpert.com%2F2010%2F08%2F19%2Ffree-ccie-lab-training-links-to-this-weeks-last-weeks-recorded-vlectures-9%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Did you Miss our vLectures that were scheduled for this week &amp; last week? No worries!</p>
<p>All our vLecture sessions are recorded and available for those who have missed our FREE vLecture and for participants who want to review the vLectures sessions again. We have saved the session recordings for you. Watch our world renowned <a href="https://www.ipexpert.com/Company/Team">CCIE instructors</a> explaining specific technical topic in our technology-focused classes and capture the technical knowledge needed to increase your chances of passing CCIE exam.</p>
<p><span id="more-4568"></span></p>
<p>CCIE Voice</p>
<ul>
<li>Instructor: Vik Malhi</li>
<li>Topic: Cube</li>
<li>Link: <span style="text-decoration: underline;"><a href="http://ipexpert.acrobat.com/p18636770/">http://ipexpert.acrobat.com/p18636770/</a></span></li>
</ul>
<ul>
<li>Instructor: Amy Ryan</li>
<li>Topic: Unity<strong> </strong>Connection Integration</li>
<li>Link: <span style="text-decoration: underline;"><a href="http://ipexpert.acrobat.com/p61951501/">http://ipexpert.acrobat.com/p61951501/</a></span></li>
</ul>
<p>Do not miss our vLectures scheduled for the coming weeks. If you’re an IPexpert client and wish to join these sessions, please be sure to reserve a “virtual seat” now, these have been highly anticipated and we’re quite confident that these online training seats will fill up quickly.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ipexpert.com/2010/08/19/free-ccie-lab-training-links-to-this-weeks-last-weeks-recorded-vlectures-9/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>H.323 After-Hours Call Blocking</title>
		<link>http://blog.ipexpert.com/2010/08/18/h.323-after-hours-call-blocking/</link>
		<comments>http://blog.ipexpert.com/2010/08/18/h.323-after-hours-call-blocking/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 13:04:29 +0000</pubDate>
		<dc:creator>Amy Ryan</dc:creator>
				<category><![CDATA[Ask the Expert]]></category>
		<category><![CDATA[CCIE]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[Techtorials]]></category>
		<category><![CDATA[Voice]]></category>
		<category><![CDATA[after hours call blocking]]></category>
		<category><![CDATA[ccie voice blog]]></category>
		<category><![CDATA[cucme call blocking]]></category>
		<category><![CDATA[h.323 call blocking]]></category>

		<guid isPermaLink="false">http://blog.ipexpert.com/?p=4542</guid>
		<description><![CDATA[When dealing with call routing in general, it is no secret that there are countless ways to manipulate dialed digits to invoke a requested behavior.  Anyone who has began studying to achieve the Cisco CCIE Voice certification has become quite aware of the plethora of methods to utilize when completing the Call Routing sections of [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.ipexpert.com%2F2010%2F08%2F18%2Fh.323-after-hours-call-blocking%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.ipexpert.com%2F2010%2F08%2F18%2Fh.323-after-hours-call-blocking%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>When dealing with call routing in general, it is no secret that there are countless ways to manipulate dialed digits to invoke a requested behavior.  Anyone who has began studying to achieve the Cisco CCIE Voice certification has become quite aware of the plethora of methods to utilize when completing the Call Routing sections of the lab blueprint.  It is quite possible when you sit the CCIE Voice lab to be asked to do some sort of Call Blocking as well, whether that is in the form of blocking calls to or from certain numbers, number type or even blocking calls based on date or time of day.    In this blog, we will focus on after-hours call blocking as it pertains to Cisco Unified Communications Manager Express (CUCME) or CME-as-SRST.  <span id="more-4542"></span>When implemented, calls matching against a pattern of specified digits will be prevented from proceeding based on day of the week and/or time of day.</p>
<p>CUCME call-blocking configuration applies to all SCCP, H.323, SIP and POTS calls that go through the CUCME router. All incoming calls to the router, except calls from an exempt phone, are also checked against the after-hours configuration.  Lets take a quick glance at a sample configuration to see how this is applied.</p>
<h2>telephony-service</h2>
<pre>after-hours block pattern 1 9011
after-hours block pattern 2 1212
after-hours block pattern 3 1617 7-24
after-hours date Dec 25 12:00 23:59
after-hours day Sun 12:00 07:00
after-hours day Mon 19:00 06:59
after-hours day Tue 19:00 06:59
after-hours day Wed 19:00 06:59
after-hours day Thu 19:00 06:59
after-hours day Fri 19:00 06:59
after-hours day Sat 13:00 12:00</pre>
<p>In this example, calls made beginning with pattern 9011, 1212 or 1617 are blocked during the above schedule.  In this schedule, each day of the week has a defined time for blocking calls to the listed patterns.  There are a couple of things to take into consideration when setting up the time of day in this fashion.  Let’s use Monday as an example.  Based on above, calls are blocked on from 7pm Monday evening until 7am exactly Tuesday morning.   Anytime the first timestamp listed is of a higher number than the second timestamp listed, we know that the second timestamp indicates the time of the following day.  In addition, if we had used “07:00” instead of “06:59” here, then calls would have been blocked until 7:01am on Tuesday morning.  If we made this error on the day it counts, those points would be lost for us.  The above example also shows these types of calls cannot be made at anytime on December 25.  It further shows that calls matching pattern 1617 will be blocked all hours of all days.</p>
<p>When dealing with blocked calls, it is important to remember the configuration applies globally to all dial peers.  However, it may be requested to allow certain phones to be exempt when placing these types of calls.  There are a few methods that can be used to achieve this, such as at the individual directory number, phone-level or dial-peer.  It can also be set up so Individual phone users can override call blocking utilizing a PIN that has been assigned, however this method does not work on patterns that are blocking 24 by 7 such as pattern 3 in our example above.</p>
<p><span style="text-decoration: underline;"> </span></p>
<p><strong><span style="text-decoration: underline;"> </span></strong></p>
<h2>Call Blocking Exemption for a Directory Number or Individual Phone</h2>
<p>This method exempts all directory numbers associated with a phone from the after-hours call blocking configuration.</p>
<pre>ephone 1
<span style="background-color: gray;">after-hour exempt</span>
!
voice register dn or pool 1
<span style="background-color: gray;">after-hour exempt</span>
<span style="background-color: gray;">To verify this:</span>
<span style="background-color: gray;">BR2-RTR#sh ephone </span>
ephone-1[0] Mac:0024.142E.5BD1 TCP socket:[-1] activeLine:0 UNREGISTERED
mediaActive:0 offhook:0 ringing:0 reset:0 reset_sent:0 paging 0 debug:0 caps:0
IP:0.0.0.0 0 Unknown 0  keepalive 0 max_line 0
Preferred Codec: g711ulaw
<span style="background-color: gray;">after-hour exempt</span>
<span style="background-color: gray;">BR2-RTR#sh voice register dial-peer  (SIP PHONES)</span></pre>
<h2>Call Blocking Exemption for a Dial Peer</h2>
<p>This method allows H.323 and SIP trunk calls to proceed in spite of the after-hours configuration.  This is critical to remember as you could be doing TEHO routing of some fashion that would be prevented from occurring if you did not exempt the incoming voip dial peer from being blocked.</p>
<pre>dial-peer voice 100 voip
incoming called-number .
<span style="background-color: gray;">paramspace callsetup after-hours-exempt  true</span>
<span style="background-color: gray;">To verify this:</span>
<span style="background-color: gray;">BR2-RTR#sh dial-peer voice</span>
VoiceOverIpPeer100
……..
<span style="background-color: gray;">incoming call blocking:</span>
translation-profile = `'
disconnect-cause = `no-service'
advertise 0x40 capacity_update_timer 25 addrFamily 4 oldAddrFamily 4
mailbox selection policy: none
type = voip, session-target = `',
technology prefix:
<span style="background-color: gray;">settle-call = disabled </span></pre>
<pre><span style="background-color: gray;">
</span></pre>
<p>Amy Ryan – CCIE #24677 (Voice)<br />
Technical Instructor &#8211; IPexpert, Inc.<br />
Mailto: <span style="color: #0000ff;"><span style="text-decoration: underline;"><a href="http://aryan@ipexpert.com/" target="_blank">aryan@ipexpert.com</a></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ipexpert.com/2010/08/18/h.323-after-hours-call-blocking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Join One of IPexpert’s Industry-Recognized Instructors for FREE Online CCIE Training This Week</title>
		<link>http://blog.ipexpert.com/2010/08/17/join-one-of-ipexpert%e2%80%99s-industry-recognized-instructors-for-free-online-ccie-training-this-week-4/</link>
		<comments>http://blog.ipexpert.com/2010/08/17/join-one-of-ipexpert%e2%80%99s-industry-recognized-instructors-for-free-online-ccie-training-this-week-4/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 13:03:11 +0000</pubDate>
		<dc:creator>Sanjana Desai</dc:creator>
				<category><![CDATA[Ask the Expert]]></category>
		<category><![CDATA[CCIE]]></category>
		<category><![CDATA[General Announcements]]></category>
		<category><![CDATA[Routing & Switching]]></category>
		<category><![CDATA[Service Provider]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[Techtorials]]></category>
		<category><![CDATA[Voice]]></category>
		<category><![CDATA[free ccie]]></category>
		<category><![CDATA[free ccie r&s training]]></category>
		<category><![CDATA[free ccie routing & switching training]]></category>
		<category><![CDATA[free ccie service provider training]]></category>
		<category><![CDATA[free ccie training]]></category>
		<category><![CDATA[free ccie voice training]]></category>

		<guid isPermaLink="false">http://blog.ipexpert.com/?p=4561</guid>
		<description><![CDATA[Have you ever wanted to attend one of IPexpert’s industry-leading CCIE classes? Have you ever had problems really understanding a specific technical topic? Do you want to improve your chances at pass the CCIE Lab? Do you want to see why IPexpert’s  CCIE instructors are considered the best in the training industry? Do you want [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.ipexpert.com%2F2010%2F08%2F17%2Fjoin-one-of-ipexpert%25e2%2580%2599s-industry-recognized-instructors-for-free-online-ccie-training-this-week-4%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.ipexpert.com%2F2010%2F08%2F17%2Fjoin-one-of-ipexpert%25e2%2580%2599s-industry-recognized-instructors-for-free-online-ccie-training-this-week-4%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Have you ever wanted to attend one of IPexpert’s industry-leading CCIE classes?<br />
Have you ever had problems really understanding a specific technical topic?</p>
<p>Do you want to improve your chances at pass the CCIE Lab?</p>
<p>Do you want to see why IPexpert’s  <a href="http://www.ipexpert.com/company/team">CCIE instructors</a> are considered the best in the training industry?</p>
<p>Do you want IPexpert, the company who has trained <a href="http://www.ipexpert.com/company/success">more CCIEs</a> in the world, to help you?</p>
<p>…How would you like some FREE CCIE Lab training?</p>
<p><span id="more-4561"></span></p>
<p>IPexpert is now offering FREE online training sessions to all IPexpert clients. If you want to improve your chances at passing Cisco’s rigorous and prestigious CCIE certifications, or if you simply want to fully-understand a specific technical topic – you can’t miss our FREE Online <strong>vLectures</strong>! Several times a week, you will be able to sit in, watch and interact with the IPexpert Instructor who will be teaching technology-focused classes on a specific track and topic. If you’re an IPexpert client and wish to join these sessions, please be sure to reserve a “virtual seat” now, these have been highly anticipated and we’re quite confident that these online training seats will fill up quickly.</p>
<p>CCIE Voice:</p>
<ul>
<li>Date / Time: Aug 17<sup>th</sup> at 4 PM EST</li>
<li>Instructor:  Amy Ryan</li>
<li>Topic: Unity Connections      Integrations</li>
</ul>
<p>If you&#8217;re interested in this FREE online session, click here to <a href="http://www.ipexpert.com/Cisco/CCIE/Voice/Free-Mentoring/vLecture">Schedule Now!</a></p>
<p>CCIE Routing and Switching:</p>
<ul>
<li>Date / Time: Aug 19<sup>th</sup> at 10 AM EST</li>
<li>Instructor:  Marko Milivojevic</li>
<li>Topic: Interdomain      Multicast Routing</li>
</ul>
<ul>
<li>Date / Time: Aug 24<sup>th</sup> at 10 AM EST</li>
<li>Instructor:  Marko Milivojevic</li>
<li>Topic: Frame Relay –      From Basics to QoS</li>
</ul>
<p>If you&#8217;re interested in this FREE online session, click here to <a href="http://www.ipexpert.com/Cisco/CCIE/Routing-and-Switching/Free-Mentoring/vLecture">Schedule Now!</a></p>
<p>CCIE Service Provider:</p>
<ul>
<li>Date / Time: Aug 19<sup>th</sup> at 10 AM EST</li>
<li>Instructor:  Marko Milivojevic</li>
<li>Topic: Interdomain      Multicast Routing</li>
</ul>
<p>If you&#8217;re interested in this FREE online session, click here to <a href="http://www.ipexpert.com/Cisco/CCIE/Service-Provider/Free-Mentoring/vLecture">Schedule Now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ipexpert.com/2010/08/17/join-one-of-ipexpert%e2%80%99s-industry-recognized-instructors-for-free-online-ccie-training-this-week-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessing ProctorLabs Devices (Mac and Linux)</title>
		<link>http://blog.ipexpert.com/2010/08/16/accessing-proctorlabs-devices-mac-and-linux/</link>
		<comments>http://blog.ipexpert.com/2010/08/16/accessing-proctorlabs-devices-mac-and-linux/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 13:04:39 +0000</pubDate>
		<dc:creator>Marko Milivojevic</dc:creator>
				<category><![CDATA[CCIE]]></category>
		<category><![CDATA[Proctor Labs]]></category>
		<category><![CDATA[Routing & Switching]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Service Provider]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Voice]]></category>
		<category><![CDATA[CCIE Rack]]></category>
		<category><![CDATA[CCIE Rack Rental]]></category>

		<guid isPermaLink="false">http://blog.ipexpert.com/?p=4441</guid>
		<description><![CDATA[Couple of months ago, I wrote an article on various convenient methods of accessing ProctorLabs CCIE rack rental devices. That article focused on Windows users. This is part two of that series, with focus on students using Mac or Linux. The biggest challenge for Mac and Linux users is selecting good terminal program to use. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.ipexpert.com%2F2010%2F08%2F16%2Faccessing-proctorlabs-devices-mac-and-linux%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.ipexpert.com%2F2010%2F08%2F16%2Faccessing-proctorlabs-devices-mac-and-linux%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Couple of months ago, I wrote <a href="http://blog.ipexpert.com/2010/02/24/accessing-proctorlabs-devices/" target="_blank">an article</a> on various convenient methods of accessing ProctorLabs CCIE rack rental devices. That article focused on Windows users. This is part two of that series, with focus on students using Mac or Linux.<span id="more-4441"></span></p>
<p>The biggest challenge for Mac and Linux users is selecting good terminal program to use. There are many choices, but they all share almost the same difficulty &#8211; lack of consistency in supporting &#8220;bookmarks&#8221;, or in some cases, even the basic lack of support for tabs. </p>
<p>With this in mind, we looked into what these platforms had in common and we found one thing. By default, they all support CLI access to terminal, regardless of which application is in use. Many power users are quite happy to use command line to access our rack rental anyway. Capitalizing on that and making that single task is the approach we took. Before I examine that in more detail, here is something very nice for our Mac users.</p>
<h2>SecureCrt for Mac</h2>
<p>SecureCRT beta is now available for download from the manufacturer, <a href="http://vandyke.com/" target="_blank">VanDyke</a>. We tested our bookmark set with Mac version and it works flawlessly! Good job, VanDyke.</p>
<p>You can download SecureCRT bookmarks from here: <a href="http://blog.ipexpert.com/wp-content/uploads/2010/02/ProctorLabs-SecureCRT.zip">ProctorLabs-SecureCRT.zip</a></p>
<h2>IPexpert&#8217;s PodConnect</h2>
<p>IPexpert&#8217;s approach to remote Pod access from Mac and Linux is quite simple. When you are in your CLI, simply type the command &#8220;PodConnect.pl r1&#8243; and you will be connected to the R1 on the ProctorLabs pod you choose as default. If you specified your username and password, PodConnect will log you in. You are now ready to work. Take a look at the example session I use:</p>
<pre>Mac ~> <span style="background-color: gray">PodConnect.pl r2</span>
Trying 74.126.20.111...
Won't send login name and/or authentication information.
Connected to pod111ts1.proctorlabs.com.
Escape character is '^]'.

         ****PROCTOR LABS, INC. SECURE ONLINE RACK SYSTEM****
      WELCOME to Proctor Labs, Inc. CCIE preparation vRack.

    WARNING:  This system is for the use of authorized clients only.
          Unauthorized access is a violation of federal, state,
                        civil and criminal laws.

http://www.ProctorLabs.com

User Access Verification

Username: myusername
Password: 

            You are on line number: 2

R2#</pre>
<p>That&#8217;s all I have to do. Regardless of the terminal emulator program I use, it will work. Here&#8217;s how you install it.</p>
<ul>
<li>Make sure you have Perl installed.
</li>
<li>Make sure you have Expect and Perl Expect module installed.
</li>
<li>Download the <a href="http://blog.ipexpert.com/wp-content/uploads/2010/08/PodConnect.zip">PodConnect.zip</a> file.
</li>
<li>Unzip the file into the folder in your path. Personally, I use $HOME/bin for this
</li>
<li>Make the file executable: chmod 700 PodConnect.pl
</li>
<li>Try it out!
</li>
</ul>
<p>If you run PodConnect.pl, you will probably notice error message telling you that you need to specify the Pod. You can do that after the device name. For example, running &#8220;PodConnect.pl r1 111&#8243;, will connect you to the R1 on Pod #111. You can set the default pod by setting &#8220;PL_POD&#8221; environment variable. </p>
<p>Once you run the Pod, if environment variable PL_USERNAME and PL_PASSWORD are set, PodConnect.pl will attempt to automatically log you in using those credentials. If those variables are not set, you will need to log-in manually.</p>
<p>To make things even quicker, here are couple of tricks you can do. Add the following lines to your $HOME/.profile:</p>
<pre>alias c="$HOME/bin/PodConnect.pl"
export PL_POD="111"
export PL_USERNAME="myusername"
export PL_PASSWORD="mypassword"</pre>
<p>Next time you open the terminal, you should be able to connect to ProctorLabs devices in your pod by simply typing &#8220;c device&#8221;, like this:</p>
<pre>Mac ~> <span style="background-color: gray">c r2</span>
Trying 74.126.20.111...
Won't send login name and/or authentication information.
Connected to pod111ts1.proctorlabs.com.
Escape character is '^]'.

         ****PROCTOR LABS, INC. SECURE ONLINE RACK SYSTEM****
      WELCOME to Proctor Labs, Inc. CCIE preparation vRack.

    WARNING:  This system is for the use of authorized clients only.
          Unauthorized access is a violation of federal, state,
                        civil and criminal laws.

http://www.ProctorLabs.com

Username: myusername
Password: 

            You are on line number: 2

R2#</pre>
<p><strong><u>NOTE:</u> If you store your password in .profile, make sure the file is readable only by your user account. The best way to ensure this is to set permissions to 600 on it (chmod 600 ~/.profile).</strong></p>
<p>Enjoy your studies!</p>
<p>&#8211;<br />
<a href="http://facebook.com/ccie18427" target="_blank">Marko Milivojevic</a> &#8211; CCIE #18427<br />
Senior Technical Instructor &#8211; <a href="http://www.ipexpert.com/" target="_blank">IPexpert</a><br />
Join our <a href="http://www.onlinestudylist.com/" target="_blank">Online Study List</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ipexpert.com/2010/08/16/accessing-proctorlabs-devices-mac-and-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Join One of IPexpert’s Industry-Recognized Instructors for FREE Online CCIE Training This Week</title>
		<link>http://blog.ipexpert.com/2010/08/10/join-one-of-ipexperts-industry-recognized-instructors-for-free-online-ccie-training-this-week-4-2/</link>
		<comments>http://blog.ipexpert.com/2010/08/10/join-one-of-ipexperts-industry-recognized-instructors-for-free-online-ccie-training-this-week-4-2/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 13:10:05 +0000</pubDate>
		<dc:creator>Sanjana Desai</dc:creator>
				<category><![CDATA[CCIE]]></category>
		<category><![CDATA[General Announcements]]></category>
		<category><![CDATA[Routing & Switching]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Service Provider]]></category>
		<category><![CDATA[Voice]]></category>
		<category><![CDATA[free ccie r&s training]]></category>
		<category><![CDATA[free ccie routing & switching training]]></category>
		<category><![CDATA[free ccie security training]]></category>
		<category><![CDATA[free ccie sp training]]></category>
		<category><![CDATA[free ccie training]]></category>
		<category><![CDATA[free ccie voice training]]></category>

		<guid isPermaLink="false">http://blog.ipexpert.com/?p=4517</guid>
		<description><![CDATA[Have you ever wanted to attend one of IPexpert’s industry-leading CCIE classes? Have you ever had problems really understanding a specific technical topic? Do you want to improve your chances at pass the CCIE Lab? Do you want to see why IPexpert’s  CCIE instructors are considered the best in the training industry? Do you want [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.ipexpert.com%2F2010%2F08%2F10%2Fjoin-one-of-ipexperts-industry-recognized-instructors-for-free-online-ccie-training-this-week-4-2%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.ipexpert.com%2F2010%2F08%2F10%2Fjoin-one-of-ipexperts-industry-recognized-instructors-for-free-online-ccie-training-this-week-4-2%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Have you ever wanted to attend one of IPexpert’s industry-leading CCIE classes?<br />
Have you ever had problems really understanding a specific technical topic?</p>
<p>Do you want to improve your chances at pass the CCIE Lab?</p>
<p>Do you want to see why IPexpert’s  <a href="http://www.ipexpert.com/company/team">CCIE instructors</a> are considered the best in the training industry?</p>
<p>Do you want IPexpert, the company who has trained <a href="http://www.ipexpert.com/company/success">more CCIEs</a> in the world, to help you?</p>
<p>…How would you like some FREE CCIE Lab training?</p>
<p><span id="more-4517"></span></p>
<p>IPexpert is now offering FREE online training sessions to all IPexpert clients. If you want to improve your chances at passing Cisco’s rigorous and prestigious CCIE certifications, or if you simply want to fully-understand a specific technical topic – you can’t miss our FREE Online <strong>vLectures</strong>! Several times a week, you will be able to sit in, watch and interact with the IPexpert Instructor who will be teaching technology-focused classes on a specific track and topic. If you’re an IPexpert client and wish to join these sessions, please be sure to reserve a “virtual seat” now, these have been highly anticipated and we’re quite confident that these online training seats will fill up quickly.</p>
<p>CCIE Security:</p>
<ul>
<li>Date / Time: Aug 10<sup>th</sup> at 10 AM EST</li>
<li>Instructor:  Tyson      Scott</li>
<li>Topic: DMVPN</li>
</ul>
<p>If you&#8217;re interested in this FREE online session, click here to <a href="http://www.ipexpert.com/Cisco/CCIE/Security/Free-Mentoring/vLecture">Schedule Now!</a></p>
<p>CCIE Voice:</p>
<ul>
<li>Date / Time: Aug 12<sup>th</sup> at 1 PM EST</li>
<li>Instructor:  Vik Mahli</li>
<li>Topic: Cube</li>
</ul>
<ul>
<li>Date / Time: Aug 17<sup>th</sup> at 4 PM EST</li>
<li>Instructor:  Amy Ryan</li>
<li>Topic: Unity      Connections Integrations</li>
</ul>
<p>If you&#8217;re interested in this FREE online session, click here to <a href="http://www.ipexpert.com/Cisco/CCIE/Voice/Free-Mentoring/vLecture">Schedule Now!</a></p>
<p>CCIE Routing and Switching:</p>
<ul>
<li>Date / Time: Aug 19<sup>th</sup> at 10 AM EST</li>
<li>Instructor:  Marko Milivojevic</li>
<li>Topic: Interdomain      Multicast Routing</li>
</ul>
<p>If you&#8217;re interested in this FREE online session, click here to <a href="http://www.ipexpert.com/Cisco/CCIE/Routing-and-Switching/Free-Mentoring/vLecture">Schedule Now!</a></p>
<p>CCIE Service Provider:</p>
<ul>
<li>Date / Time: Aug 19<sup>th</sup> at 10 AM EST</li>
<li>Instructor:  Marko Milivojevic</li>
<li>Topic: Interdomain      Multicast Routing</li>
</ul>
<p>If you&#8217;re interested in this FREE online session, click here to <a href="http://www.ipexpert.com/Cisco/CCIE/Service-Provider/Free-Mentoring/vLecture">Schedule Now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ipexpert.com/2010/08/10/join-one-of-ipexperts-industry-recognized-instructors-for-free-online-ccie-training-this-week-4-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gatekeeper/H323 signaling: RAS, H225, H245</title>
		<link>http://blog.ipexpert.com/2010/08/04/gatekeeeperh323-signaling-ras-h225-h245/</link>
		<comments>http://blog.ipexpert.com/2010/08/04/gatekeeeperh323-signaling-ras-h225-h245/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 15:23:13 +0000</pubDate>
		<dc:creator>Vik Malhi</dc:creator>
				<category><![CDATA[Ask the Expert]]></category>
		<category><![CDATA[CCIE]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[Techtorials]]></category>
		<category><![CDATA[Voice]]></category>
		<category><![CDATA[ccie voice]]></category>
		<category><![CDATA[h323 call flow]]></category>
		<category><![CDATA[h323 gate keeper]]></category>

		<guid isPermaLink="false">http://blog.ipexpert.com/?p=4353</guid>
		<description><![CDATA[First of all let&#8217;s start proceedings with the disclaimer. H323 is an ITU protocol used to set up VOIP calls between two endpoints  (conferences, gateways, terminals) sitting on  the network. It is a very, very complex umbrella protocol with many sub-protocols from ITU and IETF referenced/defined. Not to mention the copious amounts of revisions that [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.ipexpert.com%2F2010%2F08%2F04%2Fgatekeeeperh323-signaling-ras-h225-h245%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.ipexpert.com%2F2010%2F08%2F04%2Fgatekeeeperh323-signaling-ras-h225-h245%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>First of all let&#8217;s start proceedings with the disclaimer. H323 is an ITU protocol used to set up VOIP calls between two endpoints  (conferences, gateways, terminals) sitting on  the network. It is a very, very complex umbrella protocol with many sub-protocols from ITU and IETF referenced/defined. Not to mention the copious amounts of revisions that have taken place over the past 15 or so years.  Needless to say, this blog is not going to be a full comprehensive guide to H323. It is however a streamlined summary (kind of a fast start guide :-) of what is most relevant based on the CCIE Voice Lab blueprint. We will focus in this blog on the H323 messaging involved in a call between UCM &amp; UCME via a gatekeeper.<span id="more-4353"></span></p>
<h2>Calls between UCM &amp; UCME via a gatekeeper</h2>
<p>In reality, the fact that we are dealing with UCM and UCME is insignificant. You can treat this situation as a call between  two H323 endpoints (gateways).</p>
<p style="text-align: center"><a href="http://blog.ipexpert.com/wp-content/uploads/2010/07/gk11.png"><img class="size-full wp-image-4355 aligncenter" src="http://blog.ipexpert.com/wp-content/uploads/2010/07/gk11.png" alt="" width="508" height="359" /></a></p>
<p>In this example let&#8217;s think of the UCM and UCME as Endpoint 1 and 2 respectively which are both registered to the same Gatekeeper. The same call flow is applicable when you consider Endpoint 1 &amp; 2 as two UCM clusters, two UCME&#8217;s or two H323 gateways registered to the same Gatekeeper.</p>
<p>Endpoint 1 (calling endpoint) initiates the ARQ (1)/ACF (2) exchange with that Gatekeeper. Contained within the ARQ is a bandwidth request (16kbps and 128kbps for G729 and G711 respectively) and also a telephone (E164) number. The Gatekeeper shall return the Call Signaling Channel Transport Address of Endpoint 2 (called endpoint) in the ACF. You can use the <em>debug gatekeeper main 10</em> to see how gatekeeper resolves the E164 number and <em>debug gatekeeper call 10</em> to see the incoming bandwidth request from Endpoint 1. If either the called number cannot be resolved or the bandwidth request is unsuccessful, an ARJ message is returned to Endpoint 1.</p>
<p>Endpoint 1 then sends the Setup (3) message to Endpoint 2 using the Transport Address contained within the ACF message from Gatekeeper. If Endpoint 2 wishes to accept the call, it initiates an ARQ (5)/ACF (6) exchange with the Gatekeeper. It is possible that an ARJ (6) is received by Endpoint 2, in which case it sends Release Complete to Endpoint 1. Endpoint 2 responds with the Connect (8) message which contains an H.245 Control Channel Transport Address for use in H.245 signaling.</p>
<p>You are able to see a high level view of the RAS messaging using the <em>debug ras</em> command on the gatekeeper. The beauty of this command is that is shows the IP addresses of the source/destination in decimal format. In order to see the entire RAS message use the command <em>debug h225 asn1</em> on the gatekeeper. This command produces  A LOT of output and should be used sparingly! If it wise to increases the RRQ keepalive timer to avoid the RRQ/RCF keepalive mechanism from flooding the debug output on screen/log. You are able to do this within UCM from <em>system &gt; gatekeeper</em> and from UCME using the command <em>ras rrq ttl</em> within <em>voice service voip/h323</em>. I suggest 5 minutes as a reasonable value. The <em>debug h225 asn1</em> command could be used on Endpoint 1 and/or 2 which would in addition to the RAS messaging that particular endpoint exchanged with the gatekeeeper show you the H225 Call Signaling messaging (Setup, Call Proceeding, Alerting, Connect).</p>
<h2><strong>Location Request</strong></h2>
<p style="text-align: center"><a href="http://blog.ipexpert.com/wp-content/uploads/2010/07/gk2.png"><img class="size-full wp-image-4356 aligncenter" src="http://blog.ipexpert.com/wp-content/uploads/2010/07/gk2.png" alt="" width="676" height="178" /></a></p>
<p>If Endpoint 2 was registered to another Gatekeeper (Gatekeeper 2) then Gatekeeper 1 would contain a zone prefix to a remote zone which has been defined on Gatekeeper 2. Endpoint 1 (calling endpoint) sends an ARQ (1) to Gatekeeper 1. Gatekeeper 1 sends an LRQ (2) to locate called Endpoint 2. Gatekeeper 2 returns an LCF (3) with the Call Signaling Channel Transport Address of the Endpoint 2. This information is passed onto Endpoint 1 inside the ACF (4) message. Endpoint 1 would then send a Setup message to the Call Signaling Address of Endpoint 2 and the H225 messaging would continue in an identical manner in the previous example.</p>
<h2><strong>H245 Messaging</strong></h2>
<p>The H225/RAS messaging discussed up to now is responsible for finding the location of the called party. The called party will ring and the calling party will hear ringback. Once the call has been answered then a whole new messaging (H245) sequence  is initiated. This H245 messaging is responsible select the appropriate codec/dtmf transport mechanism used for the call and the endpoints RTP/RTCP channels to be used for the media being sent between the endpoints.</p>
<p>There are three main phases of H245 messaging which you are able to see using the <em>debug h245 asn1</em> command.</p>
<p>(1) TCS. The Terminal Capability Set Message is sent between the endpoints involved in the call to indicate the codecs, dtmf and other capabilities of each endpoint. Each TCS Message must be acknowledged by the other endpoint. If there are no overlapping capabilities then you will see the Terminal Set Reject Message.</p>
<p>(2) MSD. Master/Slave Determination is used to determine the codec since the TCS messages could have indicated multiple codecs supported. The Master will decide the codec and other capabilities to be used in the call. The Master is chosen based on Endpoint type (gateway &gt; terminal), Endpoint capabilities (video &amp; audio &gt; audio only) and randomly (identical endpoints).</p>
<p>(3) OLC. Open Logical Channel messages are used to inform each endpoint of the RTP/RTCP ip address/port numbers.</p>
<p>There is one variation to the above H245 messaging sequence- H245 FastConnect. This was introduced in H323 v2 and solves the problem of having the H245 handshake once the call has answered. In a nutshell when Fast Connect is used the Fast Start Information Element is contained in the SETUP message- this Fast Start IE contains the TCS Message. This allows capabilities Exchange to occur before the call has answered thereby meaning that logical channels are opened quicker compared with H323 Slow Start. The Called Party acknowledges the TCS and sends it&#8217;s own TCS in the Connect Message.</p>
<p><a href="vmalhi@ipexpert.com">Vik Malhi</a> &#8211; CCIE#13890<br />
Managing Partner / Instructor &#8211; IPexpert Inc</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ipexpert.com/2010/08/04/gatekeeeperh323-signaling-ras-h225-h245/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Join One of IPexpert’s Industry-Recognized Instructors for FREE Online CCIE Training This Week</title>
		<link>http://blog.ipexpert.com/2010/08/03/join-one-of-ipexpert%e2%80%99s-industry-recognized-instructors-for-free-online-ccie-training-this-week-3/</link>
		<comments>http://blog.ipexpert.com/2010/08/03/join-one-of-ipexpert%e2%80%99s-industry-recognized-instructors-for-free-online-ccie-training-this-week-3/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 13:01:57 +0000</pubDate>
		<dc:creator>Sanjana Desai</dc:creator>
				<category><![CDATA[Ask the Expert]]></category>
		<category><![CDATA[CCIE]]></category>
		<category><![CDATA[General Announcements]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[Techtorials]]></category>
		<category><![CDATA[Voice]]></category>
		<category><![CDATA[free ccie]]></category>
		<category><![CDATA[free ccie security training]]></category>
		<category><![CDATA[free ccie training]]></category>
		<category><![CDATA[free ccie vlectures]]></category>
		<category><![CDATA[free ccie voice training]]></category>

		<guid isPermaLink="false">http://blog.ipexpert.com/?p=4376</guid>
		<description><![CDATA[Have you ever wanted to attend one of IPexpert’s industry-leading CCIE classes? Have you ever had problems really understanding a specific technical topic? Do you want to improve your chances at pass the CCIE Lab? Do you want to see why IPexpert’s  CCIE instructors are considered the best in the training industry? Do you want [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.ipexpert.com%2F2010%2F08%2F03%2Fjoin-one-of-ipexpert%25e2%2580%2599s-industry-recognized-instructors-for-free-online-ccie-training-this-week-3%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.ipexpert.com%2F2010%2F08%2F03%2Fjoin-one-of-ipexpert%25e2%2580%2599s-industry-recognized-instructors-for-free-online-ccie-training-this-week-3%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Have you ever wanted to attend one of IPexpert’s industry-leading CCIE classes?<br />
Have you ever had problems really understanding a specific technical topic?</p>
<p>Do you want to improve your chances at pass the CCIE Lab?</p>
<p>Do you want to see why IPexpert’s  <a href="http://www.ipexpert.com/company/team">CCIE instructors</a> are considered the best in the training industry?</p>
<p>Do you want IPexpert, the company who has trained <a href="http://www.ipexpert.com/company/success">more CCIEs</a> in the world, to help you?</p>
<p>…How would you like some FREE CCIE Lab training?</p>
<p><span id="more-4376"></span></p>
<p>IPexpert is now offering FREE online training sessions to all IPexpert clients. If you want to improve your chances at passing Cisco’s rigorous and prestigious CCIE certifications, or if you simply want to fully-understand a specific technical topic – you can’t miss our FREE Online <strong>vLectures</strong>! Several times a week, you will be able to sit in, watch and interact with the IPexpert Instructor who will be teaching technology-focused classes on a specific track and topic. If you’re an IPexpert client and wish to join these sessions, please be sure to reserve a “virtual seat” now, these have been highly anticipated and we’re quite confident that these online training seats will fill up quickly.</p>
<p>CCIE Security:</p>
<ul>
<li>Date / Time: Aug 8<sup>th</sup> at 10 AM EST</li>
<li>Instructor:  Tyson      Scott</li>
<li>Topic: DMVPN</li>
</ul>
<p>If you&#8217;re interested in this FREE online session, click here to <a href="http://www.ipexpert.com/Cisco/CCIE/Security/Free-Mentoring/vLecture">Schedule Now!</a></p>
<p>CCIE Voice:</p>
<ul>
<li>Date / Time: Aug 12th at 1 PM EST</li>
<li>Instructor:  Vik Mahli</li>
<li>Topic: Cube</li>
</ul>
<p>If you&#8217;re interested in this FREE online session, click here to <a href="http://www.ipexpert.com/Cisco/CCIE/Voice/Free-Mentoring/vLecture">Schedule Now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ipexpert.com/2010/08/03/join-one-of-ipexpert%e2%80%99s-industry-recognized-instructors-for-free-online-ccie-training-this-week-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Are You Looking to Hire a CCIE, or Are You a CCIE Seeking a New Career?</title>
		<link>http://blog.ipexpert.com/2010/07/30/ccie-jobs-ccie-recruiter/</link>
		<comments>http://blog.ipexpert.com/2010/07/30/ccie-jobs-ccie-recruiter/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 18:22:10 +0000</pubDate>
		<dc:creator>Wayne Lawson II</dc:creator>
				<category><![CDATA[CCIE]]></category>
		<category><![CDATA[General Announcements]]></category>
		<category><![CDATA[Info Center]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Routing & Switching]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Service Provider]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Voice]]></category>
		<category><![CDATA[Wireless]]></category>
		<category><![CDATA[ccie headhunter]]></category>
		<category><![CDATA[CCIE Job]]></category>
		<category><![CDATA[ccie job placement]]></category>
		<category><![CDATA[CCIE Jobs]]></category>
		<category><![CDATA[ccie recruiter]]></category>
		<category><![CDATA[CCIE Salary]]></category>
		<category><![CDATA[CCNP job]]></category>
		<category><![CDATA[CCNP jobs]]></category>
		<category><![CDATA[CCVP job]]></category>
		<category><![CDATA[CCVP jobs]]></category>
		<category><![CDATA[IT Job Search]]></category>

		<guid isPermaLink="false">http://blog.ipexpert.com/?p=4367</guid>
		<description><![CDATA[We&#8217;re pleased to announce the launch of a service that&#8217;s been requested for years, a CCIE job / recruiting service. In the past we&#8217;ve attempted to partner with various firms, but in the end &#8211; it just didn&#8217;t work. So &#8211; if you&#8217;re a CCIE (or even a CCVP or CCNP) and you&#8217;re seeking a [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.ipexpert.com%2F2010%2F07%2F30%2Fccie-jobs-ccie-recruiter%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.ipexpert.com%2F2010%2F07%2F30%2Fccie-jobs-ccie-recruiter%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>We&#8217;re pleased to announce the launch of a service that&#8217;s been requested for years, a CCIE job / recruiting service. In the past we&#8217;ve attempted to partner with various firms, but in the end &#8211; it just didn&#8217;t work. So &#8211; if you&#8217;re a CCIE (or even a CCVP or CCNP) and you&#8217;re seeking a new job or interested in hearing about new career opportunities &#8211; or, if you&#8217;re on the opposite end of the spectrum and you&#8217;re the company, organization (or even another recruiting firm) looking for the ideal high-end CCIE for a job opening you have &#8211; I encourage you to visit <a href="http://www.PlatinumPlacementServices.com" target="_blank"><strong>Platinum Placement Services</strong></a><strong>. </strong>You can also follow their <a href="http://www.facebook.com/pages/Platinum-Placement-Services/141214389236769?v=info" target="_blank">Facebook</a>, <a href="http://twitter.com/ppsforcciejobs" target="_blank">Twitter </a>and <a href="http://www.linkedin.com/pub/platinumplacement-services/23/547/7aa" target="_blank">LinkedIn</a> social initiatives where various CCIE jobs will be posted periodically.</p>
<p>- Wayne</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ipexpert.com/2010/07/30/ccie-jobs-ccie-recruiter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
