I removed everything but what I needed to get the fax and email it to myself. So this is all I have, Thanks..

[macro-faxreceive]
exten => s,1,SetVar(FAXFILE=/var/spool/asterisk/fax/${UNIQUEID}.tif)
exten => s,7,rxfax(${FAXFILE})
exten => s,103,SetVar([EMAIL PROTECTED])
exten => s,104,Goto(7)

Chris

Message: 1
Date: Tue, 22 Mar 2005 11:12:33 +1200
From: Matt Riddell <[EMAIL PROTECTED]>
Subject: Re: [Asterisk-Users] Fax receive issues and NVFaxDetect
To: Asterisk Users Mailing List - Non-Commercial Discussion
<[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

[macro-faxreceive]
 exten => s,1,SetVar(FAXFILE=/var/spool/asterisk/fax/${UNIQUEID}.tif)
 exten => s,7,rxfax(${FAXFILE})

what happened to 2 through 6?

--
Cheers,


_______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to