I HAVE A DREAM Adding Barcode Routing to AvantFax

TirsoJRP

Member
Joined
Jan 8, 2015
Messages
99
Reaction score
32
I have been using zbar with AvantFax to route incoming fax.
It is quite easy to add, just install zbar-tools and change the barcode settings in /var/www/html/avantfax/includes/local_config.php

Code:
//      Barcode Support
define('ENABLE_BARDECODE_SUPPORT', true);
define('BARDECODE_BINARY',              "/usr/bin/zbarimg");
define('BARDECODE_COMMAND',    BARDECODE_BINARY." -D --raw -q %s");

There's a lot of space for improvements, for now this only works with the first barcode found in the fax.
 

Members online

No members online now.

Forum statistics

Threads
25,812
Messages
167,763
Members
19,241
Latest member
bellabos
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top