[FONT=&]Hi guys,[/FONT][FONT=&]Recently I came across the article about translation rules.
[/FONT]
[FONT=&]What if, for those same inbound calls, we want to modify the caller-id to prefix the access numbers (9, 91 or 9011) so that the calls can be dialed easily from a user’s call history? To accomplish this, we need another set of rules:[/FONT]
[FONT=&]voice translation-rule 2[/FONT]
[FONT=&]rule 1 /^…….$/ /9&/[/FONT]
[FONT=&]rule 2 /^[2-9]..[2-9]……$/ /91&/[/FONT]
[FONT=&]rule 3 /^1[2-9]..[2-9]……$/ /9&/[/FONT]
[FONT=&]rule 4 /.*/ /9011&/[/FONT]
[FONT=&]
[/FONT][FONT=&]Imagine that I am in Chicago and someone is calling me from Boston. Does it mean on the screen of my phone display I will see something like 91617XXXXXX? What is the purpose of having 91 being displayed in front of 617XXXXXX instead of just 617XXXXXX? [/FONT]