[Asterisk-Users] BLOCKING incoming FAXES on voice line.

Joseph syscon at interbaun.com
Mon Dec 6 12:42:05 MST 2004


My calls are coming via Sipura SPA-3000 unit so I'm not sure if it'll
work in my situation as SPA3000 is answering the phone and automatically
passing asterisk incoming extension.

-- 
#Joseph

> 
> Assuming you're getting the calls on some sort of a Zap channel, then in 
> the same context where your extention is defined, add:
> 
> exten => fax,1,Hangup
> 
> or even better yet:
> 
> exten => fax,1,Background(if-this-really-is-a-human-please-press-1)
> exten => fax,2,Hangup
> 
> You must also have:
> 
> faxdetect=incoming
> 
> In zaptel.conf for this to work.
> 
> Hope this helps,
> Gilad
> 




More information about the asterisk-users mailing list