cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1079
Views
0
Helpful
6
Replies

destination-pattern # needed

J_Vansen_S
Level 3
Level 3

Hi all; I am currently running CCME with 4FXO lines. The customer needs to make a call starting with #. Whenever 9 followed by # is pressed a busy tone is heard.

Below is my dial peer config.

dial-peer voice 10 pots

Destination pattern 9.T

Please advise how I can configure my destination pattern to take # type.

Sent from Cisco Technical Support iPhone App

1 Accepted Solution

Accepted Solutions

Can you try changing the termination digit to something other than # using this command?

dial-peer terminator

http://www.cisco.com/en/US/docs/ios/12_3/vvf_r/vrg_d1_ps1839_TSD_Products_Command_Reference_Chapter.html#wp1114770

View solution in original post

6 Replies 6

Roman Rodichev
Level 7
Level 7

Did you try destination-pattern 9#T ?

# is used as a default termination key for the T pattern. Instead of waiting for inter digit timeout CME will match the pattern when # is pressed. I don't believe you can change this key, but I suspect if you use it in the middle of the pattern it will be treated as a #-key. This behavior is similar in CUCM.

J_Vansen_S
Level 3
Level 3

Yes # is the default termination. Thus it does not work. # can't be use as a middle number key in my scenario. It has to be 9 followed by #. Any workaround or solution to this?

Sent from Cisco Technical Support iPhone App

Could you try

destination-pattern 9.T as workaround

Pierre.

Sorry, I meant:

destination-pattern 9#.T

Pierre.

Can you try changing the termination digit to something other than # using this command?

dial-peer terminator

http://www.cisco.com/en/US/docs/ios/12_3/vvf_r/vrg_d1_ps1839_TSD_Products_Command_Reference_Chapter.html#wp1114770

THANK YOU~! Anthony...


dial-peer terminator works!

Ive replaced # with alphabate F.

Problem Solved.