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

CUE direct transfer to VM with no E164 option

aramos17428
Level 1
Level 1

I would like to setup direct transfer to voice mail in CUE.

I'm already using the E164 for DID assigment so that's not an option. Looks like I will have to go with a translation rule my dial plan is 3 digits begining with 1.. and the E164 number begins with 834221....

Can you help with an example.

thanks

Armando

2 Replies 2

Brandon Buffin
VIP Alumni
VIP Alumni

Armando,

Another option is to use the custom script which can be obtained by sending an email to ask-cue-editor@external.cisco.com. See the following link for details on the script and its use.

http://www.cisco.com/en/US/customer/products/sw/voicesw/ps5520/products_tech_note09186a00802ab979.shtml

Hope this helps. If so, please rate the post.

Brandon

aramos17428
Level 1
Level 1

i figure it out. 8 plus the 3 digit extension.

voice translation-rule 1

rule 1 /^8\(.*\)/ /\1/

voice translation-profile extra_extn

translate redirect-called 1

dial-peer voice 1 voip

translation-profile outgoing extra_extn

preference 1

destination-pattern 6000

session protocol sipv2

session target ipv4:10.66.81.94

incoming called-number .

dtmf-relay sip-notify

codec g711ulaw

no vad

ephone-dn 6 dual-line

number 81..

call-forward all 6000

Armando