Commit Graph
24 Commits
Author SHA1 Message Date
Antonio Fernandez 8a595b2b31 Updated the Outbound Proxy (#6345)
Updated the Outbound Proxy to specify the Primary or Secondary
2022-04-19 20:17:34 -06:00
Antonio Fernandez 923c748073 Wallpaper setting added to provisioning template (#6312)
* Wallpaper setting added to provisioning template

* Wallpaper setting added to provisioning template

* Wallpaper setting added to provisioning template

* Wallpaper setting added to provisioning template

* Wallpaper setting added to provisioning template

* Wallpaper setting added to provisioning template

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml
2022-02-18 14:21:26 -07:00
Antonio Fernandez 4c59f711f0 Yealink template consistency (#6284)
Changes to make the templates a bit more consistent while also fixing some typos and creating a new variable for the NAT Update setting.

By default, the account.x.nat.udp_update_enable is set to "3" which means to have the phone periodically send NOTIFY messages. This is not the case though on additional accounts. This makes for inconsistent configs that sometimes cause issues with phones ringing.

This fixes the issue while also giving the ability to use a variable to set it.
2022-02-11 13:10:23 -07:00
Antonio Fernandez d3c0f3ac34 Removing {$row.display_name} from the line button (#6233)
The reason I think this should be removed is because setting the label on this model of phone removes the ability to see status of the line button.

For example (without the label), if I have a call on hold on my first line button, it will show the caller's number and the state of that call. For example: "4165551234 holding"

When you put the label, it removes that great feature.
2022-01-10 22:36:57 -07:00
Antonio FernandezandFusionPBX 7e321c43fb added support for ALOC description #1 (#6234)
* added support for ALOC description

* Changed description to 'Average Length of Call'

Conversation isn't bad but I've always heard it as Average Length of Call.

Co-authored-by: FusionPBX <markjcrane@gmail.com>
2022-01-10 22:33:47 -07:00
Antonio Fernandez 13a1590c8f Update xml_cdr_extension_summary.php (#6235) 2022-01-10 22:28:55 -07:00
Antonio Fernandez affba4b61d Update xml_cdr_statistics.php (#6236) 2022-01-10 22:27:33 -07:00
Antonio Fernandez 0e7438fdbc updated the snom timezone description (#6194)
The old timezone URL is no longer valid. I've updated the default description with the new correct URL.
2021-12-15 14:43:50 -07:00
Antonio Fernandez 6c3713ca95 updated templates to include screensaver.wait_time on all supported devices (#5960) 2021-05-28 22:11:15 -06:00
Antonio Fernandez abdd532427 Updated the wallpapers variable to be for the T46U (#5959)
The variable for setting the wallpaper was set to T43U even though this is a T46U. This update is to fix that.
2021-05-28 22:09:20 -06:00
Antonio Fernandez d9ae3d9288 Updated the descriptions for some fields
The description will be a bit easier for newer admins who want to know how a Queue works.
2021-04-07 01:20:13 -04:00
Antonio Fernandez fe390a3509 Fixed Queues so they work along with example cleanup
In troubleshooting a known FreeSwitch bug with mod_callcenter, I started to try out mod_fifo as an alternative. I realized that the dialplan that was being created by Fusion was not working. Creating a queue is very simple so I knew it wasn't a user error on my part so I dug in deeper. There were a few issues I needed to fix to get queues working again.

1. Add a "break on-true" to each condition destination_number (it was changed in two places)
2. populate the "action" for callers entering the queue via the $agent_queue_extension_number
3. remove the appended "_agent" which was added to the $queue_name which was causing the queue for entering and retrieving calls different.
4. remove the inline="true" for the action that executes the lua script

I also fixed the example comments to be accurate to how the queues should be written in the dialplan.
2021-04-07 01:09:22 -04: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
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
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
Antonio Fernandez 7399f90e2f Changed error message for password length (#5359)
I've updated the wording for the error when a password is not long enough. I kept getting this error and found it wasn't descriptive enough and took me some time to realize what the actual error was. I also added the translations in Spanish and French.
2020-07-23 09:47:32 -06:00