Overview
This applies to Sangoma D-series, P310, and P315 model phones.
Remote Restart
Sangoma phones will, typically, automatically restart themselves whenever they receive a configuration parameter that necessitates a full restart.
...
Code Block |
---|
pjsip send notify digium-check-cfg <my endpoint identifier, e.g. 1000> |
Remote Reconfigure
Sangoma phones, when connected to DPMA, can be remotely reconfigured using the Asterisk CLI command:
...
Code Block |
---|
pjsip send notify digium-check-reconfig <my endpoint identifier, e.g. 1000> |
Performing Remote Restart or Reconfigure outside of Asterisk
The SIPp test tool can be used with the following scenario file:
...