[asterisk-users] asterisk fax in debian
jg
webaccounts at jgoettgens.de
Fri Jun 14 15:02:21 CDT 2013
Let 123456 be your fax number, iaxmodem0 the account name of your IAX
modem (configured in iax.conf), then in extensions.conf you would have
something like
[from-pstn...]
exten => 123456,1,Verbose(1,Incoming fax...)
same => n,Dial(IAX2/iaxmodem0,40)
same => n,Hangup()
and for outgoing facsimiles in context [fax-out]
[fax-out]
exten => _X.,1,Verbose(1,Outgoing fax...)
same => n,Dial(...${FILTER(0-9,${EXTEN})},40)
same => n,Hangup()
Email sending is configured inside Hylafax.
jg
More information about the asterisk-users
mailing list