Commit Graph

17661 Commits

Author SHA1 Message Date
FusionPBX
a3269a3d6d Merge pull request #5798 from winsock/patch-5
Update switch_recordings.php to optimize base64 recordings
2021-03-10 00:05:29 -07:00
FusionPBX
25fee0b7f5 Merge pull request #5799 from winsock/patch-6
Do not load base64 data into MOH edit by selecting the specific fields that are needed.
2021-03-10 00:05:05 -07:00
FusionPBX
242b38557c Merge pull request #5800 from winsock/patch-7
Update recording edit to not pull base64 data by selecting the specific fields that are needed.
2021-03-10 00:03:45 -07:00
FusionPBX
1597d338ee Merge pull request #5797 from winsock/patch-4
Do not load base64 data into phrase edit by selecting the specific fields that are needed.
2021-03-10 00:03:00 -07:00
FusionPBX
61bc654f61 Update phrase_edit.php 2021-03-10 00:01:18 -07:00
FusionPBX
166e76bb77 Merge pull request #5791 from emaktech/patch-21
CDR - Don't Check Filesystem for Recording on Load
2021-03-09 22:34:52 -07:00
Andrew Querol
5a9b734a51 Update recording edit to not pull base64 data
This is less of an improvement than the other changes I proposed since it's only doing it for one file. But it still doesn't need to pull that recordings base64 data here if it has it.
2021-03-09 16:36:52 -06:00
Andrew Querol
67eecb5485 Do not load base64 data into MOH edit
This will fix unnecessary memory usage/latency in this application when dealing with base64 recordings.
2021-03-09 16:32:35 -06:00
Andrew Querol
d48d98893f Update switch_recordings.php
recording_base64 was pulled from the database and never used. Remove it to optimise base64 handling.
2021-03-09 16:23:49 -06:00
Andrew Querol
ea0823ea4d Do not load base64 data into phrase edit.
This will fix unnecessary memory usage/latency in this application when dealing with base64 recordings.
2021-03-09 16:15:01 -06:00
FusionPBX
a2bda47f35 Merge pull request #5795 from nemerald-voip/master
#5795 Polycom provisioning bug fixes and enhancements

Fixed Intercom button. Added ability to control which softkeys show on idle and home screens. Added Pick up button
2021-03-09 09:47:44 -07:00
FusionPBX
864397a453 Merge branch 'master' into master 2021-03-09 09:44:47 -07:00
FusionPBX
b08b8419fb Merge pull request #5796 from tony1661/patch-2
Updates to template for Yealink T46G
2021-03-09 09:38:46 -07:00
FusionPBX
f455e8fa94 Make sure the database object is accessible to Settings ojbect. 2021-03-08 18:12:31 -07:00
Antonio Fernandez
dd47e37924 Update y000000000028.cfg
added information on image resolution for wallpaper as well as a few descriptions that are useful when learning the options available to be configured in the template.
2021-03-08 13:25:35 -05:00
Antonio Fernandez
2b354c7c5c Update y000000000028.cfg
added resolution of the expected image as well as a small description.
2021-03-08 13:15:55 -05:00
nemerald-voip
4ed9d03fa0 Update {$mac}.cfg
Fixed Intercom button. Added extension pick up button. Implemented ability to control which buttons show on idle and home screens
2021-03-08 07:18:14 -08:00
nemerald-voip
e796bb7bde Update {$mac}.cfg
Fixed Intercom button. Added extension pick up button. Implemented ability to control which buttons show on idle and home screens
2021-03-08 07:17:33 -08:00
nemerald-voip
4bcbed524c Update app_config.php
Enabled pagination available in in recent firmware. Added ability to control which buttons show on idle and home screens
2021-03-08 07:14:42 -08:00
FusionPBX
a4d840252a Merge pull request #5794 from tony1661/patch-1
Update app_languages.php
2021-03-07 09:55:00 -07:00
Antonio Fernandez
8c1d73e02e Update app_languages.php
Added a better description for the value based on a video in the members portal.
2021-03-07 11:52:42 -05:00
FusionPBX
739d9c3365 Remove the dash from the time_base_score_sec label 2021-03-06 16:53:59 -07:00
FusionPBX
5f1ca5888b Fix a small bug with queue_time_base_score_sec. 2021-03-06 16:52:05 -07:00
FusionPBX
d36e92f71e Merge pull request #5793 from tony1661/master
#5793 Adding Call Center Base Score Time in Seconds

This pull request is to add a field in Call Centers to manually specify the Time Score when entering the Call Center. I was requested by a customer that they wanted one Call Center to be prioritized over another.

