Commit Graph

22292 Commits

Author SHA1 Message Date
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
FusionPBX
d309ffc1cf Update the condition for boolean 2024-10-10 17:22:59 -06:00
FusionPBX
fc4f75f30c User logs fix failed 2024-10-10 16:21:03 -06:00
frytimo
949d407604 change include to require once (#7157)
Co-authored-by: Tim Fry <tim@fusionpbx.com>
2024-10-09 09:19:08 -06:00
anthony-ricci
6b49a92f76 Update xml_cdr.php (#7156)
Fixed CDR recording playback - casting an empty string to an int breaks the if statement.
2024-10-08 17:27:54 -06:00
Antonio Fernandez
71b8767d21 Added support for Snom C620 DECT conference phone (#7155)
* Added support for Snom C620 DECT conference phone

* added base firmware option

* added base ds

* added speakerphone firmware
2024-10-08 09:45:03 -06:00
fusionate
b498af4cf4 Theme - Fixed Menu: Add new user menu to menu bar. 2024-10-07 14:36:55 -06:00
FusionPBX
1134341635 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:28:41 -06:00
FusionPBX
ab8108e3b7 fixed call center agent save 2024-10-07 13:07:03 -06:00
FusionPBX
7ecfe96381 Add agent state to indicate wrap up time 2024-10-07 11:39:28 -06:00
FusionPBX
b9a0cdf4e7 Update authentication.php 2024-10-06 10:32:57 -06:00
FusionPBX
2a9798b370 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:37:25 -06:00
FusionPBX
e186958006 Delete app/dialplans/resources/classes/dialplan.better.php 2024-10-04 00:26:06 -06:00
FusionPBX
2c0c8e5a93 Update the database connection 2024-10-04 00:16:40 -06:00
frytimo
1bd7dc1687 Add ability to set a default ringback on ivr menu (#7149)
* add ability to set a default ringback on ivr menu
2024-10-03 23:39:35 -06:00
frytimo
aa7c618325 Add ability to set a default ringback on ring group (#7150) 2024-10-03 23:28:36 -06:00
fusionate
0d8d2aacc7 Fax - Sent: Add time sent to cover sheet. 2024-10-02 17:17:26 -06:00
FusionPBX
bb2232e62d 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 their own IP address. For this reason, replaced with sip_refer_to.
2024-10-02 13:37:00 -06:00
FusionPBX
8ce9643901 Removed for better backwards compatibility 2024-10-02 11:35:54 -06:00
FusionPBX
519627b8e5 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:32:09 -06:00
Andy-Seattle
a232176717 Update app_config.php (#7147)
Added a permission for call recording transcription as currently the transcribe button is displayed by default whenever a recording is selected. It should be controlled by a permission.
2024-09-30 17:45:08 -06:00