ringtone_id
string
The id of the ring tone for this alert
ring_type
normal, answer, ring-answer, visual
The type of call-answer to affect for this alert.
Firmwares Element
Firmwares Element Example
Firmwares Element Example
<?xml version="1.0" ?>
<config>
<firmwares>
<firmware model="D50" version="1_0_3_45441"
url="http://10.10.4.11/firmware/1_0_3_45441_D50_firmware.eff" />
<firmware model="D70" version="1_0_3_45441"
url="http://10.10.4.11/firmware/1_0_3_45441_D70_firmware.eff" />
<firmware model="D40" version="1_0_3_45441"
url="http://10.10.4.11/firmware/1_0_3_45441_D40_firmware.eff" />
</firmwares>
</config>
Element lists the <firmwares> elements, each described by the following attributes.
Network, if specified, allows the phone to load different firmware URLs depending on its own network address mask
Option
Values
Description
model
D40,
D50,
D70
Model number of the Digium phone
version
string
Version string for the firmware. On boot, the phone will check the version string against an internal copy of the string, as
previously loaded. If the strings differ, the phone will load the new firmware
url
http
URL
string
URL location of the phone firmware
Public Firmwares Element
Public Firmwares Element Example
Firmwares Element Example
<?xml version="1.0" ?>
<config>
<public_firmwares>
<public_firmware model="D50" version="1_0_3_45441"
url="http://firmware.example.com/1_0_3_45441_D50_firmware.eff" />
<public_firmware model="D70" version="1_0_3_45441"
url="http://firmware.example.com/1_0_3_45441_D70_firmware.eff" />
<public_firmware model="D40" version="1_0_3_45441"
url="http://firmware.example.com/1_0_3_45441_D40_firmware.eff" />
</public_firmwares>
</config>
Element lists the <public_firmwares> elements, each described by the following attributes.
Specifies a fallback firmare location - more than one public_firmware element may be specified for each model and the public_firmware
servers will be tried in the order they are listed, in the event that an internal firmware server cannot be reached
Option
Values
Description
model
D40,
D50,
D70
Model number of the Digium phone