<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Adventures of a Voice Monkey</title>
	<atom:link href="http://voipmonkeys.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://voipmonkeys.wordpress.com</link>
	<description>My Adventures in the world of Cisco UC</description>
	<lastBuildDate>Fri, 20 Jan 2012 18:40:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='voipmonkeys.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/399f50a62b6bd04d6d0c9030ee28d455?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Adventures of a Voice Monkey</title>
		<link>http://voipmonkeys.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://voipmonkeys.wordpress.com/osd.xml" title="Adventures of a Voice Monkey" />
	<atom:link rel='hub' href='http://voipmonkeys.wordpress.com/?pushpress=hub'/>
		<item>
		<title>UCCX Wallboard Development Part 3</title>
		<link>http://voipmonkeys.wordpress.com/2011/11/25/uccx-wallboard-development-part-3/</link>
		<comments>http://voipmonkeys.wordpress.com/2011/11/25/uccx-wallboard-development-part-3/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 10:55:51 +0000</pubDate>
		<dc:creator>voipmonkey</dc:creator>
				<category><![CDATA[Cisco Voice]]></category>
		<category><![CDATA[Voice Development]]></category>
		<category><![CDATA[UCCX]]></category>
		<category><![CDATA[v8]]></category>
		<category><![CDATA[Wallboard]]></category>

		<guid isPermaLink="false">https://voipmonkeys.wordpress.com/?p=123</guid>
		<description><![CDATA[Well after my last post you now all should have a good idea on how to get a good connection to the UCCX database. This does have some advantages for us now as we can run custom reports using this connection as well as getting information for the wallboards. Maybe this could be another post [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=voipmonkeys.wordpress.com&amp;blog=6534045&amp;post=123&amp;subd=voipmonkeys&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well after my last post you now all should have a good idea on how to get a good connection to the UCCX database. This does have some advantages for us now as we can run custom reports using this connection as well as getting information for the wallboards.    <br />Maybe this could be another post in the future you never know.</p>
<p>To test the wallboard ODBC Connection is working i use a little program called RAZORSQL which you can download from <a href="http://www.google.co.uk/url?sa=t&amp;rct=j&amp;q=razorsql&amp;source=web&amp;cd=1&amp;ved=0CC4QFjAA&amp;url=http%3A%2F%2Fwww.razorsql.com%2F&amp;ei=bPW8TvunKsm58gPMut23BA&amp;usg=AFQjCNG9wt3NEnucmCy8IkRrRCwXJGxIOA&amp;sig2=4ooww5AkjdD7UeyEmm_9ig" target="_blank">here</a>     <br />I don&#8217;t get any money / Sponsorship for recommending this product but i have used it quite a lot and in my opinion worth a buy. They do however give you a free trail copy which should be good enough to get you going. (Has always worked for me)     </p>
<p><a href="http://voipmonkeys.files.wordpress.com/2011/11/razorsql-connection.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="RazorSQL Connection" border="0" alt="RazorSQL Connection" src="http://voipmonkeys.files.wordpress.com/2011/11/razorsql-connection_thumb.png?w=648&#038;h=439" width="648" height="439" /></a></p>
<p>doing a simple select from the wallboard queue you should see all of the csq’s configured on your system.</p>
<h6>UCCX Real Time Data Write</h6>
<p>Before you will see any data in the rtcsqssummary fields you need to enable the writing of this in the UCCX Admin.    <br />Under Tools –&gt; Real Time Snapshot config you will see this window.</p>
<p><a href="http://voipmonkeys.files.wordpress.com/2011/11/uccx-realtime-snapshot-settings.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="UCCX Realtime Snapshot Settings" border="0" alt="UCCX Realtime Snapshot Settings" src="http://voipmonkeys.files.wordpress.com/2011/11/uccx-realtime-snapshot-settings_thumb.png?w=648&#038;h=367" width="648" height="367" /></a></p>
<p>tick all the boxes and make sure you add the ip address of your webserver in the field provided. This field is very important when you have a cluster. If you do not put the ip address of the wallboard server in here and want to query this web site http://&lt;ip Address of UCCX/uccx/isDBMaster. if you don&#8217;t do this you will not see the window below.</p>
<p><a href="http://voipmonkeys.files.wordpress.com/2011/11/uccx-isdbmaster.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="UCCX isDBMaster" border="0" alt="UCCX isDBMaster" src="http://voipmonkeys.files.wordpress.com/2011/11/uccx-isdbmaster_thumb.png?w=648&#038;h=394" width="648" height="394" /></a></p>
<p>This will become clearer when i talk about setting up a wallboard to work across clusters.(Futures)</p>
<h4>Wallboards – Where to start</h4>
<p>&#160;</p>
<p>Well you can display what ever you want on a wallboard really but i guess we have to have somewhere to start. I am&#160; interested in the following information.</p>
<ul>
<li>Logged In Agents </li>
<li>Average Talk Time </li>
<li>Longest Talk Time </li>
<li>Available Agents </li>
<li>Average Wait Time </li>
<li>Longest Wait Time </li>
<li>Talking Agents </li>
<li>Oldest Contact </li>
<li>How Many Calls have been handled </li>
<li>Calls Waiting in Queue </li>
<li>How many Calls Have been abandoned </li>
</ul>
<p>this should be enough information to get us going.    <br />Using a simple Select * from rtcsqssummary here csqname = ‘&lt;CSQ Name&gt;’ query you can display more information as this query will return the following information.</p>
<ul>
<li>csqname </li>
<li>loggedinagents </li>
<li>availableagents </li>
<li>unavailableagents </li>
<li>totalcalls </li>
<li>oldestcontact </li>
<li>callshandled </li>
<li>callsabandonded </li>
<li>callsdequeued </li>
<li>avgtalkduration </li>
<li>avgwaitduration </li>
<li>longesttalkduration </li>
<li>longestwaitduration </li>
<li>callswaiting </li>
<li>enddatetime </li>
<li>workingagents </li>
<li>talkingagents </li>
<li>reservedagents </li>
<li>startdatetime </li>
<li>convavgtalkduration </li>
<li>convavgwaitduration </li>
<li>convlongestwaitduration </li>
<li>convlongestwaitduration </li>
<li>convoldestcontact </li>
</ul>
<p>so as you can see there are lots and lots of fields you can display using just one simple query. if you need more complicated stats like agent status or even display things like SLA of a particular queue / team this is also possible if you have enough SQL knowledge and time (Trust me you will need some time). I may cover this in another post later on but for now lets keep things simple.</p>
<h4>What Server Technology To Use</h4>
<p>&#160;</p>
<p>This is quite an important choice really as there are many programming languages out there in the wilds of the internets for us to use. You can choose any language you like for this so long as it can connect to an ODBC connection and query a SQL server, as you might think there are loads from classic ASP/JSP to the .nets or even PHP, this is why i use ODBC as so many different technologies can connect to it and use it.    <br />i am going to use the same technologies as the GILA wallboards use for now and maybe later on expand on this to some other languages like .net or PHP.</p>
<p>So we are going to use a mix of classic ASP and JavaScript. Also just because we can i want to try and make this a little bit modular if possible (Programming gurus don&#8217;t hate on me <img style="border-style:none;" class="wlEmoticon wlEmoticon-sadsmile" alt="Sad smile" src="http://voipmonkeys.files.wordpress.com/2011/11/wlemoticon-sadsmile.png?w=614" /> i am not the best programmer in the world, even though i studied it for a while) to allow me to re use a lot of the code across multiple pages and keep thing more manageable in the future. So i am going to use some JQuery too. JQuery is a cool framework built of top of JavaScript making it easier to manipulate the DOM, this is good for us because we can use its DOM Manipulation goodness to make the cells of our nice new wallboard change colour when certain values are returned from the database. </p>
<h4>Shall we talk about wallboard layouts now ?</h4>
<p>&#160;</p>
<p>I want to keep this simple for now and if any of you have been using the GILA wallboard then a lot of this will make a lot of sense, my version will be a little simpler well for now anyway and i know there are a million ways to create a wallboard i am just trying to spark some sort of idea in your minds as i have found little or no good resources that explain how to do any of this other than a great free solution (GILA-Wallboard 2.4) that we can use as a good template. Ramble Ramble Ramble …    </p>
<p><strong><font size="3"><u>Layouts</u></font></strong></p>
<p>I want a simple layout to start with a page containing 4 cells down and 3 cells across or 4&#215;3 <img style="border-style:none;" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://voipmonkeys.files.wordpress.com/2011/11/wlemoticon-smile.png?w=614" /></p>
<p>ok time for some simple html code to get us started. (Before i get shot down in flames some of this code does need re-factoring and cleaning so i guess suggestions welcome <img style="border-style:none;" class="wlEmoticon wlEmoticon-winkingsmile" alt="Winking smile" src="http://voipmonkeys.files.wordpress.com/2011/11/wlemoticon-winkingsmile.png?w=614" />)     </p>
<p>Parameters File</p>
<p>To keep all the config settings in one place (Again thank GILA-WB Guys) i am using a parameters file parameters.cfg    </p>
<pre class="brush: javascript; toolbar: false">&lt;%
' **********************  Wallboard Parameters **************************
Const IPCCversion = 8
Const PageTitle = &quot;UCCX Wallboard&quot;
Const ServiceName = &quot;Service Name&quot;
Const Left_Logo = &quot;../images/Blank.png&quot;
Const Left_Logo_Alt_Txt = &quot;Blank&quot;
Const Right_Logo = &quot;../images/Blank.png&quot;
Const Right_Logo_Alt_Txt = &quot;Blank&quot;
Const ServerURL = &quot;http://1.1.1.1/wb/&quot;
Const DBsource = &quot;2.2.2.2&quot;
Const DSN = &quot;Wallboard-1&quot;
Const ServerName = &quot;uccx01_uccx&quot;
Const ServicePort = &quot;1504&quot;
Const Protocol = &quot;onsoctcp&quot;
Const DBdatabase = &quot;db_cra&quot;
Const DBuserID = &quot;uccxhruser&quot;
Const DBpass = &quot;mypassword&quot;
Const companyName = &quot;VOIPMonkey&quot;
Const RefreshTime = 5
Const wbPageTitle = &quot;Wallboard&quot;
Const wbqueuename = &quot;Service&quot;
Const UCCX_1_IP = &quot;2.2.2.2&quot; ' * Future Use *
Const UCCX_2_IP = &quot;3.3.3.3&quot; ' * Future Use *
Const UCCX_Rest_URI = &quot;/uccx/isDBMaster&quot; ' * Future Use *
Const SQL_Conn_String = &quot;&quot; ' * Future Use *
Const SQL_Command = &quot;select * from rtcsqssummary where csqname like 'Queue1'&quot;
%&gt;</pre>
<p>currently this is a very simple parameters file but this may grow later on in the project.</p>
<p>All the layouts are done using divs and a css file.</p>
<p>CSS File we are using </p>
<pre class="brush: css; toolbar: false">/************************************************/
/*  Author:  	voipmonkey						*/
/*  Pupose:		Style Sheet for Wallboard		*/
/************************************************/

/* layout css */
* {
	text-align:center;
	vertical-align:text-top;
	font-family:Arial,Georgia,Serif;
}

#container {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  text-align: left;
  }

#clear_float
	{
		clear: both;
	}
.clearfix:after {
   content: &quot;.&quot;;
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

#lia,#at,#lt,#aa,#aw,#lw,#ta,#oc,#ch
	{
		float:left;
		margin: 0;
		width: 33%;
		height: 20%;
		display: block;
		padding: 0;
		border-style:solid;
		border-width:1px;
		border-color:black;
	}
#cw,#tm,#ca
	{
		float:left;
		margin: 0;
		width: 33%;
		height: 20%;
		display: block;
		padding: 0;
		border-style:solid;
		border-width:1px;
		border-color:black;
	}

/*page css*/

body
	{
		font: 85.5% &quot;Arial&quot;, sans-serif;
		background-color: Black;
	}

h1
	{
		text-align:center;
		vertical-align:text-top;
		font-size:60px;
		font-family:Arial,Georgia,Serif;
		color:White;
	}

h2
	{
		text-align:center;
		vertical-align:text-top;
		font-size:30px;
		font-family:Arial,Georgia,Serif;
		color:White;
	}</pre>
<p>
  <br />This is a basic css to get the right layout for our wallboard. You need to create a css folder under the wallboard folder and save this into it with the name layout.css. I know this is not the cleanest but hey work in progress. This will be enough to get the desired layout we want. Now the gila wallboard does show you the status of your agents and this is something i want to utilise but for now as i keep saying simple simple simple.</p>
<p>ok so we got our parameters file and the css for this wallboard so i guess we should look at the layout for the wallboard.asp file. I will break this down into small chunks so can explain what each section does.</p>
<p><strong><u>Lets Begin</u></strong></p>
<div id="codeSnippetWrapper">
<div style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:&#039;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;padding:0;" id="codeSnippet"><!--CRLF--><!--CRLF--><!--CRLF--><!--CRLF--><!--CRLF--><!--CRLF--><!--CRLF--></div>
</div>
<p>
  <br />The first thing we need to do is get a connection to the database and setup a record set to collect all the data and store it for display purposes. As you can see all the connection string has been broken up to use the variables we set in the parameters.cfg file.</p>
<pre class="brush: xhtml; toolbar: false">&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;!----------------------------------&gt;
&lt;!-- Created VOIPMonkey			  --&gt;
&lt;!----------------------------------&gt;
&lt;!--#include file=&quot;./parameters.cfg&quot;--&gt;
&lt;%

					WBConnect = &quot;Dsn=&quot;&amp; DSN &amp;&quot;;&quot; &amp; _
						   &quot;Host=&quot;&amp; DBsource &amp;&quot;;&quot; &amp; _
						   &quot;Server=&quot;&amp; ServerName &amp;&quot;;&quot; &amp; _
						   &quot;Service=&quot;&amp; ServicePort &amp;&quot;;&quot; &amp; _
						   &quot;Protocol=&quot;&amp; Protocol &amp;&quot;;&quot; &amp; _
						   &quot;Database=&quot;&amp; DBdatabase &amp;&quot;;&quot; &amp; _
						   &quot;Uid=&quot;&amp; DBuserID &amp;&quot;;&quot; &amp; _
						   &quot;Pwd=&quot;&amp; DBpass &amp;&quot;&quot;

					Set cn = Server.CreateObject(&quot;ADODB.Connection&quot;)
					cn.ConnectionTimeout = Session(&quot;ConnectionTimeout&quot;)
					cn.CommandTimeout = Session(&quot;CommandTimeout&quot;)
					cn.open WBConnect

					Set SQLStmt = Server.CreateObject(&quot;ADODB.Command&quot;)
					Set RS = Server.CreateObject (&quot;ADODB.Recordset&quot;)
					SQLStmt.CommandText = SQL_Command
					SQLStmt.CommandType = 1
					Set SQLStmt.ActiveConnection = cn
					RS.Open SQLStmt
					RS.MoveFirst

				%&gt;</pre>
<p><strong><u></p>
<p>
      <br />Header Section</p>
<p>  </u></strong></p>
<pre class="brush: xhtml; toolbar: false">&lt;head&gt;
	&lt;meta http-equiv=&quot;Refresh&quot; content=&quot;&lt;%=RefreshTime%&gt;;&quot;&gt;
	&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot; /&gt;
	&lt;title&gt;&lt;%=PageTitle%&gt;&lt;/title&gt;
	&lt;link type=&quot;text/css&quot; href=&quot;../css/wallboard.css&quot; rel=&quot;stylesheet&quot; /&gt;
		&lt;script type=&quot;text/javascript&quot; src=&quot;../js/jquery-1.6.2.min.js&quot;&gt;&lt;/script&gt;
		&lt;script type=&quot;text/javascript&quot; src=&quot;../js/Wallboard.js&quot;&gt;&lt;/script&gt;</pre>
<p>
  <br />The head section uses the old refresh technique to refresh the page. i need to figure out how to get this to refresh using Ajax i guess to make it slicker but for now this does function ok. we use the head section also to set the page title again from the parameters file and also load all the external JQuery files. All query files can be downloaded from <a href="http://www.JQuery.com">www.JQuery.com</a> or a better way if your web server has internet access is to point to a web location then the query is always up to date. as i have no internet on the web server calling locally is fine. CSS files are also loaded here too. </p>
<p><strong><u>JQuery Section (Where the magic Happens) Wallboard.js</u></strong></p>
<p>Most of the data returned by the query can just be displayed but i thought it would be nice to checked the returned data for certain fields and change the colour of the Div Background. This was it will catch your eye and come one replicate most wallboard out there. So for Available Agents, LoggedInAgents and calls waiting we have some JQuery code to alter the Divs</p>
<pre class="brush: javascript; toolbar: false">&lt;script type=&quot;text/javascript&quot;&gt;
			// DOM Ready !!
			$(function(){
			// Data Check and Div Change

			// Check Available Agents and set Display Colours
				CheckAvailableAgents(&lt;%=RS(&quot;AvailableAgents&quot;)%&gt;);

			// Check Logged In Agents and set Diaplay Colours
				CheckLoggedInAgents(&lt;%=RS(&quot;LoggedInAgents&quot;)%&gt;);

			// Check Calls Waiting and set Display Colours
				CheckCallsWaiting(&lt;%=RS(&quot;CallsWaiting&quot;)%&gt;);
			});
		&lt;/script&gt;

&lt;/head&gt;</pre>
<p>
  <br />The JQuery below is what makes the changes to wallboard when the DOM is ready.</p>
<pre class="brush: javascript; toolbar: false">(function($){
	CheckActiveServer = function(){
	//Check the UCCX Server for the master database for displaying data

	};
	CheckAvailableAgents = function(AvailableAgents){
		if (AvailableAgents == 0) {
				$('#aa').css('background-color','Red');
				$('#aa').css('color','white');
				}
		if (AvailableAgents &gt;= 1) {
				$('#aa').css('background-color','Green');
				$('#aa').css('color','white');
				}
	}
	CheckLoggedInAgents = function(LoggedInAgents){
		if (LoggedInAgents == 0){
			$('#lia').css('background-color','Red');
			$('#lia').css('color','white');
		}

		if (LoggedInAgents &gt;= 1){
			$('#lia').css('background-color','Green');
			$('#lia').css('color','white');
		}
	}
	CheckCallsWaiting = function(CallsWaiting){
		if (CallsWaiting &gt;= 6){
			$('#cw').css('background-color','Red');
			$('#cw').css('color','white');
		}
		if (CallsWaiting &gt;= 4){
			$('#cw').css('background-color','CD4232');
			$('#cw').css('color','white');
		}
		if (CallsWaiting &gt;= 2){
			$('#cw').css('background-color','CD5547');
			$('#cw').css('color','white');
		}
		if (CallsWaiting == 1){
			$('#cw').css('background-color','CD826F');
			$('#cw').css('color','white');
		}
		/*if (CallsWaiting == 0){
			$('#cw').css('background-color','Black');
			$('#cw').css('color','White');
		}*/
	}
})(jQuery);</pre>
<p>
  <br />This code above need to be store in a file called wallboard.js which we referenced in the head section above.</p>
<p><u><strong>Main Body Section</strong></u></p>
<p>Now for the rest of the code this takes all of the stuff we setup above and renders the page for the user.</p>
<pre class="brush: xhtml; toolbar: false">&lt;body&gt;
&lt;div id=&quot;container&quot;&gt;
&lt;div id=&quot;main_content&quot;&gt;
	&lt;div id=&quot;lia&quot;&gt;
		&lt;h2&gt;Logged In Agents&lt;/h2&gt;
		&lt;h1&gt;&lt;%=RS(&quot;LoggedInAgents&quot;)%&gt;&lt;/h1&gt;
	&lt;/div&gt;
	&lt;div id=&quot;at&quot;&gt;
		&lt;h2&gt;Average Talk&lt;/h2&gt;
		&lt;h1&gt;&lt;%=RS(&quot;ConvAvgTalkDuration&quot;)%&gt;&lt;/h1&gt;
	&lt;/div&gt;
	&lt;div id=&quot;lt&quot;&gt;
		&lt;h2&gt;Longest Talk&lt;/h2&gt;
		&lt;h1&gt;&lt;%=RS(&quot;ConvLongestTalkDuration&quot;)%&gt;&lt;/h1&gt;
	&lt;/div&gt;
&lt;div class=&quot;clearfix&quot;&gt;&lt;/div&gt;
	&lt;div id=&quot;aa&quot;&gt;
		&lt;h2&gt;Available Agents&lt;/h2&gt;
		&lt;h1&gt;&lt;%=RS(&quot;AvailableAgents&quot;)%&gt;&lt;/h1&gt;
	&lt;/div&gt;
	&lt;div id=&quot;aw&quot;&gt;
		&lt;h2&gt;Average Wait&lt;/h2&gt;
		&lt;h1&gt;&lt;%=RS(&quot;ConvAvgWaitDuration&quot;)%&gt;&lt;/h1&gt;
	&lt;/div&gt;
	&lt;div id=&quot;lw&quot;&gt;
		&lt;h2&gt;Longest Wait&lt;/h2&gt;
		&lt;h1&gt;&lt;%=RS(&quot;ConvLongestWaitDuration&quot;)%&gt;&lt;/h1&gt;
	&lt;/div&gt;
&lt;div class=&quot;clearfix&quot;&gt;&lt;/div&gt;
	&lt;div id=&quot;ta&quot;&gt;
		&lt;h2&gt;Talking Agents&lt;/h2&gt;
		&lt;h1&gt;&lt;%=RS(&quot;TalkingAgents&quot;)%&gt;&lt;/h1&gt;
	&lt;/div&gt;
	&lt;div id=&quot;oc&quot;&gt;
		&lt;h2&gt;Oldest Contact&lt;/h2&gt;
		&lt;h1&gt;&lt;%=RS(&quot;ConvOldestContact&quot;)%&gt;&lt;/h1&gt;
	&lt;/div&gt;
	&lt;div id=&quot;ch&quot;&gt;
		&lt;h2&gt;Calls Handled&lt;/h2&gt;
		&lt;h1&gt;&lt;%=RS(&quot;CallsHandled&quot;)%&gt;&lt;/h1&gt;
	&lt;/div&gt;
&lt;div class=&quot;clearfix&quot;&gt;&lt;/div&gt;
	&lt;div id=&quot;cw&quot;&gt;
		&lt;h2&gt;Calls Waiting&lt;/h2&gt;
		&lt;h1&gt;&lt;%=RS(&quot;CallsWaiting&quot;)%&gt;&lt;/h1&gt;
	&lt;/div&gt;
	&lt;div id=&quot;tm&quot;&gt;
		&lt;h2 class=&quot;csqname&quot;&gt;&lt;%=RS(&quot;csqname&quot;)%&gt;&lt;/h2&gt;
		&lt;h1&gt;
			&lt;%
				sOffset = +0 'The time offset from GMT at the server
				cTime = i + sOffset
				tDiff = (DateAdd(&quot;h&quot;,cTime,Now))
				Response.write FormatDateTime(tDiff,3)
			%&gt;
		&lt;/h1&gt;
	&lt;/div&gt;
	&lt;div id=&quot;ca&quot;&gt;
		&lt;h2&gt;Calls Abandoned&lt;/h2&gt;
		&lt;h1&gt;&lt;%=RS(&quot;CallsAbandoned&quot;)%&gt;&lt;/h1&gt;
	&lt;/div&gt;
&lt;div class=&quot;clearfix&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
		&lt;!-- End of Main Content Div --&gt;
	&lt;/div&gt;
	&lt;!-- End of Container Div --&gt;
&lt;/body&gt;
&lt;%
RS.Close
cn.Close
%&gt;
&lt;/html&gt;</pre>
<p>
  <br />This will now give you a very simple wallboard using old technologies but works ok. I will at some point in the future be changing all of this to use c# and aspx files so will post an update when this has been completed. </p>
<p>Hope you found this useful.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/voipmonkeys.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/voipmonkeys.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/voipmonkeys.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/voipmonkeys.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/voipmonkeys.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/voipmonkeys.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/voipmonkeys.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/voipmonkeys.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/voipmonkeys.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/voipmonkeys.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/voipmonkeys.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/voipmonkeys.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/voipmonkeys.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/voipmonkeys.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=voipmonkeys.wordpress.com&amp;blog=6534045&amp;post=123&amp;subd=voipmonkeys&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://voipmonkeys.wordpress.com/2011/11/25/uccx-wallboard-development-part-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8215173f5cc2901fc9388b9541220d38?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">voipmonkey</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2011/11/razorsql-connection_thumb.png" medium="image">
			<media:title type="html">RazorSQL Connection</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2011/11/uccx-realtime-snapshot-settings_thumb.png" medium="image">
			<media:title type="html">UCCX Realtime Snapshot Settings</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2011/11/uccx-isdbmaster_thumb.png" medium="image">
			<media:title type="html">UCCX isDBMaster</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2011/11/wlemoticon-sadsmile.png" medium="image">
			<media:title type="html">Sad smile</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2011/11/wlemoticon-smile.png" medium="image">
			<media:title type="html">Smile</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2011/11/wlemoticon-winkingsmile.png" medium="image">
			<media:title type="html">Winking smile</media:title>
		</media:content>
	</item>
		<item>
		<title>UCCX Wallboard Development Part 2</title>
		<link>http://voipmonkeys.wordpress.com/2011/11/11/uccx-wallboard-development-part-2/</link>
		<comments>http://voipmonkeys.wordpress.com/2011/11/11/uccx-wallboard-development-part-2/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 10:05:17 +0000</pubDate>
		<dc:creator>voipmonkey</dc:creator>
				<category><![CDATA[Cisco Voice]]></category>
		<category><![CDATA[Voice Development]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[UCCX]]></category>
		<category><![CDATA[v8]]></category>
		<category><![CDATA[Wallboard]]></category>

		<guid isPermaLink="false">https://voipmonkeys.wordpress.com/2011/11/11/uccx-wallboard-development-part-2/</guid>
		<description><![CDATA[Well i guess i better share my finding and research with you guys as promised. I am going to take this from the beginning so for the more advanced guys out there please stay with me. Setting up the Data Connection first thing we need to do is get a connection between the web server [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=voipmonkeys.wordpress.com&amp;blog=6534045&amp;post=113&amp;subd=voipmonkeys&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well i guess i better share my finding and research with you guys as promised.</p>
<p>I am going to take this from the beginning so for the more advanced guys out there please stay with me.</p>
<h5>Setting up the Data Connection</h5>
<p>first thing we need to do is get a connection between the web server and the Cisco Contact Centre Express server, additional information can be found in the historical reporting and admin guides if required.    <br />This is a little different depending on what web server you are using but i am sure it wont be too hard to spot the differences.     <br />I will be using a 2008 web server so all screen shots will be from this OS. 1 small note before you get configuring as the Cisco Contact Centre Express solution is not a 64-bit application you need to make sure you use the 32 bit IBM Informix Drivers not the 64 bit drivers. if you do use the 64 bit drivers a nasty error will follow, so use the 32 bit drivers which i will give a link to later in this post.</p>
<h6>Download and install the IBM Informix Drivers</h6>
<p>To download the IBM Informix Driver go to the IBM site and go through a lot of pain to login and accept EULA’s etc. or simply download the 32bit 3.50 TC9 Server from <a href="http://www.ciscounitytools.com/Applications/CxN/InformixODBC/clientsdk.3.50.TC9.WIN.zip" target="_blank">here</a> (This is 100MB+ so be patient).</p>
<p>Once downloaded then run through the install clicking next next next (Usual Windows Install)    </p>
<p><a href="http://voipmonkeys.files.wordpress.com/2011/11/informix-install-1.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="Informix Install 1" border="0" alt="Informix Install 1" src="http://voipmonkeys.files.wordpress.com/2011/11/informix-install-1_thumb.png?w=244&#038;h=185" width="244" height="185" /></a>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <a href="http://voipmonkeys.files.wordpress.com/2011/11/informix-install-2.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="Informix Install 2" border="0" alt="Informix Install 2" src="http://voipmonkeys.files.wordpress.com/2011/11/informix-install-2_thumb.png?w=244&#038;h=185" width="244" height="185" /></a>     </p>
<p><a href="http://voipmonkeys.files.wordpress.com/2011/11/informix-install-3.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="Informix Install 3" border="0" alt="Informix Install 3" src="http://voipmonkeys.files.wordpress.com/2011/11/informix-install-3_thumb.png?w=244&#038;h=185" width="244" height="185" /></a>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <a href="http://voipmonkeys.files.wordpress.com/2011/11/informix-install-4.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="Informix Install 4" border="0" alt="Informix Install 4" src="http://voipmonkeys.files.wordpress.com/2011/11/informix-install-4_thumb.png?w=244&#038;h=185" width="244" height="185" /></a></p>
<p><a href="http://voipmonkeys.files.wordpress.com/2011/11/informix-install-5.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="Informix Install 5" border="0" alt="Informix Install 5" src="http://voipmonkeys.files.wordpress.com/2011/11/informix-install-5_thumb.png?w=244&#038;h=185" width="244" height="185" /></a>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <a href="http://voipmonkeys.files.wordpress.com/2011/11/informix-install-6-drivers.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="Informix Install 6 Drivers" border="0" alt="Informix Install 6 Drivers" src="http://voipmonkeys.files.wordpress.com/2011/11/informix-install-6-drivers_thumb.png?w=244&#038;h=185" width="244" height="185" /></a></p>
<p>Now When you have nearly finished the install you need to make sure you install the Drivers package that comes with the SDK, click the link and click finish will launch it. Accept all the defaults.</p>
<p>&#160;</p>
<p><a href="http://voipmonkeys.files.wordpress.com/2011/11/informix-install-7.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="Informix Install 7" border="0" alt="Informix Install 7" src="http://voipmonkeys.files.wordpress.com/2011/11/informix-install-7_thumb.png?w=244&#038;h=182" width="244" height="182" /></a>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <a href="http://voipmonkeys.files.wordpress.com/2011/11/informix-install-8.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="Informix Install 8" border="0" alt="Informix Install 8" src="http://voipmonkeys.files.wordpress.com/2011/11/informix-install-8_thumb.png?w=244&#038;h=182" width="244" height="182" /></a></p>
<p>When you have completed this step then you are ready to setup the connection to the server.</p>
<h6>Setting Password on the UCCX Servers</h6>
<p>Before you can configure the ODBC Source you have to reset two password on the UCCX server. Login to the UCCX Admin and then go to Tools –&gt; Password Management</p>
<p><a href="http://voipmonkeys.files.wordpress.com/2011/11/uccx-password-rest-wallboard.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="UCCX Password Rest Wallboard" border="0" alt="UCCX Password Rest Wallboard" src="http://voipmonkeys.files.wordpress.com/2011/11/uccx-password-rest-wallboard_thumb.png?w=381&#038;h=361" width="381" height="361" /></a></p>
<p>Reset the Wallboard user and the Historical Reporting User password to anything you like we will use these later on. One thing to note here is do not use Special Characters like <font color="#0000ff"><strong>&amp;!”$£</strong></font> if you do you will break the Historical reporting tool. <font color="#ff0000"><strong>You have been warned !!!!</strong></font></p>
<p><font color="#333333">If you have a cluster make sure you do this on both nodes.</font></p>
<h6>Setup ODBC Connection</h6>
<p>Under admin tools on the web server launch the ODBC Connection Manager (ODBC Data Sources)    <br />If you are using a 64bit OS for the wallboard server then you need to use the ODBC manager from the wow64 subsystem, if you don&#8217;t you will not see the INFORMIX Connections.     </p>
<p>Under the System DSN add a New DSN     </p>
<p><a href="http://voipmonkeys.files.wordpress.com/2011/11/odbc-1.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="ODBC 1" border="0" alt="ODBC 1" src="http://voipmonkeys.files.wordpress.com/2011/11/odbc-1_thumb.png?w=346&#038;h=256" width="346" height="256" /></a></p>
<p>Select the IBM Informix ODBC Driver ( I know ODBC is not the best thing in the world for all you budding developers out there but it works well and with a wallboard you need stability)</p>
<p><a href="http://voipmonkeys.files.wordpress.com/2011/11/odbc-general.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="ODBC General" border="0" alt="ODBC General" src="http://voipmonkeys.files.wordpress.com/2011/11/odbc-general_thumb.png?w=325&#038;h=276" width="325" height="276" /></a></p>
<p>Give the data source a name and description this can be anything you like.</p>
<p><a href="http://voipmonkeys.files.wordpress.com/2011/11/odbc-connection.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="ODBC Connection" border="0" alt="ODBC Connection" src="http://voipmonkeys.files.wordpress.com/2011/11/odbc-connection_thumb.png?w=352&#038;h=298" width="352" height="298" /></a></p>
<p>Now it comes to the Connection setup, In the server name you need to add the name of the uccx server generally in lower case with the post fix of _uccx after it. The host name is simply the ip address of the uccx server.</p>
<p>Set the following options</p>
<ul>
<li>Server Name = Name of Server with the _uccx extension (If you have – in server name use _ instead) </li>
<li>Host Name = This is the IP Address of the UCCX Server </li>
<li>Service = Set this to 1504 </li>
<li>Protocol = The Protocol must be set to onsoctcp </li>
<li>Options = Leave these blank </li>
<li>Database Name = As before is db_cra
<ul>       </ul>
<ul>         </ul>
<ul>
<li>UserId = You can use Two Different Usernames here (WallboardUser and uccxhruser) if you use Wallboard user then you do not get access to agent state information so for our purposes use uccxhruser) </li>
</ul>
</li>
</ul>
<p>          Password = this is the password you set earlier in this post.
<p><strong><u>Environment Settings</u></strong></p>
<p><a href="http://voipmonkeys.files.wordpress.com/2011/11/odbc-envornment.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="ODBC Envornment" border="0" alt="ODBC Envornment" src="http://voipmonkeys.files.wordpress.com/2011/11/odbc-envornment_thumb.png?w=372&#038;h=317" width="372" height="317" /></a></p>
<p>Set the Client and database settings to en_US.UTF8 to match the server. now your are done you should no click apply then under connection select Apply and test, this should come back saying successful of you get an error go back and try checking the settings again. Looking at the case of the server name is always a good place to start as Linux is case sensitive.</p>
<p>Wallboard Preview</p>
<p>Just to keep you guys watching i thought i would add a little teaser to this post and show you what i am trying to achieve with this series of posts.</p>
<h6 align="left">Wallboard No Logo</h6>
<p><a href="http://voipmonkeys.files.wordpress.com/2011/11/wallboard-no-logo.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="Wallboard no logo" border="0" alt="Wallboard no logo" src="http://voipmonkeys.files.wordpress.com/2011/11/wallboard-no-logo_thumb.png?w=648&#038;h=385" width="648" height="385" /></a></p>
<h6>Wallboard with Logo</h6>
<p><a href="http://voipmonkeys.files.wordpress.com/2011/11/wallboard-logo.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="Wallboard Logo" border="0" alt="Wallboard Logo" src="http://voipmonkeys.files.wordpress.com/2011/11/wallboard-logo_thumb.png?w=648&#038;h=385" width="648" height="385" /></a></p>
<h6>Additional Boards</h6>
<p>I am working on additional boards with graphs and nice SLA stats but you will have to wait and stay tuned to see these.</p>
<p>Until Next Time !!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/voipmonkeys.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/voipmonkeys.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/voipmonkeys.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/voipmonkeys.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/voipmonkeys.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/voipmonkeys.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/voipmonkeys.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/voipmonkeys.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/voipmonkeys.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/voipmonkeys.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/voipmonkeys.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/voipmonkeys.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/voipmonkeys.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/voipmonkeys.wordpress.com/113/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=voipmonkeys.wordpress.com&amp;blog=6534045&amp;post=113&amp;subd=voipmonkeys&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://voipmonkeys.wordpress.com/2011/11/11/uccx-wallboard-development-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8215173f5cc2901fc9388b9541220d38?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">voipmonkey</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2011/11/informix-install-1_thumb.png" medium="image">
			<media:title type="html">Informix Install 1</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2011/11/informix-install-2_thumb.png" medium="image">
			<media:title type="html">Informix Install 2</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2011/11/informix-install-3_thumb.png" medium="image">
			<media:title type="html">Informix Install 3</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2011/11/informix-install-4_thumb.png" medium="image">
			<media:title type="html">Informix Install 4</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2011/11/informix-install-5_thumb.png" medium="image">
			<media:title type="html">Informix Install 5</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2011/11/informix-install-6-drivers_thumb.png" medium="image">
			<media:title type="html">Informix Install 6 Drivers</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2011/11/informix-install-7_thumb.png" medium="image">
			<media:title type="html">Informix Install 7</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2011/11/informix-install-8_thumb.png" medium="image">
			<media:title type="html">Informix Install 8</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2011/11/uccx-password-rest-wallboard_thumb.png" medium="image">
			<media:title type="html">UCCX Password Rest Wallboard</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2011/11/odbc-1_thumb.png" medium="image">
			<media:title type="html">ODBC 1</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2011/11/odbc-general_thumb.png" medium="image">
			<media:title type="html">ODBC General</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2011/11/odbc-connection_thumb.png" medium="image">
			<media:title type="html">ODBC Connection</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2011/11/odbc-envornment_thumb.png" medium="image">
			<media:title type="html">ODBC Envornment</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2011/11/wallboard-no-logo_thumb.png" medium="image">
			<media:title type="html">Wallboard no logo</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2011/11/wallboard-logo_thumb.png" medium="image">
			<media:title type="html">Wallboard Logo</media:title>
		</media:content>
	</item>
		<item>
		<title>UCCX Wallboard Development Part 1</title>
		<link>http://voipmonkeys.wordpress.com/2011/10/19/uccx-wallboard-development-part-1/</link>
		<comments>http://voipmonkeys.wordpress.com/2011/10/19/uccx-wallboard-development-part-1/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 11:34:06 +0000</pubDate>
		<dc:creator>voipmonkey</dc:creator>
				<category><![CDATA[Cisco Voice]]></category>
		<category><![CDATA[Voice Development]]></category>
		<category><![CDATA[8]]></category>
		<category><![CDATA[UCCX]]></category>
		<category><![CDATA[Wallboard]]></category>

		<guid isPermaLink="false">https://voipmonkeys.wordpress.com/2011/10/19/uccx-wallboard-development-part-1/</guid>
		<description><![CDATA[I have been kicking around the idea of re-developing a wallboard for Cisco UCCX, that can be found free on the cisco support pages. GILA-wallboard i think is the wallboard name and was written in Classic ASP. https://supportforums.cisco.com/thread/269435 This is a great board but i wanted to be able to style this very quickly using [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=voipmonkeys.wordpress.com&amp;blog=6534045&amp;post=74&amp;subd=voipmonkeys&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been kicking around the idea of re-developing a wallboard for Cisco UCCX, that can be found free on the cisco support pages. GILA-wallboard i think is the wallboard name and was written in Classic ASP.</p>
<p><a title="https://supportforums.cisco.com/thread/269435" href="https://supportforums.cisco.com/thread/269435">https://supportforums.cisco.com/thread/269435</a></p>
<p>This is a great board but i wanted to be able to style this very quickly using just one config file.</p>
<p>I also have seen links to a Phone Service on the cisco support forums which i think will also be quite useful and will be trying to add this in too.</p>
<p><a title="https://supportforums.cisco.com/thread/269430" href="https://supportforums.cisco.com/thread/269430">https://supportforums.cisco.com/thread/269430</a></p>
<p>I am sure that the requirements will change moving forward with this and this will be a diary / log of how i get on developing this app. </p>
<p>I hope this help some of the readers of my blog (the small few <img style="border-style:none;" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://voipmonkeys.files.wordpress.com/2011/10/wlemoticon-smile.png?w=614" />)</p>
<p>Stay Tuned !!!&#160;&#160; </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/voipmonkeys.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/voipmonkeys.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/voipmonkeys.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/voipmonkeys.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/voipmonkeys.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/voipmonkeys.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/voipmonkeys.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/voipmonkeys.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/voipmonkeys.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/voipmonkeys.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/voipmonkeys.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/voipmonkeys.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/voipmonkeys.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/voipmonkeys.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=voipmonkeys.wordpress.com&amp;blog=6534045&amp;post=74&amp;subd=voipmonkeys&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://voipmonkeys.wordpress.com/2011/10/19/uccx-wallboard-development-part-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8215173f5cc2901fc9388b9541220d38?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">voipmonkey</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2011/10/wlemoticon-smile.png" medium="image">
			<media:title type="html">Smile</media:title>
		</media:content>
	</item>
		<item>
		<title>Cisco UCCX Mobile Supervisor for iPhone</title>
		<link>http://voipmonkeys.wordpress.com/2009/11/30/cisco-uccx-mobile-supervisor-for-iphone/</link>
		<comments>http://voipmonkeys.wordpress.com/2009/11/30/cisco-uccx-mobile-supervisor-for-iphone/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 11:25:02 +0000</pubDate>
		<dc:creator>voipmonkey</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://voipmonkeys.wordpress.com/2009/11/30/cisco-uccx-mobile-supervisor-for-iphone/</guid>
		<description><![CDATA[Ever since i got an iPhone i have wanted to get the new Cisco UCCX Mobile Supervisor on but i had a hard time finding the link. Even when i searched the Apple store i still could not find it :@ While responding to a few queries in the UCCX.net forums i found a link [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=voipmonkeys.wordpress.com&amp;blog=6534045&amp;post=69&amp;subd=voipmonkeys&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ever since i got an iPhone i have wanted to get the new Cisco UCCX Mobile Supervisor on but i had a hard time finding the link. Even when i searched the Apple store i still could not find it :@</p>
<p>While responding to a few queries in the UCCX.net forums i found a link posted by Ted and thought i needed to make sure i never forgot it again just in case the iPhone goes wrong !!</p>
<p>So here it is if anyone else requires it.</p>
<p>&#160;</p>
<p><a title="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=307029082&amp;mt=8" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=307029082&amp;mt=8">http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=307029082&amp;mt=8</a></p>
<p>Voipmonkey</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/voipmonkeys.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/voipmonkeys.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/voipmonkeys.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/voipmonkeys.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/voipmonkeys.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/voipmonkeys.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/voipmonkeys.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/voipmonkeys.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/voipmonkeys.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/voipmonkeys.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/voipmonkeys.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/voipmonkeys.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/voipmonkeys.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/voipmonkeys.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=voipmonkeys.wordpress.com&amp;blog=6534045&amp;post=69&amp;subd=voipmonkeys&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://voipmonkeys.wordpress.com/2009/11/30/cisco-uccx-mobile-supervisor-for-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8215173f5cc2901fc9388b9541220d38?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">voipmonkey</media:title>
		</media:content>
	</item>
		<item>
		<title>Manually Remove Cisco CAD Desktop 4.X and Above</title>
		<link>http://voipmonkeys.wordpress.com/2009/09/17/manually-remove-cisco-cad-desktop-4-x-and-above/</link>
		<comments>http://voipmonkeys.wordpress.com/2009/09/17/manually-remove-cisco-cad-desktop-4-x-and-above/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 08:30:59 +0000</pubDate>
		<dc:creator>voipmonkey</dc:creator>
				<category><![CDATA[Cisco Voice]]></category>
		<category><![CDATA[CAD]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Manual]]></category>
		<category><![CDATA[Removal]]></category>

		<guid isPermaLink="false">http://voipmonkeys.wordpress.com/2009/09/17/manually-remove-cisco-cad-desktop-4-x-and-above/</guid>
		<description><![CDATA[&#160; I am sure that at some point you have removed a part of the Cisco CAD Desktop that you should not have done during an upgrade as i have many times. Well don&#8217;t despair there is a solution. Get down and dirty with and manual removal (Come on regedit). Follow this extracted procedure :- [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=voipmonkeys.wordpress.com&amp;blog=6534045&amp;post=67&amp;subd=voipmonkeys&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>I am sure that at some point you have removed a part of the Cisco CAD Desktop that you should not have done during an upgrade as i have many times.</p>
<p>Well don&#8217;t despair there is a solution. Get down and dirty with and manual removal (Come on regedit).</p>
<p>Follow this extracted procedure :-</p>
<p>It may become necessary to manually remove Cisco Desktop applications from your PC. Some reasons for this are: </p>
<p>■ The Windows Add/Remove Programs utility does not completely remove a Cisco Desktop application. </p>
<p>■ You are unable to upgrade Cisco Desktop applications due to files and settings created in a previous version. </p>
<p><b>I</b><b>MPORTANT. </b>Do not use this procedure unless you are advised to do so by the Cisco Technical Assistance Center (TAC). Contact TAC first to see if there are other solutions to the problem you are experiencing. </p>
<p>This procedure does not remove all Cisco Desktop elements, only those that may interfere with subsequent installations. </p>
<p><b></b></p>
<p><b>NOTE: </b>This procedure removes all Cisco Desktop applications. If you want to remove only specific Cisco Desktop applications, contact TAC. </p>
<p><b></b></p>
<p><b>NOTE: </b>Depending on which Cisco Desktop applications are installed on your computer, you may find all or only some of the following registry keys and folders. </p>
<p><b>To manually remove all Cisco Desktop applications from your computer:</b> </p>
<p>1. From the <b>Start </b>menu, choose <b>Run</b>. </p>
<p>The Run dialog box appears. </p>
<p>2. Type <b>Regedit </b>and then press <b>OK</b>. </p>
<p>The Registry Editor window appears. </p>
<p>3. Delete the following registry keys: </p>
<p>Under HKEY_LOCAL_MACHINE\SOFTWARE, delete the key: </p>
<p>Spanlink </p>
<p>Under HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI, </p>
<p>delete the keys: </p>
<p>FCRasSvrDB    <br />FCVoIP     <br />FCVoIP_sub_1     <br />FCVoIP_sub_2     <br />FCVoIP_sub_3     <br />FCVoIP_sub_4     <br />SYNC_SERVER_A     <br />SYNC_SERVER_B </p>
<p>Under HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ </p>
<p>ODBC Data Sources, delete the values: </p>
<p>FCRasSvrDB    <br />FCVoIP     <br />FCVoIP_sub_1     <br />FCVoIP_sub_2     <br />FCVoIP_sub_3     <br />FCVoIP_sub_4     <br />SYNC_SERVER_A     <br />SYNC_SERVER_B </p>
<p>Under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall, delete the keys: </p>
<p>{1F99B160-BDCE-11D5-84FE-0001031A6A35} </p>
<p>{2A879B13-E744-11D4-849E-0001031A6A35} </p>
<p>{2DF142C0-11F6-11D4-8770-00105AA752A8} </p>
<p>{3AFB74C0-527B-11D4-8776-00105AA752A8} </p>
<p>{3E2F65E8-7773-11D4-8466-0001031C0C0B} </p>
<p>{3F2EEAA1-1F49-11D4-8770-00105AA752A8} </p>
<p>{4FE45CA0-9E24-11D5-84F4-0001031A6A35} </p>
<p>{536A8CD0-F07E-11D4-849F-0001031A6A35} </p>
<p>{671EAD40-79FA-11D5-84E8-0001031A6A35} </p>
<p>{7816039C-78FE-11D4-8466-0001031C0C0B} </p>
<p>{AEF488C0-5B62-11D5-84E0-0001031A6A35} </p>
<p>{B2C70A61-0941-11D4-8770-00105AA752A8} </p>
<p>{BF7D7545-3373-11D5-84D1-0001031A6A35} </p>
<p>{FD3E6760-4B71-11D4-8773-00105AA752A8} </p>
<p><b></b></p>
<p>Under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services, </p>
<p>delete the keys: </p>
<p>FastCall Chat Server    <br />RASCALServer     <br />Spanlink     <br />Spanlink FastCall Enterprise Server     <br />splkldap     <br />splkldapmon     <br />SyncServer     <br />TAIServer     <br />VoIPMonitorServer </p>
<p>4. Access the Windows Add/Remove Programs dialog box (<b>Start &gt; Control</b> </p>
<p><b>Panel &gt; Add/Remove Programs</b>). If you find any Cisco Desktop application names in the list of programs installed on the computer, search for them (without the version number) under the registry location HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete them. </p>
<p>5. In Windows Explorer, delete the following folders and their contents: </p>
<p>C:\Program Files\Cisco\Desktop </p>
<p>C:\Program Files\Cisco\IM </p>
<p>C:\Program Files\Spanlink </p>
<p>C:\Program Files\Cisco\Desktop_Cfg </p>
<p>(Do not delete the Desktop_Cfg folder if you wish to preserve configuration data and agent recordings from an on-board Recording &amp; Statistics server.) </p>
<p>C:\Program Files\Cisco\AudioFiles </p>
<p>(Do not delete the AudioFiles folder if you wish to preserve agent recordings from an off-board Recording &amp; Statistics server.) </p>
<p>6. Under the C:\Program Files\Installshield Installation Information folder, delete the following folders. </p>
<p>Note that this is a hidden folder. You may need to change your Windows Explorer Folder Options to enable viewing hidden files and folders. </p>
<p>{1F99B160-BDCE-11D5-84FE-0001031A6A35} </p>
<p>{2A879B13-E744-11D4-849E-0001031A6A35} </p>
<p>{2DF142C0-11F6-11D4-8770-00105AA752A8} </p>
<p>{3AFB74C0-527B-11D4-8776-00105AA752A8} </p>
<p>{3E2F65E8-7773-11D4-8466-0001031C0C0B} </p>
<p>{3F2EEAA1-1F49-11D4-8770-00105AA752A8} </p>
<p>{4FE45CA0-9E24-11D5-84F4-0001031A6A35} </p>
<p>{536A8CD0-F07E-11D4-849F-0001031A6A35} </p>
<p>{671EAD40-79FA-11D5-84E8-0001031A6A35} </p>
<p>{7816039C-78FE-11D4-8466-0001031C0C0B} </p>
<p>{AEF488C0-5B62-11D5-84E0-0001031A6A35} </p>
<p>{B2C70A61-0941-11D4-8770-00105AA752A8} </p>
<p>{BF7D7545-3373-11D5-84D1-0001031A6A35} </p>
<p>{FD3E6760-4B71-11D4-8773-00105AA752A8} </p>
<p>7. Reboot the computer before attempting to reinstall any Cisco Desktop applications.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/voipmonkeys.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/voipmonkeys.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/voipmonkeys.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/voipmonkeys.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/voipmonkeys.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/voipmonkeys.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/voipmonkeys.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/voipmonkeys.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/voipmonkeys.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/voipmonkeys.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/voipmonkeys.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/voipmonkeys.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/voipmonkeys.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/voipmonkeys.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=voipmonkeys.wordpress.com&amp;blog=6534045&amp;post=67&amp;subd=voipmonkeys&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://voipmonkeys.wordpress.com/2009/09/17/manually-remove-cisco-cad-desktop-4-x-and-above/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8215173f5cc2901fc9388b9541220d38?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">voipmonkey</media:title>
		</media:content>
	</item>
		<item>
		<title>Auto Call Pickup &#8211; Cisco CUCM</title>
		<link>http://voipmonkeys.wordpress.com/2009/08/27/auto-call-park-cisco-cucm/</link>
		<comments>http://voipmonkeys.wordpress.com/2009/08/27/auto-call-park-cisco-cucm/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 11:06:13 +0000</pubDate>
		<dc:creator>voipmonkey</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://voipmonkeys.wordpress.com/2009/08/27/auto-call-park-cisco-cucm/</guid>
		<description><![CDATA[&#160; By Default on Cisco Unified Communication Manager systems the pickup group feature does not auto answer this is a cluster wide service parameter you enable this as follows. From the CUCM Menu you go to System\Service Parameters\ Then select the Publisher from the drop down list, then select the Cisco CallManager Service. Then Search [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=voipmonkeys.wordpress.com&amp;blog=6534045&amp;post=65&amp;subd=voipmonkeys&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>By Default on Cisco Unified Communication Manager systems the pickup group feature does not auto answer this is a cluster wide service parameter you enable this as follows.</p>
<p>From the CUCM Menu you go to </p>
<p>System\Service Parameters\</p>
<p>Then select the Publisher from the drop down list, then select the Cisco CallManager Service.</p>
<p><a href="http://voipmonkeys.files.wordpress.com/2009/08/clip_image002.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image002" border="0" alt="clip_image002" src="http://voipmonkeys.files.wordpress.com/2009/08/clip_image002_thumb.jpg?w=404&#038;h=69" width="404" height="69" /></a></p>
<p>Then Search for Auto Call Pickup &amp; set to <b>true</b> (default = false)</p>
<p><a href="http://voipmonkeys.files.wordpress.com/2009/08/clip_image001.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image001" border="0" alt="clip_image001" src="http://voipmonkeys.files.wordpress.com/2009/08/clip_image001_thumb.jpg?w=552&#038;h=34" width="552" height="34" /></a></p>
<p>Save the settings and reset all devices on the system (May want to do this part in a maintenance window !!)</p>
<p>Job Done</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/voipmonkeys.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/voipmonkeys.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/voipmonkeys.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/voipmonkeys.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/voipmonkeys.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/voipmonkeys.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/voipmonkeys.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/voipmonkeys.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/voipmonkeys.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/voipmonkeys.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/voipmonkeys.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/voipmonkeys.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/voipmonkeys.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/voipmonkeys.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=voipmonkeys.wordpress.com&amp;blog=6534045&amp;post=65&amp;subd=voipmonkeys&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://voipmonkeys.wordpress.com/2009/08/27/auto-call-park-cisco-cucm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8215173f5cc2901fc9388b9541220d38?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">voipmonkey</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2009/08/clip_image002_thumb.jpg" medium="image">
			<media:title type="html">clip_image002</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2009/08/clip_image001_thumb.jpg" medium="image">
			<media:title type="html">clip_image001</media:title>
		</media:content>
	</item>
		<item>
		<title>Potential Dev Site</title>
		<link>http://voipmonkeys.wordpress.com/2009/05/26/potential-dev-site/</link>
		<comments>http://voipmonkeys.wordpress.com/2009/05/26/potential-dev-site/#comments</comments>
		<pubDate>Tue, 26 May 2009 07:21:05 +0000</pubDate>
		<dc:creator>voipmonkey</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://voipmonkeys.wordpress.com/2009/05/26/potential-dev-site/</guid>
		<description><![CDATA[I have stumbled across a cert website with allsorts of good info and some SDK stuff. http://uccert.wikidot.com/ Check it out a mate of mine Leigh Harrison does seem to be active here too<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=voipmonkeys.wordpress.com&amp;blog=6534045&amp;post=48&amp;subd=voipmonkeys&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have stumbled across a cert website with allsorts of good info and some SDK stuff.</p>
<p><a href="http://uccert.wikidot.com/">http://uccert.wikidot.com/</a></p>
<p>Check it out a mate of mine Leigh Harrison does seem to be active here too <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/voipmonkeys.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/voipmonkeys.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/voipmonkeys.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/voipmonkeys.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/voipmonkeys.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/voipmonkeys.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/voipmonkeys.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/voipmonkeys.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/voipmonkeys.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/voipmonkeys.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/voipmonkeys.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/voipmonkeys.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/voipmonkeys.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/voipmonkeys.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=voipmonkeys.wordpress.com&amp;blog=6534045&amp;post=48&amp;subd=voipmonkeys&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://voipmonkeys.wordpress.com/2009/05/26/potential-dev-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8215173f5cc2901fc9388b9541220d38?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">voipmonkey</media:title>
		</media:content>
	</item>
		<item>
		<title>SRST and Cisco Unity Voicemail</title>
		<link>http://voipmonkeys.wordpress.com/2009/04/25/srst-and-cisco-unity-voicemail/</link>
		<comments>http://voipmonkeys.wordpress.com/2009/04/25/srst-and-cisco-unity-voicemail/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 03:31:26 +0000</pubDate>
		<dc:creator>voipmonkey</dc:creator>
				<category><![CDATA[Cisco Voice]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[SRST]]></category>
		<category><![CDATA[Unity]]></category>

		<guid isPermaLink="false">http://voipmonkeys.wordpress.com/2009/04/25/srst-and-cisco-unity-voicemail/</guid>
		<description><![CDATA[During the trip to the USA a few new challenges came up for me and a co-worker to resolve. The first of these was when a site is in Fallback (SRST) and you have a IVR attached to a number on this site but the IVR server is remote. SRST by default will accept and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=voipmonkeys.wordpress.com&amp;blog=6534045&amp;post=46&amp;subd=voipmonkeys&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>During the trip to the USA a few new challenges came up for me and a co-worker to resolve.</p>
<p>The first of these was when a site is in Fallback (SRST) and you have a IVR attached to a number on this site but the IVR server is remote. SRST by default will accept and setup dynamic dial peers for all physical devices (2345$) but if you have a none physical device or number (CTI Route Point) then no dial peers where matched.</p>
<p>So the solution!!</p>
<p>Within the call-manager-fallback (SRST) options you use the alias command. this will allow you to redirect this virtual number to a physical number.</p>
<p>Standard SRST Config</p>
<p>call-manager-fallback   <br /> secondary-dialtone 9    <br /> max-conferences 5 gain -6    <br /> transfer-system full-consult    <br /> limit-dn 7942 1    <br /> limit-dn 7945 1    <br /> timeouts interdigit 5    <br /> ip source-address X.X.X.X port 2000    <br /> max-ephones 100    <br /> max-dn 100 dual-line    <br /> transfer-pattern 9T    <br /> default-destination XXXX    <br /> alias 1 2100 to 2122 huntstop    <br /> date-format dd-mm-yy</p>
<p>Helped ??</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/voipmonkeys.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/voipmonkeys.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/voipmonkeys.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/voipmonkeys.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/voipmonkeys.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/voipmonkeys.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/voipmonkeys.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/voipmonkeys.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/voipmonkeys.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/voipmonkeys.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/voipmonkeys.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/voipmonkeys.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/voipmonkeys.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/voipmonkeys.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=voipmonkeys.wordpress.com&amp;blog=6534045&amp;post=46&amp;subd=voipmonkeys&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://voipmonkeys.wordpress.com/2009/04/25/srst-and-cisco-unity-voicemail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8215173f5cc2901fc9388b9541220d38?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">voipmonkey</media:title>
		</media:content>
	</item>
		<item>
		<title>Cisco CUCM Extension Mobility User (Current logged in phone)</title>
		<link>http://voipmonkeys.wordpress.com/2009/04/09/cisco-cucm-extension-mobility-user-current-logged-in-phone/</link>
		<comments>http://voipmonkeys.wordpress.com/2009/04/09/cisco-cucm-extension-mobility-user-current-logged-in-phone/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 12:00:17 +0000</pubDate>
		<dc:creator>voipmonkey</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://voipmonkeys.wordpress.com/2009/04/09/cisco-cucm-extension-mobility-user-current-logged-in-phone/</guid>
		<description><![CDATA[I have always been bothered about how you find what IP Phone a specific user is logged onto with the New versions of CUCM from Cisco Systems. After much digging i have found a way, a little convoluted but it works great saving time and the call to ask for the MAC address of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=voipmonkeys.wordpress.com&amp;blog=6534045&amp;post=44&amp;subd=voipmonkeys&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have always been bothered about how you find what IP Phone a specific user is logged onto with the New versions of CUCM from Cisco Systems.</p>
<p>After much digging i have found a way, a little convoluted but it works great saving time and the call to ask for the MAC address of the device.</p>
<p>So how you you do it ?</p>
<p>First go into the Users Device Profile </p>
<p><a href="http://voipmonkeys.files.wordpress.com/2009/04/image.png"><img style="border-bottom:0;border-left:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;" title="image" border="0" alt="image" src="http://voipmonkeys.files.wordpress.com/2009/04/image-thumb.png?w=341&#038;h=359" width="341" height="359" /></a> </p>
<p>Search for the device profile you want to find logged in and click into the users profile. Once in the device profile in the top right hand dropdown select Dependency Records and hit go.</p>
<p><a href="http://voipmonkeys.files.wordpress.com/2009/04/image1.png"><img style="border-bottom:0;border-left:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;" title="image" border="0" alt="image" src="http://voipmonkeys.files.wordpress.com/2009/04/image-thumb1.png?w=411&#038;h=133" width="411" height="133" /></a></p>
<p>Another window will now open, If the user does not have an active phone login then you will only see the statically configured options.   <br />If you do see an active login then you will see the “Extension Mobility Dynamic” option. </p>
<p><a href="http://voipmonkeys.files.wordpress.com/2009/04/image2.png"><img style="border-bottom:0;border-left:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;" title="image" border="0" alt="image" src="http://voipmonkeys.files.wordpress.com/2009/04/image-thumb2.png?w=675&#038;h=85" width="675" height="85" /></a>     <br />What you will then see is a little strange but don&#8217;t worry just play along. </p>
<p><a href="http://voipmonkeys.files.wordpress.com/2009/04/image3.png"><img style="border-bottom:0;border-left:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;" title="image" border="0" alt="image" src="http://voipmonkeys.files.wordpress.com/2009/04/image-thumb3.png?w=593&#038;h=102" width="593" height="102" /></a>     <br />Just click the Empty link and the system will then take you to where the Phone that the user is logged onto. Job Done.</p>
<p>Hope you all find this useful if so let me know.!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/voipmonkeys.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/voipmonkeys.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/voipmonkeys.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/voipmonkeys.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/voipmonkeys.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/voipmonkeys.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/voipmonkeys.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/voipmonkeys.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/voipmonkeys.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/voipmonkeys.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/voipmonkeys.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/voipmonkeys.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/voipmonkeys.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/voipmonkeys.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=voipmonkeys.wordpress.com&amp;blog=6534045&amp;post=44&amp;subd=voipmonkeys&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://voipmonkeys.wordpress.com/2009/04/09/cisco-cucm-extension-mobility-user-current-logged-in-phone/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8215173f5cc2901fc9388b9541220d38?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">voipmonkey</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2009/04/image-thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2009/04/image-thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2009/04/image-thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://voipmonkeys.files.wordpress.com/2009/04/image-thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Follow me on twitter</title>
		<link>http://voipmonkeys.wordpress.com/2009/03/14/follow-me-on-twitter/</link>
		<comments>http://voipmonkeys.wordpress.com/2009/03/14/follow-me-on-twitter/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 15:22:11 +0000</pubDate>
		<dc:creator>voipmonkey</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://voipmonkeys.wordpress.com/2009/03/14/follow-me-on-twitter/</guid>
		<description><![CDATA[I have finally found twitter follow me at http://www.twitter.org/voipmonkey<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=voipmonkeys.wordpress.com&amp;blog=6534045&amp;post=34&amp;subd=voipmonkeys&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have finally found twitter follow me at http://www.twitter.org/voipmonkey</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/voipmonkeys.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/voipmonkeys.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/voipmonkeys.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/voipmonkeys.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/voipmonkeys.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/voipmonkeys.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/voipmonkeys.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/voipmonkeys.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/voipmonkeys.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/voipmonkeys.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/voipmonkeys.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/voipmonkeys.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/voipmonkeys.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/voipmonkeys.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=voipmonkeys.wordpress.com&amp;blog=6534045&amp;post=34&amp;subd=voipmonkeys&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://voipmonkeys.wordpress.com/2009/03/14/follow-me-on-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8215173f5cc2901fc9388b9541220d38?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">voipmonkey</media:title>
		</media:content>
	</item>
	</channel>
</rss>
