Displaying 1 result from an estimated 1 matches for "dnd_on_cod".
Did you mean:
dnd_on_code
2015 Apr 09
0
Script to Program Snom Phones
...n it will look for snom870.htm instead.
These files should contain the xml dialect for the SNOM phone
configuration directives:
<?xml version="1.0" encoding="utf-8"?>
<settings>
<phone-settings>
<language perm="RW">English</language>
<dnd_on_code perm="">*78</dnd_on_code>
. . .
</phone-settings>
</settings>
You need to provide a service that will provide the file via URI. You
must put files therein with names following the specific nomenclature
employed buy the phones themselves. Finally you must also set t...