Skip to content

Commit

Permalink
feat: add support for Snom D812 and Snom D815 (#304)
Browse files Browse the repository at this point in the history
- Added provisioning support for Snom D812
- Added provisioning support for Snom D815
- Related issue: NethServer/dev#7032
  • Loading branch information
andrea-marchionni authored Nov 7, 2024
1 parent 7d17080 commit 0753817
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 2 deletions.
40 changes: 40 additions & 0 deletions data/scopes/snom-D812.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[metadata]
scopeType = "model"
displayName = "Snom D812"
version = 12

[data]
screensaver_time =
cap_screensaver_time_blacklist = "0,3,5,7,10,15,30,60,120,300,600,1200,1800,2400,3000,3600"
cap_backlight_time_blacklist = "0"
cap_contrast = ""
cap_screensaver_file = ""
cap_background_file = "1"
cap_backlight_time_blacklist = ""
backlight_time = 30
cap_ldap_tls_blacklist = starttls
provisioning_url_filename = "{mac}.xml"
tmpl_phone = "snomD8XX.tmpl"
tmpl_firmware = "snom-firmware.tmpl"
cap_linekey_count = 28
cap_linekey_type_blacklist = "direct_pickup,hold,ldap,phone_lock,prefix,recall,voice_mail"
cap_softkey_count = 4
cap_softkey_type_blacklist =
cap_ringtone_count = 10
cap_ringtone_blacklist =
cap_dss_transfer_blacklist = "verify"
cap_date_format_blacklist = "DD MM YYYY,DD MMM WW,DD MMM YY,DD MMM YYYY,WWW DD MMM,WWW MMM DD,MM DD YYYY,MMM DD WW,YY MM DD,YYYY MM DD"

linekey_type_1 = "line"
linekey_type_2 = "line"

softkey_type_1 = "history"
softkey_type_2 = "forward"
softkey_type_3 = "recall"
softkey_type_4 = "menu"
cap_expkey_count = 60
cap_expkey_type_blacklist = "direct_pickup,hold,ldap,phone_lock,prefix,recall,voice_mail"
cap_expmodule_count = 3

ldap_number_filter = "(|(telephoneNumber=%*)(mobile=%*)(homePhone=%*))"
ldap_name_filter = "(|(cn=%*)(o=%*))"
40 changes: 40 additions & 0 deletions data/scopes/snom-D815.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[metadata]
scopeType = "model"
displayName = "Snom D815"
version = 12

[data]
screensaver_time =
cap_screensaver_time_blacklist = "0,3,5,7,10,15,30,60,120,300,600,1200,1800,2400,3000,3600"
cap_backlight_time_blacklist = "0"
cap_contrast = ""
cap_screensaver_file = ""
cap_background_file = "1"
cap_backlight_time_blacklist = ""
backlight_time = 30
cap_ldap_tls_blacklist = starttls
provisioning_url_filename = "{mac}.xml"
tmpl_phone = "snomD8XX.tmpl"
tmpl_firmware = "snom-firmware.tmpl"
cap_linekey_count = 36
cap_linekey_type_blacklist = "direct_pickup,hold,ldap,phone_lock,prefix,recall,voice_mail"
cap_softkey_count = 4
cap_softkey_type_blacklist =
cap_ringtone_count = 10
cap_ringtone_blacklist =
cap_dss_transfer_blacklist = "verify"
cap_date_format_blacklist = "DD MM YYYY,DD MMM WW,DD MMM YY,DD MMM YYYY,WWW DD MMM,WWW MMM DD,MM DD YYYY,MMM DD WW,YY MM DD,YYYY MM DD"

linekey_type_1 = "line"
linekey_type_2 = "line"

softkey_type_1 = "history"
softkey_type_2 = "forward"
softkey_type_3 = "recall"
softkey_type_4 = "menu"
cap_expkey_count = 60
cap_expkey_type_blacklist = "direct_pickup,hold,ldap,phone_lock,prefix,recall,voice_mail"
cap_expmodule_count = 3

ldap_number_filter = "(|(telephoneNumber=%*)(mobile=%*)(homePhone=%*))"
ldap_name_filter = "(|(cn=%*)(o=%*))"
2 changes: 1 addition & 1 deletion data/scopes/snom-D862.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ softkey_type_1 = "history"
softkey_type_2 = "forward"
softkey_type_3 = "recall"
softkey_type_4 = "menu"
cap_expkey_count = 18
cap_expkey_count = 60
cap_expkey_type_blacklist = "direct_pickup,hold,ldap,phone_lock,prefix,recall,voice_mail"
cap_expmodule_count = 3

Expand Down
2 changes: 1 addition & 1 deletion data/scopes/snom-D865.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ softkey_type_1 = "history"
softkey_type_2 = "forward"
softkey_type_3 = "recall"
softkey_type_4 = "menu"
cap_expkey_count = 18
cap_expkey_count = 60
cap_expkey_type_blacklist = "direct_pickup,hold,ldap,phone_lock,prefix,recall,voice_mail"
cap_expmodule_count = 3

Expand Down

0 comments on commit 0753817

Please sign in to comment.