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

UC520 Outgoing Call Digit

Jesse Shumaker
Level 1
Level 1

anyone know how I can change the digit that must be pushed to get access to an outgoing line?

thanks

5 Replies 5

Hi Jesse,

If you are using CCA please go to configure->telephony->dial plan->outgoing dial plan. There you may change the prefix.

If you are using CLI you need to modify the dial-peer for outbound calls and under the outgoing voip dialppers you need to add translation rules.

HTH,

Alex

*Please rate helpful posts

This is the area I felt I should change and we wanted to dial 8 for that outside line but when I changed the bolded area's destination pattern to start out with 8 there were issues and I didn't get to an outside line? could something be conflicting or did I miss something? thanks

dial-peer voice 54 pots

corlist outgoing call-emergency

description **CCA*North American-10-Digit*Emergency**

translation-profile outgoing OUTGOING_TRANSLATION_PROFILE

preference 5

destination-pattern 9911

port 0/2/0:23

forward-digits all

no sip-register

!

dial-peer voice 55 pots

corlist outgoing call-emergency

description **CCA*North American-10-Digit*Emergency**

preference 5

destination-pattern 911

port 0/2/0:23

forward-digits all

no sip-register

!

dial-peer voice 56 pots

corlist outgoing call-local

description **CCA*North American-10-Digit*10-Digit Local**

translation-profile outgoing OUTGOING_TRANSLATION_PROFILE

preference 5

destination-pattern 9[2-9]..[2-9]......

port 0/2/0:23

forward-digits all

no sip-register

!

dial-peer voice 57 pots

corlist outgoing call-local

description **CCA*North American-10-Digit*Service Numbers**

translation-profile outgoing OUTGOING_TRANSLATION_PROFILE

preference 5

destination-pattern 9[2-9]11

port 0/2/0:23

forward-digits all

no sip-register

!

dial-peer voice 58 pots

corlist outgoing call-national

description **CCA*North American-10-Digit*Long Distance**

translation-profile outgoing OUTGOING_TRANSLATION_PROFILE

preference 5

destination-pattern 91[2-9]..[2-9]......

port 0/2/0:23

forward-digits all

no sip-register

!

dial-peer voice 60 pots

corlist outgoing call-international

description **CCA*North American-10-Digit*International**

translation-profile outgoing OUTGOING_TRANSLATION_PROFILE

preference 5

destination-pattern 9011T

port 0/2/0:23

forward-digits all

no sip-register

!

dial-peer voice 61 pots

corlist outgoing call-toll-free

description **CCA*North American-10-Digit*Toll-Free**

translation-profile outgoing OUTGOING_TRANSLATION_PROFILE

preference 5

destination-pattern 91800.......

port 0/2/0:23

forward-digits all

no sip-register

!

dial-peer voice 62 pots

corlist outgoing call-toll-free

description **CCA*North American-10-Digit*Toll-Free**

translation-profile outgoing OUTGOING_TRANSLATION_PROFILE

preference 5

destination-pattern 91888.......

port 0/2/0:23

forward-digits all

no sip-register

!

dial-peer voice 63 pots

corlist outgoing call-toll-free

description **CCA*North American-10-Digit*Toll-Free**

translation-profile outgoing OUTGOING_TRANSLATION_PROFILE

preference 5

destination-pattern 91877.......

port 0/2/0:23

forward-digits all

no sip-register

!

dial-peer voice 64 pots

corlist outgoing call-toll-free

description **CCA*North American-10-Digit*Toll-Free**

translation-profile outgoing OUTGOING_TRANSLATION_PROFILE

preference 5

destination-pattern 91866.......

port 0/2/0:23

forward-digits all

no sip-register

Hi Jesse,

Please check the rules in the OUTGOING_TRANSLATION_PROFILE how the digit manipulation is done.

HTH,

Alex

voice translation-rule 1112

rule 1 /^9/ //

voice translation-profile OUTGOING_TRANSLATION_PROFILE

translate called 1112

I figured it out with that little push from Alexander. thanks. basically these are the areas that need to be changed. cisco is nice and modulated so one item references another. I think this situation is nested about 3 levels deep. I'll document to help others.

Change the rule to look for 8 in that first digit

voice translation-rule 1112

rule 1 /^8/ //

Have a voice translation profile setup which references the voice rule we just made

voice translation-profile OUTGOING_TRANSLATION_PROFILE

translate called 1112

have your dial peers change their outgoing pattern and make sure it references the translation profile above

dial-peer voice 56 pots

corlist outgoing call-local

description **CCA*North American-10-Digit*10-Digit Local**

translation-profile outgoing OUTGOING_TRANSLATION_PROFILE

preference 5

destination-pattern 8[2-9]..[2-9]......

port 0/2/0:23

forward-digits all

no sip-register

dial-peer voice 57 pots

corlist outgoing call-local

description **CCA*North American-10-Digit*Service Numbers**

translation-profile outgoing OUTGOING_TRANSLATION_PROFILE

preference 5

destination-pattern 8[2-9]11

port 0/2/0:23

forward-digits all

no sip-register

dial-peer voice 58 pots

corlist outgoing call-national

description **CCA*North American-10-Digit*Long Distance**

translation-profile outgoing OUTGOING_TRANSLATION_PROFILE

preference 5

destination-pattern 81[2-9]..[2-9]......

port 0/2/0:23

forward-digits all

no sip-register

dial-peer voice 60 pots

corlist outgoing call-international

description **CCA*North American-10-Digit*International**

translation-profile outgoing OUTGOING_TRANSLATION_PROFILE

preference 5

destination-pattern 8011T

port 0/2/0:23

forward-digits all

no sip-register

dial-peer voice 61 pots

corlist outgoing call-toll-free

description **CCA*North American-10-Digit*Toll-Free**

translation-profile outgoing OUTGOING_TRANSLATION_PROFILE

preference 5

destination-pattern 81800.......

port 0/2/0:23

forward-digits all

no sip-register

!

dial-peer voice 62 pots

corlist outgoing call-toll-free

description **CCA*North American-10-Digit*Toll-Free**

translation-profile outgoing OUTGOING_TRANSLATION_PROFILE

preference 5

destination-pattern 81888.......

port 0/2/0:23

forward-digits all

no sip-register

!

dial-peer voice 63 pots

corlist outgoing call-toll-free

description **CCA*North American-10-Digit*Toll-Free**

translation-profile outgoing OUTGOING_TRANSLATION_PROFILE

preference 5

destination-pattern 81877.......

port 0/2/0:23

forward-digits all

no sip-register

!

dial-peer voice 64 pots

corlist outgoing call-toll-free

description **CCA*North American-10-Digit*Toll-Free**

translation-profile outgoing OUTGOING_TRANSLATION_PROFILE

preference 5

destination-pattern 81866.......

port 0/2/0:23

forward-digits all

no sip-register

to change dial tone to 8 do the following

telephony-service

  secondary-dialtone 8