Commit Graph

9466 Commits

Author SHA1 Message Date
FusionPBX
76df5a03dc Make the mkdir recursive 2021-12-02 15:49:04 -07:00
FusionPBX
a5a954d7fe System counts is currently global showing info on all domains not a good idea to share with admin currently. 2021-12-02 11:59:04 -07:00
FusionPBX
9c4826cc6e Use the conference_accountcode permission. 2021-12-01 22:51:07 -07:00
FusionPBX
b802a28e07 Add permission conference_accountcode 2021-12-01 22:45:20 -07:00
FusionPBX
484533d4c6 Add accountcode to the conference room. 2021-12-01 22:39:29 -07:00
FusionPBX
639213f978 Add accountcode 2021-12-01 22:35:40 -07:00
FusionPBX
5e0461c07f Add the accountcode to conference center room. 2021-12-01 22:33:53 -07:00
FusionPBX
8b16dd0c4b Add conference accountcode. 2021-12-01 21:43:16 -07:00
FusionPBX
ba9f0ea98f Add accountcode translations. 2021-12-01 21:33:03 -07:00
FusionPBX
245ae82e9c Add conference_accountcode to the conference table. 2021-12-01 21:31:15 -07:00
FusionPBX
24a4644dad Update 505_call-forward-all.xml 2021-11-30 15:00:05 -07:00
FusionPBX
a5848ab13b Use current caller ID name and number to set the Outbound caller ID information. 2021-11-30 14:58:59 -07:00
FusionPBX
6782195989 Update extension_edit.php 2021-11-30 14:20:25 -07:00
FusionPBX
1295da2dfe Update the permission name. 2021-11-28 23:19:37 -07:00
FusionPBX
8e7f46101f Add a new conference_room_email_address permission. 2021-11-28 23:15:23 -07:00
FusionPBX
bbc5cae019 Update the permission 2021-11-28 23:12:40 -07:00
FusionPBX
4c6f154713 Add new permission conference_email_address 2021-11-28 23:07:56 -07:00
FusionPBX
8607ee1f0d Change type from number to text and change the the permission. 2021-11-28 23:06:33 -07:00
FusionPBX
c87a87061f Change the type from number to text. 2021-11-28 23:03:42 -07:00
FusionPBX
d18ce4bc8d Add email_address to the conference center languages file. 2021-11-28 22:59:46 -07:00
FusionPBX
ee7dce9217 Add email address to the conference room. 2021-11-28 22:57:56 -07:00
FusionPBX
c204c6d4a9 Update conference_edit.php 2021-11-28 22:54:30 -07:00
FusionPBX
17b7312b73 Add conference email address. 2021-11-28 22:38:23 -07:00
FusionPBX
8d70f757b9 Add conference email address 2021-11-28 22:36:24 -07:00
FusionPBX
9555c020d2 Change conference_email to conference_email_address. 2021-11-28 22:07:00 -07:00
FusionPBX
2bc46cf7a1 Add a field to store the conference email address. 2021-11-28 22:01:51 -07:00
FusionPBX
486a3bbd05 Add a field to store the conference email address. 2021-11-28 21:40:57 -07:00
Mendel
c4c6524023 Updated Yealink t33g (#6158)
* Update provision.php

* Update y000000000124.cfg

Added {$yealink_dnd_allow} so that you can remove DND from the phone
2021-11-26 11:32:37 -07:00
Mendel
e02c2b8498 Update app_config.php (#6156) 2021-11-25 10:37:50 -07:00
yois615
a032b5794e Fix permissions on inband feature codes (#6155)
Using ${sip_authorized} is not effective since the inbound
call often has authorization to call into the PBX, either via
ACL or registration.  Instead, use ${from_user_exists} to test
if this user exists on the system.

We also fix a condition that the local user types *1 and the
remote user receives the dial tone.
2021-11-24 00:02:22 -07:00
FusionPBX
2a10d49b6d Add CPU cores and load average. 2021-11-23 23:39:43 -07:00
FusionPBX
39ffbda8d5 Add cpu_usage, cpu_cores, load_average to the system language file. 2021-11-23 23:37:39 -07:00
FusionPBX
d62837aab0 Update config.php 2021-11-23 18:45:01 -07:00
AlexC
0f75d79169 Add new system_cpu_status widget to config.php (#6154) 2021-11-23 18:35:53 -07:00
AlexC
78427ee78a Remove CPU chart from system_status.php (#6153) 2021-11-23 18:35:11 -07:00
AlexC
588a9e32e0 Add new dashboard widget system_cpu_status (#6152) 2021-11-23 18:34:50 -07:00
AlexC
761b094f4d Update domain_limits chart variable names (#6151) 2021-11-23 18:34:24 -07:00
AlexC
16fa4e21b5 Update domain_limits.php (#6145) 2021-11-23 12:19:23 -07:00
FusionPBX
bbe6815f4b Add missing greater than symbol missed when copying from test system. 2021-11-23 12:02:37 -07:00
FusionPBX
4dff27a076 When adding an extension make the voicemail directory. 2021-11-23 10:09:08 -07:00
FusionPBX
235678f3c7 Create the voicemail directory when adding a voicemail. 2021-11-23 09:56:12 -07:00
FusionPBX
fdfe57051a Make sure the voicemail directory exists. 2021-11-23 09:38:31 -07:00
frytimo
e9288230b8 Honor toll_allow when using email-to-fax (#6128)
toll_allow should be honored for outbound routes
2021-11-22 09:09:03 -07:00
yois615
6c31c0a4a2 Add line endings to Console logs (#6103) 2021-11-22 09:08:03 -07:00
FusionPBX
06f580ab05 app_uuid needs to be unique for copied dialplans except for inbound and outbound routes, fifo, time conditions 2021-11-19 22:07:26 -07:00
AlexC
942938a66b Update system_status.php (#6144) 2021-11-19 17:15:24 -07:00
AlexC
b83dfa0dfc Update app_config.php (#6143) 2021-11-19 17:13:41 -07:00
AlexC
b571aebbf7 Update system_status.php (#6142) 2021-11-19 16:40:03 -07:00
AlexC
2a4550c910 Add dashboard default settings to recent_calls.php (#6138)
* Add dashboard default settings to recent_calls.php

* Update recent_calls.php
2021-11-19 16:32:53 -07:00
AlexC
0d241eb7ff Add dashboard default settings to system_status.php (#6141) 2021-11-19 16:32:41 -07:00