Commit Graph

102 Commits

Author SHA1 Message Date
Nate 36fc2a9097 Update fax_edit.php 2019-09-19 13:30:32 -06:00
FusionPBX 6248ddb3a9
Update fax_edit.php 2019-09-19 08:08:17 -06:00
Nate cf63416efe Fax Server: Token integration. 2019-09-19 06:27:05 -06:00
frytimo 8d4bf7622e Match mixed case in "from" address (#4619)
RFC's do not specify addresses must be converted lower case by email servers. If a sender has set their "from" address set to a mixed case string, the fax send will not match the authorized senders. This ensures newly entered authorized senders are now stored as lower case.
2019-09-17 12:38:59 -06:00
FusionPBX 68f0a39b09
Update fax_edit.php 2019-08-24 09:42:02 -06:00
FusionPBX f16bad573f
Update fax_edit.php 2019-08-24 09:40:37 -06:00
FusionPBX b61f2c66a8
Update fax_edit.php 2019-08-24 09:33:56 -06:00
FusionPBX 5086a0a403
Update fax_edit.php 2019-08-24 09:26:47 -06:00
Nate 7fed9bf48f Fax Server: Database class integration. 2019-08-07 18:59:26 -06:00
Nate e6050cb193 Additional browser autofill prevention for Devices, Fax, Gateway and User 2019-04-12 10:18:03 -06:00
FusionPBX 4a9826866b
Update fax_edit.php 2019-03-15 00:01:21 -06:00
FusionPBX f3c2d0a41e
Update fax_edit.php 2019-02-12 14:01:04 -07:00
FusionPBX a741012fad
Update fax_edit.php 2018-12-14 15:13:28 -07:00
markjcrane 9717543a46 Change messages class to message 2018-08-31 03:09:01 +00:00
AlexanderDCrane af688a81c8 Update fax_edit.php (#3173) 2018-06-13 00:18:35 -06:00
FusionPBX fc3ea396ac
Update fax_edit.php 2018-06-02 23:17:13 -06:00
FusionPBX 20c24049bd
Update fax_edit.php
Changed the type of fax_caller_id_number to text, because otherwise the leading 0 is removed.
2018-02-21 16:08:01 -07:00
Mafoo 9570ce1bf0 Enhance - More messages::add updates (#2662)
convert more messages over to messsagse::add
2017-06-09 20:13:40 -06:00
netpro25 289861272e Add multiple email fields (#2365)
Add multiple email fields to make entering multiple email addresses easier.
2017-02-08 14:32:07 -07:00
Luis Daniel Lucio Quiroz d6f888f6a9 PHP bin is not always php5 (#2350)
not everybody names php binary as php5
2017-02-07 21:31:52 -07:00
jebsolutions 273a69fc50 Minor fixes to HTML markup. (#2274)
call_flow_edit.php
- fix: <script> tag output before html headers
2016-12-27 10:06:30 -07:00
FusionPBX ad0ab54d28 Update fax_edit.php
Remove the unofficial billing from fax edit.
2016-10-08 22:16:54 -06:00
FusionPBX 4a9dc8bdda Update fax_edit.php 2016-08-13 14:22:11 -06:00
markjcrane 28c59d4eec Update recur_sounds_dir to return an array rather than using a global variable. 2016-08-04 09:49:57 -06:00
markjcrane 6f2601e32a Use FreeSWITCH to run mkdir so it inherits its own user and group permissions. 2016-06-28 15:18:40 -06:00
Mafoo 59ddf92f1b I got the permissions wrong (#1616)
it should have been in octal mod (leading 0)
also updated the fax application as it needs the stickygid too
2016-05-26 05:55:46 -06:00
Harry G. Coin 64eeca8e2d Fix so fusionpbx doesn't fail on servers with php versions later than 5. (e.g. php7).
Also a few warning causes fixed.
Also, one step along the way to allow freeswitch to be u freeswitch g freeswitch and fusionpbx to run www-data:www-data.
2016-04-25 20:52:21 -05:00
Harry G. Coin 91a92d8e5e \r\n --> \n
Cause all the .php files containing lines ending with \r\n to instead end with \n.

DYI with:

find fusionpbx -type f -name '*.php' -exec dos2unix '{}' \;
2016-04-25 20:30:23 -05:00
markjcrane 13861172a9 If the user is in the superadmin or admin group and user group it was preventing the fax_forward number from being updated. 2016-02-11 00:19:44 -07:00
mafoo 467384aece Corrected selected statements 2016-02-03 17:32:07 +00:00
mafoo c17fccbff2 Fix for phrases are actually phrase_uuid not phrase_name.domain_uuid 2016-02-03 15:08:28 +00:00
markjcrane 23b4b7c9bf Change $_SERVER['DOCUMENT_ROOT'].PROJECT_PATH to $_SERVER["PROJECT_ROOT"]. 2016-01-17 00:01:13 -07:00
Alexey Melnichuk 199b7e0def Add. Allows select greeting. 2015-12-09 13:21:37 +03:00
markjcrane 68bb079781 Remove count($_SESSION["domains"]) > 1 from the as the domain name should always be part of the fax directory path. 2015-12-08 21:59:09 -07:00
Alexey Melnichuk 9568eb43f4 Change. Use path with domain name for faxes for single tenant installation. 2015-12-04 12:57:30 +03:00
Alexey Melnichuk 83b26ff901 Fix. Display description as last item on fax_server page 2015-11-19 12:36:35 +03:00
Alexey Melnichuk 8abdbf3f0b Add. Web UI to configure fax_queue. 2015-11-18 15:37:41 +03:00
markjcrane c7c173f674 Add fax_forward_number to the fax class. 2015-08-21 17:10:42 -06:00
markjcrane 933db5bc01 Use fax_extension for the directory path needed for outbound faxes. 2015-08-21 16:17:42 -06:00
markjcrane 8a8f73d81d Change the fax_extension to fax_destination_number. 2015-08-21 15:43:40 -06:00
markjcrane 91911a10ca Add fax default setting keep_local. 2015-08-16 01:53:39 -06:00
markjcrane 504d89dd90 Add a new fax class to make the fax dialplan. 2015-08-15 14:27:27 -06:00
Mark Crane 8356f9ffe3 Prevent a fax problem when current user is in both the admin and also in the user group. 2015-06-30 15:35:23 +00:00
Mark Crane fb87aac5db Set fax_enable_t38_request to false solves problem with 'Called dropped prematurely' 2015-06-08 17:54:49 +00:00
Mark Crane 09ea679bdb If Remote Inbox Subject Tag is not set then check the local fax files. 2015-06-01 21:21:33 +00:00
Mark Crane 84f524dd27 Fix a problem caused by the new FAX prefix. 2015-05-22 00:04:55 +00:00
Mark Crane 4a67abb23a Remove the default settings fax prefix and move it to the FAX server table. 2015-05-21 03:48:37 +00:00
Nate Jones 6e87e5ca86 Fax: Fixed an issue when multiple email addresses are defined in fax-to-email feature (was only sending email to the last address listed). Thx CraigH. 2015-05-15 20:33:39 +00:00
Nate Jones 4406875476 Fax: Fix on edit to re-enable Advanced features, due to recent file rename. 2015-05-09 06:02:48 +00:00
Nate Jones 95e965b108 Fax: Upgrade script to generate and store meta-data from existing fax files, fix Lua script to insert correct fax file path into db, JavaScript prompt corrections, adjust redirect after send to use new interface, fix delete so files on file system are removed (using path from db), fix paging and sorting on Inbox and Sent, fix TIF to PDF conversion for viewing sent/received faxes (if PDF version not present). 2015-05-09 05:22:29 +00:00