-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for Fanvil V61 and Nethesis NP-V61 (#303)
- Added provisioning support for Fanvil V61 - Added provisioning support for Nethesis NP-V61 - Related issue: NethServer/dev#7032
- Loading branch information
1 parent
22e309c
commit 7d17080
Showing
3 changed files
with
77 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[metadata] | ||
scopeType = "model" | ||
displayName = "Fanvil V61G/W" | ||
version = 1 | ||
|
||
[data] | ||
cap_ldap_tls_blacklist = | ||
provisioning_url_filename = "$mac.cfg" | ||
tmpl_phone = "fanvil-X5.tmpl" | ||
fanvil_sidekey_count = 12 | ||
fanvil_sidepages_count = 4 | ||
fanvil_lkpages_count = 0 | ||
cap_linekey_count = 12 | ||
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 = | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
scopeType = "model" | ||
displayName = "Fanvil V62" | ||
displayName = "Fanvil V62/G/W" | ||
version = 1 | ||
|
||
[data] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[metadata] | ||
scopeType = "model" | ||
displayName = "Nethesis NP-V61" | ||
version = 1 | ||
|
||
[data] | ||
cap_ldap_tls_blacklist = | ||
provisioning_url_filename = "$mac.cfg" | ||
tmpl_phone = "nethesis-X5.tmpl" | ||
fanvil_sidekey_count = 12 | ||
fanvil_sidepages_count = 4 | ||
fanvil_lkpages_count = 0 | ||
cap_linekey_count = 12 | ||
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 = | ||
|