Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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)'.

  • No labels