cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1737
Views
0
Helpful
7
Replies

Sending asterix and pound sign to PSTN

Tomasz Bres
Level 1
Level 1

Hello

I need to send code like *21*xxxxxxxxx*yyyyyyyyy# to PSTN operator.

I'v tried with destination patern, vioce translation-profile and all I was abble to do is sending:

Called Number=*21*xxxxxxxxx*yyyyyyyyy or

Called Number=*21*xxxxxxxxx*yyyyyyyyyT

How to send # (pound sign) to PSTN?

Thanks

7 Replies 7

Ayodeji Okanlawon
VIP Alumni
VIP Alumni

According to cisco's documentation, You can use both in your destination-pattern.

In addition to wildcard characters, the following characters can also be used in the destination pattern:

Asterisk (*) and pound sign (#)—These characters on standard touch-tone dial pads can be used anywhere in the pattern. They can be used as the leading character (for example, *650), except on the Cisco 3600 series.

http://www.cisco.com/en/US/docs/ios/12_2/voice/configuration/guide/vvfpeers.html

Can you send your dial-peer config..

Please rate all useful posts

"'Nature is too thin a screen, the glory of the omnipresent God bursts through it everywhere"-Ralph Waldo Emerson

Please rate all useful posts

dial-peer voice 720 pots

destination-pattern *21*...................

port 0/0/0

forward-digits extra

Why dont you try...

dial-peer voice 720 pots

destination-pattern *21*..................#

port 0/0/0

forward-digits all

Please rate all useful posts

"'Nature is too thin a screen, the glory of the omnipresent God bursts through it everywhere"-Ralph Waldo Emerson

Please rate all useful posts

Result is:

atch Rule=DP_MATCH_DEST; Called Number=*21*xxxxxxxx*yyyyyyyyyT

049088: //-1/23D4BBBCA5E7/DPM/dpMatchPeersCore:

   No Outgoing Dial-peer Is Matched; Result=NO_MATCH(-1)

049089: //-1/23D4BBBCA5E7/DPM/dpMatchPeersMoreArg:

   Result=NO_MATCH(-1)

What system are you using? Are you using CUCM or CCME?

Please rate all useful posts

"'Nature is too thin a screen, the glory of the omnipresent God bursts through it everywhere"-Ralph Waldo Emerson

Please rate all useful posts

Cisco Unified Communications Manager Express Version 7.0(0)

Tomasz,

The reason is that . is not a valid wildcard for * or # - there isn't one. You would have to specifically put them in their position in the destination pattern.

Hope that helps.