<?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>danejeffrey.com &#187; Cisco</title>
	<atom:link href="http://danejeffrey.com/blog/category/technology/cisco/feed/" rel="self" type="application/rss+xml" />
	<link>http://danejeffrey.com/blog</link>
	<description>Good ways to break things.</description>
	<lastBuildDate>Tue, 06 Jul 2010 01:26:30 +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>Cisco Unity 7 Unified Messaging with Exchange 2007: Import User Error 0&#215;80070005</title>
		<link>http://danejeffrey.com/blog/2009/12/30/cisco-unity-7-unified-messaging-with-exchange-2007-import-user-error/</link>
		<comments>http://danejeffrey.com/blog/2009/12/30/cisco-unity-7-unified-messaging-with-exchange-2007-import-user-error/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 06:24:24 +0000</pubDate>
		<dc:creator>danejeff</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://danejeffrey.com/blog/?p=261</guid>
		<description><![CDATA[Receiving error: &#8220;0&#215;80070005 has occurred: E_ACCESSDENIED&#8221; when trying to import users on a new setup of Cisco Unity 7 integrated with Exchange 2007. Further, the following is logged to the Application event log:
Event Type:	Error
Event Source:	CiscoUnity_DSAD
Event Category:	Error
Event ID:	1046
Date:		12/23/2009
Time:		4:21:51 PM
User:		N/A
Computer:	HOSTNAME
Description:
The Cisco Unity service that monitors Active Directory (AvDSAD) failed to modify object.
Type: AVOBJECTTYPE_MAILUSER
Name: 
Reason: ERROR_ACCESS_DENIED: Access is [...]]]></description>
			<content:encoded><![CDATA[<p>Receiving error: &#8220;0&#215;80070005 has occurred: E_ACCESSDENIED&#8221; when trying to import users on a new setup of Cisco Unity 7 integrated with Exchange 2007. Further, the following is logged to the Application event log:</p>
<p><code>Event Type:	Error<br />
Event Source:	CiscoUnity_DSAD<br />
Event Category:	Error<br />
Event ID:	1046<br />
Date:		12/23/2009<br />
Time:		4:21:51 PM<br />
User:		N/A<br />
Computer:	HOSTNAME<br />
Description:<br />
The Cisco Unity service that monitors Active Directory (AvDSAD) failed to modify object.</p>
<p>Type: AVOBJECTTYPE_MAILUSER<br />
Name: <Object_CN><br />
Reason: ERROR_ACCESS_DENIED: Access is denied.<br />
Domain Controller: <DC_FQDN></p>
<p>Possible causes include: 1) Network connectivity to the Domain Controller. 2) Insufficient rights for The Cisco Unity service that monitors Active Directory (AvDSAD) account.</p>
<p>Ensure that The Cisco Unity service that monitors Active Directory (AvDSAD) can contact the Domain Controller and has sufficient rights to modify objects. If the problem persists, enable all the micro traces for The Cisco Unity service that monitors Active Directory (AvDSAD) in the Unity Diagnostic Tool. Report the problem to Cisco TAC and include the diagnostic log.<br />
 </code><br />
