View previous topic :: View next topic |
Author |
Message |
tnyabasa at gmail.com Guest
|
Posted: Thu Apr 09, 2015 11:37 am Post subject: [asterisk-users] Script to Program Snom Phones |
|
|
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
--
Tafadzwa Nyabasa
Cell: 071 900 2849
Fax: 0862413605 |
|
Back to top |
|
|
webaccounts173 at jgoe... Guest
|
Posted: Thu Apr 09, 2015 12:14 pm Post subject: [asterisk-users] Script to Program Snom Phones |
|
|
Quote: | 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.
| What do you mean with "50 extensions"? Snom phones allow to define a directory, where you can export and import a simple text file. There might also be a way to automate this using one of the provisioning methods.
jg |
|
Back to top |
|
|
Derek.Andrew at usask.ca Guest
|
Posted: Thu Apr 09, 2015 12:24 pm Post subject: [asterisk-users] Script to Program Snom Phones |
|
|
SNOM phones can be configured using files on a TFTP server.
On Thu, Apr 9, 2015 at 11:14 AM, jg <webaccounts173@jgoettgens.de (webaccounts173@jgoettgens.de)> wrote:
Quote: |
Quote: | 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.
| What do you mean with "50 extensions"? Snom phones allow to define a directory, where you can export and import a simple text file. There might also be a way to automate this using one of the provisioning methods.
jg
|
--
Copyright 2015 Derek Andrew (excluding quotations)
+1 306 966 4808
University of Saskatchewan
Peterson 120; 54 Innovation Boulevard
Saskatoon,Saskatchewan,Canada. S7N 2V3
Timezone GMT-6
Typed but not read.
|
|
Back to top |
|
|
lathama at gmail.com Guest
|
Posted: Thu Apr 09, 2015 1:13 pm Post subject: [asterisk-users] Script to Program Snom Phones |
|
|
On Thu, Apr 9, 2015 at 12:23 PM, Derek Andrew <Derek.Andrew@usask.ca (Derek.Andrew@usask.ca)> wrote:
Quote: | SNOM phones can be configured using files on a TFTP server.
On Thu, Apr 9, 2015 at 11:14 AM, jg <webaccounts173@jgoettgens.de (webaccounts173@jgoettgens.de)> wrote:
Quote: |
Quote: | 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.
| What do you mean with "50 extensions"? Snom phones allow to define a directory, where you can export and import a simple text file. There might also be a way to automate this using one of the provisioning methods.
jg
|
--
Copyright 2015 Derek Andrew (excluding quotations)
[url=tel:%2B1%20306%20966%204808]+1 306 966 4808[/url]
University of Saskatchewan
Peterson 120; 54 Innovation Boulevard
Saskatoon,Saskatchewan,Canada. S7N 2V3
Timezone GMT-6
Typed but not read.
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
HTTP is the prefered method of provisioning. You can see http://wiki.snom.com/Settings/setting_server and even the dynamic tools baked into Asterisk at https://wiki.asterisk.org/wiki/display/AST/Phone+Provisioning+in+Asterisk
--
~ Andrew "lathama" Latham lathama@lathama.com (lathama@lathama.com) http://lathama.net ~ |
|
Back to top |
|
|
byrnejb at harte-lyne.ca Guest
|
Posted: Thu Apr 09, 2015 1:54 pm Post subject: [asterisk-users] Script to Program Snom Phones |
|
|
On Thu, April 9, 2015 12:37, Tafadzwa Nyabasa wrote:
Quote: | 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@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
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
duncan at e-simple.co.nz Guest
|
Posted: Thu Apr 09, 2015 2:02 pm Post subject: [asterisk-users] Script to Program Snom Phones |
|
|
If you use freepbx you can do it with endpoint manager
http://schmoozecom.com/endpoint-manager.php
It costs I think in the latest freepbx version but there will be earlier versions around
It's just generating templates by mac for the tftp server
On 10/04/2015, at 4:37 am, Tafadzwa Nyabasa <tnyabasa@gmail.com (tnyabasa@gmail.com)> wrote:
Quote: | 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
--
Tafadzwa Nyabasa
Cell: 071 900 2849
Fax: 0862413605
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
Back to top |
|
|
|