HylaFAX The world's most advanced open source fax server

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [hylafax-users] Fwd: Trixbox & Hylafax fax no dial tone



Zeynep,

Although I've helped users with configurations on Trixbox, FreePBX, and other kinds of stuff-on-top-of-Asterisk PBXes, I'm generally averse to it. It seems to me that if you're having problems making the Trixbox configuration work for you that you should seek support from Trixbox or that you should abandon Trixbox.

For myself, I much-prefer deploying GPL Asterisk proper instead of using the add-on PBXes. The end-result is much cleaner for your needs... in particular reading the CLI output is easy when you use Asterisk proper instead of the CLI mess you'll get when using the add-ons.

Thanks,

Lee.


zeynep yildirim wrote:
Hi all,

Can you help me please?





Hi All,

I installed Hylfax and avantfax on Trixbox. I used this manual http://trixbox.org/wiki/avantfax-hylafax-iaxmodem-tb-faxing-web-interface.

I did step by step this manual. Now my problem is that i call my fax number, I hear dial tone but no fax signal. Can you help me please.

I use digium fxo (4 ports ) card for pstns. My zapata.conf likes this:
[channels]
language=en

; include zap extensions defined in AMP
#include zapata_additional.conf

; XTDM20B Port #1,2 plugged into PSTN
;AMPLABEL:Channel %c - Button %n
context=from-pstn
signalling=fxs_ks
faxdetect=incoming
usecallerid=yes
echocancel=yes
echocancelwhenbridged=no
echotraining=800
group=0
channel=1-4
allow=ulaw
faxdetect=both
;faxdetect=incoming
;faxdetect=outgoing
;faxdetect=no

extentions.conf file:

[ext-fax]
exten => s,1,Answer
exten => s,2,Goto(in_fax,1)
exten => in_fax,1,StopPlayTones
exten => in_fax,2,GotoIf($["${FAX_RX}" = "system"]?3:analog_fax,1)
exten => in_fax,3,Macro(faxreceive)
exten => in_fax,4,Hangup
exten => analog_fax,1,GotoIf($["${FAX_RX}" = "disabled"]?4:2) ;if fax is disabled, just hang up
exten => analog_fax,2,Set(DIAL=${DB(DEVICE/${FAX_RX}/dial)});
exten => analog_fax,3,Dial(${DIAL},20,d)
exten => analog_fax,4,Hangup
;exten => out_fax,1,wait(7)
exten => out_fax,1,txfax(${TXFAX_NAME},caller)
exten => out_fax,2,Hangup
exten => h,1,system(/var/lib/asterisk/bin/fax-process.pl --to ${EMAILADDR} --from ${FAX_RX_FROM} --dest "${FROM_DID}" --subject "Fax from ${URIENCODE(${CALLERID(number)})} ${URIENCODE(${CALLERID(name)})}" --attachment fax_${URIENCODE(${CALLERID(number)})}.pdf --type application/pdf --file ${FAXFILE});
exten => h,2,Hangup()



my soft modem extentions:



inbound Route:








____________________ HylaFAX(tm) Users Mailing List _______________________
 To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
 *To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*




Project hosted by iFAX Solutions