cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1058
Views
0
Helpful
3
Replies

Call-back Rules - How?

Arturo Bianchi
Level 1
Level 1

Hi!

I was asking what was the utility of the rules of call-back on the CCA. If I am in the situation that all numbers are taken off the leading zero but that the numbers of mobile do not have the zero initial, which I make the rules re-set the number?? Example:

land-line: 776xxxxxx (9 digit)

mobile: 336xxxxxx (9 digit, old mobile number)

Now, considering that the line access digit is zero, the correct call sequence shall be as follows (in Italy):

land-line: 00776xxxxxx (11 digit)

mobile: 0336xxxxxx (10 digit)

I understand that the current management is not of any use, in the absence of more complex rules (eg regular expressions to catch some prefixes)... I am wrong????

Many thanks for some hints!!!
73,
Arturo.
3 Replies 3

rowseyba1
Level 1
Level 1

Bianchi.a,

I think you mean that you would like to strip the leading 0 (access code) from the front of your numbers going out of your system.

If that is true, then you will need to use CLI to modify your outgoing translation rule.  The default is usually rule 1112.  If you log into CLI using PuTTY or some of terminal emulation software, you will perform a 'show run'

You'll need to space bar down to the voice translation-rules.

To accomplish what I think you need, you will need to type 'config t'--hit enter

then type 'voice translation-rule 1112' --hit enter

then type 'rule 1 /^0\(.*\)/ /\1/  --hit enter

or I think this will work too

config t

voice translation-rule 1112

rule 1 /^0/ //