Commit Graph

56 Commits

Author SHA1 Message Date
saraxxin 593d031da8 Fixed syntax error (#4841)
Replaced bad syntax on  {if isset {variable} with correct syntax: {if isset (variable)}.
2019-11-08 08:46:22 -07:00
saraxxin 7942ba7954 Updates to Yealink codec provisioning (#4834)
* Updates to Yealink codec provisioning

Changed codecs to use variables set in default settings.

* Added basic provisioning for swissvoice cp2502 and cp2505g

Codec handling set in default settings.
Need to still work on directory and funtion keys.

* Update app_config.php
2019-11-06 09:05:34 -07:00
Len f5fb18ea3c Update {$mac}.cfg (#4087) 2019-05-08 14:08:54 -06:00
AlexanderDCrane d1764ec9f6 Update {$mac}.cfg (#3616) 2018-09-28 13:04:54 -06:00
markjcrane 412a6bfc74 update the yealink templates 2018-09-26 17:47:21 -06:00
AlexanderDCrane ac4abeb189 Update {$mac}.cfg (#3565) 2018-09-24 12:57:25 -06:00
AlexanderDCrane 32e568be6f Update {$mac}.cfg (#3554) 2018-09-21 23:53:15 -06:00
FusionPBX aaa866142c Update {$mac}.cfg 2018-09-13 01:30:34 -06:00
Len 5c8823b928 Update {$mac}.cfg (#3450) 2018-09-12 21:19:33 -06:00
AlexanderDCrane ac5895beb8 Update {$mac}.cfg (#3410)
* Update {$mac}.cfg

* Update {$mac}.cfg
2018-09-12 19:25:12 -06:00
Len c17cb6a35d Update {$mac}.cfg (#3257) 2018-07-17 14:55:13 -06:00
FusionPBX 2376a9f733 Update {$mac}.cfg 2018-06-22 02:15:29 -06:00
emaktech 1839482f57 Fix Yealink Programmable Key Template Conflicts (#3073)
* Add language, dialect and voice selection

This scans the FreeSWITCH sounds directory to find installed languages and then allows the user to select the language, dialect and voice from a dropdown.  The selected option will then be built into the dialplan and saved in the database when saving the IVR.

This fixes many cases of inconsistent language problems with email templates, multilanguage voicemail support, etc. by setting an appropriate installed dialect and voice. This variable is then passed along to the next applications correctly rather than relying only on the default settings on the switch and creating inconsistent behaviors.

example of poor behavior before: Setting language to "fr" on the IVR with default switch settings as "en, us, callie" would set the language to fr-us callie which is an obviously incorrect configuration. By forcing all variables to be set to together in the IVR dialplan it avoids such inconsistent behaviors.

* Fix Yealink Programmable Key Template Conflicts

Some Yealink templates have both on the {$mac.cfg} files as well as the y000000000000.cfg files. This creates a conflict when configuring the pgorammable keys in the templates so all the programmable options have been removed from the {$mac.cfg} files to resolve the conflict.

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update ivr_menu_edit.php
2018-05-29 15:53:18 -06:00
FusionPBX 9a67cf4619 Update {$mac}.cfg 2018-01-05 02:37:06 -07:00
markjcrane 9a9c27c13a Yealink templates additional work on consistency. 2017-12-28 13:44:12 -07:00
TekMason 74e6fdabd7 T42G Templates (#2922) 2017-11-21 20:24:39 -07:00
emaktech 13e11fefba Add new Yealink MWI Subscribe Variable (#2920)
Adds new variable in Yealink provisioning templates to allow control of MWI subscribe setting behavior on all accounts. Setting the new variable once affects all accounts.

New variable:
yealink_subscribe_mwi_to_vm.

Setting affected:
account.X.subscribe_mwi_to_vm setting

Phones affected:
T1x
T2x
T3x
T4x

May affect MWI subscription behavior. Yealink default is 0, many of the old templates hard coded 1. This change may affect MWI behavior for some users, so check to make sure the variable is added in FusionPBX to match your previous settings before upgrading.
2017-11-21 19:44:23 -07:00
FusionPBX 789fa8b78d Update {$mac}.cfg 2017-11-13 19:32:01 -07:00
Len 287a2882a8 Update {$mac}.cfg 2017-10-30 17:56:56 -04:00
Len fd3de05316 Create {$mac}.cfg 2017-06-12 23:20:22 -04:00
Len 237a4be1bc update cid_source 2017-06-07 13:50:09 -04:00
Len add842e9ba Update {$mac}.cfg 2017-04-06 01:11:43 -04:00
FusionPBX 767f27297f Update {$mac}.cfg 2017-03-24 21:08:08 -06:00
Len 4ba6245018 Update {$mac}.cfg
Add shared_line_2 , shared_line_3 variable , shared_line_4, shared_line_5, shared_line_6  variable.
2016-12-01 09:53:38 -05:00
Len ccbb4f1e23 Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 22:08:47 -05:00
Len 5ac3ba8e01 Update {$mac}.cfg 2016-11-24 02:46:28 -05:00
Len 8c15485b2a Update {$mac}.cfg (#2057)
add {$yealink_retransmission} {$yealink_session_timer} and change {$yealink_rport_1} to {$yealink_rport}
2016-11-12 20:50:51 -07:00
markjcrane 48d3f317e0 Update Yealink templates add new variables yealink_vlan_enable, yealink_emergency_number, yealink_lock_enable, yealink_lock_pin, yealink_lock_timeout, yealink_lock_key_type, yealink_backlight_time and correct the wallpaper and firmware variables for some of the phones. 2016-09-20 13:53:53 -06:00
markjcrane 1e0c722cb7 Update more yealink templates to use the new device_keys array. 2016-08-26 08:52:02 -06:00
markjcrane 7718f0ebfb Update the yealink templates. 2016-08-24 17:56:41 -06:00
FusionPBX c04a4baa10 Update {$mac}.cfg 2016-08-24 17:19:00 -06:00
markjcrane 234aaa784a Update outbound proxy support in the Yealink templates. 2016-08-23 14:12:55 -06:00
markjcrane e58f9971e2 Add stun_server variable to the yealink templates. 2016-08-20 22:36:47 -06:00
Chris Black b91c3fb511 Fix variable names and clean up duplicate time settings in yealink files (#1694)
Fix the variable names to be consistent across all yealink provision
files. Also remove all the duplicate/redundant time settings from the
files.
2016-06-24 10:33:25 -06:00
Chris Black 2daa5f735e set sip_trust_ctrl on all yealink profiles (#1619) 2016-05-27 12:14:36 -06:00
FusionPBX 6beb19881c Update {$mac}.cfg
Disable DND on the Yealink t42g
2016-05-19 23:01:45 -06:00
markjcrane 04dfb86640 Add dns_server_primary and dns_server_secondary to the newer yealink provisioning files. 2016-05-02 13:10:32 -06:00
mafoo d018f74ed3 WhitespaceClean-resources/provision/yealink
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 12:18:50 +00:00
markjcrane 80ab4cb339 Add the following to all yealink provisioning templates.
account.1.nat.udp_update_enable = 3
In order to setup keep alive with sip notify.
2015-11-08 07:30:29 -07:00
markjcrane 6f5adff669 Fix the variable syntax for the yealink templates. 2015-10-20 13:20:35 -06:00
markjcrane 25ed768eb5 Add ${time_zone} and ${time_zone_name} to several Yealink files. 2015-10-16 11:51:22 -07:00
markjcrane de306a6ca7 Add dns srv port 0 to more yealink phones. 2015-10-16 11:10:59 -07:00
blackc2004 a9ffc2ecac {$mac}.cfg
fix the port # for yealink DNS SRV
2015-10-07 13:41:17 -07:00
Mark Crane 2096b22485 Yealink provisioning if using Conference Meet-Me or BLF use the pickup value instead of the key extension. 2015-05-20 07:31:17 +00:00
Mark Crane b3addf8e7f Correct many of the comments in the yealink/t42g/{$mac}.cfg template. 2015-02-10 05:50:28 +00:00
James Rose cd6fecc70f add support for alternate voicemail numbers so you can subscribe to different mailboxes. requires user to create their own dialplan to support it. 2014-08-15 00:36:56 +00:00
James Rose 6d5fa3008d Added provision variable yealink_rport_X so you can enable rport on yealinks per account. Default is OFF so if not set, the behavior stays the same. 2014-07-30 17:28:24 +00:00
Mark Crane 3a43ae12c4 Yealink remove some of the trailing white spaces. Fix the power led light for voicemail. 2014-04-08 01:37:47 +00:00
Mark Crane b1e4bc8131 Add a new variable to the Yealink template ($yealink_power_led_on). And change account 6 voice_mail.number.5 = *97 to voice_mail.number.6 = *97. 2014-04-02 09:50:29 +00:00
Mark Crane 0015e74101 Add *97 for the voicemail button for Yealink t42g, t46g, and t48g. 2014-04-02 07:34:44 +00:00