Nate
b8b96b7af8
Additional browser autofill prevention for Devices, Fax, Gateway and User
2019-04-12 10:18:03 -06:00
FusionPBX
a0a498fc01
Update fax_edit.php
2019-03-15 00:01:21 -06:00
FusionPBX
e647de5601
Update fax_edit.php
2019-02-12 14:01:04 -07:00
FusionPBX
5ea5c64855
Update fax_edit.php
2018-12-14 15:13:28 -07:00
markjcrane
a72f1d6266
Change messages class to message
2018-08-31 03:09:01 +00:00
AlexanderDCrane
c1457ac053
Update fax_edit.php ( #3173 )
2018-06-13 00:18:35 -06:00
FusionPBX
22aed077b7
Update fax_edit.php
2018-06-02 23:17:13 -06:00
FusionPBX
f2442bfb2c
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
3cab4401cf
Enhance - More messages::add updates ( #2662 )
...
convert more messages over to messsagse::add
2017-06-09 20:13:40 -06:00
netpro25
ee753a3d50
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
6b6a0dab18
PHP bin is not always php5 ( #2350 )
...
not everybody names php binary as php5
2017-02-07 21:31:52 -07:00
jebsolutions
f13020b70c
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
8c5c82de7a
Update fax_edit.php
...
Remove the unofficial billing from fax edit.
2016-10-08 22:16:54 -06:00
FusionPBX
2a7e6cbd2e
Update fax_edit.php
2016-08-13 14:22:11 -06:00
markjcrane
f5959516ed
Update recur_sounds_dir to return an array rather than using a global variable.
2016-08-04 09:49:57 -06:00
markjcrane
bd23c78670
Use FreeSWITCH to run mkdir so it inherits its own user and group permissions.
2016-06-28 15:18:40 -06:00
Mafoo
71525c26b0
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
077059eeb1
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
bda6861f88
\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
fc255818c6
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
90e9b0a149
Corrected selected statements
2016-02-03 17:32:07 +00:00
mafoo
22fe132900
Fix for phrases are actually phrase_uuid not phrase_name.domain_uuid
2016-02-03 15:08:28 +00:00
markjcrane
fa081456b1
Change $_SERVER['DOCUMENT_ROOT'].PROJECT_PATH to $_SERVER["PROJECT_ROOT"].
2016-01-17 00:01:13 -07:00
Alexey Melnichuk
ace38f5a6a
Add. Allows select greeting.
2015-12-09 13:21:37 +03:00
markjcrane
532e01b5c0
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
c543c42ffa
Change. Use path with domain name for faxes for single tenant installation.
2015-12-04 12:57:30 +03:00
Alexey Melnichuk
ed13cbc5ff
Fix. Display description as last item on fax_server page
2015-11-19 12:36:35 +03:00
Alexey Melnichuk
17f435fb22
Add. Web UI to configure fax_queue.
2015-11-18 15:37:41 +03:00
markjcrane
948199497c
Add fax_forward_number to the fax class.
2015-08-21 17:10:42 -06:00
markjcrane
dfa4d1f4b1
Use fax_extension for the directory path needed for outbound faxes.
2015-08-21 16:17:42 -06:00
markjcrane
59fac15627
Change the fax_extension to fax_destination_number.
2015-08-21 15:43:40 -06:00
markjcrane
2947343aca
Add fax default setting keep_local.
2015-08-16 01:53:39 -06:00
markjcrane
bb0d6465d8
Add a new fax class to make the fax dialplan.
2015-08-15 14:27:27 -06:00
Mark Crane
152bbad1b8
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
dc2a02dc59
Set fax_enable_t38_request to false solves problem with 'Called dropped prematurely'
2015-06-08 17:54:49 +00:00
Mark Crane
da114c1a64
If Remote Inbox Subject Tag is not set then check the local fax files.
2015-06-01 21:21:33 +00:00
Mark Crane
e606d92e99
Fix a problem caused by the new FAX prefix.
2015-05-22 00:04:55 +00:00
Mark Crane
2cbcbc0f1a
Remove the default settings fax prefix and move it to the FAX server table.
2015-05-21 03:48:37 +00:00
Nate Jones
830724f368
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
0a52f9cc75
Fax: Fix on edit to re-enable Advanced features, due to recent file rename.
2015-05-09 06:02:48 +00:00
Nate Jones
7fab6d2e88
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
Mark Crane
fdfc134ddc
Change the order of the fax dialplan details.
2015-04-28 21:12:27 +00:00
Mark Crane
db21ca20f1
Update the api_hangup_hook for the fax dialplan.
2015-04-28 14:47:17 +00:00
Mark Crane
ce2845924c
Remove the numeric restriction on fax forward number as it isn't required to be a number.
2015-04-16 20:49:43 +00:00
Nate Jones
ac49f1135d
Fax Server: Added permission to control Advanced section visibility. Addresses comment on r7943.
2015-03-23 17:26:47 +00:00
Nate Jones
7a46084231
Fax Server: Account code value now retrieved properly from the db on edit.
2015-03-19 00:10:18 +00:00
Nate Jones
127a392bf0
Fax Server: Hide advanced settings for Users.
2015-03-10 20:31:45 +00:00
Mark Crane
8ee16910f3
FAX edit destination number is not always a number so have to remove the constraint.
2015-02-20 04:24:18 +00:00
Nate Jones
8dc2ab55b4
Fax Server: Revert Destination Number field to type text to support non-numeric entries.
2015-02-19 23:37:48 +00:00
Nate Jones
996e89c396
Removal of colon next to form label names.
2015-02-15 06:50:00 +00:00