Commit Graph

11713 Commits

Author SHA1 Message Date
FusionPBX
0a33e58b87 Add vendor Bittel 2024-11-12 14:53:14 -07:00
FusionPBX
fc5f10acfa Add vendor bittel 2024-11-12 14:50:18 -07:00
Antonio Fernandez
9e5116b8fb contacts appear by default in templates (#7154) 2024-11-09 18:30:03 -07:00
frytimo
773ecc96cc pass database object to settings object (#7178)
Use the singleton database object with database::new syntax
Pass the connected database object to the settings object so settings object does not have to create another connection
2024-11-09 18:29:22 -07:00
FusionPBX
fca029b7df Use include internal on answered, missed and voicemail
This hides local calls which could also be calls to feature codes. Only add these feature code calls to the count if directed to show internal calls.
2024-11-08 18:09:32 -07:00
FusionPBX
318953bddf Fix the destination summary when server using UTC
Set the PHP time zone to fix the destination summary report. Without the time zone set it would use the server operating system time zone.  If the time zone is set to UTC when it rolled over to a new date ahead of the local time zone it would make the report show 0 results.
2024-11-08 17:44:09 -07:00
FusionPBX
139867815f Fix the extension summary and call flow summary
Set the time zone in PHP so that it is correct inside the class method for the extension summary and the call flow summary
2024-11-08 17:21:18 -07:00
FusionPBX
2ad7f5df6d Yealink boolean and numeric use text
The provisioning template delivers the value as a string
2024-11-04 10:19:58 -07:00
FusionPBX
baed3947d4 Make sure the origination_uuid is set 2024-11-04 08:21:03 -07:00
FusionPBX
afdb029a25 Update http_auth to use boolean 2024-11-01 14:17:32 -06:00
FusionPBX
175e88e15a Fix for the device template
If the device vendor matches then use the alternate device template
2024-11-01 12:33:34 -06:00
Antonio Fernandez
fab9a6bbc9 Ring Group search in CDR (#7177)
* Adding Ring Group dropdown in cdr search

* 2nd commit

* remove unused permission
2024-11-01 10:06:23 -06:00
FusionPBX
b55e542cbd Fix lua stream file 2024-10-31 19:33:38 -06:00
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
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
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
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
9bd77856b8 Fix the condition for smtp_from 2024-10-23 11:32:44 -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
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
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