I was able to do this by editing the XML in the dialplan however I did not like that solution since it would be hard to explain to all techs in our company.

Hopefully this pull request is ok with you guys. Let me know if you have any questions.
2021-03-06 15:53:45 -07:00
Antonio Fernandez
468d932063 Update call_center_queue_edit.php 2021-03-06 16:11:34 -05:00
Antonio Fernandez
d664d5579d Update app_config.php 2021-03-06 16:09:33 -05:00
Antonio Fernandez
0f9bacf9bf Update call_center_queue_edit.php 2021-03-06 16:07:59 -05:00
Antonio Fernandez
6a116dd78b Update call_center_queue_edit.php 2021-03-06 16:03:20 -05:00
Antonio Fernandez
ef93ff09f1 Update call_center_queues.php 2021-03-06 15:58:38 -05:00
Antonio Fernandez
ff38a86118 Update app_languages.php 2021-03-06 15:56:59 -05:00
Antonio Fernandez
394e67ede0 Update app_languages.php
The translations are copied from the label-time_based_score however I used Google Translate to translate "seconds" in various languages.
2021-03-06 15:53:21 -05:00
Antonio Fernandez
64a6128b21 Update app_config.php 2021-03-06 15:47:13 -05:00
FusionPBX
44300f81e3 Merge pull request #5775 from winsock/device_import_mac_address_normalize
Fix device MAC address imports not normalizing.

# Context
MAC addresses were not being normalized when importing CSV files. If it is not normalized you can get a not found error when provisioning since that is checking the database with a normalized MAC address

# Overview
- Use the same normalization done in device_edit.php in device_imports.php
2021-03-06 09:55:56 -07:00
FusionPBX
5b0f7d95b9 Merge pull request #5788 from greenbea/patch-23
Yealink T29g add yealink_dnd_allow variable
2021-03-06 09:52:58 -07:00
FusionPBX
98392adcf0 Merge pull request #5790 from demonspork/grandstream_hide-remote-blf_status
Grandstream: Hide BLF Remote Status And More Distinctive Ring

Hide the other connected party on the BLF of supported phones. When not hidden a busy BLF will show the other connected party/sttaus of the call by flashing back and forth between the BLF label and the caller ID.
It also impacts the park buttons, but they typically only show the word "park" because of the character limitations.
Also did more effective find/replace for the distnctive ring variables with regex! (plus a typo was made in the previous version)
2021-03-06 09:49:00 -07:00
FusionPBX
7b35455f3e Merge pull request #5792 from chansizzle/patch-400
Closed open if statements
2021-03-06 09:44:02 -07:00
FusionPBX
5b3f849b4a Remove forward_caller_id_uuid field and minor code cleanup.
Minor code cleanup improve indentation, trailing spaces and add some line feeds.
2021-03-06 09:43:31 -07:00
FusionPBX
7cb17effe8 Remove follow_me_caller_id_uuid field. 2021-03-06 09:26:19 -07:00
FusionPBX
07fb1c2dc6 Remove follow_me_caller_id_uuid field. 2021-03-06 09:12:39 -07:00
FusionPBX
297fea5d64 Remove the forward_caller_id_uuid field. 2021-03-06 09:06:31 -07:00
FusionPBX
75b38c9d7f Remove forward_caller_id_uuid field. 2021-03-06 09:05:32 -07:00
FusionPBX
4ccbebc9bc Remove forward_caller_id_uuid field. 2021-03-06 09:01:03 -07:00
FusionPBX
4f8413cc6a Remove forward_caller_id_uuid field. 2021-03-06 09:00:00 -07:00
FusionPBX
8e79821304 Remove forward_caller_id_uuid field. 2021-03-06 08:59:12 -07:00
FusionPBX
ee1e4727c6 Remove call_forward_caller_id permission. 2021-03-06 08:53:49 -07:00
FusionPBX
f82cdd4830 Remove follow_me_caller_id and field follow_me_caller_id_uuid. 2021-03-06 08:51:27 -07:00
FusionPBX
acbda27f4a Remove caller ID on follow me and call forward.
The caller ID is redundant as it is already set on the extension.
2021-03-06 08:47:10 -07:00
FusionPBX
7390f79ae0 Add destination order to the order by. 2021-03-06 08:16:30 -07:00
FusionPBX
70577ac83f Add destination order to the database and use it. 2021-03-06 08:14:54 -07:00
FusionPBX
c6707fc835 Add destination_order ot the destinations table. 2021-03-06 08:10:47 -07:00