What Every CCIE Voice Candidate Should Know About "+ Dialing"

VN:F [1.8.3_1051]
Rating: 0.0/5 (0 votes cast)
September 10th, 2009

What is + dialing?

When using the term “+ dialing” we are typically referring to storing and calling a contact’s telephone number in the Corporate/Personal, Missed/Received calls directory in the equivalent of the fully qualified domain name format which is defined by the ITU spec E164. This defines the “+” character at the start of every telephone number followed by the country code and national digits. We don’t define the telephone number in a format that is localized to a particular country- for example with an international prefix of “011” which is localized for the NANP dialing domain. To put it another way- + dialing is all about making calls using a contact’s globalized telephone number.


Read Full Entry »

Share and Enjoy:
  • RSS
  • Print
  • Facebook
  • Twitter
  • Google Bookmarks
  • Technorati
  • Slashdot
  • LinkedIn
  • del.icio.us
  • Digg
  • Reddit
  • Sphinn
  • Mixx
  • Blogplay
  • Netvibes
  • NewsVine
  • Live
  • Ping.fm
  • MySpace
  • Yahoo! Bookmarks
  • Yahoo! Buzz

Tags: , , , , , , , , , , , , ,

CCIE Voice Lab Exam – Open Ended Questions

VN:F [1.8.3_1051]
Rating: 0.0/5 (0 votes cast)
June 16th, 2009

CCIE Voice Lab Exam Adding Short Answer Questions:
Also effective July 16, 2009, the Cisco CCIE Voice Lab Exam will feature a new type of question format in a section called Core Knowledge.  In this new section, candidates will be asked a series of four open-ended questions that require a short, typewritten response (typically several words).  The questions will be randomly drawn from a pool of questions on topics currently eligible for testing on the CCIE Voice Lab Exam.  No new topics are being added.  Candidates will have up to 30 minutes to complete the Core Knowledge section of the exam, and may not return to the questions later.  First introduced to the CCIE Routing and Switching lab exam in February 2009, Core Knowledge questions will eventually be added to all CCIE tracks.  The changes allow Cisco to maintain strong exam security, and they help ensure that only qualified candidates are awarded CCIE certification.

https://cisco.hosted.jivesoftware.com/community/certifications/ccie_voice/lab_exam

Share and Enjoy:
  • RSS
  • Print
  • Facebook
  • Twitter
  • Google Bookmarks
  • Technorati
  • Slashdot
  • LinkedIn
  • del.icio.us
  • Digg
  • Reddit
  • Sphinn
  • Mixx
  • Blogplay
  • Netvibes
  • NewsVine
  • Live
  • Ping.fm
  • MySpace
  • Yahoo! Bookmarks
  • Yahoo! Buzz

Tags: , , , ,

UCM 7.0(x)- Messages button not working

VN:F [1.8.3_1051]
Rating: 0.0/5 (0 votes cast)
May 22nd, 2009

Something new candidates may have to address during the CCIE Voice version 3 lab exam is the way in which the messages button, used to access voicemail, is provisioned.

The voicemail port wizard, voicemail pilot and voicemail profile are all necessary as has been the case in previous versions of Communications Manager. However, access to Intercom, Directories and Voicemail (through the Messages button) are now provisioned as XML services and not through Enterprise Parameters.

During installation there should be a set of services which are installed automatically. You can check which services have been installed on your UCM 7.x by browsing from the UCM web GUI to Device > Device Settings > Phone Services. You should see a list of services that include Missed/Received/Placed calls, Corporate/Personal Directory, Intercom and Voicemail. If for any reason you are missing any one of these services that should be installed by default you will have to go through the procedure of restoring that service.


Read Full Entry »

Share and Enjoy:
  • RSS
  • Print
  • Facebook
  • Twitter
  • Google Bookmarks
  • Technorati
  • Slashdot
  • LinkedIn
  • del.icio.us
  • Digg
  • Reddit
  • Sphinn
  • Mixx
  • Blogplay
  • Netvibes
  • NewsVine
  • Live
  • Ping.fm
  • MySpace
  • Yahoo! Bookmarks
  • Yahoo! Buzz

Tags: , , , , , , ,

New in CCIE-V v3 part 1- LOCAL ROUTE GROUP

VN:F [1.8.3_1051]
Rating: 0.0/5 (0 votes cast)
April 1st, 2009

One major improvement UCM 7.x offers over CCM 4.x is the ability to route local calls in a far more efficient manner. If you are familiar with CCM 4.x you will know about the duplicate configuration that is required to route a local call to a local gateway. Take for example a two site environment- San Jose and Boston. Each site will no doubt be expected to dial Emergency Services and Local calls as well as a whole host of other types of calls which we are not interested in at this moment. The configuration required to achieve this is as follows:

