[asterisk-users] Fax Detect on Demand

Eric Wieling EWieling at nyigc.com
Thu Sep 13 16:00:33 CDT 2012


Yes.  Trivial

Off the top of my head:

exten => 12125551212,1,Set(EMAIL=john.doe at example.com)
exten => 12125551212,n,Answer
exten => 12125551212,n,Wait(4)
exten => 12125551212,n,Dial(SIP/1212)

exten => fax,1,ReceiveFax(/tmp/myfax.tiff)
exten => fax,n,AGI(yourfax2emailagi.php,${FAXEXTEN},${EMAIL})

The Answer and Wait are required for faxdetection to work.


-----Original Message-----
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Olivier
Sent: Thursday, September 13, 2012 6:20 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Fax Detect on Demand



2012/8/16 Eric Wieling <EWieling at nyigc.com>


	Using Asterisk 1.8.mumble.  We would like to use fax detect on demand.
	
	Both chan_dahdi and chan_sip support setting fax detetect on a static basis,


For curiosity's sake, could you make it work first using static settings ?




	but no way I've been able to find to enable/disable it on demand in the dialplan.
	
	In 1.4 we used the NVFaxDetect 3rd party app, but that no longer appears to be maintained.
	
	Does anyone have any suggestions?
	
	--
	_____________________________________________________________________
	-- Bandwidth and Colocation Provided by http://www.api-digital.com --
	New to Asterisk? Join us for a live introductory webinar every Thurs:
	               http://www.asterisk.org/hello
	
	asterisk-users mailing list
	To UNSUBSCRIBE or update options visit:
	   http://lists.digium.com/mailman/listinfo/asterisk-users
	





More information about the asterisk-users mailing list