Alex
72dafd903d
Use the time_format default setting on more pages ( #7663 )
...
* Use the time_format default setting on more pages
* Update call_recordings.php
* Update devices.php
* Update email_queue.php
* Update emergency.php
* Update time formatting based on settings
* Update fax_logs.php
* Update fax_queue.php
* Update time_condition_edit.php
* Update xml_cdr_details.php
* Update xml_cdr_search.php
* Update xml_cdr_statistics_inc.php
* Update xml_cdr_statistics.php
* Update xml_cdr.php
* Update contact_edit.php
* Update contact_notes_view.php
* Update contact_notes.php
* Update contact_timer.php
* Update contact_times.php
* Update user_logs.php
* Update footer.php
* Update template.php
* Update fax_files.php
* Update recent_calls.php
* Update missed_calls.php
* Update recordings.php
* Update xml_cdr_statistics_inc.php
* Update xml_cdr_inc.php
* Update xml_cdr_inc.php
* Update recordings.php
* Update missed_calls.php
* Update call_block.php
* Update user_logs.php
* Update xml_cdr_inc.php
* Update xml_cdr_details.php
* Update recordings.php
* Update fax_queue.php
* Update fax_logs.php
* Update fax_files.php
* Update event_guard_logs.php
* Update emergency.php
* Update email_queue.php
* Update devices.php
* Update call_recordings.php
* Update time_condition_edit.php
* Update time_condition_edit.php
* Update call_block.php
* Update call_recordings.php
* Update devices.php
* Update email_queue.php
* Update emergency.php
* Update event_guard_logs.php
* Update fax_files.php
* Update fax_logs.php
* Update fax_queue.php
* Update recordings.php
* Update xml_cdr_inc.php
* Update user_logs.php
* Update destination_summary.php
* Update xml_cdr_extension_summary.php
* Update music_on_hold.php
* Update fax_send.php
* Update voicemail_greetings.php
* Update voicemail_greetings.php
* Update xml_cdr_inc.php
* Update xml_cdr_inc.php
* Update xml_cdr_inc.php
* Update xml_cdr_statistics_inc.php
* Update xml_cdr_statistics_inc.php
* Update xml_cdr_inc.php
* Update xml_cdr_extension_summary.php
* Update destination_summary.php
* Update xml_cdr_statistics_inc.php
* Update xml_cdr_inc.php
* Update xml_cdr_statistics_inc.php
* Update contact_edit.php
* Update css.php
* Update template.php
* Update fax_send.php
2025-12-18 09:52:49 -07:00
FusionPBX
6b063f2c28
Replace the DOCUMENT_ROOT and PROJECT_ROOT variables
...
Use the __DIR__ constant and dirname as needed
2025-12-08 14:12:19 -07:00
frytimo
adfc4cc469
Create more documentation ( #7627 )
...
* Documentation, format class, no modification.
2025-11-18 18:33:07 -07:00
markjcrane
b0eabca1f6
Update check permisisons
2025-11-02 00:22:57 -06:00
FusionPBX
6a36858102
Update fax_send.php
2025-10-30 22:22:14 -06:00
FusionPBX
cf81cca8d1
Update boolean handling
2025-10-30 20:09:49 -06:00
FusionPBX
76e2e7d3b7
Remove database app_name and app_uuid ( #7562 )
...
- Remove database app_name, app_uuid
- This is handled automatically by the database class
- Remove redundant database::new()
2025-10-09 17:54:05 -06:00
FusionPBX
2d2f18d001
Update fax send to use empty
2025-10-06 13:34:33 -06:00
FusionPBX
7f9064fadb
Update boolean toggle and the database boolean type ( #7522 )
...
* Change the data type to boolean
* Use boolean values in SQL and Conditional Statements
* Schema Data Types: Drop views so that alter tables statements complete
* Update settings.php
* Add extension for call_screen_enabled
* Gateway handle boolean
Add the boolean toggle
- distinct_to
- caller_id_in_from
- supress_cng
- extension_in_contact
- contact_in_ping
* Update gateways.php
* Update voicemail_edit.php
* Replace the ${caller_id_name} with the extensions caller id name
* Phrase - Edit: Update slide toggle with new select beneath.
* Update the input toggle style
* Set the input_toggle_style_switch as boolean
* Update the input toggle style
* Theme: Adjust CSS to wrap description text on form fields.
* Add domain_uuid and domain_name to the SQL SELECT
* Unset the parameters to fix the next query
* Gateway: Integrate new slide toggle switch.
* Dashboard: Update the input toggle style (#7499 )
* Dashboard: Update the input toggle style
* Update dashboard_widget_edit.php
* Update dashboard_edit.php
* Inbound Route - Add: Integrate new slide toggle switch and boolean.
* User Settings: Integrate new slide toggle switch.
* Call Block Edit: Update the input toggle style (#7500 )
* Bridge Edit: Update the input toggle style (#7501 )
* Update phrases.php
* Update domain_edit.php
* Domain Settings Edit: Update the input toggle style
* User Edit: Update the input toggle style
* Update install.php
* Remove fields marked as deprecated
* Use boolean in the select statement
* Streams: New slide toggle and boolean.
* Streams: Remove unnecessary default.
* Queues (FIFO): New slide toggle.
* Call Detail Records: Update the input toggle style (#7503 )
* Call Detail Records: Update the input toggle style
* Update xml_cdr_extension_summary.php
* Update xml_cdr_extension_summary.php
* Update xml_cdr_extension_summary.php
* Call Centers: Update the input toggle style (#7502 )
* Call Centers: Update the input toggle style
* Update call_center_agent_edit.php
* Conference Centers: Update the input toggle style (#7506 )
* Conference Centers: Update the input toggle style
* Update app_config.php
* Update conference_center_edit.php
* Use boolean data type (#7505 )
* Call Flow Edit: Update the input toggle style (#7504 )
* Devices: Update the input toggle style
* IVR Menus: New slide toggle.
* IVR Menu: Remove deprected file.
* SIP Profile - Edit: New slide toggle.
* Device Profiles: Update the input toggle style
* Ring Groups - List: Fix syntax.
* Theme: Fire onchange event when switching slide toggle control.
* Device Vendors: Update the input toggle style
* Update enabled boolean
* Update device_edit.php
* Ring Groups: New slide toggle.
* Update domain_edit.php
* Email Templates: Update the input toggle style
* Header: Correct default value on input toggle style.
* Default/Domain/User Settings: Adjust Select option label for better clarity.
* Use true boolean types for switch theme toggle or drop-down box (#7507 )
* Groups: Update the input toggle style
* Conference Controls: Update the input toggle style (#7509 )
* Conference Controls: Update the input toggle style
* Update conference_control_edit.php
* Update conference_control_details.php
* Update conference_control_detail_edit.php
* Conferences: Update the input toggle style (#7511 )
* Use true boolean types for switch theme toggle or drop-down box (#7513 )
* Dialplans: Update the input toggle style
Also updated outbound route add
* Ring Group: Only adjust ring group forward destination top margin when slide toggle enabled.
* Default/Domain/User Settings - List: Adjust for new 'Select Box' label on input_toggle_style value.
* Use true boolean types for switch theme toggle or drop-down box (#7514 )
* Call Forward / Follow Me: Minor javascript adjustments to mirror previous behavior.
* Ring Groups [Dashboard]: New slide toggle.
* Get the contacts details with a seperate SQL Query
* Remove debug info
* Destinations: Update the input toggle style
* Conference Profiles: Update the input toggle style (#7515 )
* Conference Profiles: Update the input toggle style
* Update conference_profiles.php
* Update conference_profile_params.php
* Update conference_profile_param_edit.php
* Update conference_profile_edit.php
* Extensions: Update the input toggle style
* Contacts: Update the input toggle style (#7517 )
* Contacts: Update the input toggle style
* Update contact_address_edit.php
* Update contact_attachment_edit.php
* Update contact_edit.php
* Update contact_email_edit.php
* Update contact_phone_edit.php
* Update contact_relation_edit.php
* Update contact_setting_edit.php
* Update contact_url_edit.php
* Update contacts.php
* Voicemails: New slide toggle.
* Voicemail Greeting: New slide toggle.
* Modules: New slide toggle.
* Recordings: New slide toggle
* Variables: New slide toggle.
* Time Conditions: New slide toggle.
* Extensions - List: Remove invalid column name.
* Extension Settings: New slide toggle.
* Number Translations: New slide toggle and boolean.
* Sofia global settings: Update the input toggle style
* Update alter table convert to boolean
* Fix contact relation search (#7518 )
* Sip Profile Edit: Fix setting enabled labels (#7519 )
* Sip Profile Edit: Fix setting enabled labels
* Update sip_profile_edit.php
* Update dialplan_edit.php (#7520 )
* Update SQL queries to use true/false for contact primary settings (#7521 )
* Update SQL queries to use true/false for contact primary settings
* Update contacts_vcard.php
* Update email.php
* Update totp.php
* Update contact_url_edit.php
* Update contact_email_edit.php
* Update contact_address_edit.php
* Update contact_attachment_edit.php
* Update contact_phone_edit.php
* Add a database views method
* Add database view groups
* Add database users view
* Add database call_recordings view
* Update users.php
* Add database view call block
* Update schema to use the database views method
* Update conference.conf.lua boolean
* Update directory.lua boolean
* Update callcenter.conf.lua agent_status boolean
* Update sofia.conf.lua boolean
* Update number translations lua boolean
* Update directory.lua boolean
* Update group_call.lua fix the cache
* Update reverse-auth-lookup.lua boolean
* Update directory.lua boolean
* Use concat instead of ||
* Update index.lua
---------
Co-authored-by: fusionate <nate@fusionpbx.com >
Co-authored-by: Alex <alex@fusionpbx.com >
Co-authored-by: frytimo <tim@fusionpbx.com >
2025-09-20 18:42:05 -06:00
FusionPBX
2b25c5eb17
Update fax_send.php
2025-08-27 22:50:23 -06:00
K-Flagman
1926ef95fe
Add the upload_file_limit to fax_send ( #7466 )
...
* [fax_send.php] add the upload_file_limit
* Use the settings class get method
* Change the setting name to upload_file_limit
* Increase the default to 5
2025-08-22 22:25:15 -06:00
FusionPBX
399c071961
Fix the email_from when using per domain settings
...
Remove extra new database objects to make the code more efficient
2025-05-06 21:30:01 -06:00
FusionPBX
17b938698e
Start with the require.php
2025-03-13 13:08:36 -06:00
Alex
b5592e84c7
Fix fatal error on fax send ( #7313 )
2025-03-13 11:04:40 -06:00
FusionPBX
9d3dd2a831
Add two fax variables
2025-02-14 13:08:19 -07:00
fusionate
68e3b4c187
Fax - New: Add cover_message, cover_message_height Default Settings to define a default Message and the height of the message box on the cover page, respectively.
2025-02-13 11:56:07 -07:00
FusionPBX
cd8d5302ac
Fix temporary permissions
2024-11-29 13:57:01 -07:00
fusionate
15cad2369c
Fax Server - Fax to Email: Fix population of cover page labels.
2024-11-14 13:21:14 -07:00
frytimo
557de4b744
Update settings using real boolean ( #7165 )
...
* update settings using real boolean
2024-10-22 18:55:19 -06:00
fusionate
0d8d2aacc7
Fax - Sent: Add time sent to cover sheet.
2024-10-02 17:17:26 -06:00
anthony-ricci
4df5253b64
Fax Server changes ( #7136 )
...
* Added the ability to send out successful and failed fax notifications to a separate list of email addresses (confirmation emails), in addition to the email address of the originator of the fax.
* Added new fax_email_confirmation permission
* Check the Session variable for the user's email first and if it is not set, then query the database for the currently logged-in user's email.
2024-09-23 09:10:37 -06:00
fusionate
e4aa30bcd6
Fax - Sent: Added Recipient column, if allowed.
2024-09-17 14:38:11 -06:00
Alex
cb6edd88ef
Added content card to applications ( #7121 )
2024-09-05 17:10:04 -06:00
frytimo
2cbb4dbc31
remove instances where a pointer is used in a foreach loop for value ( #7108 )
2024-08-22 12:41:10 -06:00
Alex
2cfbe63a5f
Cover Page Option ( #6928 )
...
Subject and Message Required
2024-03-27 22:10:58 -06:00
fusionate
ebb68cccf5
Fax Server: Add date to cover sheet (if any), on Send.
2024-02-06 00:30:46 +00:00
fusionate
8bd5bc04dd
Fax: Remove deprecated fax_send_greeting elements.
2023-11-07 15:40:34 +00:00
MD Riaz
bca1e75e02
illogical condition specified in fax_send ( #6812 )
2023-10-19 11:21:24 -06:00
fusionate
0e073230ce
Fax Server - New: Tidy and add array check.
2023-10-04 00:09:58 +00:00
fusionate
e1fe7435e4
Fax Server - New: Honor Fax > allowed_extension defined in Default/Domain Settings on Preview and Send.
2023-10-04 00:04:19 +00:00
FusionPBX
d13027a575
FAX cover page fixed hide logo when empty
2023-09-22 10:44:52 -06:00
FusionPBX
89ce374d8d
Failover for fax when there are multiple bridges
...
When the outbound route has more than one bridge statement use it for fail over.
One thing to keep in mind FreeSWITCH seems to limit the sized of the originate command. So we have to be careful how large the string is. If the originate string is too long it will be truncated and fail. For this reason commented out a few variables.
2023-09-21 00:07:42 -06:00
FusionPBX
0e55637bf6
Correct the description in the comment
2023-09-16 14:18:27 -06:00
FusionPBX
551eda9080
Update fax_send.php
2023-09-16 02:15:35 -06:00
FusionPBX
905d175e59
Use settings class for fax send
2023-09-16 02:02:38 -06:00
FusionPBX
eb2b530859
Check to see if the provider_prefix setting is enabled
2023-09-06 14:57:22 -06:00
FusionPBX
2ce9254ce5
Add provider_prefix when sending fax
...
Only add if it the provider_prefix is set in the domain-variables dialplan
2023-09-06 12:03:42 -06:00
FusionPBX
0177861b45
Remove switch ${variables} from the bridge statement
2023-06-28 12:47:06 -06:00
frytimo
d7bbcd89f5
Use magic constant dir ( #6711 )
...
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__ to load only functions.php
* replace spaces with tab character
* update dirname command to use levels instead of nesting
* use magic constant __DIR__
* update dirname command to use levels instead of nesting
* Update access_control_edit.php
* Update access_control_import.php
* Update access_controls.php
* Update dnd.php
* Update access_controls_reload.php
* Update call_center_agents.php
* Update call_center_agents.php
* Update fax_queue.php
* Update login.php
* Update pdo.php
* Update pdo_vm.php
* Update switch.php
* Update index.php
* Update css.php
* Update v_mailto.php
* Update fax_to_email.php
---------
Co-authored-by: FusionPBX <markjcrane@gmail.com >
2023-06-15 11:28:23 -06:00
FusionPBX
d5a4146c57
Fix errors when fax directory isn't set
2023-06-02 16:44:04 -06:00
fusionate
94eadf2382
Fax - Send: Updates for PHP 8.1
2023-05-29 22:27:06 +00:00
markjcrane
6cbf572512
Remove fax_retry.lua supporting FAX Queue only
2023-05-17 12:37:31 -06:00
frytimo
fef8165be2
Frytimo pr patches for php8.1 ( #6630 )
...
* Passing null to parameter #2 ($string) of type string is deprecated
* Passing null to parameter #1 ($string) of type string is deprecated
* php 8.1 fixes
* php 8.1 fixes - replace strlen($var) > 0 with !empty($var)
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - strlower with null
* php 8.1 fixes - strreplace with null
* php 8.1 fixes - passing null to base64_decode
* php 8.1 fixes - check for false and check for null on $this->dir
* php 8.1 fixes - remove assignment of $db variable to modules object
* php 8.1 fixes - avoid sending null to substr
* php 8.1 fixes - change ${var} to {$var}
* php 8.1 fixes - check for null before preg_replace
* php 8.1 fixes - remove setting db variable on domains object
* php 8.1 fixes - set empty string if $row['domain_setting_subcategory'] is null
* php 8.1 fixes - set empty string if $_REQUEST['show'] is not available
* php 8.1 fixes
* php 8.1 fixes - correct $_POST checking syntax
* php 8.1 fixes - correct $_POST variables
* php 8.1 fixes
* Use brackets consistently
* Update user_setting_edit.php
* Change to not empty
* Update device.php
* Update text.php
---------
Co-authored-by: Tim Fry <tim@voipstratus.com >
Co-authored-by: FusionPBX <markjcrane@gmail.com >
2023-05-05 10:46:37 -06:00
emak
800e742387
Disable fax sending when domain is disabled ( #6606 )
...
* Add warning_bar style for disabled fax sending
Add styles for .warning_bar class when fax server sending is disabled due to disabled domain.
* Disable fax sending if domain is disabled
When domain is disabled, users should not be able to send faxes either.
* Add text for fax sending disabled warning
2023-04-10 09:31:16 -06:00
markjcrane
d50bcb476a
Replace root.php
2022-10-10 16:35:14 -06:00
FusionPBX
a2cedd0513
Reduce fax originate command
...
- Size limit for originate command parameters around 1130 characters.
- The originate command is used in event socket and not in shell command so remove escapeshellarg.
- Remove for_fax=1 as it doesn't seem to be used anywhere.
2022-09-16 17:05:36 -06:00
FusionPBX
de22a9121a
Security use escapeshellarg
2022-06-29 10:24:05 -06:00
FusionPBX
1ffc8408bd
Adjust fax mail_to_address.
...
For email to fax use the sender email address. Otherwise use the notify email addresses listed on the fax server edit page.
2022-04-25 13:57:58 -06:00
FusionPBX
37a0718d44
Send final tif and pdf to the sent box
...
Prevents having to save them to temp and then to sent box.
2022-04-23 19:37:49 -06:00
FusionPBX
2253f2c17c
Use a better way to exec which command
2022-04-23 17:59:56 -06:00