(1)    Add a gateway into the CallManager database for each site. Let’s call them SJC-GW and BOS-GW.
(2)    Add a Route Group at each site containing the appropriate local gateway. Let’s call them SJC-RG and BOS-RG
(3)    Add a Route List at each site containing the appropriate Route Group. Let’s call them SJC-RL and BOS-RL.
(4)    Add a partition for each site called PT-SJC and PT-BOS.
(5)    Add a CSS for each site called CSS-SJC and CSS-BOS each containing the appropriate partition created in step (4). Devices in San Jose and Boston would be assigned the appropriate CSS.
(6)    In the case of routing 911 calls, create two Route Patterns 911/PT-SJC and 911/PT-BOS. Each Route Pattern would point to the appropriate Route List.

So you get the picture- for site specific routing in CCM 4.x we duplicate all the configuration specific for call routing and use the Calling Search Space of the calling devices to determine which RP > RL > RG > GW to use. Now that is for two sites, imagine the inefficiency in the configuration with a much larger installation!

Now this brings me onto how UCM 7.x provides a smarter way to route calls. It’s called the “Local Route Group” feature that has been added and the benefit of it can really be felt by building on the example we have used above. The new configuration that has been added can be seen when you come to step (3) above. Rather that create two Route Lists each containing Route Groups that consist of the respective site’s gateways, we create a single Route List (called RL-LOCAL-GW) which contains a virtual Route Group (called Standard Route Group). The virtual Route Group consists of the Calling Device’s LOCAL gateway determined from the Calling side Device Pool. Take a look at the two new fields which allow the local gateway to be determined on a per call basis:

The screenshot above shows a new Route List being created. Rather than adding a user defined Route Group (there are two shown in the screenshot above- RG-BR1 and RG-HQ) we use the Standard Local Route Group.

The screenshot shown above shows the Device Pool settings for  site called BR1- and the Local Route Group being set as RG-BR1. Obviously each and every Device Pool would contain it’s own specific Route Group that is local for that particular site.

Let’s now compare the configuration necessary to achieve the same thing (routing 911 calls at both San Jose and Boston) as we detailed above:

(1)    Add a gateway into the CallManager database for each site. Let’s call them SJC-GW and BOS-GW.
(2)    Add a Route Group at each site containing the appropriate local gateway. Let’s call them SJC-RG and BOS-RG
(3)    Add a single Route List containing the Standard Local Route Group. Let’s call this RL-LOCAL-GW.
(4)    Add a partition called PT-911 (we could use the default <None> partition to simplify even more).
(5)    Add a CSS called CSS-911 containing the partition created in step (4). Devices in San Jose and Boston would be assigned this CSS.
(6)    Create a single Route Pattern 911/PT-911. Each Route Pattern would point to the Route List created earlier (RL-LOCAL-GW).

Hopefully you see the benefit of the Local Route Group feature- we have far less duplication taking place and the increased efficiency is even more obvious as the number of sites increase.

Share and Enjoy:
  • RSS
  • Print
  • Facebook
  • Twitter
  • Google Bookmarks
  • Technorati
  • Slashdot
  • LinkedIn
  • del.icio.us
  • Digg
  • Reddit
  • Sphinn
  • Mixx
  • Blogplay
  • Netvibes
  • NewsVine
  • Live
  • Ping.fm
  • MySpace
  • Yahoo! Bookmarks
  • Yahoo! Buzz

Tags: , , , , ,

New in CCIE-V v.3 part 2- "Called Party Transformation Pattern"

VN:F [1.8.3_1051]
Rating: 0.0/5 (0 votes cast)
April 1st, 2009

One new enhancement designed to make implementing a dial plan more efficient in UCM 7.x is the Called Number Transformation pattern. Before we can fully understand how this works, we need to take a brief look at the existing method for transforming the Called Number.

Typically some type of transformation needs to take place between the caller dialing digits and the call being routed to the terminating gateway. More often than not, this simply involves stripping the access code such as “9” used for reaching an external number. This transformation of the called number could be done in one of four places:


Read Full Entry »

Share and Enjoy:
  • RSS
  • Print
  • Facebook
  • Twitter
  • Google Bookmarks
  • Technorati
  • Slashdot
  • LinkedIn
  • del.icio.us
  • Digg
  • Reddit
  • Sphinn
  • Mixx
  • Blogplay
  • Netvibes
  • NewsVine
  • Live
  • Ping.fm
  • MySpace
  • Yahoo! Bookmarks
  • Yahoo! Buzz

Tags: , ,