I will appreciate if somebody can help me with DPMA v1.2 issue. So, recently I updated DPMA for the new version (1.2.) on Asterisk 1.8.11-cert7 server and after this none of new Digium phones are able to download/apply firmware from the local server.
Here is message that I have on the Digium D40 phones during booting:
Updating Firmware from PBX
Updating phone firmaware. Please be patient.
Then, after 1-3 sec
Updating Firmware from Public Server
Settings: /etc/asterisk/res_digium_phone.conf
[general]
…
firmware_package_directory=/var/www/html/digium_phones_firmware
file_directory=/etc/asterisk/digium_phones/
[network1]
…
type=network
registration_address=192.168.168.51
registration_port=5060
file_url_prefix=http://192.168.168.51/digium_phones_firmware
[9999]
…
type=phone
network=network1
d40_logo_file=logo.png
Settings: /var/www/html/digium_phones_firmware/digium_phones_firmware.conf
[D40]
version=1_1_0_0_48178
file=1_1_0_0_48178_D40_firmware.eff
[D50]
version=1_1_0_0_48178
file=1_1_0_0_48178_D50_firmware.eff
[D70]
version=1_1_0_0_48178
file=1_1_0_0_48178_D70_firmware.eff
I can also browse 192.168.168.51/digium_phones_firmware by using any browser
Index of /digium_phones_firmware
[ICO] Name Last modified Size Description [DIR] Parent Directory -
[ ] 1_1_0_0_48178_D40_firmware.eff 30-Jul-2012 10:17 32M
[ ] 1_1_0_0_48178_D50_firmware.eff 30-Jul-2012 10:17 32M
[ ] 1_1_0_0_48178_D70_firmware.eff 30-Jul-2012 10:17 32M
So, it worked well before, but right now I have to update firmware manually…
Thanks!