Commit Graph

91 Commits

Author SHA1 Message Date
agree dd26e357e0
Yealink add mwi subscribe variables (#5989) 2021-07-08 00:47:04 -06:00
demonspork 0acb7c4ac3
Yealink Support Searching Remote Phonebook on Dial pad (#5953)
By default, the dial pad only searches the Local phonebook and recent call history for suggestions while dialing. This adds support for searching the Remote Phonebook if configured and enabled. There is also commented out the definition to search an LDAP phonebook if one has been configured elsewhere.
2021-05-24 15:19:39 -06:00
markjcrane c401747405 Change the *97 to {$voicemail_number} provision variable. 2021-04-23 13:00:45 -06:00
chansizzle 5d6fdcf867
add yealink DST var 2021-03-18 13:05:19 -06:00
demonspork 89c51da324 Add nway conference network URI to Yealink Templates
Support for the nway_conference variable and dialplan (disabled by default) baked into the templates.
2021-02-01 13:59:54 -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
Redbehrend 587d164f9d
Fixed Yealink Account 6 Errors (#5242)
Fixed Yealink Account 6 Errors (misstyped)
2020-04-24 00:28:00 -06:00
Len 9f864feeff Update y000000000023.cfg 2020-01-13 22:50:03 -05:00
Len 76ee9984d7 Update y000000000023.cfg 2020-01-13 21:36:34 -05:00
Len f6cd9618a3 Update y000000000023.cfg 2020-01-13 13:37:22 -05: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 34bd9c5c52 Update directory.xml 2019-11-21 17:12:35 -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 6ed4309fe2 Update directory.xml 2019-10-06 11:19:08 -06:00
Len 851db08d91 Update y000000000023.cfg (#4748) 2019-10-02 19:01:05 -07:00
Len 4a36c46860 Update y000000000023.cfg 2019-05-09 11:23:26 -04:00
Len fad268935f Update {$mac}.cfg (#4082) 2019-05-08 14:11:14 -06:00
Len 09537f4ad9 Update y000000000023.cfg (#4038) 2019-03-06 08:29:54 -07:00
Len 1163fa057e Update {$mac}.cfg (#3991) 2019-01-29 20:24:38 -07:00
Len 959812bedd Update directory.xml (#3906) 2018-12-04 21:43:39 -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 e00ac69da1 Update y000000000023.cfg 2018-10-25 23:21:01 -06:00
AlexanderDCrane e301c2772f Update {$mac}.cfg (#3586) 2018-09-24 19:20:24 -06:00
Len f93a01f2ba Update {$mac}.cfg (#3447) 2018-09-12 21:26:26 -06:00
AlexanderDCrane 2d2e3b52fb Update {$mac}.cfg (#3432) 2018-09-12 19:11:46 -06:00
Len 6725bf454d Update {$mac}.cfg (#3250) 2018-07-17 12:05:53 -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
emaktech b67ccbeea6 Add Ability to Edit Yealink Programmable Keys (#3041)
Edited all Yealink templates to allow programmable keys to be modified from the Devices page.
2018-04-30 17:56:28 -06:00
emaktech 12921a4e86 Add Yealink GUI Language Variable (#3017)
Adds yealink_language_gui variable to all Yealink templates.

Note: Some templates were forcing "English" through conditional statement or hard-coded.

Now, if no value is set, it will not set any value in the template. This should not hurt anything as default language on Yealink phones is "English"
2018-03-25 22:46:07 -06:00
Len bb4184b8a9 Update y000000000023.cfg 2018-03-01 16:33:08 -05:00
FusionPBX 36ff6d7bb9 Update y000000000023.cfg 2018-02-22 21:21:43 -07:00
FusionPBX 91e234b3b0 Update {$mac}.cfg 2018-01-05 02:33:10 -07:00
Len 0763096f39 Update y000000000023.cfg 2018-01-04 18:14:51 -05:00
FusionPBX 59735b6d9b Update y000000000000.boot 2017-12-15 15:38:30 -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 011d80ca81 Update {$mac}.cfg 2017-10-30 17:35:18 -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 17f2b2c5fe Create {$mac}.cfg 2017-06-12 23:17:26 -04:00
Len 8d9e26b909 update cid_source 2017-06-07 13:30:12 -04:00
Len 022f9b17ae Update y000000000023.cfg 2017-06-05 17:03:27 -04:00
Len 8363bcbd58 Update y000000000023.cfg 2017-04-12 23:07:10 -04:00
Len e3bb49260d Update y000000000023.cfg 2017-04-10 09:29:41 -04:00
Len 6eebd057d5 Update {$mac}.cfg 2017-04-06 01:22:43 -04:00
emaktech 537e4c157e Yealink Provisioning - Add Trusted Cert Variable (#2364)
* Update y000000000037.cfg

* Update y000000000007.cfg

* Update y000000000025.cfg

* Update y000000000023.cfg

* Update y000000000051.cfg

* Update y000000000035.cfg

* Update y000000000066.cfg

* Update y000000000028.cfg

* Update y000000000029.cfg

* Update y000000000036.cfg

* Update y000000000054.cfg

* Update y000000000038.cfg

* Update y000000000032.cfg

* Update y000000000046.cfg

* Update y000000000000.cfg

* Update y000000000045.cfg

* Update y000000000004.cfg

* Update y000000000044.cfg

* Update y000000000044.cfg

* Update y000000000005.cfg

* Update y000000000052.cfg
2017-02-13 13:13:16 -07:00
Len f4bf1def2f Update {$mac}.cfg
Added account.x.shared_line 2-6
2016-12-07 22:42:58 -05:00