FusionPBX
5d4d7a0fd6
Enhance message array debug details
2025-01-22 20:08:59 -07:00
FusionPBX
9dbc493844
Replace exit; with return false;
2025-01-22 19:27:58 -07:00
fusionate
64476fa512
Voicemails - List: Restore search functionality.
2025-01-16 11:20:51 -07:00
FusionPBX
e6c89018a1
Fix issue with sending local faxes
...
When sip_to_user or sip_req_user are used then we need to add these variables so that it can find the correct inbound route.
2025-01-15 19:47:43 -07:00
FusionPBX
b869123e1c
Fix server_address_primary
...
This was showing as a select box instead of input-type text .
2025-01-13 12:59:57 -07:00
FusionPBX
df745a2838
Removed domain_enabled to fix a bug for those using BDR
...
An issue occurs if the domain_enabled data type is text rather than boolean. The upgrade schema data types will correct the data type except when using BDR. The alter table for changing data types doesn't work because of BDR.
2025-01-13 11:12:13 -07:00
FusionPBX
ca28a06cea
Remove the pdo.php include
...
The pdo.php file was replaced by the database class
2025-01-08 12:19:18 -07:00
FusionPBX
28040957bd
Add the settings_array to the class constructor
...
- More efficient to pass in the database object
- Added an option to pass in the domain_name
2025-01-07 22:21:59 -07:00
FusionPBX
9ed10a4dec
Add multi-cast settings to all yealinks
2025-01-07 19:47:58 -07:00
FusionPBX
e1729aad3a
Fix the device line default values and use the settings class
2025-01-07 19:47:57 -07:00
FusionPBX
2593b6bd6f
Use the domain_name as the context
2025-01-07 19:47:48 -07:00
FusionPBX
edac98d8c2
Update the context for the operator
...
Use the domain_name as the context.
2025-01-07 19:47:47 -07:00
FusionPBX
d9cd2d84e7
Change the agent.contact size from 255 to 1024
2025-01-07 19:47:47 -07:00
FusionPBX
933d06d96d
Show newest emails first
2025-01-07 19:47:39 -07:00
frytimo
44983289fa
xml_cdr catch edge case of failed import when no start stamp is present ( #7207 )
...
* xml_cdr catch edge case of failed import when no start stamp is present
* xml_cdr catch edge case of failed import when no start stamp is present
2025-01-07 19:47:38 -07:00
chansizzle
8f24b921a9
update cpm_ans to be cpm_answered ( #7204 )
...
The sql aliases the calculation as cpm_answered. Without this change the CDR Statistics Call Per Minute will always be zero.
2025-01-07 19:47:38 -07:00
FusionPBX
3940fb8219
Fix the duration using the created_epoch
2024-12-26 10:58:59 -07:00
FusionPBX
303935b9d2
Fix greeting when using phrases
...
After saving a phrase for the greeting it would save but it wouldn't show the correct label. It would continue to play the phrase but show the UUID.
2024-12-23 12:25:22 -07:00
FusionPBX
f0d2a80ab7
Fix greeting when using phrases
...
After saving a phrase for the greeting it would save but it wouldn't show the correct label. It would continue to play the phrase but show the UUID.
2024-12-23 12:19:23 -07:00
FusionPBX
0af94ee1e3
Sanitize the caller ID name and number
2024-12-20 11:08:47 -07:00
FusionPBX
d463a7c5b3
Update app_languages.php
2024-12-17 12:50:13 -07:00
FusionPBX
9815d319e6
Fix the device ADD button.
...
Also, permission_exists function uses the permission::new() method and this made it efficient enough to continue to use the permission_exists function.
2024-12-13 10:40:03 -07:00
FusionPBX
312c8659af
Fix a bug where transfer is part of recording name
2024-12-10 13:45:26 -07:00
FusionPBX
c36455e28f
Call Center responsive design update
...
Fix the display running out of the content area for different screen sizes.
2024-12-07 13:34:22 -07:00
FusionPBX
492b188d0d
Use the PHP_BINARY constant
2024-12-02 18:00:54 -07:00
FusionPBX
e6a1093a38
Use the PHP_BINARY constant
2024-12-02 17:59:29 -07:00
FusionPBX
c3fd2bae2e
Set the Yealink default to 4 PAI-RPID-FROM
...
Change to a better default value.
2024-12-02 11:57:55 -07:00
frytimo
31c8f87c80
fix voicemail message length and size display ( #7188 )
2024-11-30 12:10:40 -07:00
frytimo
152881e34c
fix voicemail message count when viewing all domains ( #7187 )
2024-11-30 12:10:23 -07:00
FusionPBX
8b7bd29456
Fix temporary permissions
2024-11-29 14:06:08 -07:00
FusionPBX
1b675c1b56
Method new allow null
...
Needed to support temporary permissions
2024-11-29 14:03:49 -07:00
frytimo
c836a3b226
parse windows 1256 encoding type in email to fax ( #7183 )
2024-11-27 14:21:57 -07:00
FusionPBX
80c2b9bab2
Fix permission handling
...
- Required when not using a $_SESSION
- Singleton permssion method named new
2024-11-27 13:33:00 -07:00
FusionPBX
2a9a1229dd
Fix CSS missing characters
...
Disable the ob_gzhandler
2024-11-27 09:33:59 -07:00
FusionPBX
bbc7dea2f1
Return an empty array if there are no groups
2024-11-20 13:53:51 -07:00
FusionPBX
28f94e1268
Fix ring group missed call to show in CDR
2024-11-19 13:45:39 -07:00
FusionPBX
3ef0f1d593
Fix the sql query
2024-11-15 14:33:17 -07:00
FusionPBX
fbafcc438c
Create three_way.lua
2024-11-15 14:16:45 -07:00
fusionate
cc3637e248
Fax Server - Sent List: Fix Destination value.
2024-11-14 19:04:55 -07:00
FusionPBX
ffd1bbd4fc
Fixed Call Flow Summary for outbound calls
2024-11-14 17:14:33 -07:00
fusionate
6d37675273
Fax Server - Fax to Email: Remove unnecessary $included variable.
2024-11-14 13:50:17 -07:00
fusionate
8ca1b0d27b
Fax Server - Fax to Email: Fix population of cover page labels.
2024-11-14 13:49:06 -07:00
FusionPBX
25c8b93423
Fix the voicemail transcribe title
2024-11-13 17:47:49 -07:00
FusionPBX
c273c8021f
IVR Menu direct_dial_digits_max set default to 8
2024-11-12 15:40:28 -07:00
FusionPBX
0aaa4829e7
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 21:34:07 -07:00
FusionPBX
50d81556f5
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:58 -07:00
FusionPBX
8dcebaabc9
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:30:10 -07:00
FusionPBX
ec208915f2
Yealink boolean and numeric use text
...
The provisioning template delivers the value as a string
2024-11-04 10:21:17 -07:00
FusionPBX
96d91dde9c
Use the yealink_trust_certificate directly
...
Value should be 0 or 1
2024-11-04 10:10:07 -07:00
FusionPBX
5464b4451f
Add missing $
2024-11-04 08:19:15 -07:00