cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
512
Views
0
Helpful
4
Replies

DIAL PLAN PROBLEM

Charlie Mayes
Level 1
Level 1

Hello All,

I am trying to dial out from my VOIP phone using my PSTN at home. I am able to route calls in to the VOIP phone with no problem after entering "connection plar 5003" Command. When I attempt to use the commands below I get a busy signal. I think my CME is not recognizing the dial plan I configured.

dial-peer voice 1 pots

destination-pattern [770]..[...]....

port 1/0/0

I have tried

destination-pattern 9[770]..[...]....

and

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

also what is the right command to dial long distance?

4 Replies 4

A few things to note:

1) on a pots dial peer, any time the digit is explicitly matched, it is dropped.

so pattern 9....

would only send ....

but

pattern (9).... or [19]....

would both send 5 digits.

This is changed with:

forward-digits | all

no digit-strip

changing the destination pattern.

Also:

the [xxx] parameter is an OR operation. What your current destination pattern says is:

7 OR 7 OR 0 followed by two numbers, followed by ANY NUMBER or ANY NUMBER or ANY NUMBER followed by 4 more numbers.

You probably want something like this:

9770.......

forward-digits 10

This will send 770 plus 7 digits. If you need to dial one, add a 1 in the pattern and forward-digits to 11.

Alternatively:

9(1770).......

-nick

Thanks Nick I will let you know i fthis works for me. The CCNA Voice book realy confused me.

Hello Nick,

I think everything you told me worked. Please pay no attention to that last email I sent. It was all my fault. Thanks Man

Glad I could help :)

-nick

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: