I am having an issue with iax2 for the fax.
when i am issuing iax2 show peers,  i am getting
*CLI> iax2 show peers
Name/Username Host Mask Port Status Description iaxmodem/iaxmod (null) (D) 255.255.255.255 0 Unmonitored
1 iax2 peers [0 online, 0 offline, 1 unmonitored]


it is not attached even to 127.0.0.1


is there a workaround?



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
.



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