Archive for February 2009

Don't park a page (configuring simple park slots)

Saturday, February 7th, 2009 by tburns

Last week, I was at a customer’s location where I had previously installed a CME build. They have on order a PRI and associated DIDs to cover the current users with plenty more for growth. They had hoped to coordinate the PRI install with the CME install, but couldn’t get the telco to move as quickly as they wanted.

I installed the CME build (v.7.0.0.1 on a 2821) with three FXO 4-port cards to handle the 11 analog lines they have coming into the facility. They handle incoming calls through a rotating receptionist system where there is one primary receptionist who forwards calls to one of two other backup receptionists. They are looking forward to getting the DIDs so they can reduce the number of calls handled by the receptionists.

Read more »

Automated site map for website with dynamically generated pages

Saturday, February 7th, 2009 by Joyce Johnston

We recently launched a website where site visitors can write reviews. Each new review is displayed on its own page, which is generated dynamically from the database. I automated the site map for the site, so that it would be updated whenever a new review was added to the site.

Read more »

CME – Configuring Overhead Paging

Thursday, February 5th, 2009 by tburns

I was asked to configure two paging groups for a customer. One, for through-the-phone paging; and one for both through-the-phone paging AND overhead paging using a Bogan PA device. The idea was that not all employees needed to hear every page, and the receptionist was able to decide which of the two pages she would use at any one time.

First, I configured paging through-the-phones. I used the 239.0.1.0 multicast address and assigned this address .10 for no good reason but that I expected to run multicast addresses sequentially from that point:

!
ephone-dn  105
 number 400
 label Phone Paging
 name Phone Paging
 paging ip 239.0.1.10 port 2000
!

Read more »

Cisco CME 7.0.0.1 – Background images

Monday, February 2nd, 2009 by tburns

I recently installed a site where the customer ordered the 6-button 7965 phones with CME 7.0.0.1. The background images were not loading when the phones came up. Debugging TFTP packets indicated that the phones were looking for the images list file (List.xml) in a folder called flash:Desktops/320×212x16. Instead of flash:Desktops/320×212x12, which is where all the images were stored. I’d already configured all the tftp-server entries for the images, so I created a new folder in flash called 320×212x16:

Router#mkdir flash:Desktops/320x212x16/
Create directory filename [Desktops/320x212x16/]?
Created dir flash:Desktops/320x212x16
Router#

Read more »