-
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 Snom D812 and Snom D815 (#304)
- Added provisioning support for Snom D812 - Added provisioning support for Snom D815 - Related issue: NethServer/dev#7032
- Loading branch information
1 parent
7d17080
commit 0753817
Showing
4 changed files
with
82 additions
and
2 deletions.
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,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=%*))" |
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,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=%*))" |
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
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