Commit Graph

18900 Commits

Author SHA1 Message Date
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
emaktech
a0ab52d369 CDR - Don't Check Filesystem for Recording on Load
I have been debugging slow loading on our CDR pages for the last few days now.

One issue that we have encountered is that currently as the page loads, it checks the filesystem for each file one at a time. In our case, we move recordings to object storage after 1 week, so each time we check for a file it passes api calls which take over 1 second each to return a result. This causes this page to not load at all for us in many cases.

Regardless, this current method is unnecessarily I/O intensive and really page load is probably not the time to be checking for each file one by one.

So this PR is the simplest solution - remove the check entirely. I would contend that the administrator should remove the record_path from the database if the file was removed so this should be acceptable.

This solves this particular issue for us, but would need feedback from others if not checking for files makes sense.
2021-03-03 15:48:17 -05: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
Len
a021867008 Remove duplicate uuid/variables 2021-02-28 20:35:51 -05:00
FusionPBX
771b958ebe Reformat the status to show the reg expire seconds. 2021-02-27 10:08:41 -07:00
FusionPBX
d10ea48bee Get the domain name using the device. 2021-02-26 17:17:32 -07:00
FusionPBX
a7518e52e7 Change the input type from text description into a textarea. 2021-02-26 10:23:28 -07:00
FusionPBX
05e151822a Change the input text type description into a textarea so the description shows in a more convenient container. 2021-02-26 10:17:16 -07:00
FusionPBX
f054319197 Merge pull request #5784 from demonspork/grandstream-headsets
Grandstream: Plantronics EHS and additional non-clobbering of settings
2021-02-25 17:36:43 -07:00