[asterisk-users] Fax tone detected, but no fax extension for CAPI

Avi Miller avi.miller at squiz.net
Sun Aug 6 01:42:55 MST 2006


Stefan-Michael. Guenther (in-put GbR) wrote:
> I have a fax server with an AVM Fritzcard that is connected to port number 4 
> of an EICON DIVA Server 4 BRI. 

If the inbound is always going to be fax, set faxdetect=off in 
capi.conf, so that it just runs the default.

Otherwise, add a fax extension:

[faxout]
exten => _X.,1,Answer
exten => _X.,2,DIAL(CAPI/g1/${EXTEN},10,r)
exten => _X.,3,Congestion
exten => fax,1,Dial(CAPI/g1/${EXTEN},10,r)

That'll dial out the call when it detects its a fax.

hope that helps,
Avi



More information about the asterisk-users mailing list