<?xml version="1.0" encoding="utf-8"?> <?xml-stylesheet type="text/css" href="http://www.routeadmin.com/Data/style/rss1.css" ?> <?xml-stylesheet type="text/xsl" href="http://www.routeadmin.com/Data/xsl/rss1.xsl" ?>
<!--RSS generated by mojoPortal Blog Module V 1.0 on Thursday, September 09, 2010-->
<rss version="2.0">
  <channel>
    <title>Call Manager Configuration</title>
    <link>http://www.routeadmin.com/call-manager.aspx</link>
    <description />
    <copyright>Copyright 2006 Blog Author</copyright>
    <ttl>120</ttl>
    <managingEditor>blogauthor@nospamyourportal.com</managingEditor>
    <generator>mojoPortal Blog Module V 1.0</generator>
    <item>
      <title>Rerouting CSS</title>
      <link>http://www.routeadmin.com/rerouting-css.aspx</link>
      <pubDate>Mon, 18 Jan 2010 03:18:00 GMT</pubDate>
      <guid>http://www.routeadmin.com/rerouting-css.aspx</guid>
      <comments>http://www.routeadmin.com/rerouting-css.aspx</comments>
      <description><![CDATA[<p>Rerouting CSS is used for things like Mobility (Single Number Reach). For example my company sends out all normal calls as 1 caller id number but for Mobility Calls we want to pass through the caller ID of the caller to my user's cell. Rerouting CSS allows me to forward the calls along a different path and out a different route list where I allow the outbound Caller id to be manipulated. Subscribe CSS is for presence info.</p>
<p>Say you are using BLF Speed Dials, you may not want everyone to be able to see if the CEO is on the phone. So your normal subscribe CSS excludes the partition his extension is in, but for his assistant and the other execs they do have access to this info</p><br /><a href='http://www.routeadmin.com'>Admin</a>&nbsp;&nbsp;<a href='http://www.routeadmin.com/rerouting-css.aspx'>...</a>]]></description>
    </item>
    <item>
      <title>Tools for Callmanager</title>
      <link>http://www.routeadmin.com/tools-for-callmanager.aspx</link>
      <pubDate>Sun, 01 Nov 2009 19:30:11 GMT</pubDate>
      <guid>http://www.routeadmin.com/tools-for-callmanager.aspx</guid>
      <comments>http://www.routeadmin.com/tools-for-callmanager.aspx</comments>
      <description><![CDATA[<p>TripleCombo Tool: Triple Combo is a tool to aid people troubleshoot CallManager problems by providing a listed output of SCCP, MGCP, Q931 / H225, H245 messages found in CCM traces, CCAPI/VTSP, Q931 and MGCP debugs in IOS gateway traces and versatile filtering capabilities. <br />TranslatorX: TranslatorX allows you to quickly parse through Cisco CallManager trace files and search for Q.931, H.225, SCCP (Skinny), MGCP, or SIP messages.</p><br /><a href='http://www.routeadmin.com'>Admin</a>&nbsp;&nbsp;<a href='http://www.routeadmin.com/tools-for-callmanager.aspx'>...</a>]]></description>
    </item>
    <item>
      <title>PRI ISDN Plan and Type</title>
      <link>http://www.routeadmin.com/pri-isdn-plan-and-type.aspx</link>
      <pubDate>Sat, 17 Oct 2009 18:45:00 GMT</pubDate>
      <guid>http://www.routeadmin.com/pri-isdn-plan-and-type.aspx</guid>
      <comments>http://www.routeadmin.com/pri-isdn-plan-and-type.aspx</comments>
      <description><![CDATA[<p>PRI ISDN Plan and Type</p>
<div>Today I turned up a full PRI in Northern Virginia ( NoVA ). The carrier was Paetec. This was one of the first PRI's I have done in such a major metro area as DC/NoVA. Interestingly enough several things came out of this that might be worth mentioning.</div>
<div>
<p>The customers gateway was H.323 and they were running CUCM-BE 6. I configured the traditional Route Patterns, Route List, Route Group, and Gateway in CUCM-BE. The dial-peer's in the H.323 gateway proved to be quite problematic based on the carriers switch.</p>
<p>When I was placing an outbound international call, CUCM-BE was setting the ISDN Type to "International", I kept getting a telco message about the number being disconnected. I knew this wasn't the case since I have called this number ten thousand times. It's the Melbourne Australia Bureau of Metrology ( weather line ). The number from CUCM-BE was dialed as 9 011 613 9669 4603. Then I ran this across to one of my colleges. We had to play with setting the ISDN Type and Plan using a Translation Profile on the H.323 gateway. Below is a snippet of what we did to achieve this:</p>
<p>!<br />voice translation-rule 1<br />rule 1 // // type any unknown plan any unknown<br />!<br />!<br />voice translation-profile International<br />translate called 1<br />!<br />!<br />dial-peer voice 103 pots<br />translation-profile outgoing International<br />preference 1<br />destination-pattern 9011T<br />progress_ind setup enable 3<br />progress_ind connect enable 8<br />direct-inward-dial<br />port 0/1/0:23<br />prefix 011<br />!</p>
<p>What this did was effectively match any international call and mark the ISDN type and plan to "Unknown" which for whatever reason the telco switch wanted to see.</p>
<p>Hope that helps someone out one day.</p>
</div><br /><a href='http://www.routeadmin.com'>Admin</a>&nbsp;&nbsp;<a href='http://www.routeadmin.com/pri-isdn-plan-and-type.aspx'>...</a>]]></description>
    </item>
    <item>
      <title>Extension Mobility Setup</title>
      <link>http://www.routeadmin.com/extension-mobility-setup.aspx</link>
      <pubDate>Sun, 11 Oct 2009 21:21:37 GMT</pubDate>
      <guid>http://www.routeadmin.com/extension-mobility-setup.aspx</guid>
      <comments>http://www.routeadmin.com/extension-mobility-setup.aspx</comments>
      <description><![CDATA[<p>Configuring for Extension Mobility.</p>
<ol>
<li><span style="text-decoration: underline;">Create a device Profile.</span></li>
<li>Configure the DID, partition, calling search space and VM default for the 1st line.</li>
<li>Configure the extension, partition, calling search space and VM default for the 1st line. Make sure to set voice mail to go to the DID extension.</li>
<li>Subscribe to Extension Mobility.</li>
</ol><ol>
<li><span style="text-decoration: underline;">Create Device.</span></li>
<li>Subscribe device to Extension Mobility.</li>
</ol><ol>
<li>Create User</li>
<li>Under Extension Mobility, associate the device profile with the user.</li>
</ol>
<p>&nbsp;</p><br /><a href='http://www.routeadmin.com'>Admin</a>&nbsp;&nbsp;<a href='http://www.routeadmin.com/extension-mobility-setup.aspx'>...</a>]]></description>
    </item>
    <item>
      <title>H.320</title>
      <link>http://www.routeadmin.com/1h320.aspx</link>
      <pubDate>Sun, 11 Oct 2009 00:21:05 GMT</pubDate>
      <guid>http://www.routeadmin.com/1h320.aspx</guid>
      <comments>http://www.routeadmin.com/1h320.aspx</comments>
      <description><![CDATA[<p>H.320 is an umbrella recommendation by the ITU-T for running Multimedia (Audio/Video/Data) over ISDN based networks. The main protocols in this suite are H.221, H.230, H.242, audio codecs such as G.711, and video codecs such as H.261 and H.263.</p>
<p>It is formally named as Narrow-band visual telephone systems and terminal equipment. It specifies technical requirements for narrow-band visual telephone systems and terminal equipment, typically for videoconferencing and videophone services. It describes a generic system configuration consisting of a number of elements which are specified by respective ITU-T Recommendations, definition of communication modes and terminal types, call control arrangements, terminal aspects and interworking requirements.[1]</p>
<p>The service requirements for visual telephone services are presented in ITU-T Recs F.720 for videotelephony and F.702 for videoconference. Video and audio coding systems and other technical aspects common to audiovisual services are covered in other Recommendations in the H.200/F.700-series.</p>
<p>Narrow-band for this specification is defined as bit rates ranging from 64 kbit/s to 1920 kbit/s. This channel capacity may be provided as a single B/H0/H11/H12-channel or multiple B/H0-channels in ISDN.</p>
<p>Used video codecs: H.261, and optionally H.262, H.263, H.264 according to the video hierarchy specified in specification, and in ITU-T Recs H.241 and H.242. H.261 is mandatory in any enhanced H.320 system with video capability. Baseline H.263 capability shall be required in systems that use enhanced video modes.[1]</p>
<p>Used audio codecs: G.711, and optionally G.722, G.728, G.723.1, G.729. (Example of usage: If a visual telephone interworks with a wideband speech terminal, G.722 audio may be used instead of G.711 audio.)[1]</p><br /><a href='http://www.routeadmin.com'>Admin</a>&nbsp;&nbsp;<a href='http://www.routeadmin.com/1h320.aspx'>...</a>]]></description>
    </item>
    <item>
      <title>H.323</title>
      <link>http://www.routeadmin.com/1h323.aspx</link>
      <pubDate>Sun, 11 Oct 2009 00:19:15 GMT</pubDate>
      <guid>http://www.routeadmin.com/1h323.aspx</guid>
      <comments>http://www.routeadmin.com/1h323.aspx</comments>
      <description><![CDATA[<p>H.323 is an umbrella Recommendation from the ITU Telecommunication Standardization Sector (ITU-T) that defines the protocols to provide audio-visual communication sessions on any packet network. The H.323 standard addresses call signaling and control, multimedia transport and control, and bandwidth control for point-to-point and multi-point conferences.[1]</p>
<p>It is widely implemented by voice and videoconferencing equipment manufacturers, is used within various Internet real-time applications such as GnuGK and NetMeeting and is widely deployed worldwide by service providers and enterprises for both voice and video services over Internet Protocol (IP) networks.</p>
<p>It is a part of the ITU-T H.32x series of protocols, which also address multimedia communications over Integrated Services Digital Network (ISDN), Public Switched Telephone Network (PSTN) or Signaling System 7 (SS7), and 3G mobile networks.</p>
<p>H.323 Call Signaling is based on the ITU-T Recommendation Q.931 protocol and is suited for transmitting calls across networks using a mixture of IP, PSTN, ISDN, and QSIG over ISDN. A call model, similar to the ISDN call model, eases the introduction of IP telephony into existing networks of ISDN-based PBX systems, including transitions to IP-based Private Branch eXchanges (PBXs).</p>
<p>Within the context of H.323, an IP-based PBX might be an H.323 Gatekeeper or other call control element that provides service to telephones or videophones. Such a device may provide or facilitate both basic services and supplementary services, such as call transfer, park, pick-up, and hold.</p>
<p>While H.323 excels at providing basic telephony functionality and interoperability, H.323&rsquo;s strength lies in multimedia communication functionality designed specifically for IP networks.</p>
<p>Protocols</p>
<p>H.323 is a system specification that describes the use of several ITU-T and IETF protocols. The protocols that comprise the core of almost any H.323 system are:</p>
<p>H.225.0 Registration, Admission and Status (RAS), which is used between an H.323 endpoint and a Gatekeeper to provide address resolution and admission control services. <br />H.225.0 Call Signaling, which is used between any two H.323 entities in order to establish communication. <br />H.245 control protocol for multimedia communication, which describes the messages and procedures used for capability exchange, opening and closing logical channels for audio, video and data, control and indications. <br />Real-time Transport Protocol (RTP), which is used for sending or receiving multimedia information (voice, video, or text) between any two entities. <br />Many H.323 systems also implement other protocols that are defined in various ITU-T Recommendations to provide supplementary services support or deliver other functionality to the user. Some of those Recommendations are:[citation needed]</p>
<p>H.235 series describes security within H.323, including security for both signaling and media. <br />H.239 describes dual stream use in videoconferencing, usually one for live video, the other for still images. <br />H.450 series describes various supplementary services. <br />H.460 series defines optional extensions that might be implemented by an endpoint or a Gatekeeper, including ITU-T Recommendations H.460.17, H.460.18, and H.460.19 for Network address translation (NAT) / Firewall (FW) traversal. <br />In addition to those ITU-T Recommendations, H.323 utilizes various IETF Request for Comments (RFCs) for media transport and media packetization, including the Real-time Transport Protocol (RTP).</p>
<p>Codecs</p>
<p>H.323 utilizes both ITU-defined codecs and codecs defined outside the ITU. Codecs that are widely implemented by H.323 equipment include:</p>
<p>Audio codecs: G.711, G.729 (including G.729a), G.723.1, G.726, G.722, G.728, Speex <br />Text codecs: T.140 <br />Video codecs: H.261, H.263, H.264 <br />All H.323 terminals providing video communications shall be capable of encoding and decoding video according to H.261 QCIF. All H.323 terminals shall have an audio codec and shall be capable of encoding and decoding speech according to ITU-T Rec. G.711. All terminals shall be capable of transmitting and receiving A-law and &micro;-law. Support for other audio and video codecs is optional.</p>
<p>H.323 Architecture</p>
<p>The H.323 system defines several network elements that work together in order to deliver rich multimedia communication capabilities. Those elements are Terminals, Multipoint Control Units (MCUs), Gateways, Gatekeepers, and Border Elements. Collectively, terminals, multipoint control units and gateways are often referred to as endpoints.</p>
<p>While not all elements are required, at least two terminals are required in order to enable communication between two people. In most H.323 deployments, a gatekeeper is employed in order to, among other things, facilitate address resolution.</p>
<p>H.323 Network Elements</p>
<p>Terminals<br />&nbsp;<br />Inside an H.323 terminal is something referred to as a Protocol stack, which implements the functionality defined by the H.323 system. The protocol stack would include an implementation of the basic protocol defined in ITU-T Recommendation H.225.0 and H.245, as well as RTP or other protocols described above.</p>
<p>Multipoint Control Units</p>
<p>A Multipoint Control Unit (MCU) is responsible for managing multipoint conferences and is composed of two logical entities referred to as the Multipoint Controller (MC) and the Multipoint Processor (MP). In more practical terms, an MCU is a conference bridge not unlike the conference bridges used in the PSTN today. The most significant difference, however, is that H.323 MCUs might be capable of mixing or switching video, in addition to the normal audio mixing done by a traditional conference bridge. Some MCUs also provide multipoint data collaboration capabilities. What this means to the end user is that, by placing a video call into an H.323 MCU, the user might be able to see all of the other participants in the conference, not only hear their voices.</p>
<p>Gateways</p>
<p>Gateways are devices that enable communication between H.323 networks and other networks, such as PSTN or ISDN networks. If one party in a conversation is utilizing a terminal that is not an H.323 terminal, then the call must pass through a gateway in order to enable both parties to communicate.</p>
<p>Gateways are widely used today in order to enable the legacy PSTN phones to interconnect with the large, international H.323 networks that are presently deployed by services providers. Gateways are also used within the enterprise in order to enable enterprise IP phones to communicate through the service provider to users on the PSTN.</p>
<p>Gateways are also used in order to enable videoconferencing devices based on H.320 and H.324 to communicate with H.323 systems. Most of the third generation (3G) mobile networks deployed today utilize the H.324 protocol and are able to communicate with H.323-based terminals in corporate networks through such gateway devices.</p>
<p>Gatekeepers</p>
<p>A Gatekeeper is an optional component in the H.323 network that provides a number of services to terminals, gateways, and MCU devices. Those services include endpoint registration, address resolution, admission control, user authentication, and so forth. Of the various functions performed by the gatekeeper, address resolution is the most important as it enables two endpoints to contact each other without either endpoint having to know the IP address of the other endpoint.</p>
<p>Gatekeepers may be designed to operate in one of two signaling modes, namely "direct routed" and "gatekeeper routed" mode. Direct routed mode is the most efficient and most widely deployed mode. In this mode, endpoints utilize the RAS protocol in order to learn the IP address of the remote endpoint and a call is established directly with the remote device. In the gatekeeper routed mode, call signaling always passes through the gatekeeper. While the latter requires the gatekeeper to have more processing power, it also gives the gatekeeper complete control over the call and the ability to provide supplementary services on behalf of the endpoints.</p>
<p>H.323 endpoints use the RAS protocol to communicate with a gatekeeper. Likewise, gatekeepers use RAS to communicate with other gatekeepers.</p>
<p>A collection of endpoints that are registered to a single Gatekeeper in H.323 is referred to as a &ldquo;zone&rdquo;. This collection of devices does not necessarily have to have an associated physical topology. Rather, a zone may be entirely logical and is arbitrarily defined by the network administrator.</p>
<p>Gatekeepers have the ability to neighbor together so that call resolution can happen between zones. Neighboring facilitates the use of dial plans such as the Global Dialing Scheme. Dial plans facilitate &ldquo;inter-zone&rdquo; dialing so that two endpoints in separate zones can still communicate with each other.</p>
<p>Border Elements and Peer Elements</p>
<p>Border Elements and Peer Elements are optional entities similar to a Gatekeeper, but that do not manage endpoints directly and provide some services that are not described in the RAS protocol. The role of a border or peer element is understood via the definition of an "administrative domain".</p>
<p>An administrative domain is the collection of all zones that are under the control of a single person or organization, such as a service provider. Within a service provider network there may be hundreds or thousands of gateway devices, telephones, video terminals, or other H.323 network elements. The service provider might arrange devices into "zones" that enable the service provider to best manage all of the devices under its control, such as logical arrangement by city. Taken together, all of the zones within the service provider network would appear to another service provider as an "administrative domain".</p>
<p>The border element is a signaling entity that generally sits at the edge of the administrative domain and communicates with another administrative domain. This communication might include such things as access authorization information; call pricing information; or other important data necessary to enable communication between the two administrative domains.</p>
<p>Peer elements are entities with the administrative domain that, more or less, help to propagate information learned from the border elements throughout the administrative domain. Such architecture is intended to enable large-scale deployments within carrier networks and to enable services such as clearinghouses.</p>
<p>The diagram, figure 2, provides an illustration of an administrative domain with border elements, peer elements, and gatekeepers.</p>
<p>H.323 Network Signaling</p>
<p>H.323 is defined as a binary protocol, which allows for efficient message processing in network elements. The syntax of the protocol is defined in ASN.1 and uses the Packed Encoding Rules (PER) form of message encoding for efficient message encoding on the wire. Below is an overview of the various communication flows in H.323 systems.</p>
<p>H.225.0 Call Signaling<br />Once the address of the remote endpoint is resolved, the endpoint will use H.225.0 Call Signaling in order to establish communication with the remote entity. H.225.0 messages are:</p>
<p>Setup and Setup acknowledge <br />Call Proceeding <br />Connect <br />Alerting <br />Information <br />Release Complete <br />Facility <br />Progress <br />Status and Status Inquiry <br />Notify</p>
<p>In the simplest form, an H.323 call may be established as follows.</p>
<p>In this example, the endpoint (EP) on the left initiated communication with the gateway on the right and the gateway connected the call with the called party. In reality, call flows are often more complex than the one shown, but most calls that utilize the Fast Connect procedures defined within H.323 can be established with as few as 2 or 3 messages. Endpoints must notify their gatekeeper (if gatekeepers are used) that they are in a call.</p>
<p>Once a call has concluded, a device will send a Release Complete message. Endpoints are then required to notify their gatekeeper (if gatekeepers are used) that the call has ended.</p>
<p>RAS Signaling</p>
<p>Endpoints use the RAS protocol in order to communicate with a gatekeeper. Likewise, gatekeepers use RAS to communicate with peer gatekeepers. RAS is a fairly simple protocol composed of just a few messages. Namely:</p>
<p>Gatekeeper request, reject, and confirm messages (GRx) <br />Registration request, reject, and confirm messages (RRx) <br />Unregister request, reject, and confirm messages (URx) <br />Admission request, reject, and confirm messages (ARx) <br />Bandwidth request, reject, and confirm message (BRx) <br />Disengage request, reject, and confirm (DRx) <br />Location request, reject, and confirm messages (LRx) <br />Info request, ack, nack, and response (IRx) <br />Nonstandard message <br />Unknown message response <br />Request in progress (RIP) <br />Resource availability indication and confirm (RAx) <br />Service control indication and response (SCx) <br />Admission confirm sequence (ACS)</p>
<p>When an endpoint is powered on, it will generally send either a gatekeeper request (GRQ) message to "discover" gatekeepers that are willing to provide service or will send a registration request (RRQ) to a gatekeeper that is predefined in the system&rsquo;s administrative setup. Gatekeepers will then respond with a gatekeeper confirm (GCF). If a GRQ has been sent the endpoint will then select a gatekeeper with which to register by sending a registration request (RRQ), to which the gatekeeper responds with a registration confirm (RCF). At this point, the endpoint is known to the network and can make and place calls.</p>
<p>When an endpoint wishes to place a call, it will send an admission request (ARQ) to the gatekeeper. The gatekeeper will then resolve the address (either locally, by consulting another gatekeeper, or by querying some other network service) and return the address of the remote endpoint in the admission confirm message (ACF). The endpoint can then place the call.</p>
<p>Upon receiving a call, a remote endpoint will also send an ARQ and receive an ACF in order to get permission to accept the incoming call. This is necessary, for example, to authenticate the calling device or to ensure that there is available bandwidth for the call.</p>
<p>H.245 Call Control</p>
<p>Once a call has initiated (but not necessarily fully connected) endpoints may initiate H.245 call control signaling in order to provide more extensive control over the conference. H.245 is a rather voluminous specification with many procedures that fully enable multipoint communication, though in practice most implementations only implement the minimum necessary in order to enable point-to-point voice and video communication.</p>
<p>H.245 provides capabilities such as capability negotiation, master/slave determination, opening and closing of "logical channels" (i.e., audio and video flows), flow control, and conference control. It has support for both unicast and multicast communication, allowing the size of a conference to theoretically grow without bound.</p>
<p>Capability Negotiation</p>
<p>Of the functionality provided by H.245, capability negotiation is arguably the most important, as it enables devices to communicate without having prior knowledge of the capabilities of the remote entity. H.245 enables rich multimedia capabilities, including audio, video, text, and data communication. For transmission of audio, video, or text, H.323 devices utilize both ITU-defined codecs and codecs defined outside the ITU. Codecs that are widely implemented by H.323 equipment include:</p>
<p>Video codecs: H.261, H.263, H.264 <br />Audio codecs: G.711, G.729, G.729a, G.723.1, G.726 <br />Text codecs: T.140</p>
<p>H.245 also enables real-time data conferencing capability through protocols like T.120. T.120-based applications generally operate in parallel with the H.323 system, but are integrated to provide the user with a seamless multimedia experience. T.120 provides such capabilities as application sharing T.128, electronic whiteboard T.126, file transfer T.127, and text chat T.134 within the context of the conference.</p>
<p>When an H.323 device initiates communication with a remote H.323 device and when H.245 communication is established between the two entities, the Terminal Capability Set (TCS) message is the first message transmitted to the other side.</p>
<p>Master/Slave Determination</p>
<p>After sending a TCS message, H.323 entities (through H.245 exchanges) will attempt to determine which device is the "master" and which is the "slave." This process, referred to as Master/Slave Determination (MSD), is important, as the master in a call settles all "disputes" between the two devices. For example, if both endpoints attempt to open incompatible media flows, it is the master who takes the action to reject the incompatible flow.</p>
<p>Logical Channel Signaling</p>
<p>Once capabilities are exchanged and master/slave determination steps have completed, devices may then open "logical channels" or media flows. This is done by simply sending an Open Logical Channel (OLC) message and receiving an acknowledgement message. Upon receipt of the acknowledgement message, an endpoint may then transmit audio or video to the remote endpoint.</p>
<p>Fast Connect</p>
<p>A typical H.245 exchange looks similar to figure 5:</p>
<p>After this exchange of messages, the two endpoints (EP) in this figure would be transmitting audio in each direction. The number of message exchanges is numerous, each has an important purpose, but nonetheless takes time.</p>
<p>For this reason, H.323 version 2 (published in 1998) introduced a concept called Fast Connect, which enables a device to establish bi-directional media flows as part of the H.225.0 call establishment procedures. With Fast Connect, it is possible to establish a call with bi-directional media flowing with no more than two messages, like in figure 3.</p>
<p>Fast Connect is widely supported in the industry. Even so, most devices still implement the complete H.245 exchange as shown above and performs that message exchange in parallel to other activities, so there is no noticeable delay to the calling or called party.</p>
<p>Use cases</p>
<p>H.323 and Voice over IP services</p>
<p>Voice over Internet Protocol (VoIP) describes the transmission of voice using the Internet or other packet switched networks. ITU-T Recommendation H.323 is one of the standards used in VoIP. VoIP requires a connection to the Internet or another packet switched network, a subscription to a VoIP service provider and a client (an analogue telephone adapter (ATA), VoIP Phone or "soft phone"). The service provider offers the connection to other VoIP services or to the PSTN. Most service providers charge a monthly fee, then additional costs when calls are made.[citation needed] Using VoIP between two enterprise locations would not necessarily require a VoIP service provider, for example. H.323 has been widely deployed by companies who wish to interconnect remote locations over IP using a number of various wired and wireless technologies.</p>
<p>H.323 and Videoconference services</p>
<p>A videoconference, or videoteleconference (VTC), is a set of telecommunication technologies allowing two or more locations to interact via two-way video and audio transmissions simultaneously. There are basically two types of videoconferencing; dedicated VTC systems have all required components packaged into a single piece of equipment while desktop VTC systems are add-ons to normal PC's, transforming them into VTC devices. Simultaneous videoconferencing among three or more remote points is possible by means of a Multipoint Control Unit (MCU). There are MCU bridges for IP and ISDN-based videoconferencing. Due to the price point and proliferation of the Internet, and broadband in particular, there has been a strong spurt of growth and use of H.323-based IP videoconferencing. H.323 is accessible to anyone with a high speed Internet connection, such as DSL. Videoconferencing is utilized in various situations, for example; distance education, telemedicine and business.</p>
<p>International Conferences</p>
<p>H.323 has been used in the industry to enable large-scale international video conferences that are significantly larger than the typical video conference. One of the most widely attended is an annual event called Megaconference.</p>
<p>Alternatives</p>
<p>The IETF produced a standard called the Session Initiation Protocol (SIP) that also enables voice and video communication over IP. There are also other ITU-T recommendations used for videoconferencing and videophone services - H.320 (using ISDN) and H.324 (using regular analog phone lines and 3G mobile phones).</p>
<p>&nbsp;</p><br /><a href='http://www.routeadmin.com'>Admin</a>&nbsp;&nbsp;<a href='http://www.routeadmin.com/1h323.aspx'>...</a>]]></description>
    </item>
    <item>
      <title>Servers for CUCM</title>
      <link>http://www.routeadmin.com/servers-for-cucm.aspx</link>
      <pubDate>Wed, 08 Jul 2009 02:31:08 GMT</pubDate>
      <guid>http://www.routeadmin.com/servers-for-cucm.aspx</guid>
      <comments>http://www.routeadmin.com/servers-for-cucm.aspx</comments>
      <description><![CDATA[<p>HP DL320-G2&nbsp; &nbsp;2.26 GHz&nbsp;4.0 - 4.3<br />HP DL320-G2&nbsp; &nbsp;3.06 GHz&nbsp;4.0 - 4.3 / 7.0<br />HP DL320-G3&nbsp; &nbsp;3.4&nbsp; GHz&nbsp;&nbsp;4.0 - 4.3 / 7.0/u5<br />HP DL320-G4&nbsp; &nbsp;2.8&nbsp; GHz&nbsp;&nbsp;4.0 - 4.3 / 7.0/u5<br />HP DL320-G4&nbsp;&nbsp;&nbsp;3.4&nbsp; GHz&nbsp;&nbsp;4.0 - 4.3 / 7.0/u5<br />HP DL320-G5&nbsp;&nbsp;&nbsp;2.13 GHz&nbsp;4.0 - 5.0 / 7.0/u5</p>
<p>===========================================<br />&nbsp;<br />HP DL380-G3 (1 CPU)&nbsp;2.4&nbsp; GHz&nbsp;&nbsp;4.0 - 4.3<br />HP DL380-G3 (1 CPU)&nbsp;3.06 GHz&nbsp;4.0 - 4.3 / 7.0<br />HP DL380-G4 (1 CPU)&nbsp;3.4&nbsp; GHz&nbsp;&nbsp;4.0 - 4.3 / 7.0/u5<br />HP DL380-G5 (1 CPU)&nbsp;2.33 GHz&nbsp;4.0 - 4.3 / 7.0/u5<br />HP DL380-G3 (2 CPU)&nbsp;2.4&nbsp; GHz&nbsp;&nbsp;4.0 - 4.3<br />HP DL380-G3 (2 CPU)&nbsp;3.06 GHz&nbsp;4.0 - 4.3 / 7.0<br />HP DL380-G4 (2 CPU)&nbsp;3.4&nbsp; GHz &nbsp;4.0 - 4.3 / 7.0/u5<br />HP DL380-G5 (2 CPU)&nbsp;2.33 GHz&nbsp;4.0 - 4.3 / 7.0/u5</p><br /><a href='http://www.routeadmin.com'>Admin</a>&nbsp;&nbsp;<a href='http://www.routeadmin.com/servers-for-cucm.aspx'>...</a>]]></description>
    </item>
    <item>
      <title>Books For Study</title>
      <link>http://www.routeadmin.com/books-for-cucm.aspx</link>
      <pubDate>Mon, 23 Feb 2009 03:13:09 GMT</pubDate>
      <guid>http://www.routeadmin.com/books-for-cucm.aspx</guid>
      <comments>http://www.routeadmin.com/books-for-cucm.aspx</comments>
      <description><![CDATA[<h2 style="text-align: center;">References for CCIE Voice Studies</h2>
<div>Onhand - Configuring Callmanager and Unity: A step by step guide.</div>
<div>Onhand - Cisco Voice over IP (CVOICE) (Authorized Self-Study Guide) (3rd Edition)</div>
<div>Onhand - Cisco IP Telephony (CIPT) (Authorized Self-Study) (2nd Edition)</div>
<div>Onhand - Cisco CallManager Best Practices: A Cisco AVVID Solution</div>
<div>Onhand&nbsp;- Troubleshooting Cisco IP Telephony (Networking Technology)<br />Onhand&nbsp;- Cisco Unity Fundamentals.</div>
<div>Onhand&nbsp;- Cisco Unity Deployment and Solutions Guide.</div>
<div>Onhand - Cisco CallManager Fundamentals, Second Edition (Alexander, Pearce, Smith, Whetten, ISBN# 1587051923)</div>
<div>
<div>Onhand - Configuring CallManager and Unity: A Step-by-Step Guide (Bateman, ISBN# 1587051966)</div>
</div>
<div>
<div>Onhand - Troubleshooting Cisco IP Telephony (Giralt, Hallmark, Smith, ISBN# 1587050757)</div>
<div>Onhand - Implementing Cisco Unified Communications Manager Part1 (CIPT1)</div>
<div>Onhand - Implementing Cisco Unified Communications Manager Part1 (CIPT2)</div>
<div>
<div>Onhand - Cisco IP Telephony: Planning, Design, Implementation, Operation, and Optimization(Asadullah, Kaza, ISBN# 1587051575)</div>
</div>
</div>
<div>Cisco Catalyst QoS: Quality of Service in Campus Networks (Flannagan, Froom,Turek, ISBN# 1587051206)</div>
<div>Cisco Frame Relay Solutions Guide (Chin, ISBN# 1587051168)</div>
<div>Cisco IP Telephony (Lovell, ISBN# 1587050501)</div>
<div>Cisco Voice Gateways and Gatekeepers (Donohue, Mallory, Salhoff, ISBN# 158705258X)</div>
<div>Cisco Voice over Frame Relay, ATM, and IP (McQuerry, Foy, McGrew, ISBN# 1578702275)</div>
<div>Deploying Cisco Voice over IP Solutions (Davidson, ISBN# 1587050307)</div>
<div>Integrating Voice and Data Networks (Keagy, ISBN# 1578701961)</div>
<div>Voice Over IP Fundamentals (Davidson, Peters, Gracely, ISBN# 1578701686)</div><br /><a href='http://www.routeadmin.com'>Admin</a>&nbsp;&nbsp;<a href='http://www.routeadmin.com/books-for-cucm.aspx'>...</a>]]></description>
    </item>
    <item>
      <title>Using QRT</title>
      <link>http://www.routeadmin.com/using-qrt.aspx</link>
      <pubDate>Tue, 10 Feb 2009 18:59:24 GMT</pubDate>
      <guid>http://www.routeadmin.com/using-qrt.aspx</guid>
      <comments>http://www.routeadmin.com/using-qrt.aspx</comments>
      <description><![CDATA[<p>Allows users to use the QRT softkey on a phone to submit information about problem phone calls. QRT can be configured for either of two user modes, depending upon the amount of user interaction desired with QRT.</p>
<p>The QRT Viewer can be used by the CUCM administrative staff to analyze quality issues with a call or missing dial-tone after the end user has clicked the QRT softkey.</p>
<p>QRT can be rolled out in silent interface or interview interface mode. Silent mode is the default. Silent mode allows the end user to click the QRT softkey after an issue has occurred. The user receives an acknowledgement on the LCD screen of the phone setting them know that the data has been logged. Interview mode will require the user to select the type of problem from a simple menu of problems. Here&rsquo;s an example of the first menu the end user would see:</p>
<p>Select Category<br />1) Problems with last call<br />2) Phone recently rebooted<br />3) Can&rsquo;t make calls</p>
<p>If the user selected the first category, a new category of problems will be listed on the phone. An example of the second category is the following:</p>
<p>Select Reason Code<br />1) I heard echo<br />2) The other end heard echo<br />3) Choppy sound<br />4) Robotic sound<br />5) Long Delays</p>
<p>Similar to silent mode, the end user receives an acknowledgement after logging the problem. If Interview mode is desired, the CUCM administrator will need to change the Display Extended QRT Menu Choices Cisco Extended Function service parameter on the System &gt; Service Parameters page. The QRT softkey requires the Cisco Extended Functions service to be running on the Cisco Unified Communications Manager (CUCM) performing call processing for the Cisco IP Phone involved in the call. CUCM will provide additional detail if both the source and destination devices are Cisco IP Phones. The details of the information captured can be viewed at the following URL: <a href="http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/service/4_0_1/ccmsrvs">http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/service/4_0_1/ccmsrvs</a>...</p>
<p>The data captured is viewed with the Quality Reporting Viewer. The QRT Viewer is built in to the Cisco Unified Serviceability pages in CUCM versions before 5.0. CUCM 5.0 does not have the QRT viewer in Cisco Unified Serviceability. The QRT viewer has now been moved to the Trace &amp; Log Central portion of the Real-Time Monitoring Tool (RTMT). RTMT is a java-based client application that can be downloaded from the CUCM Administration Application &gt; Plugins page. The tool is available for both Windows and Linux beginning with CUCM 5.0.</p>
<p>To Enable QRT</p>
<p>Cisco Call Manager Serviceability -&gt; Tools -&gt; Server -&gt; Service Activation -&gt; Cisco Extended Functions. <br />Service -&gt; Service Parameters -&gt; Cisco Extended Functions -&gt; Display Extended QRT Menu Choices.<br />Cisco Call Manager Serviceability -&gt; Tools -&gt; QRT Viewer to run reports.<br />Logs are stored C:\Program Files\Cisco\QRT<br />If saving to Excel, make sure to select all fields.Reports that are produced are stored in C:\CiscoWebs\Service\Results<br />&nbsp;</p><br /><a href='http://www.routeadmin.com'>Admin</a>&nbsp;&nbsp;<a href='http://www.routeadmin.com/using-qrt.aspx'>...</a>]]></description>
    </item>
  </channel>
</rss>