Commit Graph

45 Commits

Author SHA1 Message Date
Alex b3f16569fd
Update multiple registration (#6488)
* Update {$mac}.cfg
2022-10-24 16:09:01 -06:00
Harry Foster 3d0fe368ac
Adding the Yealink Tone Country setting to all templates, and including two more minor revisions of handsets that have been released. (#6458)
* Added two new minor hardware revisions, the CP925 and T42U, and added the voice.tone.country = {} to all templates, previously missing on most

* Minor typo from a wrong window issue, and removing the commented examples for easier grepping
2022-08-22 11:10:24 -06:00
markjcrane 2f67b36276 Add add a provison variable for cp_source 2022-08-04 11:52:08 -06: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
markjcrane f3dacc581b Use yealink_trust_certificates 0-Disabled, 1-Enabled instead of false and true 2022-01-24 14:35:31 -07:00
FusionPBX d67b9597f1
Update directory XML to handle the contacts information. (#6256)
* Update directory XML to handle the contacts information.

Better conditions to use all contact name variations.
2022-01-22 20:05:35 -07:00
FusionPBX b8e87d2d75
Improve yealink phonebook for contact organization (#6254) 2022-01-21 22:47:16 -07:00
Mendel 42b52ae8fc
Update dispaly_name to label on all Yealink Templates (#6196)
* Use label instead of display name

* 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 {$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 {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg

* Update {$mac}.cfg
2021-12-15 14:41:12 -07:00
agree dd26e357e0
Yealink add mwi subscribe variables (#5989) 2021-07-08 00:47:04 -06:00
chansizzle bc0a939238
add yealink DST var 2021-03-18 13:11:34 -06:00
demonspork ff498aa6f9 Yealink Add original party caller ID to call history for picked up call park and call intercept.
Add the ability for the "History" to show the original caller ID when picking up parked/intercepted calls instead of the history showing the dial code that was used to pick up the call. The Call History on the phones would show park+*5901 after using a button to pick up a parked call. The Caller's name would display properly during the call but wasn't in the history unless this variable is set.
2020-12-22 10:54:45 -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
root 45319ef301 Set directories to 755 and files to 644 2019-12-14 17:34:17 +00:00
FusionPBX c3bb61b306 Update directory.xml 2019-11-21 17:12:02 -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 b3dffed93e Update directory.xml 2019-10-06 11:19:31 -06:00
Len 57da509e3a Update y000000000025.cfg (#4750) 2019-10-02 19:04:10 -07:00
Len a287786ec5 Update y000000000025.cfg 2019-05-09 11:27:14 -04:00
Len 923bb96e8f Update {$mac}.cfg (#4084) 2019-05-08 14:10:49 -06:00
Len 6763e45ecc Update {$mac}.cfg (#3993) 2019-01-29 20:25:02 -07:00
Len 944e76ef2a Update directory.xml (#3908) 2018-12-04 21:48:15 -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 9c0c41bc2e Update y000000000025.cfg 2018-10-25 23:20:53 -06:00
markjcrane 412a6bfc74 update the yealink templates 2018-09-26 17:47:21 -06:00
AlexanderDCrane 7e45f03644 Update {$mac}.cfg (#3593) 2018-09-24 22:11:23 -06:00
AlexanderDCrane a8e84230f1 Update {$mac}.cfg (#3588) 2018-09-24 19:44:39 -06:00
AlexanderDCrane 65f15819e6 Update {$mac}.cfg (#3434) 2018-09-12 19:08:40 -06:00
Len 93ec5aefb0 Update {$mac}.cfg (#3252) 2018-07-17 12:05:16 -06:00
FusionPBX e346e28643 Update y000000000025.cfg 2018-02-22 21:19:15 -07:00
FusionPBX 2ce396406b Update {$mac}.cfg 2018-01-05 02:32:47 -07:00
Len 28ac81b9b9 Update y000000000025.cfg 2018-01-04 18:17:02 -05:00
FusionPBX 0a9fb4fbfc Update y000000000000.boot 2017-12-15 15:36:49 -07:00
TekMason 7378a7a85b Removed yealink {$mac}.boot files and added missing auto-insert UAs (#2926)
* removed all yealink mac.boot files

* Added missing auto-inserts
2017-11-24 10:36:09 -07:00
TekMason 24d07281ec add mac .boot files to yealink provision folders (#2923) 2017-11-21 23:06:40 -07:00
TekMason 8be1a00ef2 Added yealink common files for each model and created folder for new … (#2913)
* Added yealink common files for each model and created folder for new conference phone models

* Modified Yealink t46g templates and added 3 new variables
2017-11-19 23:11:25 -07:00
Len d8a9f8902b Update y000000000025.cfg 2017-10-24 21:13:26 -04:00
TekMason 418cc0c759 Yealink Template Updates (#2789)
Set firmware.url = {$yealink_firmware_url}/{$yealink_firmware_<model>}
Also changed user agent for VP530 to match what the phone actually sends
2017-08-10 10:12:05 -05:00
Len 6c97a1ae3d Create {$mac}.cfg 2017-06-12 23:57:47 -04:00
Len 32785c188e update cid_source 2017-06-07 13:39:58 -04:00
Len 1b4ebbf46e Create y000000000025.cfg 2017-04-14 01:55:47 -04:00
Len d2e8cbd734 Create favorite_setting.xml 2017-04-14 01:47:24 -04:00
Len 8c7669a35a Create directory.xml 2017-04-14 01:46:20 -04:00
Len 244f8dc608 Create {$mac}.cfg 2017-04-14 01:45:15 -04:00