On Fri, 31 Mar 2006, Bob McDowell wrote:
> I agree, this does work well.  My 'fax' extension is right off of the
> docs:
> 
> -----
> 
> [faxin]
> exten => fax,1,UserEvent(Incoming Fax...)
> exten => fax,n,Dial(IAX2/ttyIAX)
> exten => fax,n,Dial(IAX2/ttyIAX2)
> exten => fax,n,Dial(IAX2/ttyIAX3)
> exten => fax,n,Dial(IAX2/ttyIAX4)
> exten => fax,n,Busy
> exten => fax,n,Hangup
> 
> -----

Yes, that looks simple.
With CAPI and Eicon cards it would be like

[faxin]
exten => fax,1,capicommand(receivefax|<filename>)
exten => fax,2,System(faxreceived.sh ${FAXID} ${FAXPAGES} ${FAXRESOLUTION} 
${FAXRATE})
exten => fax,3,Hangup


Armin

> 
> Bob McDowell
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Boris
> Bakchiev
> Sent: Friday, March 31, 2006 7:55 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: RE: [Asterisk-Users] Asterisk and Hylafax, on the same box
> 
> That's not entirely correct :)
> 
> > Fax and voice on the same DID is not possible when using a second
> > application like hylafax. Because how should the two applications
> decide
> > which one accepts the call?
> 
> With the help of iaxmodem (which works really well) its easily done!
> Just detect the incoming call is fax and the route it to iaxmodem on fax
> extension.
> 
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
> 
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
> 
> 
> 
> 
> 
>    *** PRIVILEGED AND CONFIDENTIAL CLIENT COMMUNICATION ***
> 
> This e-mail message and all attachments, if any, may contain confidential and 
> privileged material and are intended only for the intended recipient.  Any 
> unauthorized review, use, disclosure or distribution is prohibited.  If you 
> are not the intended recipient, please contact the sender by reply e-mail or 
> by calling  (417) 869-9192 and destroy the original and any copies of this 
> e-mail.
>  
>  
> 
> 
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
> 
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
> 
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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

Reply via email to