...
Tip |
---|
Upload as many bootroms as you like, but do not keep any of those deployed except when you are upgrading a phone or a group of phones. This will prevent unwanted phone upgrades. |
Auto provisioning a phone out of the box
An out of the box phone (or any phone that has not been configured in sipXecs), will contact the server to download the configuration file, and, if since this is not found will download the Polycom master configuration file (000000000000.cfg). In this file the default firmware revision for Polycom phones is 4.0. Thus phones will try to download the sip.ld file corresponding to that revision.
Code Block |
---|
<APPLICATION
APP_FILE_PATH="polycom/4.0.X/sip.ld"
...
</APPLICATION> |
For this, administrators must make sure that they have a 4.0 revision deployed together with a compatible bootrom.
Phones that are not compatible with 4.0 revision are defined in specific sections of the master configuration file.
Phone | Revision |
---|---|
SPIP 300 | 3.1 |
SPIP 301 | 3.1 |
SPIP 500 | 3.1 |
SPIP 501 | 3.1 |
SPIP 4000 | 3.1 |
SPIP 600 | 3.1 |
SPIP 601 | 3.1 |
VVX 600 | 4.1 |
Info |
---|
Above notes apply also for a phone that has been formated. |
Common problems (and solutions)
...