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

--
_____________________________________________________________________
-- 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

Reply via email to