Adding a telephone number to "My Circle of Trust" manually?

<< < (2/2)

JamesD:
Hi Ron,

Well I tried it but the AA still wont pick up when I call using tel# 2222222222

{(1111111111|2222222222):aa},{ph}


Originally it was set like this:

{(x.1111111111):aa},{ph}

Which when I called from tel# 1111111111 the AA would pick up. What am I doing wrong? hhmmmmm
does the "x." does anything?

Thanks!

RonR:
The CallerID normally contains a leading '1' and you're probably not including it in your your rule.

You probably need : {(12222222222|13333333333):aa}   (a leading '1' in front of the 10-digit number)

Alternately, you can use a rule that will match whether it has a leading '1' or not :
{(1?2222222222|1?3333333333):aa}

The rule Obihai uses isn't my favorite : {(x.2222222222|x.3333333333):aa}

This rule says to optionally match ANY digit in front of a 10-digit number.

Personally, I prefer to match it exactly : {(12222222222|13333333333):aa}

Navigation

[0] Message Index

[*] Previous page