Skip to content

Commit

Permalink
feat: add support for Fanvil V61 and Nethesis NP-V61 (#303)
Browse files Browse the repository at this point in the history
- Added provisioning support for Fanvil V61
- Added provisioning support for Nethesis NP-V61
- Related issue: NethServer/dev#7032
  • Loading branch information
andrea-marchionni authored Nov 7, 2024
1 parent 22e309c commit 7d17080
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 1 deletion.
38 changes: 38 additions & 0 deletions data/scopes/fanvil-V61.ini
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 =

2 changes: 1 addition & 1 deletion data/scopes/fanvil-V62.ini
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]
Expand Down
38 changes: 38 additions & 0 deletions data/scopes/nethesis-NPV61.ini
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 =

0 comments on commit 7d17080

Please sign in to comment.