1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. If you had a PIAF Forum account in the vBulletin days, log in with your old credentials. Otherwise, sign up again and we'll get you back in business as soon as we can.
  3. Please limit message subjects in new threads to 40 CHARACTERS or less! Otherwise, nobody can reply to your post! We're working on it. Suhosin sucks!

Install-incredfax2

Discussion in 'Add-On Install Instructions' started by darmock, Dec 29, 2011.

  1. darmock PIAF Developer

    Enable tesseract OCR from within avantfax

    Seems to work for existing installs of incredible fax 2.0 please paste the following into the cli

    sed -i "s/define('ENABLE_OCR_SUPPORT', false);/define('ENABLE_OCR_SUPPORT', true);/" /var/www/html/avantfax/includes/local_config.php

    I have just added this to the existing install-incredfax2 program which will add this command if you install the optional ocr software.

    Tom
  2. atsak Guru

    Is there any reason why the maint password isn't working for me on this? I did a vanilla install then incredifax and that's it; everything went OK but I can't log into the Avantfax menu.

    I may have misread the instructions of course and that's the wrong password ;-)
  3. jvangent100 New Member

    Ok I played a bit more with the firewall and I have it now working with passive mode.

    On the client, no firewall adjustments are necessary.

    On the server there are two things required (This probably ONLY works on Centos 6 and higher).

    1) nano /etc/modprobe.d/nf_conntrack_ftp.conf

    options nf_conntrack_ftp ports=21,4559

    save.

    2) nano /etc/sysconfig/iptables-config

    IPTABLES_MODULES="" becomes: IPTABLES_MODULES="nf_conntrack_ftp"

    save.

    3) nano /etc/sysconfig/iptables

    add:

    -A INPUT -p tcp -m tcp --dport 4559 -j ACCEPT


    Now you can set the clients to passive, and no firewall configuration is necessary on the client.

    Of course this way you don't need to open a bunch of tcp ports to your lan clients, just the 4459 port AND this will allow you also to provide faxing to remote clients, just by forwarding port 4559 from your router to your pbx :)
  4. darmock PIAF Developer

    initial password is password not what you set for maint. I know it is confusing but if you looked at at the last screen of the install it provided you with this information (really) Beyond that once you log in the first time you reset the password (for avantfax only) to whatever you want. Unfortunately this is the way things are.

    Tom
  5. darmock PIAF Developer

    Thanks for your contribution. I will test this later this evening

    Tom


  6. atsak Guru

    I was multitasking during the install so missed the last screen. Thanks for the quick answer. Unfortunately I tried maint/password and it still isn't taking. I looked at the table in the database and the user ID is there, but of course the password is encrypted. I'll poke away at it.

    [updated]

    I reset the password in mysql all is well now.
  7. atsak Guru

    Ok great work - everything went in no problem and looks good. The only thing I don't understand (and only because I haven't worked with this before) is exactly what you need to do to create the freepbx extension mentioned as needed. . .

    Is there a guide somewhere else or is it buried in the other incredifax / incredible pbx guides?
  8. darmock PIAF Developer

    That used to be distributed with the incredible pbx. Thus it used to be install PBX in a Flash/incredible pbx/incredible fax

    Now because you can install it whenever some of the base files of PBX in a Flash need to be changed to automate the process. We have been considering how to do this as there are a number of ramifications to automating this.

    Considering the package is only a few days old be patient I am sure Ward or myself with have something shortly. You could always look to the hylafax/avantfax/iaxmodem thread parts 1to 4 as it seems to me it is buried in there somewhere.

    Perhaps if you get a chance and do the research and get it working you would not mind documenting your steps and posting them.


    Tom
  9. darmock PIAF Developer

    Uodates

    Version 2.0.7 is out on the developer site

    We have added a couple of things
    1. If you install tesseract OCR program during the initial install OCR will now automatically be enabled within avantfax. This means that your incoming faxes will get ocr'd now which allows you to search them easier. This is just the basic integration. I understand there are some more advanced applications floating around out there.

    2. Added to config wizard so you can now set the iaxmodem phone numbers that are displayed by various hylafax clients. The default is 1.800.555.1212 which annoyed me. Now you can

    1. Leave it as default
    2. Set all modems to a common phone number
    3. Set all modems to individual phone numbers

    This is helpful if you assign a particular modem to a particular group.

    This is now available on the developer site both 32/64 bit. It does need some testing however.


    For new installs only

    1. update-programs -d
    2. install-incredfax2 -d

    It should be pushed out to PIAF space later today..


    I also noticed that tesseract the OCR program can use a LOT of resources so you might find your tiny atom box with 1 gb might NOT be enough! I am going to go out on a limb and suggest you use a bigger box for your fax server.


    Tom
  10. wardmundy Nerd Uno


    A Custom Destination is automatically created called Fax (Hylafax). Just point your inbound route for the fax calls to this custom destination, and you'll be all set.
  11. atsak Guru

    OK I did that, but the calls terminate immediately. I will get into the logs to see what's happening.
  12. gvtricks Guru

    I have done some testing for several dates and it is working fluently for IN and OUT faxes just using Google Voice.


    Here are some of my snips

    [IMG]

    [IMG]

    [IMG]

    [IMG]

    [IMG]

    [IMG]

    Thanks Tom for the incredible Work you have Done!!!!
  13. darmock PIAF Developer

    Just wait till you see incredible PBX 3.0

    Tom
  14. BlaSTiWi New Member

    gvtricks,

    What was the HP test server number on your test? Was it 888-473-2963? I never have any luck on that number and thought my fax install failed but turned out ok using others.

    Tkx!
  15. gvtricks Guru

    Yes it is the same number you posted and it does work in my box 100% of the time in and out using Google voice.
    I don't know why does not do it for you.
    BTW Asterisk 10 will handle Faxes codec better than before.
    Another suggestion will be just to use Alaw and Ulaw codecs only for sip faxing.

    Good Luck

    gvtricks
  16. darmock PIAF Developer

    I know I am asking a lot! I would like to put out a document that details how to do the basic configuration of avantfax just after the incredible fax 2 install completes. Is there anyone willing to write up a short document on the steps they used after the install to get a functioning fax systems including setting up gvoice.

    I dont use fax personally so it seems to me the right thing to do is ask someone who does to help out the project. I am in the process of wrting the install manual with screen captures etc already for the install-incredfax2. I was thinking a part two would be nice for newbs in the BASIC setup of the fax system. I can do screen captures if someone wants to send me their steps either in a PM or in the forum. I will duplicate these steps and do screen captures along the way.


    Tom
  17. darmock PIAF Developer

    Really? No one wants to share the steps how they got incredible fax 2.0 running, past the initial install, so I can generate a set of docs and share them out?

    Come on guys......
  18. atsak Guru

    If I had it working I would happily document it for you, but unfortunately I'm still struggling (no real time to dig into it yet) . . . eventually I'll figure it out but it might not be soon.
  19. darmock PIAF Developer

    Thanks for the offer. I just hate to leave it hanging as it is a complex install. That and I am hoping to not have to reinvent the wheel by going thru all the configuration steps in learning mode.

    Sigh quite frazzled as we have been working on incredible pbx 3.0 which is RSN.


    Tom
  20. MisterQ New Member

    I was just about to install lncredible fax, but saw this. The original posting talks about running on PIAF 2.0.6.2.1 but later postings talk about 2.0.6.x. I am running 2.0.6.1 - does this work, or is 2.0.6.2.1 a minimum...

    Peter

Share This Page