Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A-Series Provisioning

Overview

Sangoma A-Series phones may be provisioned one one of three ways:

...

Sangoma A-Series phones may have their firmware managed via the phone web UI or by remote retrieval.  Remote retrieval, as a part of the phone's configuration file, is controlled with the  AUTOUPDATE CONFIG MODULE configuration section with the Auto Image Url configuration parameter , e.g.

Code Block
<<VOIP CONFIG FILE>>Version:2.0000000000
   
<AUTOUPDATE CONFIG MODULE>
Auto Image Url     :http://server.example.com/phoneprov/myfirmware.z
<<END OF FILE>>

Remote Restart

Sangoma A-Series phones, by default, are configured not to remotely restart upon receipt of the check-sync Event in a SIP NOTIFY.  This behavior must be enabled, and is controlled with the SIP CONFIG MODULE configuration section with the Notify Reboot configuration parameter, e.g.:

Code Block
<<VOIP CONFIG FILE>>Version:2.0000000000
   
<SIP CONFIG MODULE>
Notify Reboot     :1
<<END OF FILE>>

To test, the SIPp test tool can be used with the following scenario file:

...

Sangoma phones can present Option 60, Vendor class identifier, when communicating with a DHCP service. But, they do not do it by default.  The option must be enabled in the phone's configuration, e.g.:

Code Block
<<VOIP CONFIG FILE>>Version:2.0000000000
 
<NET CONFIG MODULE>
Use Vendor Class ID:1
Vendor Class ID    :Asterisk
<<END OF FILE>>