[asterisk-users] Script to Program Snom Phones
James B. Byrne
byrnejb at harte-lyne.ca
Thu Apr 9 13:53:40 CDT 2015
On Thu, April 9, 2015 12:37, Tafadzwa Nyabasa wrote:
> Hi There,
>
> Does anyone know how to program Snom phones using a Mac addresses like
> what
> is done with the Ciscos. I have about 50 extensions to be programmed
> and I
> am hoping there is a way on Asterisk to program extensions on the snom
> phones. Please assist.
>
> Regards
>
I do not think that this is specifically an Asterisk problem. The
SNOM phones that we use (870s and 76s) have FW 8.7.3.25.5. On the
Update tab of the Advanced setting page there are set the update
policy and URI. In our case the settings are 'Never update, load
settings only', from URL http://192.168.6.9:83, with a refresh
interval of 600840.
The phone will look at http://192.168.6.9:83 for a file called
snom870-000000000000.htm where 000000000000 is the phone's MAC
number. If that fails then 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 the
phones to read from that location and to apply the configurations
retrieved therefrom.
--
*** E-Mail is NOT a SECURE channel ***
James B. Byrne mailto:ByrneJB at Harte-Lyne.ca
Harte & Lyne Limited http://www.harte-lyne.ca
9 Brockley Drive vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada L8E 3C3
More information about the asterisk-users
mailing list