cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
381
Views
0
Helpful
3
Replies

CME and discard 9

shikamarunara
Level 4
Level 4

I've very new to CME/CUE and need some advice on part of my dial plan. I'm trying to implement dial "9" to dial out, but I find that my dial-peer is passing everything to the telco including the "9". Is there a command or a method that will allow me to discard it or to discard a pre-dot like in regular CallManager?

-Shikamaru

3 Replies 3

Rob Huffman
Hall of Fame
Hall of Fame

Hi Shikamaru,

Here is what Cisco recommends in the CME SRND Guide;

!11-digit long-distance PSTN dialing with an access code of 9

dial-peer voice 1 pots

preference 1

destination-pattern 91..........

port 2/0:23

forward-digits 11

!

!7-digit local PSTN dialing with an access code of 9

dial-peer voice 4 pots

destination-pattern 9[2-9]......

port 2/0:23

forward-digits 7

From this good design doc;

Cisco Unified CallManager Express Solution Reference Network Design Guide

Cisco Unified CallManager Express Dial Plan

http://www.cisco.com/en/US/products/sw/voicesw/ps4625/products_implementation_design_guide_chapter09186a00805f06ad.html

Hope this helps!

Rob

Thanks for the reality check, Rob. Yeah, I stumbled into the world of "forward-digits" when I was doing some dial peer dubugging, good to see my mind was on the right track. I got the international dialing to work, now trying to figure out how the local dialing will go.

-Shikamaru

Hi Shikamaru,

You are most welcome :)

Take care,

Rob