Had followed the setup guide, including running the Permissions Wizard and the manual Exchange PowerShell script to create Unity&#8217;s system mailboxes.</p>
<p>Checked the Active Directory account of the users being imported and noticed that the UnityDirSvc and UnityMsgSvc account permissions had not been inherited to child objects. That is, they were only applied at the OU level that the user objects existed in.</p>
<p>Under Advanced (Security tab), selected to &#8220;Allow inheritable permissions from the parent to propogate to this object&#8230;&#8221; Tried the import again, worked perfectly.</p>
]]></content:encoded>
			<wfw:commentRss>http://danejeffrey.com/blog/2009/12/30/cisco-unity-7-unified-messaging-with-exchange-2007-import-user-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco Multicast MOH Stream Monitoring</title>
		<link>http://danejeffrey.com/blog/2009/09/29/cisco-multicast-moh-stream-monitoring/</link>
		<comments>http://danejeffrey.com/blog/2009/09/29/cisco-multicast-moh-stream-monitoring/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 00:40:52 +0000</pubDate>
		<dc:creator>danejeff</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[moh]]></category>
		<category><![CDATA[voice]]></category>

		<guid isPermaLink="false">http://danejeffrey.com/blog/?p=175</guid>
		<description><![CDATA[If you have MOH configured to stream multicast from flash on a router / voice gateway, you can use:
show ccm-manager music-on-hold
to see the current MOH sessions that are active. The output will show:

Multicast Address
RTP Port Number
Packets in/out
Call id
Codec
Inbound Interface (this will be the bind interface for the show ccm-manager music-on-hold bind &#60;Interface&#62; command)
The Call id [...]]]></description>
			<content:encoded><![CDATA[<p>If you have MOH configured to stream multicast from flash on a router / voice gateway, you can use:<br />
<code>show ccm-manager music-on-hold</code></p>
<p>to see the current MOH sessions that are active. The output will show:</p>
<ul>
<li>Multicast Address</li>
<li>RTP Port Number</li>
<li>Packets in/out</li>
<li>Call id</li>
<li>Codec</li>
<li>Inbound Interface (this will be the bind interface for the <code>show ccm-manager music-on-hold bind &lt;Interface&gt;</code> command)</li>
<p>The Call id field is good for tracking calls back through:<br />
<code>show voip rtp connections</code>, etc if you need to do that.</p>
]]></content:encoded>
			<wfw:commentRss>http://danejeffrey.com/blog/2009/09/29/cisco-multicast-moh-stream-monitoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco VPN Client Password Encrypt / Decrypt</title>
		<link>http://danejeffrey.com/blog/2009/07/16/cisco-vpn-client-password-encrypt-decrypt/</link>
		<comments>http://danejeffrey.com/blog/2009/07/16/cisco-vpn-client-password-encrypt-decrypt/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 06:49:56 +0000</pubDate>
		<dc:creator>danejeff</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://danejeffrey.com/blog/?p=145</guid>
		<description><![CDATA[For some reason, I had the need to decrypt a Cisco VPN Group password from a PCF (profile) file. Fortunately, I recalled this was particularly simple given this [coreygilmore.com] awesome tool.
There is also good information on the encrypt / decrypt process here [www.securiteam.com]
]]></description>
			<content:encoded><![CDATA[<p>For some reason, I had the need to decrypt a Cisco VPN Group password from a PCF (profile) file. Fortunately, I recalled this was particularly simple given <a href="http://coreygilmore.com/projects/decrypt-cisco-vpn-password/">this</a> [coreygilmore.com] awesome tool.</p>
<p>There is also good information on the encrypt / decrypt process <a href="http://www.securiteam.com/securitynews/6X00T00EBM.html">here</a> [www.securiteam.com]</p>
]]></content:encoded>
			<wfw:commentRss>http://danejeffrey.com/blog/2009/07/16/cisco-vpn-client-password-encrypt-decrypt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco CRS Supervisor Desktop Access</title>
		<link>http://danejeffrey.com/blog/2009/06/30/cisco-crs-supervisor-desktop-access/</link>
		<comments>http://danejeffrey.com/blog/2009/06/30/cisco-crs-supervisor-desktop-access/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 01:10:22 +0000</pubDate>
		<dc:creator>danejeff</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[crs]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[uccx]]></category>
		<category><![CDATA[voice]]></category>

		<guid isPermaLink="false">http://danejeffrey.com/blog/?p=62</guid>
		<description><![CDATA[Access to the CRS Supervisor Desktop application is not managed by proxy to CUCM users. Instead, users are managed by Cisco Desktop Administrator which is installed on the server. So if a password reset is required, this is where it&#8217;s done.
Open the Administrator application, expand the Call Center icon, expand Supervisors. Locate the user and [...]]]></description>
			<content:encoded><![CDATA[<p>Access to the CRS Supervisor Desktop application is not managed by proxy to CUCM users. Instead, users are managed by Cisco Desktop Administrator which is installed on the server. So if a password reset is required, this is where it&#8217;s done.</p>
<p>Open the Administrator application, expand the Call Center icon, expand Supervisors. Locate the user and click Properties. Enter the new password.</p>
<p>If the user is not listed, it means they haven&#8217;t been as a Supervisor for any CSQ in the administration web interface. Open the web interface (should be http://&lt;server&gt;/appadmin), log in with and Administrator user (e.g. crsadmin) and go to Tools -&gt; User Management -&gt; Supervisor. Add the user.</p>
<p>To assign the new user as a Supervisor of a Team, go to Subsystems -&gt; RmCm -&gt; Teams. Select the team you are after. You can have only one Primary Supervisor but multiple Secondary Supervisors. Teams can be assigned to more than one CSQ.</p>
]]></content:encoded>
			<wfw:commentRss>http://danejeffrey.com/blog/2009/06/30/cisco-crs-supervisor-desktop-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco IPT Multicast MOH from flash</title>
		<link>http://danejeffrey.com/blog/2009/06/18/cisco-ipt-multicast-moh-from-flash/</link>
		<comments>http://danejeffrey.com/blog/2009/06/18/cisco-ipt-multicast-moh-from-flash/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 13:32:23 +0000</pubDate>
		<dc:creator>danejeff</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[voice]]></category>

		<guid isPermaLink="false">http://danejeffrey.com/blog/?p=49</guid>
		<description><![CDATA[Music on hold multicast from a router&#8217;s flash will not play an audio file unless that audio file exists prior to the multicast moh command being issued:
call-manager-fallback
 multicast moh ...
The command needs to be re-entered or the router reloaded before the audio will be streamed multicast.
]]></description>
			<content:encoded><![CDATA[<p>Music on hold multicast from a router&#8217;s flash will not play an audio file unless that audio file exists prior to the <code>multicast moh</code> command being issued:</p>
<p><code>call-manager-fallback<br />
 multicast moh ...</code></p>
<p>The command needs to be re-entered or the router reloaded before the audio will be streamed multicast.</p>
]]></content:encoded>
			<wfw:commentRss>http://danejeffrey.com/blog/2009/06/18/cisco-ipt-multicast-moh-from-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
