cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2622
Views
23
Helpful
18
Replies

Dial-Peer issue for POTS

shijo1214
Level 1
Level 1

HI 

 

I am configuring dial-peer for pots for E1 line, but i am getting some issue while calling outside. 

my config is 

 

1   dial peer for local mobile number and local calls

      dial-peer voice 1 pots

      Destination-pattern 9..........

      port 0/0/0:15

2 Dial peer for long distance call

     dial-peer voice 2 pots

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

     prifix 0

     port 0/0/0:15

 

In this config i can call only 10 digits numbers, 11th digits is not appearing. can you please help me in this issue. i am use CME 8.5

 

Thanks

Shijo 

 

18 Replies 18

Hi Shijo,

 

Please specify the number you trying to call. 

Also its not recommended to have dial-peers with open statements like 9........., customize it to your country code dialplan, for example 9[2-7].......

 

 

Best Regards,

Zekeria Sammantar. 

Hi

You have 10 .s in your destination-pattern, use 9[2-7]T (t for timeout) if following Zekeria's advice, or 9T to follow your current config style...

Also put timeouts interdigit 5 under your telephony-service config to avoid long waits before dialling.

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

HI Aaron

 

Thanks for your replay, If i will use 9T i can make call to anywhere, but need to wait 10 sec to call get connect.

 

Thanks

Shijo

Hi

That's why I've suggested you lower your interdigit timeout.

If you know your dialplan well, you can make seperate peers for the 10/11 digit patterns as long as you can differentiate between them with a prefix (e.g. all 10 digits start with pattern xxx, all 11 digits with yyy). If you can't differentiate, then your dial plan has an overlap and you just need to make it as optimal as possible (i.e. shorten the timeout, or use the # terminating digit when dialling)

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

Thanks, i will try this option

Hi all

 

i have configured below dial-peer, i am able to make a call now.

 

can you suggest dial peer for my local 10 digits mobile number.

9632-177614

 

local 8 digits dial

dial-peer voice 1 pots
 destination-pattern 9[2-9].......
 port 0/0/0:15
!

 

long distance 11 digits number


dial-peer voice 3 pots
 destination-pattern 9.[1-9].[1-9].......
 port 0/0/0:15
!

 

long distance mobile number


dial-peer voice 2 pots
 destination-pattern 90[2-9].........
 port 0/0/0:15
 prefix 0
!

 

international dial


dial-peer voice 6 pots
 description international
 destination-pattern 9T
 port 0/0/0:15

 

Hi 

It's customary to rate helpful responses with a good rating - 1 star doesn't really encourage me to help you.

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

 

Hi Aaron

 

actually i put 4 star i don't know how its came one star, your suggestion really helped me.

 

Thanks

Shijo

Hi

I was just going to say what Rolando said (+5)- if that's not clear, tell us what country you are in.

If you're not familiar with the layout of the dial plan in your country, wikipedia is a great source. Follow the 'see also' links here http://en.wikipedia.org/wiki/Telephone_numbering_plan or google wikipedia telephone numbering plan and your Country.

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!

In your current configuration, others dial-peers can match if you dial the 10 digits of your phone, but either way and ASSUMING that all the mobile numbers starts with 6 I will say something like:

!
 dial-peer voice 10 pots
 destination-pattern 96........
 port 0/0/0:15
 forward-digits 9
!

 

Something like that.

Regards.

Rolando Valenzuela.

Hi Rolando

 

there are some other numbers which is not starting in 96

 

Thanks

Shijo

I dont know the dial plan for your country, but the idea is to have a two dial-peers to distinguish land-line calls and mobile calls for example in Brazil Land-Lines are: begin with 2, 3, 4, 5 and mobile phones start with 6, 7, 8, 9.

So the pattern you can uses are similar to this ones:

9.[2-5].......   --->  Brazil local dialing 2-5 for fixed phones.
9.[6-9]T  --->   Brazil local dialing 6-9 for mobile phones.

 

You must create you dial-plan according to your country needs.

Hopes this helps.

Rolando Valenzuela.

HI Zekaria

 

Thanks for your replay,

local 10 digits # 9632177614 This is my mobile number.

long distance 11 digits #  09677243538

my country code is +91

if am not using 10 digits dial-peer, i am able to make a call to 11 digits number, but both i cant use it one time.

 

Thanks

Shijo

 

Hi Shinjo,

 

Reconfigure you mobile dial-peer to:

 

dial-peer voice 3 pots

description "Mobile"

destination-payttern 9[7-9] ... ... .

forward-digits 10   

port 0/0/0:15

 

dial-peer voice 2 pots

description "Long-Distance"

destination-payttern 90 ... ... ... .  (I dont know indian dial-plan, but i highly suggest what Rolando did) 

forward-digits 10   

port 0/0/0:15