Commit Graph

18472 Commits

Author SHA1 Message Date
AlexC
eddc4c1b26 Update css.php (#6118) 2021-11-09 23:26:04 -07:00
AlexC
12260ae24b Update recent_calls.php (#6117) 2021-11-09 23:23:18 -07:00
AlexC
e67e005d08 Update missed_calls.php (#6116) 2021-11-09 23:22:03 -07:00
AlexC
aa9eac0684 Update voicemails.php (#6115) 2021-11-09 23:19:37 -07:00
AlexC
a8697e1f71 Update system_status.php (#6114) 2021-11-09 23:16:50 -07:00
AlexC
e522f8702f Update system_status.php (#6113) 2021-11-09 23:06:39 -07:00
FusionPBX
527525cec0 Add the system counts details. 2021-11-09 23:05:23 -07:00
AlexC
4488b560c5 Add charts to system status (#6112) 2021-11-09 22:38:15 -07:00
AlexC
cbd0081e3d Add chart to cdr recent calls (#6111) 2021-11-09 22:27:23 -07:00
AlexC
b77e2468d9 Add chart to cdr missed calls (#6110) 2021-11-09 22:27:06 -07:00
AlexC
d4ef05d07e Add chart to system counts (#6109) 2021-11-09 22:25:51 -07:00
AlexC
72cb8929d8 Update voicemails.php (#6108) 2021-11-09 22:22:32 -07:00
AlexC
08288941f0 Add chart to voicemail new messages (#6106) 2021-11-09 22:16:12 -07:00
AlexC
6703cd38b9 Add chart variables (#6107) 2021-11-09 22:15:53 -07:00
AlexC
9d9a0632c4 Include Chart.js (#6105) 2021-11-09 21:58:37 -07:00
markjcrane
425bdbefbe Remove an out of place column 2021-11-09 20:56:27 -07:00
markjcrane
12a35e62b3 Fix the dashboard widget delete 2021-11-09 20:51:09 -07:00
markjcrane
d2e2ffba91 Update order for Device Keys and Call Center Agents 2021-11-09 19:53:39 -07:00
markjcrane
8771a78eef Update the dashboard list order. Disable domain limits by default 2021-11-09 19:26:56 -07:00
markjcrane
032a5aec39 Add a new dashboard 2021-11-09 18:42:14 -07:00
markjcrane
75e83ff879 Rename app/calls to app/call_forward 2021-11-09 17:08:06 -07:00
agree
b02cb75620 [voicemail] Add option whether to delete or keep message after forwarding (#5985)
* [voicemail] Add option whether to delete or save message after forwarding

* Fix recording playback

phrase doesn't exist
2021-11-09 13:57:16 -07:00
AlexC
d7cc26a51d Update the theme colors. (#6100) 2021-11-08 17:54:22 -07:00
AlexC
868c86d4f9 Delete resources/jquery/flot directory (#6099)
No longer using jquery flot, now using Chart.js.
2021-11-05 15:12:46 -06:00
AlexC
42cf0b7068 Replace old chart with Chartjs (#6094) 2021-11-04 10:22:14 -06:00
AlexC
ff60086480 Create chartjs-adapter-date-fns.bundle.min.js (#6093) 2021-11-04 10:18:41 -06:00
AlexC
1f5d7e9077 Create chart.min.js (#6092) 2021-11-04 10:15:19 -06:00
FusionPBX
a30701ea7c Disable system commands by default. 2021-11-03 17:26:43 -06:00
FusionPBX
487afc371e Change the fax file name to md5 to avoid characters that present a security risk. 2021-11-03 15:30:01 -06:00
FusionPBX
57b7bf0d6b Add better log filename validation.
This was needed after the a previous pull request that allowed selecting a log file to download.
2021-11-03 12:33:28 -06:00
FusionPBX
0377b2152c Force the fax_page_size to only preset allowed values. 2021-11-03 09:38:01 -06:00
FusionPBX
2d2869c1a1 Require the fax_extension to be numeric.
Need to validate that the fax_extension really is numeric. Also replace event_socket_mkdir that makes a directory with mkdir.lua and use a php mkdir function instead. We want to offload this off of FreeSWITCH and its safer to use the PHP function.
2021-11-02 21:55:15 -06:00
FusionPBX
fa0d7d4e58 Add Fanvil Multicast 2021-11-01 16:19:48 -06:00
emak
a5708f168f Add device image support from provisioning templates (#5994)
This change adds support for images of the current selected device on the device_edit.php page.

The images need to be stored with the provisioning templates in the following format:

* /yealink/t21p/t21p.jpg

Images loaded into the page without needing link to the direct path. This makes it possible to store images with the template and not need any form of nginx rewrite rule or any other changes.

The images are zoomable with pure CSS, no javascript required.
2021-10-29 14:37:11 -06:00
emak
364d6d6cbb Add announce sound dropdown selection (#6056)
The announce sound previously required users to manually type in the full path of the announce sound. It has now been modified to be a hybrid dropdown which shows available recordings on the domain and also allows for the old text entry method (type in the path).
2021-10-29 14:34:03 -06:00
emak
0b76d90875 Add press * to return to previous menu (#6064)
Added the ability to press * to transfer back to the previous menu based on value of ${rdnis}.
2021-10-29 14:31:56 -06:00
FusionPBX
0004a44d1c When copying a dialplan use a unique uuid for app_uuid. 2021-10-29 13:06:17 -06:00
FusionPBX
a83abc96d1 Minor version update 4.5.30 2021-10-28 09:50:06 -06:00
agree
cab67fbb9e [voicemail] remove not existing phrase (#6075) 2021-10-28 09:44:59 -06:00
agree
113ade4fc5 [follow me] Persist follow me enabled when enabling DND or call forward (#6076)
If follow-me is enabled and then turning on DND or call-forward, follow-me should be enabled when disabling the DND or the call-forward.
2021-10-28 09:44:27 -06:00
FusionPBX
fc35482f74 Improve mailer error handling for the send_email function. 2021-10-27 09:43:24 -06:00
Jason Kinner
a680892060 Remove extraneous pipe (#6074)
Removed extra | (pipe) that was causing issues with call park on Grandstream phones
2021-10-27 01:01:22 -06:00
FusionPBX
356b50531b Fix the class cache set method. 2021-10-26 00:30:30 -06:00
FusionPBX
950542a29a Add group_global permission. 2021-10-22 14:51:12 -06:00
FusionPBX
480e34a301 Use email address_type and default to add_address with an option to use add_bcc. 2021-10-20 17:07:49 -06:00
FusionPBX
e333b28268 Add email address_type with a default of add_address and an alternative value of add_bcc. 2021-10-20 17:00:52 -06:00
FusionPBX
1df0ade6cd Outbound caller id number - only allow numeric and + 2021-10-20 10:58:23 -06:00
FusionPBX
0c91ac4feb Don't use the extension dial_string to set the phone on DND. 2021-10-14 01:02:00 -06:00
frytimo
48b93b66a1 Allow the use of TAB as a delimiter (#5931)
Allows the use of TAB character for a delimiter while importing.
2021-10-14 00:46:33 -06:00
agree
1fb6878734 [click_to_call] fix Call-Info header set on bleg and move dialplan order before outbound route (#5974)
* [click_to_call] fix Call-Info header set on bleg and move dialplan order before outbound route

* Update and rename 530_click_to_call_auto_answer.xml to 25_click_to_call_auto_answer.xml
2021-10-14 00:44:10 -06:00