Commit Graph

17652 Commits

Author SHA1 Message Date
FusionPBX
61bc654f61 Update phrase_edit.php 2021-03-10 00:01:18 -07: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
FusionPBX
906b86d3dc Use elseif instead of a series of if statements.
Also replace strlen with isset.
2021-03-05 20:03:57 -07:00
chansizzle
886544367f closed open if statements 2021-03-05 17:13:21 -07:00
FusionPBX
0b91af9f42 Add option to handle category: provision type: array 2021-03-05 12:09:26 -07:00
Andrew Querol
c7a35cc1ad Fix device MAC address imports not normalizing.
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
2021-03-04 17:33:25 -06:00
FusionPBX
46d13689fc Fix a duplicaiton problem when editing and saving extension settings. 2021-03-04 13:41:27 -07:00
demonspork
99fb4ae078 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!
2021-03-02 21:34:25 -06:00
agree
229675ae49 Yealink T29g add yealink_dnd_allow variable 2021-03-01 15:01:29 -05:00
FusionPBX
3c10002d01 Merge pull request #5787 from Len-PGH/patch-187
Remove duplicate fanvil default settings.
2021-02-28 19:24:25 -07:00