<?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>FrozenReality.com</title>
	<atom:link href="http://www.frozenreality.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.frozenreality.com</link>
	<description>Mental wanderings of a lost mind</description>
	<lastBuildDate>Wed, 25 Aug 2010 22:25:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Forwarding calls back across a SIP trunk between CUCM and CME</title>
		<link>http://www.frozenreality.com/?p=210</link>
		<comments>http://www.frozenreality.com/?p=210#comments</comments>
		<pubDate>Wed, 25 Aug 2010 22:19:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.frozenreality.com/?p=210</guid>
		<description><![CDATA[So lets say you have a Cisco Unified Communications Manager (CUCM) system with Unity or Unity Connection. You also have a remote site running on Callmanager Express (CME) with a SIP trunk to the CUCM as the primary gateway. To keep costs down, you decided to use your centralized unity system as the VM provider [...]]]></description>
			<content:encoded><![CDATA[<p>So lets say you have a Cisco Unified Communications Manager (CUCM) system with Unity or Unity Connection. You also have a remote site running on Callmanager Express (CME) with a SIP trunk to the CUCM as the primary gateway. To keep costs down, you decided to use your centralized unity system as the VM provider rather than purchase the Unity Express module for the router.<br />
Here&#8217;s the problem: When you call an extension on the CME box and it rolls to voicemail, you get a fast busy.</p>
<p>If you do a debug, you will see the following messages:</p>
<p><code>Router# debug ccsip messages</code></p>
<p><code><br />
SIP/2.0 302 Moved Temporarily<br />
Via: SIP/2.0/UDP 192.168.1.10:5060;branch=4gsi4lsi84o57osh7j6ps<br />
From: &lt;sip:1000@192.168.1.10&gt;;tag=91837ae4-cf98-d1ae-7f23-95fe870ab193-d4875345<br />
To: &lt;sip:5000@192.168.2.1&gt;;tag=92FE84D7-CB6<br />
Date: Wed, 25 Aug 2010 22:00:00 GMT<br />
Call-ID: fe1edf80-c7519084-a9be7-5ff1bac@192.168.1.10<br />
CSeq: 101 INVITE<br />
Allow-Events: telephone-event<br />
Server: Cisco-SIPGateway/IOS-12.x<br />
Content-Length: 0<br />
</code></p>
<p>This SIP message tells the CUCM that the number has been forwarded. By default, the CUCM will not know what to do with this and so will return a reorder tone.</p>
<p>This is an easy problem to fix, though probably hard to describe in a few words.<br />
You could disable this SIP feature in IOS, but that would route all voice traffic for those users (to voicemail) out to the remote site and then back to the VM server. It works if your system doesn&#8217;t support this feature&#8230; but it&#8217;s not the best solution.</p>
<p>Instead we can just configure CUCM to reroute calls when it receives these messages.</p>
<p>Start by adding a new SIP profile if you use the Standard SIP Profile.<br />
Go to : <strong>Device -&gt; Device Settings -&gt; SIP Profile</strong><br />
Click on <strong>Find </strong>and select the <strong>Standard SIP Profile</strong><br />
Click the <strong>Copy</strong> button to create a copy, then give the copy a new name. Something like <em>Custom SIP Profile</em> or <em>Enhanced SIP Profile</em> is fine or use your own naming standard.<br />
Then before you save it, check the box that says <strong>Redirect by Application</strong>&#8230; this allows the CUCM system to process redirect messages on SIP devices using this profile.<br />
Then click <strong>Save</strong>.</p>
<p>Next we go configure our SIP Trunk<br />
<strong>Device -&gt; Trunk</strong><br />
Click the <strong>Find</strong> button and click on your <strong>Trunk name</strong>.<br />
Scroll all the way down. The second to the last line is your <strong>SIP profile</strong>. Change this to the custom profile we just created.<br />
Lastly we need to tell the trunk where to reroute calls to&#8230; look a few lines farther up and you&#8217;ll see a <strong>Rerouting Calling Search Space</strong> field. Set that to your outgoing CSS. (Or a CSS that provides access to your VM or other required services)<br />
<strong>Save</strong> the changes and <strong>Reset</strong> the trunk.</p>
<p>That&#8217;s it! The CUCM system will now process the SIP redirection messages and reroute the caller accordingly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frozenreality.com/?feed=rss2&amp;p=210</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare ESX and Openfiler &#8211; 95% shutdown</title>
		<link>http://www.frozenreality.com/?p=204</link>
		<comments>http://www.frozenreality.com/?p=204#comments</comments>
		<pubDate>Fri, 30 Jul 2010 16:08:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Informational]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Openfiler]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.frozenreality.com/?p=204</guid>
		<description><![CDATA[Well this one certainly caused me some heartache. I&#8217;m posting it here in hopes that it helps someone else.
I don&#8217;t remember when exactly it started or why, but I noticed that when I tried to shut down my virtual machines, they would lock up. I could not tell what was wrong with them and if [...]]]></description>
			<content:encoded><![CDATA[<p>Well this one certainly caused me some heartache. I&#8217;m posting it here in hopes that it helps someone else.<br />
I don&#8217;t remember when exactly it started or why, but I noticed that when I tried to shut down my virtual machines, they would lock up. I could not tell what was wrong with them and if I tried to use VM -&gt; Power -&gt; Off they would get to 95% and then lock up.<br />
I would end up having to reboot the VMWare server to get them back online.<br />
While doing some VM upgrading, this was happening a lot. It got frustrating enough for me to start seriously trying to figure out the problem.<br />
Reviewing the VMWare server logs showed a lot of &#8220;Sync CR&#8221; messages in the log. These indicate reservation conflicts for SCSI control in VMWare.<br />
It seemed that for some reason, my problem was not VMWare, but the iSCSI initiator on Openfiler.<br />
For me this issue was resolved by restarting the iSCSI initiator service like this:<br />
<code>/etc/init.d/open-iscsi restart</code></p>
<p>This should be a last resort though, since, without properly shutting down your VMs, it WILL seriously anger the VMWare server and probably screw up any virtual machines running on the iSCSI drive.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frozenreality.com/?feed=rss2&amp;p=204</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IOS DHCP Server &#8211; Part 2 (Advanced Configuration)</title>
		<link>http://www.frozenreality.com/?p=178</link>
		<comments>http://www.frozenreality.com/?p=178#comments</comments>
		<pubDate>Wed, 14 Apr 2010 20:03:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Informational]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[IOS]]></category>

		<guid isPermaLink="false">http://www.frozenreality.com/?p=178</guid>
		<description><![CDATA[In Part 1 we covered the basic configuration of the DHCP. Now we&#8217;ll delve into some of the more advanced configuration aspects.
Inherited Settings
When a DHCPDISCOVER message is received by the router, Cisco IOS matches it against the list of DHCP pools and returns the DHCP options based on which pools matched the subnet the request [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://www.frozenreality.com/?p=155">Part 1</a> we covered the basic configuration of the DHCP. Now we&#8217;ll delve into some of the more advanced configuration aspects.</p>
<h3>Inherited Settings</h3>
<p>When a DHCPDISCOVER message is received by the router, Cisco IOS matches it against the list of DHCP pools and returns the DHCP options based on which pools matched the subnet the request came from.<br />
Did you catch that? I said <em>pools</em>&#8230; plural&#8230; if the pools overlap, it is possible for more than one DHCP pool to match a DHCPDISCOVER message. In this case the options are cascaded down through the matching pools with the more specific pool taking priority. Here&#8217;s an example:<br />
<code>ip dhcp pool GLOBAL<br />
 network 192.168.0.0 /22<br />
 dns-server 192.168.1.10 192.168.1.11<br />
ip dhcp pool DATA<br />
 network 192.168.1.0 /24<br />
 default-router 192.168.1.1<br />
ip dhcp pool VOICE<br />
 network 192.168.2.0 /24<br />
 default-router 192.168.2.1<br />
dns-server 192.168.2.10</code><br />
Assuming we get a DHCPDISCOVER request on the DATA VLAN, the request will be matched against the pools above. As you can see, the 192.168.1.0 network will match both the GLOBAL and the DATA pools. Since none of the options overlap, the DHCPOFFER will contain an IP address on the 192.168.1.0/24 network with 192.168.1.1 as the gateway router and dns servers of 192.168.1.10 and 192.168.1.11.<br />
However if the DHCPDISCOVER request was received on the VOICE VLAN, the result would be different. The DHCPOFFER would still contain an address on the 192.168.2.0/24 network with it&#8217;s proper gateway. However, the more specific matched pool (VOICE) would override the DNS server settings in GLOBAL. So the DHCPOFFER would only contain one DNS server (192.168.2.10).</p>
<h3>Manual Host Bindings</h3>
<p>What if we always want a specific host to get a certain IP address?<br />
We can create a manual binding for that host like this :<br />
<code>ip dhcp pool COMPUTER_NAME<br />
 hardware-address 0012.3456.789A<br />
 host 192.168.1.100 mask 255.255.255.0<br />
 client-name COMPUTER_NAME</code></p>
<p>If you have a lot of these, it helps to minimize the configuration if you use inheritance as discussed above. The DHCP pool name does not have to match the computer name, I just find it helpful if it does.  Also, the client-name command is not required except where network devices learn their hostname via DHCP.<br />
It should also be noted that Microsoft DHCP clients send a client identifier rather than the MAC address of their network card. The client identifier includes a media identification byte at the beginning of the value. The value for ethernet media is 1. Therefore the above DHCP pool configuration for a Microsoft Windows client would look like this<br />
<code>ip dhcp pool COMPUTER_NAME<br />
 client-identifier 0100.1234.5678.9A<br />
 host 192.168.1.100 mask 255.255.255.0<br />
 client-name COMPUTER_NAME</code></p>
<p>See how the client-identifier command includes the media type for ethernet (01) followed by the device MAC address?<br />
Both <strong>hardware-address</strong> and <strong>client-identifier</strong> can be configured at the same time.</p>
<h3>Persistance</h3>
<p>What happens when our router dies due to power failure or some other unfortunate event?  We would lose all of our precious DHCP bindings&#8230; ok maybe not that big a deal, they are dynamic and all&#8230;  But this can cause issues, especially on larger networks.  If there is no binding table, then the DHCP server will take longer as it tries to find an unused IP address.  In a densely populated network, it could take a long time before the server finally found an available IP address.  To cause the DHCP binding table to be stored in a more permanent location we can use the following commands.</p>
<p><code>ip dhcp database ftp://user:password@192.168.1.10/data-dhcp</code></p>
<p>This tells the system to store the DHCP binding table on an FTP server at 192.168.1.10 using the username &#8216;user&#8217; and the password &#8216;password&#8217;. The name of the file will be data-dhcp.<br />
By default, this file will only be updated every 5 minutes.  And will wait for up to 5 minutes for the FTP transaction to complete.  Both of these settings can be adjusted with optional parameters to the <strong>ip dhcp database</strong> command.</p>
<p>In the above example FTP was used as the transport protocol, but TFTP and RCP are supported as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frozenreality.com/?feed=rss2&amp;p=178</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IOS DHCP Server &#8211; Part 1 (Basic DHCP)</title>
		<link>http://www.frozenreality.com/?p=155</link>
		<comments>http://www.frozenreality.com/?p=155#comments</comments>
		<pubDate>Tue, 13 Apr 2010 15:55:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Informational]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[IOS]]></category>

		<guid isPermaLink="false">http://www.frozenreality.com/?p=155</guid>
		<description><![CDATA[An often overlooked, but very powerful tool in the Cisco IOS, the DHCP service provides a full DHCP implementation on your router. In this 3 part post, I&#8217;m going to cover the basics of simple DHCP services as well as advanced configuration.
To get started let&#8217;s do a quick review of DHCP functionality.
When a new host [...]]]></description>
			<content:encoded><![CDATA[<p>An often overlooked, but very powerful tool in the Cisco IOS, the DHCP service provides a full DHCP implementation on your router. In this 3 part post, I&#8217;m going to cover the basics of simple DHCP services as well as advanced configuration.</p>
<p>To get started let&#8217;s do a quick review of DHCP functionality.</p>
<p>When a new host connects to the network, the first IP related action it takes (assuming DHCP here folks) is to request an address from the server. It does this by sending an unaddressed broadcast IP packet out to the network (DHCPDISCOVER). The packet still has the system&#8217;s MAC address attached to it, so the server knows which device is making the request. In most cases, the server (or servers) see this request and respond with an assigned IP address (DHCPOFFER).<br />
At this point the DHCP client will choose one of the offers that it received and send out another broadcast (DHCPREQUEST) which notifies all DHCP servers that an offer has been accepted. Any offer that was not accepted is invalidated on the server. The server that sent the accepted offer will then send out an aknowledgement to the client (DHCPACK).</p>
<p>All DHCP packets are sent via UDP with a port number of 68 on the client and 67 on the server.</p>
<p>So, how do we setup a simple DHCP server on IOS?</p>
<p><code>ip dhcp pool MYNETWORK<br />
 network 192.168.1.0 /24</code><br />
The name of the DHCP pool can be whatever you want, you just need to make sure it&#8217;s unique.<br />
And that&#8217;s it! Pretty worthless though without a default router or dns&#8230;<br />
Let&#8217;s add that in<br />
<code> default-router 192.168.1.1<br />
 dns-server 192.168.1.10 192.168.1.11</code><br />
At this point we have a fairly usable DHCP scope.<br />
Lets say that we want to reserve the first 10 addresses in the scope for servers, routers, switches, etc.<br />
We can do so like this<br />
<code>ip dhcp excluded-address 192.168.1.1 192.168.1.10</code><br />
If you only wanted to exclude one address, you would enter the one address in twice like this<br />
<code>ip dhcp excluded-address 192.168.1.10 192.168.1.10</code><br />
There are a few other commands that should be configured for basic DHCP. First is the domain name.<br />
<code> domain-name mydomain.com</code><br />
This command should be entered inside the ip dhcp pool block, so if you left dhcp pool configuration you&#8217;ll need to reenter that command.<br />
This assigns a domain name to your clients. Usage of this domain name is application specific. One example would be for DNS queries though. If your software is only given a hostname it may assume that the fully qualified name of the host is host.(dhcp assigned domain)<br />
The other command actually activates the DHCP server, without it the router will not respond to DHCP messages.<br />
<code>service dhcp</code><br />
Some may argue that this is a default command&#8230; Most of the time you&#8217;d be correct, but I&#8217;ve worked on some devices where this is not the case. So remember to enter this command if for some unknown reason your router doesn&#8217;t appear to be accepting DHCP packets.</p>
<p>That about wraps it up for basic DHCP. I&#8217;ll be following up with two other posts for <a href="http://www.frozenreality.com/?p=178 ">Advanced DHCP Settings</a> and DHCP Tuning</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frozenreality.com/?feed=rss2&amp;p=155</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inactive PC Port on Cisco 524SG Phones</title>
		<link>http://www.frozenreality.com/?p=151</link>
		<comments>http://www.frozenreality.com/?p=151#comments</comments>
		<pubDate>Tue, 20 Oct 2009 22:39:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Informational]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[IP Telephony]]></category>
		<category><![CDATA[UC-500]]></category>

		<guid isPermaLink="false">http://www.frozenreality.com/?p=151</guid>
		<description><![CDATA[Some of the older UC520 systems were shipped with other firmware versions for the 521 and 524 phones.  It seems there are a number of feature upgrades with the newer firmwares.  One of which is the ability to enable the switch port on a 524SG model phone.
You should load at least 8.1.13 or higher firmware [...]]]></description>
			<content:encoded><![CDATA[<p>Some of the older UC520 systems were shipped with other firmware versions for the 521 and 524 phones.  It seems there are a number of feature upgrades with the newer firmwares.  One of which is the ability to enable the switch port on a 524SG model phone.</p>
<p>You should load at least 8.1.13 or higher firmware on the system.</p>
<p>Don&#8217;t forget to setup the <code><strong>tftp-server</strong></code> and <code><strong>load</strong></code> commands so that your phone updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frozenreality.com/?feed=rss2&amp;p=151</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SIP Early Media and ISDN in Communications Manager 6 and 7</title>
		<link>http://www.frozenreality.com/?p=139</link>
		<comments>http://www.frozenreality.com/?p=139#comments</comments>
		<pubDate>Sat, 17 Oct 2009 00:15:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Informational]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[IP Telephony]]></category>
		<category><![CDATA[SIP]]></category>

		<guid isPermaLink="false">http://www.frozenreality.com/?p=139</guid>
		<description><![CDATA[There are several ways to configure a gateway for use in Cisco&#8217;s Unified Communications Manager. MGCP, H.323, SIP. Each has it&#8217;s own benefits and drawbacks.
Here are some of the big issues for me :

Call Preservation &#8211; When network connectivity to the system goes down, it would be nice if all active calls didn&#8217;t drop
Centralized Management [...]]]></description>
			<content:encoded><![CDATA[<p>There are several ways to configure a gateway for use in Cisco&#8217;s Unified Communications Manager. MGCP, H.323, SIP. Each has it&#8217;s own benefits and drawbacks.<br />
Here are some of the big issues for me :</p>
<ul>
<li>Call Preservation &#8211; When network connectivity to the system goes down, it would be nice if all active calls didn&#8217;t drop</li>
<li>Centralized Management &#8211; Being able to configure everything from one place and not have to duplicate settings on a per device basis</li>
<li>Distributed Call Management &#8211; Calls routed optimally while maintaining a reasonably small configuration that can scale well</li>
</ul>
<p>I know there are other issues here, but these were the important ones for me.  MGCP provides the centralized management, but not the other features.  Most importantly Call Preservation.  This is why I rarely use MGCP for VoIP deployments.</p>
<p>To configure a SIP gateway for a Cisco Unified Communications Manager there are two steps.</p>
<ol>
<li>Configure the Gateway</li>
<li>Configure the Communications Manager</li>
</ol>
<h2>Configuring the Gateway</h2>
<p>This part is fairly easy.  Here I&#8217;m assuming that you already have your PRI configured.</p>
<p class="codebox">voice rtp send-recv<br />
!<br />
dial-peer voice 1000000 voip<br />
incoming called-number .<br />
dtmf-relay rtp-nte<br />
!<br />
dial-peer voice 9000100 pots<br />
 destination-pattern [2-9]&#8230;&#8230;<br />
 no digit-strip<br />
 port 0/0/0:23<br />
dial-peer voice 9000200 pots<br />
 destination-pattern 1[2-9]..[2-9]&#8230;&#8230;<br />
 no digit-strip<br />
 port 0/0/0:23</p>
<p>You could have more dial-peers, but this is enough to get started.</p>
<h2>Configuring the Communications Manager</h2>
<p>Go to the <strong>Device -&gt; Trunk</strong> menu.</p>
<p>Click on the <strong>Add New</strong> button</p>
<p>Select <strong>SIP Trunk</strong> as the type and click the <strong>Next</strong> button.</p>
<p>There are a few fields here that need to have information in them:</p>
<ul>
<li>Device Name &#8211; This can be anything, but should be descriptive</li>
<li>Device Pool &#8211; Appropriate device pool for your deployment</li>
<li>Location &#8211; Again use the appropriate location in your system</li>
<li>SIP Trunk Security Profile &#8211; Default should be fine unless you have some special requirements</li>
<li>SIP Profile &#8211; Again, Default should be fine for most users.</li>
</ul>
<p>There are two other settings here to be aware of:</p>
<p><strong>Media Termination Point Required</strong></p>
<p>This should be unchecked.  While some SIP gateways may require this, it&#8217;s my experience that it causes more headaches than anything else.  It also causes all outbound calls to consume an MTP resource or Transcoder in some configurations.</p>
<p><strong>DTMF Signaling Method</strong></p>
<p>You might be wondering why DTMF signaling makes any difference&#8230; here&#8217;s why:  On a Cisco Unified Communications Manager even if you have MTP requirements disabled, if the DTMF relay types do not match (or are not compatible) the trunk will dynamically allocate an MTP resource which will act as a DTMF translator converting one method to another.  For maximum compatibility use : <strong>RFC 2833.  </strong>You&#8217;ll see that the gateway configuration above uses RFC 2833 for it&#8217;s DTMF relay with the following command : <code><strong>dtmf-relay rtp-nte</strong></code></p>
<h2>The Problem with this is&#8230;</h2>
<p>Now that our system is configured, we can make calls out.  You&#8217;ll find that everything seems to work fine.  There are a few cases however where it will not.  An example of this is when the telco sends an announcement message prior to connecting the call.  A few common uses of this method are prompts for account codes, incorrect dialing messages, etc.</p>
<p>SIP Trunks on Cisco&#8217;s Communications Managers create ringback locally and wait for the ISDN Connect message before actually connecting the IP media stream.  So if you receive a message from your telco before their switch sends you the Connect message, you will only continue to hear ringback on the phone until the telco terminates the connection.</p>
<p>An easy way to fix this is to require that all calls use a Media Termination Point.  I pointed out above that I don&#8217;t recommend this.  It drives cost up, makes troubleshooting more difficult and can cause issues with faxing.</p>
<p>The better way to fix this is simple, but I&#8217;m going to go into a little background explaining the why.</p>
<p>Whenever your telco sends an announcement message, they will flag the Progress Indicator of the Q.931 message with an 8 (Usually.  Some telcos may do this a little differently)  Your Cisco gateway will take this indicator and generate a SIP 183 Session Progress message which contains an SDP with connection parameters.  This tells the Communications Manager that there is possibly some in-band data that the user may be interested in.  The problem is that the Communications Manager will ignore this and continue to play the ringback tone instead of letting you hear the message.</p>
<p>To allow the Communications Manager to react to the 183 messages go into <strong>System -&gt; Service Parameters</strong>, select your server then select the <strong>CallManager</strong> service.  Scroll down and find the Clusterwide Parameters (Device &#8211; SIP) section.  Find the <strong>SIP Rel1XX Enabled</strong> parameter and set it to <strong>True</strong>.  This parameter tells the Communications Manager to send ACK packets back in response to any 100 series SIP message received.  The IOS command above, <code><strong>voice rtp send-recv</strong></code>, is used to connect the media path in both directions instead of just a single direction.</p>
<p>That&#8217;s it!  Press the <strong>Save</strong> button and you&#8217;re done.  Now when the system is signalled from the ISDN network it will properly cut through the media path and your users will hear any possible announcement messages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frozenreality.com/?feed=rss2&amp;p=139</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.wav File Mailbox Delivery in Unity Connection</title>
		<link>http://www.frozenreality.com/?p=136</link>
		<comments>http://www.frozenreality.com/?p=136#comments</comments>
		<pubDate>Wed, 12 Aug 2009 19:10:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Unity Connection]]></category>

		<guid isPermaLink="false">http://www.frozenreality.com/?p=136</guid>
		<description><![CDATA[Since I&#8217;ve had several requests for more information on this, I thought I&#8217;d get back into my blogging by addressing this topic.
There are 2 ways to get this functionality. And I believe there are Pros and Cons to each approach. Both methods require that you have licensing on the system for IMAP access.
For Either Method [...]]]></description>
			<content:encoded><![CDATA[<p>Since I&#8217;ve had several requests for more information on this, I thought I&#8217;d get back into my blogging by addressing this topic.<br />
There are 2 ways to get this functionality. And I believe there are Pros and Cons to each approach. Both methods require that you have licensing on the system for IMAP access.</p>
<p>For Either Method :<br />
First, create a new Class of Service in Unity Connection. Duplicate your default settings. Under &#8216;Licensed Features&#8217; check &#8216;Allow Users to Access Voice Mail Using an IMAP Client&#8217; and select &#8216;Allow Users to Access Message Bodies&#8217;.<br />
Save the Class of Service. If you have sufficient licensing, you can just change the default Class of Service and skip the next step.<br />
Next you will need to select which users will have this feature by selecting their Alias under Users and<br />
changing &#8216;Class of Service&#8217; to whatever you named the class you just created.<br />
At this point you may need to change the Web Application password for the user account. Or at least set the password not to require changing at login. This is the password that will be used to access the server.</p>
<p>Method 1 : Configuring another account on the mail client<br />
This is probably the easier of the two options to implement. But with multiple users it can also be the most time consuming.<br />
Simple change the settings on the users email client.<br />
Create a new account with the following settings :<br />
Type : IMAP<br />
Server : UnityConnectionIP<br />
User Name : (Unity Alias)<br />
Password : (Unity Alias Password)<br />
Then you will probably want to configure rules that <em><strong>copy</strong></em> the incoming messges to the users inbox.<br />
Copying is important since if you move it, the voicemail will be removed from the users phone as well.</p>
<p>Method 2: Forwarding voicemails to the primary mail server<br />
This method is a little more difficult and requires an extra server.  As it is more in-depth I&#8217;ll address it in my next post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frozenreality.com/?feed=rss2&amp;p=136</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SIP and MGCP &#8211; Friends or Foes</title>
		<link>http://www.frozenreality.com/?p=129</link>
		<comments>http://www.frozenreality.com/?p=129#comments</comments>
		<pubDate>Fri, 26 Jun 2009 07:31:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Informational]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[IP Telephony]]></category>
		<category><![CDATA[VG224]]></category>

		<guid isPermaLink="false">http://www.frozenreality.com/?p=129</guid>
		<description><![CDATA[Here&#8217;s the scenario:  We have a Cisco Unified Communications Manager 6.1, an MGCP controlled VG224, a SIP trunk to the PSTN and hardware transcoders.  We place the SIP trunk and VG224 into different regions so that they should use the g.729 codec.  Transcoders go into a region that will always use g.711.
Symptom : Calls show up on [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the scenario:  We have a Cisco Unified Communications Manager 6.1, an MGCP controlled VG224, a SIP trunk to the PSTN and hardware transcoders.  We place the SIP trunk and VG224 into different regions so that they should use the g.729 codec.  Transcoders go into a region that will always use g.711.</p>
<p>Symptom : Calls show up on the SIP gateway as g.711, not g.729</p>
<p>This is because the system is using transcoders to complete the call.  The big question is &#8216;Why?&#8217;.  Both devices are natively capable of supporting g.729, but they insist on using a transcoder.  The transcoder sits in a g.711 only reason, so both sides of the gateway run g.711.</p>
<p>Here&#8217;s the reason why : When calls connect to a SIP trunk in Cisco&#8217;s Communications Manager, the system will dynamically allocate a Media Termination Point (MTP) if the two endpoints are configured with incompatible DTMF signalling types.  Since transcoders can be used as MTPs, a transcoding session is invoked.</p>
<p>In many cases VG224s are used to handle Fax calls.  For those who don&#8217;t know&#8230; Fax machines and transcoders don&#8217;t mix.  But even if there are no fax machines in the mix, at remote locations this issue can cause overutilization of bandwidth.</p>
<p>The solution is simple, just make sure that all of your endpoints use compatible DTMF relay methods.</p>
<p>For example in MGCP</p>
<p class="codebox">mgcp dtmf-relay voip codec all mode nte-ca</p>
<p>is compatible with this command in SIP (RFC-2833)</p>
<p class="codebox">dtmf-relay rtp-nte</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frozenreality.com/?feed=rss2&amp;p=129</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mean Opinion Score (MOS)</title>
		<link>http://www.frozenreality.com/?p=124</link>
		<comments>http://www.frozenreality.com/?p=124#comments</comments>
		<pubDate>Tue, 23 Jun 2009 19:29:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Informational]]></category>
		<category><![CDATA[IP Telephony]]></category>

		<guid isPermaLink="false">http://www.frozenreality.com/?p=124</guid>
		<description><![CDATA[I&#8217;ve been talking about MOS scores recently and answering a lot of questions.  So I thought it might be worth a quick note.  I&#8217;ll write a more detailed article about IP voice quality a little later.
MOS Scores are used to quantify the quality of a phone conversation.  In the past this was based on the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been talking about MOS scores recently and answering a lot of questions.  So I thought it might be worth a quick note.  I&#8217;ll write a more detailed article about IP voice quality a little later.</p>
<p>MOS Scores are used to quantify the quality of a phone conversation.  In the past this was based on the &#8220;Mean Opinion&#8221; of several call testers.  On modern IP telephony systems, there are mathematical alogrithms that do this for us.  They take into account the various inconsistencies that plague VoIP calls: loss, jitter and latency.</p>
<p>Those algorithms then give us a number to rate the results.  The number is from 1 to 5.  5 being a theoretical maximum.  I&#8217;m not aware of any system that claims 5.0 MOS.</p>
<p style="text-align: center;">
<table class="MsoTableMediumGrid3Accent1" style="border-collapse: collapse; mso-border-alt: solid white 1.0pt; mso-border-themecolor: background1; mso-yfti-tbllook: 1056; mso-padding-alt: 0in 5.4pt 0in 5.4pt;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr style="mso-yfti-irow: -1; mso-yfti-firstrow: yes;">
<td style="border-bottom: white 3pt solid; border-left: white 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 77.4pt; padding-right: 5.4pt; background: #4f81bd; border-top: white 1pt solid; border-right: white 1pt solid; padding-top: 0in; mso-border-themecolor: background1; mso-border-bottom-themecolor: background1; mso-background-themecolor: accent1;" width="103" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-yfti-cnfc: 1;"><strong><span style="color: white; mso-themecolor: background1;"><span style="font-size: small;"><span style="font-family: Calibri;">MOS Score</span></span></span></strong></p>
</td>
<td style="border-bottom: white 3pt solid; border-left: #f0f0f0; padding-bottom: 0in; padding-left: 5.4pt; width: 103.5pt; padding-right: 5.4pt; background: #4f81bd; border-top: white 1pt solid; border-right: white 1pt solid; padding-top: 0in; mso-border-bottom-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-right-themecolor: background1; mso-border-left-alt: solid white 1.0pt; mso-border-left-themecolor: background1;" width="138" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-yfti-cnfc: 1;"><strong><span style="color: white; mso-themecolor: background1;"><span style="font-size: small;"><span style="font-family: Calibri;">Quality</span></span></span></strong></p>
</td>
<td style="border-bottom: white 3pt solid; border-left: #f0f0f0; padding-bottom: 0in; padding-left: 5.4pt; width: 229.5pt; padding-right: 5.4pt; background: #4f81bd; border-top: white 1pt solid; border-right: white 1pt solid; padding-top: 0in; mso-border-bottom-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-right-themecolor: background1; mso-border-left-alt: solid white 1.0pt; mso-border-left-themecolor: background1;" width="306" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-yfti-cnfc: 1;"><strong><span style="color: white; mso-themecolor: background1;"><span style="font-size: small;"><span style="font-family: Calibri;">Example</span></span></span></strong></p>
</td>
</tr>
<tr style="mso-yfti-irow: 0;">
<td style="border-bottom: white 1pt solid; border-left: white 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 77.4pt; padding-right: 5.4pt; background: #a7bfde; border-top: #f0f0f0; border-right: white 1pt solid; padding-top: 0in; mso-border-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-top-alt: solid white 1.0pt; mso-background-themetint: 127;" width="103" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-yfti-cnfc: 64;"><span style="font-size: small;"><span style="font-family: Calibri;">5.0</span></span></p>
</td>
<td style="border-bottom: white 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; padding-left: 5.4pt; width: 103.5pt; padding-right: 5.4pt; background: #a7bfde; border-top: #f0f0f0; border-right: white 1pt solid; padding-top: 0in; mso-border-bottom-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-right-themecolor: background1; mso-border-left-alt: solid white 1.0pt; mso-border-left-themecolor: background1; mso-border-top-alt: solid white 1.0pt; mso-background-themetint: 127;" width="138" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-yfti-cnfc: 64;"><span style="font-size: small;"><span style="font-family: Calibri;">Perfect Audio</span></span></p>
</td>
<td style="border-bottom: white 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; padding-left: 5.4pt; width: 229.5pt; padding-right: 5.4pt; background: #a7bfde; border-top: #f0f0f0; border-right: white 1pt solid; padding-top: 0in; mso-border-bottom-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-right-themecolor: background1; mso-border-left-alt: solid white 1.0pt; mso-border-left-themecolor: background1; mso-border-top-alt: solid white 1.0pt; mso-background-themetint: 127;" width="306" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-yfti-cnfc: 64;"><span style="font-size: small;"><span style="font-family: Calibri;">Face to face conversation</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 1;">
<td style="border-bottom: white 1pt solid; border-left: white 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 77.4pt; padding-right: 5.4pt; background: #d3dfee; border-top: #f0f0f0; border-right: white 1pt solid; padding-top: 0in; mso-border-alt: solid white .75pt; mso-border-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-left-alt: solid white 1.0pt; mso-border-left-themecolor: background1; mso-border-top-alt: solid white .75pt; mso-background-themetint: 63;" width="103" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">4.4</span></span></p>
</td>
<td style="border-bottom: white 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; padding-left: 5.4pt; width: 103.5pt; padding-right: 5.4pt; background: #d3dfee; border-top: #f0f0f0; border-right: white 1pt solid; padding-top: 0in; mso-border-alt: solid white .75pt; mso-border-themecolor: background1; mso-border-bottom-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-right-themecolor: background1; mso-border-left-alt: solid white .75pt; mso-border-left-themecolor: background1; mso-border-top-alt: solid white .75pt; mso-background-themetint: 63;" width="138" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">Maximum digital*</span></span></p>
</td>
<td style="border-bottom: white 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; padding-left: 5.4pt; width: 229.5pt; padding-right: 5.4pt; background: #d3dfee; border-top: #f0f0f0; border-right: white 1pt solid; padding-top: 0in; mso-border-alt: solid white .75pt; mso-border-themecolor: background1; mso-border-bottom-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-right-themecolor: background1; mso-border-left-alt: solid white .75pt; mso-border-left-themecolor: background1; mso-border-top-alt: solid white .75pt; mso-background-themetint: 63; mso-border-right-alt: solid white 1.0pt;" width="306" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">Crystal clear phone call</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 2;">
<td style="border-bottom: white 1pt solid; border-left: white 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 77.4pt; padding-right: 5.4pt; background: #a7bfde; border-top: #f0f0f0; border-right: white 1pt solid; padding-top: 0in; mso-border-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-top-alt: solid white 1.0pt; mso-background-themetint: 127;" width="103" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-yfti-cnfc: 64;"><span style="font-size: small;"><span style="font-family: Calibri;">4.0</span></span></p>
</td>
<td style="border-bottom: white 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; padding-left: 5.4pt; width: 103.5pt; padding-right: 5.4pt; background: #a7bfde; border-top: #f0f0f0; border-right: white 1pt solid; padding-top: 0in; mso-border-bottom-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-right-themecolor: background1; mso-border-left-alt: solid white 1.0pt; mso-border-left-themecolor: background1; mso-border-top-alt: solid white 1.0pt; mso-background-themetint: 127;" width="138" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-yfti-cnfc: 64;"><span style="font-size: small;"><span style="font-family: Calibri;">Very good</span></span></p>
</td>
<td style="border-bottom: white 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; padding-left: 5.4pt; width: 229.5pt; padding-right: 5.4pt; background: #a7bfde; border-top: #f0f0f0; border-right: white 1pt solid; padding-top: 0in; mso-border-bottom-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-right-themecolor: background1; mso-border-left-alt: solid white 1.0pt; mso-border-left-themecolor: background1; mso-border-top-alt: solid white 1.0pt; mso-background-themetint: 127;" width="306" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-yfti-cnfc: 64;"><span style="font-size: small;"><span style="font-family: Calibri;">Normal phone call</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 3;">
<td style="border-bottom: white 1pt solid; border-left: white 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 77.4pt; padding-right: 5.4pt; background: #d3dfee; border-top: #f0f0f0; border-right: white 1pt solid; padding-top: 0in; mso-border-alt: solid white .75pt; mso-border-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-left-alt: solid white 1.0pt; mso-border-left-themecolor: background1; mso-border-top-alt: solid white .75pt; mso-background-themetint: 63;" width="103" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">3.8</span></span></p>
</td>
<td style="border-bottom: white 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; padding-left: 5.4pt; width: 103.5pt; padding-right: 5.4pt; background: #d3dfee; border-top: #f0f0f0; border-right: white 1pt solid; padding-top: 0in; mso-border-alt: solid white .75pt; mso-border-themecolor: background1; mso-border-bottom-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-right-themecolor: background1; mso-border-left-alt: solid white .75pt; mso-border-left-themecolor: background1; mso-border-top-alt: solid white .75pt; mso-background-themetint: 63;" width="138" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">Good</span></span></p>
</td>
<td style="border-bottom: white 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; padding-left: 5.4pt; width: 229.5pt; padding-right: 5.4pt; background: #d3dfee; border-top: #f0f0f0; border-right: white 1pt solid; padding-top: 0in; mso-border-alt: solid white .75pt; mso-border-themecolor: background1; mso-border-bottom-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-right-themecolor: background1; mso-border-left-alt: solid white .75pt; mso-border-left-themecolor: background1; mso-border-top-alt: solid white .75pt; mso-background-themetint: 63; mso-border-right-alt: solid white 1.0pt;" width="306" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">Average cell phone call</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 4;">
<td style="border-bottom: white 1pt solid; border-left: white 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 77.4pt; padding-right: 5.4pt; background: #a7bfde; border-top: #f0f0f0; border-right: white 1pt solid; padding-top: 0in; mso-border-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-top-alt: solid white 1.0pt; mso-background-themetint: 127;" width="103" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-yfti-cnfc: 64;"><span style="font-size: small;"><span style="font-family: Calibri;">3.5</span></span></p>
</td>
<td style="border-bottom: white 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; padding-left: 5.4pt; width: 103.5pt; padding-right: 5.4pt; background: #a7bfde; border-top: #f0f0f0; border-right: white 1pt solid; padding-top: 0in; mso-border-bottom-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-right-themecolor: background1; mso-border-left-alt: solid white 1.0pt; mso-border-left-themecolor: background1; mso-border-top-alt: solid white 1.0pt; mso-background-themetint: 127;" width="138" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-yfti-cnfc: 64;"><span style="font-size: small;"><span style="font-family: Calibri;">Minimum for Faxing</span></span></p>
</td>
<td style="border-bottom: white 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; padding-left: 5.4pt; width: 229.5pt; padding-right: 5.4pt; background: #a7bfde; border-top: #f0f0f0; border-right: white 1pt solid; padding-top: 0in; mso-border-bottom-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-right-themecolor: background1; mso-border-left-alt: solid white 1.0pt; mso-border-left-themecolor: background1; mso-border-top-alt: solid white 1.0pt; mso-background-themetint: 127;" width="306" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-yfti-cnfc: 64;"><span style="font-size: small;"><span style="font-family: Calibri;">A few skips, but otherwise okay</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 5;">
<td style="border-bottom: white 1pt solid; border-left: white 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 77.4pt; padding-right: 5.4pt; background: #d3dfee; border-top: #f0f0f0; border-right: white 1pt solid; padding-top: 0in; mso-border-alt: solid white .75pt; mso-border-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-left-alt: solid white 1.0pt; mso-border-left-themecolor: background1; mso-border-top-alt: solid white .75pt; mso-background-themetint: 63;" width="103" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">3.0</span></span></p>
</td>
<td style="border-bottom: white 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; padding-left: 5.4pt; width: 103.5pt; padding-right: 5.4pt; background: #d3dfee; border-top: #f0f0f0; border-right: white 1pt solid; padding-top: 0in; mso-border-alt: solid white .75pt; mso-border-themecolor: background1; mso-border-bottom-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-right-themecolor: background1; mso-border-left-alt: solid white .75pt; mso-border-left-themecolor: background1; mso-border-top-alt: solid white .75pt; mso-background-themetint: 63;" width="138" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">Minimum phone call</span></span></p>
</td>
<td style="border-bottom: white 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; padding-left: 5.4pt; width: 229.5pt; padding-right: 5.4pt; background: #d3dfee; border-top: #f0f0f0; border-right: white 1pt solid; padding-top: 0in; mso-border-alt: solid white .75pt; mso-border-themecolor: background1; mso-border-bottom-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-right-themecolor: background1; mso-border-left-alt: solid white .75pt; mso-border-left-themecolor: background1; mso-border-top-alt: solid white .75pt; mso-background-themetint: 63; mso-border-right-alt: solid white 1.0pt;" width="306" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">A few missed words, but otherwise okay</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 6;">
<td style="border-bottom: white 1pt solid; border-left: white 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 77.4pt; padding-right: 5.4pt; background: #a7bfde; border-top: #f0f0f0; border-right: white 1pt solid; padding-top: 0in; mso-border-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-top-alt: solid white 1.0pt; mso-background-themetint: 127;" width="103" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-yfti-cnfc: 64;"><span style="font-size: small;"><span style="font-family: Calibri;">2.0</span></span></p>
</td>
<td style="border-bottom: white 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; padding-left: 5.4pt; width: 103.5pt; padding-right: 5.4pt; background: #a7bfde; border-top: #f0f0f0; border-right: white 1pt solid; padding-top: 0in; mso-border-bottom-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-right-themecolor: background1; mso-border-left-alt: solid white 1.0pt; mso-border-left-themecolor: background1; mso-border-top-alt: solid white 1.0pt; mso-background-themetint: 127;" width="138" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-yfti-cnfc: 64;"><span style="font-size: small;"><span style="font-family: Calibri;">Poor but usable</span></span></p>
</td>
<td style="border-bottom: white 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; padding-left: 5.4pt; width: 229.5pt; padding-right: 5.4pt; background: #a7bfde; border-top: #f0f0f0; border-right: white 1pt solid; padding-top: 0in; mso-border-bottom-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-right-themecolor: background1; mso-border-left-alt: solid white 1.0pt; mso-border-left-themecolor: background1; mso-border-top-alt: solid white 1.0pt; mso-background-themetint: 127;" width="306" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-yfti-cnfc: 64;"><span style="font-size: small;"><span style="font-family: Calibri;">Callers need to repeat messages often</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 7; mso-yfti-lastrow: yes;">
<td style="border-bottom: white 1pt solid; border-left: white 1pt solid; padding-bottom: 0in; padding-left: 5.4pt; width: 77.4pt; padding-right: 5.4pt; background: #d3dfee; border-top: #f0f0f0; border-right: white 1pt solid; padding-top: 0in; mso-border-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-left-alt: 1.0pt; mso-border-top-alt: .75pt; mso-background-themetint: 63; mso-border-right-alt: .75pt; mso-border-bottom-alt: 1.0pt; mso-border-color-alt: white; mso-border-style-alt: solid;" width="103" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">1.0</span></span></p>
</td>
<td style="border-bottom: white 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; padding-left: 5.4pt; width: 103.5pt; padding-right: 5.4pt; background: #d3dfee; border-top: #f0f0f0; border-right: white 1pt solid; padding-top: 0in; mso-border-alt: solid white .75pt; mso-border-themecolor: background1; mso-border-bottom-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-right-themecolor: background1; mso-border-left-alt: solid white .75pt; mso-border-left-themecolor: background1; mso-border-top-alt: solid white .75pt; mso-background-themetint: 63; mso-border-bottom-alt: solid white 1.0pt;" width="138" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">Very Poor quality</span></span></p>
</td>
<td style="border-bottom: white 1pt solid; border-left: #f0f0f0; padding-bottom: 0in; padding-left: 5.4pt; width: 229.5pt; padding-right: 5.4pt; background: #d3dfee; border-top: #f0f0f0; border-right: white 1pt solid; padding-top: 0in; mso-border-bottom-themecolor: background1; mso-background-themecolor: accent1; mso-border-top-themecolor: background1; mso-border-right-themecolor: background1; mso-border-left-alt: solid white .75pt; mso-border-left-themecolor: background1; mso-border-top-alt: solid white .75pt; mso-background-themetint: 63;" width="306" valign="top">
<p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Calibri;">Zombies have taken over the planet and this is the only way to communicate with other outposts.  It sucks but it&#8217;s all we got.</span></span></p>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.frozenreality.com/?feed=rss2&amp;p=124</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t forget the ATA186</title>
		<link>http://www.frozenreality.com/?p=121</link>
		<comments>http://www.frozenreality.com/?p=121#comments</comments>
		<pubDate>Mon, 08 Jun 2009 22:27:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Fax]]></category>
		<category><![CDATA[IP Telephony]]></category>
		<category><![CDATA[VG224]]></category>

		<guid isPermaLink="false">http://www.frozenreality.com/?p=121</guid>
		<description><![CDATA[A big drawback to the previous post is that ATAs cannot be used for fax machines. The reason for this is because the gateway, when sensing a fax tone, immediately moves into T.38 mode. The ATA is unable to handle T.38 and so tries to continue in g.711 mode. Since these two are incompatible, the [...]]]></description>
			<content:encoded><![CDATA[<p>A big drawback to the previous post is that ATAs cannot be used for fax machines. The reason for this is because the gateway, when sensing a fax tone, immediately moves into T.38 mode. The ATA is unable to handle T.38 and so tries to continue in g.711 mode. Since these two are incompatible, the call will fail.</p>
<p>However, even Cisco recommends that a fax machine be connected to a VG224/VG248 or FXS card connected to a router.  These devices support more than just straight passthrough for fax machines.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frozenreality.com/?feed=rss2&amp;p=121</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
