cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
669
Views
0
Helpful
1
Replies

UC540: Change outgoing number when I dial a defined prefix

florianmuehl
Level 1
Level 1

Hello everybody,

I have a customer who wants to dial out with another number when he dials a prefix like *9 or 9.  The customer activated the feature clip no screening.

Example:

His normal outgoing caller id is 0011-123456 when he dials any number like 0555-55555.

When he dials *90555-55555 or 90555-5555 then his outgoing number should be 0022-123450.

I have only access to the cli.

How can I do that? I think I have to assign any voice translation rule...

Thank you

Flo

1 Reply 1

Darren DeCroock
Level 4
Level 4

Hello Flo,

Yes, you can do that with a translation rule on your outgoing dial-peer.  You would need a seperate dial-peer with the "9" access code, pointing to a different transalation-rule

Example:

dial-peer voice 60 pots

trunkgroup PRI_T1E1

translation-profile outgoing NORMAL

destination-pattern 05.......

forward-digits all

no sip-register

dial-peer voice 61 pots

trunkgroup PRI_T1E1

translation-profile outgoing ALTERNATE

destination-pattern 905.......

forward-digits all

no sip-register

voice translation-profile NORMAL

translate calling 1000

voice translation-profile ALTERNATE

translate calling 1001

voice translation-rule 1000

rule 15 /^....$/ /0011123456/

voice translation-rule 1001

rule 15 /^....$/ /0022123450/

This just an example, I am not sure what you are using for your outside lines. (BRI, PRI, SIP...)

To be more specific, I would need to see your current configuration.

Thank you,

Darren