Displaying 2 results from an estimated 2 matches for "815xxxxxxx".
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 from just branching on our home phone number to
include any toll free number, (800, 866, 877, etc) as a telemarketer
screening system. But I am not sure of the syn...
2008 Feb 23
2
MySQL Voicemail Storage Questions\Errors
...------+-------------+------+-----+---------+----------------+
11 rows in set (0.00 sec)
mysql> exit;
Bye
Here is an example of the errors I'm getting (ignore No route to destination, those phones just aren't on):
-- Executing Goto("SIP/2441-ac047f90", "rwest|815XXXXXXX|1")
-- Goto (rwest,815XXXXXXX,1)
-- Executing NoOp("SIP/2441-ac047f90", "CallerID is "WIRELESS CALLER" <XXXXXXX>")
-- Executing Dial("SIP/2441-ac047f90", "SIP/rwest200&SIP/rwest201&SIP/rwest202&SIP/rwest203|15")
[F...