Problem:
Applications are not loading onto Digium Phones through the DPMA but can be manually loaded through the phone development options and work flawlessly. Reloading the DPMA provides no errors.
A customer's example may look like:
[weather]
type=application
application=weather
name=weather
filename=weather.zip
Solution:
To resolve the issue, it should look like:
[weather]
type=application
application=custom
name=weather
filename=weather.zip
The application field should always look like 'application=custom' instead of 'application=(name of your application)'.