Avantfax and Mac
Thanks Joe, that appears to have worked. Great Help.
Anyway, I'm using a B410p, Asterisk 1.6 / Dahdi
Running OSX 10.5.8
Here's my guide on how I got avantfax working, and then configure it so I could
send faxes from my Mac without going into the WEB GUI.
I've basically scoured this threat, and other threads and used my own knowledge and crammed it all together. Big thanks to Mr Roper.
For starters, I run the setup script supplied by Joe and Tshif
cd /root
wget http://www.fonicaprojects.com/downlo...iaf-hylafax.sh
chmod +x piaf-hylafax.sh
./piaf-hylafax.sh
update-fixes
Next, download and install the webmin module.
Now the config...
Inside the file iax_custom.conf file, in each of the four [iax-faxX] contexts, change the context name "from-internal" to "from-fax"
Inside the file extensions_custom.conf, add this to the bottom of the file:-
[from-fax]
exten => _.,1,goto(from-internal,9${EXTEN},1)
exten => _x.,n,Hangup()
Edit
iax_general_custom.conf add the following..
maxcallnumbers=100
calltokenoptional=0.0.0.0/0.0.0.0
Goto
etc\iaxmodem
Edit each of the iaxmodem
-cfg.ttyIAX files and make sure the CID number is added and looks like the below, obviously changing the number to match the actual FAX CID number.
cidnumber +
32163218
Lastly... Running in Mac OSX
Finally we need to make some changes so that Computers on the same network can talk with Haylafax server.
Replace the X with your Gateway.
In shell:
iptables -A INPUT -p tcp -m tcp -s 192.168.
X.0/255.255.255.0 -j ACCEPT
service iptables save
service iptables restart
Now, on the client desktop install the
FAX90 Client (
http://www.gigasys.it/site/hylafax-mac-free-client.html) There are others available but I find this on the best.
Install to Applications folder. Open and select
keep in dock.
-The first time you run an fax server message will appear, ignore this.
- Goto the FAX90 menu item, click
setup
-Enter the following details
Fax Server IP: The PBX IP
Username: The avantfax username of that user
Password: Password of that user
E- mail: Their E-mail
Prefix: Leave blank
The default username and password is (admin/password) I suggest not using this.
Now my Avantfax is working on OSX with Dahdi.
thanks all