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

# dialing in CME

Vishal Parekh
Level 1
Level 1

Dear All, 

I want to create translation rule and destination pattern start with "#" or  "*" to reach my other branch. 

I have tried creating below rule, but was unable to make a call. whenever i press # my calls are getting disconnected and it is giving me busy tone.

voice translation-rule 100
rule 1 /^#100\(...$\)/ /\1/

voice translation-profile SIP
translate called 100

dial-peer voice 100 voip
translation-profile outgoing SIP
destination-pattern #100...$
session protocol sipv2
session target ipv4:192.168.x.x
incoming called-number .
voice-class codec 1
voice-class sip options-keepalive up-interval 12 down-interval 65 retry 3
dtmf-relay rtp-nte sip-kpml

I have tried to configure translation rule start with "*", but it is not allowing me to configure the same.

Kindly provide the possible solution on above request.

1 Accepted Solution

Accepted Solutions

HARIS_HUSSAIN
VIP Alumni
VIP Alumni

It this CUCME, the i believe you have to disable the termination character which is set to # by default.

show run all | s telephony

you will see the command. 

Also Try Escape character \

voice translation-rule 100
rule 1 /^\#100\(...$\)/ /\1/

Please rate and mark correct if helpful<<<<<<<<

View solution in original post

5 Replies 5

HARIS_HUSSAIN
VIP Alumni
VIP Alumni

It this CUCME, the i believe you have to disable the termination character which is set to # by default.

show run all | s telephony

you will see the command. 

Also Try Escape character \

voice translation-rule 100
rule 1 /^\#100\(...$\)/ /\1/

Please rate and mark correct if helpful<<<<<<<<

Hi Harish, 

Unable to find command which disable termination character "#". 

Below is the output of command which you have mentioned. 

telephony-service ccm-compatible
telephony-service ccm-compatible
telephony-service
device-security-mode none
no protocol mode
privacy
no privacy-on-hold
conference transfer-pattern
srst dn line-mode single
moh-file-buffer 64
no internal-call moh-group
auto-reg-ephone
ephone-reg
authentication credential
authentication credential
authentication credential
authentication credential
authentication credential
authentication credential
authentication credential
authentication credential
em keep-history
em force-reset
em logout -1:-1 -1:-1 -1:-1
no fxo hook-flash
extension-assigner tag-type ephone-tag
max-ephones 50
max-dn 50
rollback ip-switching
rollback pass-unexpected-codec
ip source-address 172.16.12.5 port 2000 strict-match
ip qos dscp ef media
ip qos dscp cs3 signal
ip qos dscp af41 video
ip qos dscp default service
max-redirect 10
caller-id name-only
service directed-pickup
timeouts interdigit 10
timeouts busy 10
timeouts ringing 180
timeouts trunkseize 180
timeouts ringin-callerid 8
timeouts night-service-bell 12
timeouts transfer-recall 0
timeouts inter-makecall-prompt 10
system message
cnf-file location flash:
user-locale US
user-locale 1 US
user-locale 2 US
user-locale 3 US
user-locale 4 US
network-locale US
network-locale 1 US
network-locale 2 US
network-locale 3 US
network-locale 4 US
load 7916-24 B016-1-0-4.SBN
time-zone 35
time-format 24
date-format dd-mm-yy
keepalive 30
bulk-speed-dial prefix #
max-conferences 8 gain -6
hunt-group report delay 1 hours
hunt-group logout DND
no hunt-group logout notify
no hunt-group logout threshold
web admin system name admin secret 5 $1$/lOg$FrwQS.dhNAN8t694yNXC2/
dn-webedit
time-webedit
transfer-digit-collect new-call
transfer-system full-consult
transfer-pattern .T
log table retain-timer 15
log table max-size 150
login timeout 5 clear 23:45
no after-hours login http
directory first-name-first
xmltest
xmlschema srst-its.xsd
xmlthread 2
create cnf-files version-stamp Jan 01 2002 00:00:00
no overlap-signal
shutdown

Apologies for confgurion it is global command

just try 

conf t 

dial-peer terminator * 

show run all | s dial-peer  terminator

will show you the default.

You can test the translation pattern with below command and verify if it is accepting the #

test voice translation-rule 100 #100234 

Please rate and mark correct <<<<<<<<<<

Thanks

Haris

Vivek Batra
VIP Alumni
VIP Alumni

Duplicate of;

https://supportforums.cisco.com/discussion/13164061/cme-route-pattern-start

Vishal Parekh
Level 1
Level 1

HI Harish, 

I have use Dial-peer terminator * command to fix this issue. 

Thank you for your quick response and support.

Regards, 

Vishal