[asterisk-users] blocking spammer by callerID "name"

Greg Woods greg at gregandeva.net
Fri Jun 14 13:13:44 CDT 2013


On Thu, 2013-06-13 at 18:29 -0600, Joseph wrote:
> When I play:
> exten => s,n,Background(welcome)
> and press extension "1" the system will not jump to this extension immediately, there is a few sec. pause.

Mine looks like this:

exten => s,1,Answer()
exten => s,2,Set(TIMEOUT(digit)=1)
exten => s,3,Background(greeting)
exten => s,n,WaitExten(10)
exten => s,n,Goto(3)

I think setting the digit timeout does the trick for me. (My greeting
file says at the end, "stay on the line and this menu will repeat", and
of course it does until the caller hangs up.

--Greg





More information about the asterisk-users mailing list