cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2048
Views
10
Helpful
2
Replies

Send pound sign (#) to sip trunk

svelasquezm
Level 1
Level 1

Hi,

I have a customer with a cme 8 that needs to send the special code #00 that connects to another system in a sip trunk.

I did a dial-peer with this destinattion-pattern like this:

dial-peer voice 30 voip

description ** #00 call **

destination-pattern #00

rtp payload-type nte 99

session protocol sipv2

session target sip-server

dtmf-relay rtp-nte

codec g711ulaw

The calls always fail

I did a "debug voip dialpeer all" and i found that the CME when i call the #00 it see the called number as: T00 and the dial-peer never match

How can i do to make this work?

If i use another special charactar like *00 it works, but is necesary the #00

Regards,

1 Accepted Solution

Accepted Solutions

Chris Deren
Hall of Fame
Hall of Fame

IOS uses # as termination key, you can change that with following command:

dial-peer terminator A

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

HTH,

Chris

View solution in original post

2 Replies 2

Chris Deren
Hall of Fame
Hall of Fame

IOS uses # as termination key, you can change that with following command:

dial-peer terminator A

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

HTH,

Chris

Hi Chris

This solve my issue

Thanks a lot