Open Source Training Seminar


Not Logged in - No Account?

Don't have an account? Registering an account with us allows you to post to the forums, easily track new posts, subscribe to threads, pm (private message) other forum members, and receive periodic news letters (you can opt out if you desire). Once you are logged in this message will no longer appear. If you don't have an account, you can create one by registering here. Lost your password, request a new password. We respect your privacy which means we collect minimal information when you register and we do not resell that information or use it in any objectionable way. You can review our privacy policy for full details.


FreePBX & Asterisk & Debian & Hylafax & TDM400

rtt_it's picture

HI All,

i have the following setup:
Debian Machine, Asterisk (running), Freepbx (running), Hylafax (running), Avantfax (runnig). my problem is the setup:

i have:
- a iax intra office trunk to another location: working
- a FWD iax-trunk: working
- SIP trunk(s) with FreeDigits just to have a few more numbers
- a ZAPTEL TDM400 channel: working (for voice, in & out)

i want: FAX::
right now, i think i could follow these scenarios to accompish faxing:
1)
analog line <> TDM400 <> ZAPTEL <> Asterisk <> Hylafax <> AVANTFAX

2)
FAXoIP:
eth2 <> SIP Trunk <>asterisk <> hylafax <> avantfax

>> are these the possible scenarios? what are other possible scenarios? im not quite sure at the point.

>>> i tried to hook up my TDM400 direct to an extension (IAXMODEM) , but the fax never shows up. bottom line, i need a guidance at this point, first the possible sceanrios, then a step-step guide.

>>> are there any FAXoIP Provider out there? I couldnt find one...

thx in advance


__________________


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

This is all in my

KodaK's picture

This is all in my opinion:

Keep your faxes outside of Asterisk if at all possible. You're not doing DID faxing anyway, so just put a FAX modem on a serial port on your Debian box and configure Hylafax to send your faxes via email.

Unless you want to share a line for voice and FAX, that's probably your best bet (until * can be used as a t.38 end point, anyway.)

Quote:
are there any FAXoIP Provider out there? I couldnt find one...

There are lots, but they take care of all of it for you and charge per page. It's not a bad solution if your fax volume is low. Google "efax". Also, some TSPs will do t.38, but you need a t.38 capable endpoint. So, for example, you could:

TSP<->Asterisk(1.4 at least)<->T.38capableATA<->Fax Modem<->Hylafax

There are lots and lots of ways of achieving your goal.