Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Yealink T31W, T34W and Fanvil V63 and W610W #282

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions data/scopes/fanvil-V63.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[metadata]
scopeType = "model"
displayName = "Fanvil V63"
version = 1

[data]
cap_ldap_tls_blacklist =
provisioning_url_filename = "$mac.cfg"
tmpl_phone = "fanvil-X5.tmpl"
fanvil_sidekey_count = 21
fanvil_sidepages_count = 3
fanvil_lkpages_count = 0
cap_linekey_count = 21
cap_linekey_type_blacklist =
cap_softkey_count = 4
cap_softkey_type_blacklist =
cap_expkey_count =
cap_expkey_type_blacklist =
cap_ringtone_count = 9
cap_ringtone_blacklist = -1
cap_dss_transfer_blacklist =
softkey_type_1 = "history"
softkey_type_2 = "ldap"
softkey_type_3 = "group_pickup"
softkey_type_4 = "menu"
linekey_type_1 = "line"
linekey_type_2 = "line"
cap_background_file = 1
cap_screensaver_file =
screensaver_time = 600
backlight_time = 30
cap_contrast = 1
contrast = 4
cap_brightness = 1
brightness = 5
cap_screensaver_time_blacklist =
cap_backlight_time_blacklist =

33 changes: 33 additions & 0 deletions data/scopes/fanvil-W610W.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[metadata]
scopeType = "model"
displayName = "Linkvil W610W"
version = 1

[data]
cap_ldap_tls_blacklist =
provisioning_url_filename = "$mac.cfg"
tmpl_phone = "fanvil-X5.tmpl"
fanvil_sidekey_count = 0
fanvil_sidepages_count = 0
fanvil_lkpages_count = 2
cap_linekey_count = 16
cap_linekey_type_blacklist =
cap_softkey_count = 2
cap_softkey_type_blacklist =
cap_expkey_count =
cap_expkey_type_blacklist =
cap_ringtone_count = 9
cap_ringtone_blacklist = -1
cap_dss_transfer_blacklist =
softkey_type_1 = "group_pickup"
softkey_type_2 = "menu"
cap_background_file = 1
cap_screensaver_file =
screensaver_time = 600
backlight_time = 30
cap_contrast = 1
contrast = 4
cap_brightness = 1
brightness = 5
cap_screensaver_time_blacklist =
cap_backlight_time_blacklist =
2 changes: 1 addition & 1 deletion data/scopes/yealink-T31.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
scopeType = "model"
displayName = "Yealink T31G/P"
displayName = "Yealink T31G/P/W"
version = 4

[data]
Expand Down
51 changes: 51 additions & 0 deletions data/scopes/yealink-T34.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
[metadata]
scopeType = "model"
displayName = "Yealink T34W"
version = 4

[data]
cap_contrast = "1"
contrast = 6
cap_brightness = 1
brightness = 8
cap_screensaver_file = "1"
cap_screensaver_time_blacklist = "3,5,7,10,1200,2400,3000,3600"
screensaver_time = 600
cap_background_file = "1"
cap_backlight_time_blacklist = "3,5,7,10,1200,2400,3000,3600"
backlight_time = 0
cap_ldap_tls_blacklist =
provisioning_url_filename =
tmpl_phone = "yealink.tmpl"
cap_linekey_count = 12
cap_linekey_type_blacklist = ""
cap_softkey_count = 4
cap_softkey_type_blacklist = ""
cap_expkey_count = 0
cap_expkey_type_blacklist =
cap_ringtone_count = 10
cap_ringtone_blacklist =
cap_dss_transfer_blacklist =
cap_expmodule_count = 0
cap_date_format_blacklist = "DD MM YY,DD MMM WW,MM DD YYYY,MMM DD WW,YY MM DD"

softkey_type_1 = "history"
softkey_value_1 = ""
softkey_label_1 = ""
softkey_type_2 = "ldap"
softkey_value_2 = ""
softkey_label_2 = ""
softkey_type_3 = "group_pickup"
softkey_value_3 = ""
softkey_label_3 = ""
softkey_type_4 = "menu"
softkey_value_4 = ""
softkey_label_4 = ""

linekey_type_1 = "line"
linekey_value_1 = ""
linekey_label_1 = ""
linekey_type_2 = "line"
linekey_value_2 = ""
linekey_label_2 = ""

Loading