Configuring APPNAME parameter
From the software version 4.1.0, you can upgrade Avaya J100 Series IP Phones to a newer firmware version by obtaining the upgrade files from another file server that is not the same as the initial provisioning server.
To obtain upgrade files from another file server, configure the APPNAME parameter as one of the following:
-
An absolute URL: Prefix the URL with an https:// or http://. A valid URL supports a combination of IPv4, IPv6, or FQDN, a directory path can contain macros such as $MACADDRESS, $SERIALNO, and $MODEL4, and the URL can have optional values such as ports, sub-directories, and credentials.
Few examples:
http://10.1.1.2/FW_S_J179_R4_1_0_0_6.binhttp://10.1.1.2/prov/firmware/FW_S_J179_R4_1_1_0_6.binhttp://10.1.1.2:8080/FW_S_J179_R4_1_1_0_6.binhttp://prov.example.com/FW_S_J179_R4_1_1_0_6.binhttp://username:password@prov.example.com/prov/firmware/FW_S_J179_R4_1_1_0_6.binhttps://upgrade.acme.com/J100/$MODEL4/FW_S_J169_R4_1_1_0_4.binhttps://10.1.1.2/prov/firmware/FW_S_J179_R4_1_14_0_6.binhttps://prov.example.com/prov/firmware/FW_S_J179_R4_1_14_0_6.binhttps://prov.example.com:8080/prov/firmware/FW_S_J179_R4_1_14_0_6.binhttps://username:password@prov.example.com/prov/firmware/FW_S_J179_R4_1_14_0_6.bin
-
A relative path that appends to TLSDIR or HTTPDIR parameter value. For example:
firmware/FW_S_J179_R4_1_14_0_6.binJ100/$MODEL4/FW_S_J169_R4_1_13_0_4.bin
-
An absolute path that temporarily ignores TLSDIR or HTTPDIR. For example:
/firmware/FW_S_J179_R4_1_14_0_6.bin/FW_S_J179_R4_1_14_0_6.bin
-
A file name. For example:
FW_S_J179_R4_1_14_0_6.bin
Note:
If the server that is hosting the .bin file requires authentication, define the credentials in the URL. The phone ignores HTTP_AUTH_USERNAME and HTTP_AUTH_PASSWORD parameter values.