cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
235
Views
5
Helpful
5
Replies

Secondry Dialtone in CME

Hello guys,

is it possible to use * or # before dialing (secondry dialtone), instead of 9 or does it have to be a number?

Thanks,

5 Replies 5

Chris Deren
Hall of Fame
Hall of Fame

Well, you can enter the command but how are you going to match your dial-peer based on *, which is a wildcard character?

I guess if your other CME extensions begin with * this would be OK, or if you plan on using translation rules applied to the dial-peer this might work.

Chris

Thanks Chris,

This is what I am planning to modify in order to replace 9 with * for outgoing calls

telephony-service

secondary-dialtone *

dial-peer voice 10 pots

description local calls

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

port 0/0/0

forward-digits 10

Thanks,

I just tested it and it works fine.

HTH,

Chris

Chris,

I changed the config as mentioned above but I get busy tone as soon as I dial the first digit after *. Could you please let me what I am doing wrong?

Thanks,

Couple of things: your dial-peer is

*[2-9]......... should't it be *1[2-9].........

Also, make sure that the port you're referencing is up and running.Perghaps replace it with 9.

Also, if it still fails post "debug voice dialpeer"

Chris