Commit Graph

22254 Commits

Author SHA1 Message Date
FusionPBX dcde377064
Replace the empty function with isset
Don't use empty when value can be 0
2024-10-27 11:09:06 -06:00
FusionPBX 1ef51535fb
Fix the use of the settings object 2024-10-25 12:47:56 -06:00
frytimo 8f575fe555
Use boolean in conditional statement (#7171) 2024-10-24 14:56:38 -06:00
FusionPBX d68ffb65c7
Provision settings adjust types
If the type is boolean with a value of 0 or 1, use type text; if it is numeric, use type text.

The template default setting uses a string for the template values, and a boolean type is used with conditions.
2024-10-23 15:12:09 -06:00
frytimo 955439dea3
Use boolean in the if statement (#7169) 2024-10-23 14:04:06 -06:00
frytimo ae2679e97c
update template to match new boolean in settings (#7168)
* update template to match new boolean in settings

* Update email.php
2024-10-23 12:14:54 -06:00
FusionPBX e54d10a4e9
provision enabled default to boolean 2024-10-23 12:12:13 -06:00
FusionPBX 273531302e
Update provision enabled use boolean 2024-10-23 12:11:12 -06:00
FusionPBX 9a5271fa92
Update boolean provision.php 2024-10-23 12:09:47 -06:00
FusionPBX 6f4b522e9e
Update boolean provision 2024-10-23 12:08:40 -06:00
FusionPBX 648385a85c
Update boolean devices.php 2024-10-23 12:04:23 -06:00
frytimo 33a6a4cd01
update template to match new boolean in settings (#7167) 2024-10-23 12:01:13 -06:00
FusionPBX d91c7b4fe9
Update boolean settings
Settings of type boolean need to be set as boolean.
2024-10-23 12:00:01 -06:00
FusionPBX e83510c426
Fix the condition for smtp_from 2024-10-23 11:34:53 -06:00
FusionPBX d4b677ce6b
Fix the databases.php file 2024-10-22 09:48:18 -06:00
FusionPBX 8d2aefa41e
Fix local fax calls
Use loopback for sending local calls to other domains.
2024-10-21 16:53:10 -06:00
FusionPBX 55ba425b57
Fix a provisioning bug 2024-10-21 15:27:28 -06:00
FusionPBX 7308ae1a52
Update hangup_rx.lua 2024-10-17 13:11:27 -06:00
FusionPBX 2f16d2bc05
Add contact string to hover 2024-10-17 12:00:20 -06:00
FusionPBX 000a32ad01
Prevent a nil error 2024-10-17 02:33:29 -06:00
FusionPBX b9dd9af354
Update hangup_rx.lua
Prevent error if the value of x is nil.
2024-10-17 02:30:02 -06:00
FusionPBX 0a08b522f6
Fix play recording in CDR 2024-10-16 16:18:59 -06:00
FusionPBX 40fe1e8a43
fix waveform image background (#7160) 2024-10-16 15:52:51 -06:00
FusionPBX d4cc8600e6
Update app_defaults.php 2024-10-16 11:53:57 -06:00
FusionPBX 16515b1a81
Update fax sending order 2024-10-15 12:22:48 -06:00
FusionPBX e6772deec3
Update the condition for boolean 2024-10-10 17:24:17 -06:00
FusionPBX d4ca64c2d1
User logs fix failed 2024-10-10 16:28:59 -06:00
FusionPBX 8fe2199e82
Before using is_numeric cast the value to int
Without this cc_queue_joined_epoch, cc_queue_answered_epoch, and other values were seen as a string
2024-10-07 14:29:43 -06:00
FusionPBX e112cc0a63
Fix call center agent save 2024-10-07 13:07:39 -06:00
FusionPBX b490ce7cc0
Update authentication.php 2024-10-06 10:33:27 -06:00
FusionPBX 381fd03bd3
Fix the FIFO lag time
This is also known as the wrap-up time after the call ends with the agent.
2024-10-04 01:39:46 -06:00
FusionPBX 8ae86bca9f
Re-use the database connection 2024-10-03 23:42:34 -06:00
FusionPBX 9cc6d45772
Fax - Sent: Add time sent to cover sheet. 2024-10-02 17:59:06 -06:00
FusionPBX aa4a4bf763
Fix valet_park use sip_refer_to
The referred-by domain can't be used as some phones use the domain of the tenant and some of their IP address. For this reason, replaced with sip_refer_to.
2024-10-02 13:39:10 -06:00
FusionPBX b1c24b3843
Removed for better backwards PHP compatibility 2024-10-02 11:37:10 -06:00
FusionPBX 33035d7af2
Fix valet park when call is sent to a different domain
When crossing domains we need to use park with the correct domain. This change uses the referred by to get the proper domain name.
2024-10-01 16:43:17 -06:00
FusionPBX 1b02aa0e05
Add permission call_recording_transcribe 2024-09-30 17:47:39 -06:00
FusionPBX 391f4c6322
Fix call screen to end recording with dtmf and silence 2024-09-30 10:05:49 -06:00
FusionPBX a9c37688f1
Fix provision auto_insert_enabled 2024-09-28 11:06:42 -06:00
Alex 24640276ea
Add content card to voicemail greetings (#7143)
* Add content card to voicemail greetings

* Update voicemail_greeting_edit.php
2024-09-26 15:57:22 -06:00
FusionPBX 1393a29607
Allow right click open in new window 2024-09-26 09:47:54 -06:00
FusionPBX 3b61bb645a
Add the domain_name variable
Without the domain_name variable in some cases the confirm option doesn't work.
2024-09-26 08:45:53 -06:00
FusionPBX d77e862ac1
More efficient use of the database object 2024-09-23 19:34:49 -06:00
FusionPBX 85d7c8e60c
Fix voicemail greeting for base64
- Use the settings class
- Re-use the database object
- Update the indentation
2024-09-23 18:18:40 -06:00
FusionPBX 4b7e90c3ff
Restore previous caller ID behavior
If the caller ID was updated then update the caller ID
2024-09-23 13:01:47 -06:00
FusionPBX 72470b5863
Fix permission_exists fax_file_edit 2024-09-21 21:13:40 -06:00
FusionPBX 52a320ec54
Fixed the registration count
- Fixed on the dashboard for those with superadmin group
- Fixed the count in the SIP status page
2024-09-21 12:39:10 -06:00
FusionPBX 91b845dc71
Default value for create recording should always be false 2024-09-20 23:10:00 -06:00
FusionPBX c2107802d8
Add ignore early media for external calls 2024-09-20 16:19:26 -06:00
FusionPBX 7ed752ef7a
Get the domain_name with a different variable
Get the domain_name with a different variable if the domain_name is not set
2024-09-20 16:17:05 -06:00