Commit Graph

25 Commits

Author SHA1 Message Date
agree dd26e357e0
Yealink add mwi subscribe variables (#5989) 2021-07-08 00:47:04 -06:00
chansizzle 337213c7ec
add yealink DST var 2021-03-18 13:12:32 -06:00
mbarvoipdrs 7c8a63b41d
Update y000000000077.cfg
Added firmware line for the W59R handset:
over_the_air.url.w59r = {$yealink_firmware_url}/{$yealink_w59r_handset_firmware_url}
2020-11-12 14:53:13 -05:00
mbarvoipdrs 573f1872fc
Update {$mac}.cfg
Update to W60B:
Added:
SCA
Voicemail for all Lines
Added if then else for ext@domain when the primary server is set for that extension on all lines.
2020-11-12 14:14:14 -05:00
mbarvoipdrs a730cad9f1
Update {$mac}.cfg
Added SCA for lines 1-8
Added voicemail for lines 1-4 and corrected for 5-8
2020-11-12 13:18:16 -05:00
Jason Kinner f824fbc8b1
Add existing VLAN options to this template (#5468)
Added yealink_vlan_enable and yealink_vlan_id settings
2020-09-21 16:12:49 -06:00
Baji Zsolt 966a218da2
Daylight Saving changes (#5229)
* Daylight Saving changes:
- enabled on server auto.DST.xml configuration for phones
- added new autoDST.xml file to fusionpbx server
- corrected autoDST.xml, addde balkans countries

* Fixed the yealink_auto_dst_url name to fix the syntax problem.

* Rename AutoDST.xml to auto_dst.xml

* Update app_config.php

* Update auto_dst.xml

Co-authored-by: FusionPBX <markjcrane@gmail.com>
2020-06-25 00:49:45 -06:00
Baji Zsolt 3ff29c9edc Added openvpn_url and vpn_enable to all files (#4989) 2019-12-28 12:37:00 -07:00
FusionPBX 5806be1d78 Update directory.xml 2019-11-21 17:11:43 -07:00
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
FusionPBX eb3e114900 Update directory.xml 2019-10-06 11:19:37 -06:00
Len d1fc838d3a Update y000000000077.cfg (#4751) 2019-10-02 19:14:42 -07:00
Len 00834645d2 Update y000000000077.cfg 2019-05-09 11:29:20 -04:00
Len 047037741e Update {$mac}.cfg (#4085) 2019-05-08 14:10:35 -06:00
Len 5c6178b5a4 Update {$mac}.cfg (#3994) 2019-01-29 20:25:24 -07:00
Len c6e8b4523b Update directory.xml (#3909) 2018-12-04 21:47:43 -07:00
emaktech 0ebe8e08fe Add new Advanced SIP Var (#3859)
Add the following advanced SIP variable. Disabling this allows Yealink phones to display the SIP error reason in the format sent by the carrier rather than Q.850 format e.g. "User Busy" rather than "NORMAL_CLEARING"

sip.call_fail_use_reason.enable = {$yealink_sip_call_fail_use_reason_enable}
2018-12-02 20:38:17 -07:00
FusionPBX 161a3dae84 Update {$mac}.cfg 2018-11-07 19:05:55 -07:00
FusionPBX 958438b49f Update y000000000077.cfg 2018-10-25 23:20:50 -06:00
AlexanderDCrane 5a31bf4308 Update {$mac}.cfg (#3589) 2018-09-24 20:06:32 -06:00
Len d620684fd1 Update {$mac}.cfg (#3448) 2018-09-12 21:23:36 -06:00
AlexanderDCrane 28d5e222f1 Update {$mac}.cfg (#3435) 2018-09-12 19:06:11 -06:00
Len 73a2f79ede Update {$mac}.cfg (#3253) 2018-07-17 12:04:59 -06:00
emaktech 667fa593bd Add Yealink W60B Provisioning Template (#3016)
* Add new Yealink MWI Subscribe Variable

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.

* Add Yealink alert_info Distinctive Ring Variables

Adds new variables in Yealink provisioning templates to allow control of distinctive ring text and distinctive ringtone options.

New variables:
yealink_ring_text_X
yealink_ring_file_X

Setting affected:
distinctive_ring_tones.alert_info.X.text
distinctive_ring_tones.alert_info.X.ringer

Phones affected:
T1x
T2x
T3x
T4x
T5x

User Effect
This should not have any effect on existing provisioning settings unless the new variables are defined.

* Add files via upload

* Fix yealink_firmware_url

* Delete {$mac}.cfg

* Delete y000000000076.cfg

* Delete y000000000000.boot

* Add Yealink W60B Template

New template for Yealink W60b DECT handset.
2018-03-25 22:27:09 -06:00