Displaying 1 result from an estimated 1 matches for "_866xxxxxxx".
Did you mean:
866xxxxxxx
2009 Nov 06
2
Routing incoming call based on caller id
I am not that good at regex and it's use in Asterisk. I am running
Asterisk 1.4.13
Currently I have this in my extensions.conf for incoming calls on our
house phone line:
[housemenu]
exten => s,1,GotoIF($["${CALLERID(num)}" = "815xxxxxxx"]?s|12);
815xxxxxxx is our home phone number, when caller id fails or is missing
that is what is recorded.
I want to expand this