Displaying 1 result from an estimated 1 matches for "handle_fax".
Did you mean:
handle_ex
2005 Jan 22
0
chan_capi patch: app_capiFax modifications
...hannel will be changed to Fax Mode.
*
* Example of use :
* line number 123, play something, if a fax tone is detected, handle it
* line number 124, answer directly in fax mode
*
* [incoming]
* exten => 123,1,Answer()
* exten => 123,2,BackGround(jpop)
* exten => 124,1,Goto(handle_fax,s,1)
* exten => fax,1,Goto(handle_fax,s,1)
*
* [handle_fax]
* exten => s,1,capiAnswerFax2(/tmp/${UNIQUEID}|1234567890) // Answer
fax with CSID 1234567890
* exten => s,2,Hangup()
* exten => h,1,deadagi,fax.php // Run SFF2TIFF and mail it.
*
Please note that this can only...