Commit Graph

22512 Commits

Author SHA1 Message Date
FusionPBX
42d634dc76 Allow adding a large list of emails 2024-10-30 14:11:46 -06:00
fusionate
d627db10a6 Devices [Class]: Fix typo. 2024-10-30 13:27:39 -06:00
Antonio Fernandez
3714dc73f4 fix call screen saving (#7174) 2024-10-29 15:52:40 -06:00
FusionPBX
34b8679917 Update the version 5.4.0
This version change seperates it from the current release version.
2024-10-29 15:19:49 -06:00
FusionPBX
7fe9ad5c77 Fix page load time for call_recordings
The page load time was slow when there were no call recordings for the domain.

Remove domain_uuid is null as this isn't needed for call recordings.
2024-10-28 11:00:24 -06:00
FusionPBX
3a0d5fb512 Remove the session when the password is changed 2024-10-27 18:04:35 -06:00
FusionPBX
c81e6482a8 Replace the empty function with isset
Don't use empty when value can be 0
2024-10-27 11:08:37 -06:00
FusionPBX
f44f9636db Cast to integer
This prevents an error that was seen on FreeBSD
2024-10-26 22:16:35 -06:00
FusionPBX
fbb254c3db Update and rename 500_ring-group-forward.xml to 495_ring-group-forward.xml 2024-10-25 15:30:39 -06:00
FusionPBX
575db5c918 Create 895_call-forward-no-answer.xml
Add new way to handle call forward no answer
2024-10-25 13:09:17 -06:00
FusionPBX
6e1ef36821 Correct the use of the settings class 2024-10-25 12:44:05 -06:00
FusionPBX
ebaf1f909f Use boolean in conditional statement 2024-10-24 14:37:26 -06:00
frytimo
f86214f61e Fix email send breaks transcribe when php 7.1 is used (#7170)
Ensured the values are of boolean type as PHP 7.1 treats them strange
2024-10-24 14:11:25 -06:00
FusionPBX
11cc01a79a 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:10:31 -06:00
FusionPBX
adf3ac9aab Use boolean in the if statement 2024-10-23 13:56:09 -06:00
FusionPBX
9bd77856b8 Fix the condition for smtp_from 2024-10-23 11:32:44 -06:00
FusionPBX
e49e2f01ce Remove redundant code
Handled in the constructor
2024-10-23 10:54:52 -06:00
frytimo
56f3135f21 Update template to match new boolean in settings (#7166) 2024-10-22 20:04:27 -06:00
FusionPBX
2765c1d229 Extension directory order by first name 2024-10-22 19:11:07 -06:00
FusionPBX
d28a98bbb1 Update provision.php
Remove debug info
2024-10-22 19:06:45 -06:00
Antonio Fernandez
2f30694ead Fix Avaya BLF issue on reSUBSCRIBE (#7164)
* Fix Avaya BLF issue on reSUBSCRIBE

* fix an accidental modification
2024-10-22 19:01:50 -06:00
FusionPBX
3415d57751 Provision enabled setting default boolean 2024-10-22 19:00:05 -06:00
FusionPBX
fa596c94a4 Provision setting enabled use boolean 2024-10-22 18:58:03 -06:00
frytimo
557de4b744 Update settings using real boolean (#7165)
* update settings using real boolean
2024-10-22 18:55:19 -06:00
FusionPBX
7db445f825 Update boolean devices.php 2024-10-22 18:40:58 -06:00
FusionPBX
23acd611c2 Boolean settings as type boolean
PHP 7.1 and 8.1 handled boolean string differently. Changed the type to a proper boolean to resolve this issue.
2024-10-22 18:23:49 -06:00
FusionPBX
56c59289d4 Update boolean settings
Settings of type boolean need to be set as boolean.
2024-10-22 18:15:35 -06:00
FusionPBX
f24847d1c4 Update index.php 2024-10-21 15:25:45 -06:00
Antonio Fernandez
b801b8a5c9 fix search when pressing enter in textbox (#7162) 2024-10-18 20:57:15 -06:00
fusionate
9af1f46079 Voicemail Messages - List: Remove unused parameters from the recording_seek() function call. 2024-10-18 19:25:59 -06:00
fusionate
35d097913f Voicemail Greetings - List: Remove unused parameters from recording_seek() function call, remove additional <td>...</td> tag, add another column count increment. 2024-10-18 19:22:54 -06:00
fusionate
b2426a52f4 Recordings - List: Remove extra </td> tag. 2024-10-18 19:18:06 -06:00
fusionate
c812dfb58b Music On Hold: Remove unused parameters from the recording_seek() function call. 2024-10-18 19:07:19 -06:00
fusionate
bc3e032efc IVR Menu - Edit: Remove unused parameters from the recording_seek() function. 2024-10-18 19:05:08 -06:00
fusionate
5d5fbbc83d Template: Remove unused parameters from recording_seek() function. 2024-10-18 19:02:21 -06:00
fusionate
e0fe291da0 CDR - Recording Playback: Fix seeking for chromium based browsers. 2024-10-18 18:58:44 -06:00
anthony-ricci
7122ecc154 Recording Seek (#7163) 2024-10-18 18:45:21 -06:00
FusionPBX
81fc86fc01 Handle country code, trunk prefix and area code 2024-10-17 13:15:26 -06:00
FusionPBX
644bcd5c4c Update hangup_rx.lua 2024-10-17 13:10:05 -06:00
FusionPBX
a1976b2aec Add contact string to hover 2024-10-17 11:59:39 -06:00
FusionPBX
ed836aa41e Update fax_send.php
- Optimize the database connection
- Use loopback for local FAX destinations
2024-10-17 02:39:03 -06:00
FusionPBX
75a2f5ffd9 Prevent a nil error 2024-10-17 02:32:48 -06:00
FusionPBX
581c6177cf Update hangup_rx.lua
Prevent an error if the value of x is nil.
2024-10-17 02:29:23 -06:00
fusionate
5459bca44b CDR - Recording Playback: Fix progress indicator in chromium based browsers. 2024-10-16 17:29:10 -06:00
FusionPBX
9c68c183f2 Fix play recording in CDR 2024-10-16 16:18:13 -06:00
FusionPBX
531aad8baa Update index.lua 2024-10-16 15:49:39 -06:00
FusionPBX
5c9658334c Update app_defaults.php 2024-10-16 11:53:45 -06:00
Antonio Fernandez
3b8309af11 fix waveform image background (#7160) 2024-10-15 15:19:04 -06:00
FusionPBX
7b025e490f Update fax sending order 2024-10-15 12:06:02 -06:00
FusionPBX
c21a6cad4c Add login_background_image 2024-10-11 11:15:29 -06:00