Commit Graph

16978 Commits

Author SHA1 Message Date
Len
ac44e39700 Update {$mac}.xml (#5511)
Add grandstream_dial_prefix provisioning variable.
2020-10-06 00:15:47 -06:00
Len
d692003363 Update {$mac}.xml (#5509)
Add grandstream_dial_prefix provisioning variable.
2020-10-06 00:15:21 -06:00
Len
0873e1d52c Update {$mac}.xml (#5508) 2020-10-06 00:12:41 -06:00
Nate
4a886ea1d2 Extension - Edit: Adjust permission check to mitigate warning. 2020-10-05 09:49:23 -06:00
Len
b91ac5ba51 Update {$mac}.xml 2020-10-05 11:28:35 -04:00
Len
4618b81754 Update {$mac}.xml 2020-10-05 11:27:15 -04:00
Len
6b74561730 Update {$mac}.xml 2020-10-05 11:26:03 -04:00
Len
aead316600 Update {$mac}.xml 2020-10-05 11:25:08 -04:00
Len
4ed112feeb Update {$mac}.xml 2020-10-05 11:24:02 -04:00
Len
f95aec9d3e Update {$mac}.xml 2020-10-05 11:22:28 -04:00
Len
88a0061820 Update {$mac}.xml 2020-10-05 11:20:31 -04:00
Len
bca290615e Update {$mac}.xml 2020-10-05 11:19:36 -04:00
Len
729a2676b2 Update {$mac}.xml 2020-10-05 11:16:53 -04:00
FusionPBX
4edb1d67ac Update ivr.conf.lua
This was added to send calls to the IVR menu exit action when it reaches the ivr_menu_max_failures. However it causes a bug when ivr_menu_max_failures = 1 and IVR Menu Option has a digits larger than 2 which gets interpreted as a failure and then sent to the fail destination. This code causes a worse issue than it solves. Commenting out the code until finding a better solution.
2020-10-02 11:58:27 -06:00
jamesorose
0c6a066f8e Update app_config.php (#5504)
Change yealink_trust_certificates value false. When set to true this can make the phone not able to provision. If not using a trusted certificate.
2020-10-02 11:45:26 -06:00
Nate
f93e0a8271 Voicemail: Additional steps to correct potential phrase/language issues. 2020-10-02 10:07:58 -06:00
vivoras
477d411023 Update {$mac}.xml
Add phonebook options
2020-10-02 07:40:01 +02:00
vivoras
d4ae16bce7 Update {$mac}.xml
Add phonebook options
2020-10-02 07:39:31 +02:00
FusionPBX
2bbec3f38b Add a missing comma. 2020-10-01 19:12:30 -06:00
agree
73e9136344 Fix faxing to multiple numbers (#5503) 2020-10-01 17:08:53 -06:00
agree
e3f36157d3 Allow flexible defaults for ivr failure and timeout (#5502)
* Allow flexible defaults for ivr failure and timeout

* Allow flexible defaults for ivr failure and timeout

* Fix default setting description
2020-10-01 14:22:05 -06:00
Nate
15408eee73 Recordings: Additional sanitation on file rename. 2020-09-29 18:05:37 -06:00
Nate
b2d0bc504a Group - Copy: Fix duplicate permissions issue. 2020-09-29 16:33:44 -06:00
Nate
85e9be8148 VM Scripts: Restore recording beep tone for add intro on vm forward. 2020-09-29 14:57:00 -06:00
Nate
541bd4dd6f Device Edit: Restore ability to unset the current Device Profile. 2020-09-29 14:38:15 -06:00
Nate
41501eee61 CDR: Mitigate warnings if no extensions assigned to user. 2020-09-29 13:56:10 -06:00
Nate
62b0ef0a03 Number Translations: Fix Add. 2020-09-29 12:39:56 -06:00
Nate
bfbcd94cf7 Access Controls: Fix Add. 2020-09-29 12:29:46 -06:00
FusionPBX
b82e7208d0 Update call_center_queue_edit.php
Fix the permissions check for call_center_outbound_caller_id_number
2020-09-29 11:58:21 -06:00
FusionPBX
961a974ab2 Update app_config.php
Add queue_outbound_caller_id_name and queue_outbound_caller_id_number fields to the call center queue table.
2020-09-29 11:53:09 -06:00
FusionPBX
ca1040a83b Update call_center_queue_edit.php
Add outbound_caller_id_name and outbound_caller_id_number.
2020-09-29 11:48:38 -06:00
FusionPBX
4e27817f50 Add outbound_caller_id_name and outbound_caller_id_number. 2020-09-29 11:46:46 -06:00
FusionPBX
b88609f2b9 Add call center outbound caller id name and number permisisons. 2020-09-29 11:45:52 -06:00
agree
16b34145d6 add extensions to destination class (#5501) 2020-09-29 11:43:48 -06:00
agree
0560b57dcc Log viewer view all of freeswitch log files (#5500)
* log viewer view all of freeswitch log files

* Update app_languages.php

* Update log_viewer.php
2020-09-29 10:12:28 -06:00
Len
7ca85632c3 Update provision.php (#5498) 2020-09-28 20:38:11 -06:00
Len
a55273fd1d Update app_languages.php (#5496) 2020-09-28 20:37:13 -06:00
Len
5aeed44bbf added phonebook button option (#5497) 2020-09-28 20:36:35 -06:00
chansizzle
3dc94ab71c added missing dns variable account.5 (#5499) 2020-09-28 20:24:04 -06:00
Len
0745457145 Uses updated phonebook code 2020-09-28 14:20:33 -04:00
Len
844c43d9f8 Update phonebook.xml 2020-09-28 14:19:48 -04:00
Len
36a433fcb0 Updated phonebook code 2020-09-28 14:19:05 -04:00
Len
f5d85a8086 Use updated phonebook code 2020-09-28 14:17:46 -04:00
Len
c409e04472 Update {$mac}.xml 2020-09-28 13:19:25 -04:00
FusionPBX
e591ab9ce2 Change count to is_array to prevent a warning on PHP 7.3. 2020-09-28 11:17:17 -06:00
Joseph
9b012a4405 Fix broken accountcode on fax retries (#5490)
accountcode would only appear on the sip header for the 1st retry. Added the accountcode parameter to the rest of the originate commands to resolve this issue
2020-09-26 22:46:07 -06:00
Joseph
e164817bdb Update index.lua (#5487)
Add the name of the voice mail box in the VM to email template. (part B)
2020-09-26 16:10:59 -06:00
Joseph
52f1b64947 Update record_message.lua (#5488) 2020-09-26 16:08:45 -06:00
Joseph
3934cc4810 Update send_email.lua (#5489)
Changed MM to MI, otherwise times would show as XX:09:XX. Appears that MM is not a valid value.
2020-09-26 16:07:36 -06:00
FusionPBX
53c3b9a7b0 Update send_email.lua 2020-09-26 16:07:03 -06:00