Files
fusionpbx/resources/templates/provision/grandstream
Marvin Skeete 208d56b400 Add ability to set static ipv4 for gxp2130_40_60_70_35 (#6317)
* Add grandstream_label_background varable

Allows the label background to be toggled

* Add ability to set static ipv4 for gxp2130_40_60_70_35

* Add ability to set static ipv4 for dp750

* Update {$mac}.xml

<P35> expects user_id not display_name
2022-03-09 15:46:44 -07:00
..
2021-04-21 11:52:42 -06:00
2021-04-21 11:55:41 -06:00
2020-12-11 15:07:20 -07:00
2020-12-11 15:14:01 -07:00
2020-12-11 15:59:50 -07:00
2021-06-21 20:17:58 -06:00
2021-05-11 13:06:59 -06:00
2020-12-11 16:05:19 -07:00
2020-12-11 16:06:13 -07:00
2020-12-11 16:09:33 -07:00
2020-12-11 16:10:15 -07:00
2020-12-11 16:10:56 -07:00
2020-12-11 16:11:43 -07:00
2021-04-21 11:57:10 -06:00
2018-03-01 00:43:46 -07:00
2022-02-21 21:51:18 -07:00
2021-06-21 20:17:58 -06:00

Device Specific Firmware Versions

Select Grandstream phones (particularly the GXP2140 and similar) need firmware upgrades in a certain order. Grandstream also offers beta firmware quite often, which you may want to test on only some devices.

We've attempted to make the process of changing firmware easier, by serving a phone with the firmware specified in a field called Firmware under Accounts => Devices then click on the MAC address of the relevant device, filling in said field.

To use configurable firmware locations, enable device_firmware for the superadmin group under Advanced => Group Manager, set the URL for grandstream_firmware_path under Advanced => Default Variables and set Enabled to True for grandstream_firmware_path.

We would suggest creating a folder called firmware on the webserver that you host the firmware on, setting grandstream_firmware_path to the full URL (excluding the protocol - leave off the http://) for example mydomain.com/firmware or mydomain.com/firmware/grandstream if you are hosting multiple different vendors firmware images. When a device goes to hit this server, it will attempt to load <grandstream_firmware_path>/<device model>/<firmware version>/<firmware file>, or mydomain.com/firmware/gxp2140/1.0.9.69/gxp2140fw.bin in our case, assuming we have a Grandstream GXP2140 phone and we are feeding it firmware version 1.0.9.69. For Grandstream phones, the firmware filename is relatively static, and the files Grandstream distributes are generally named correctly for their phones to download.