This caused a recording issue for ring groups, where it would only record the first extension in the ring group destinations and would not record any others.
* Add SNMP configuration support for Grandstream HT801,HT802 and GXP2135 devices
Added configurable SNMP settings to Grandstream HT801, HT802 and GX92135 provisioning template. Includes enable/disable toggle, SNMP version selection (default v2c), and community string configuration. SNMP is disabled by default
for security.
* Update app_config.php
* WiFi AP configuration support for Grandstream devices
Added WiFi access point 1 and 2 configuration (SSID, password, security type) for GRP2612/2613/2614/2615/2616 devices.
Includes database configuration entries with unique UUIDs and template variable integration following FusionPBX patterns.
---------
Co-authored-by: Matthew Midgett <mmidgett@nationalwi-fi.com>
* Add SNMP configuration support for Grandstream HT801,HT802 and GXP2135 devices
Added configurable SNMP settings to Grandstream HT801, HT802 and GX92135 provisioning template. Includes enable/disable toggle, SNMP version selection (default v2c), and community string configuration. SNMP is disabled by default
for security.
* Update app_config.php
---------
Co-authored-by: Matthew Midgett <mmidgett@nationalwi-fi.com>
* Update {$mac}.xml
Allow device to not revert back to DHCP on reboot and keep manually entered static IP.
* Add variable for IP mode (DHCP, Static, etc)
Prevents device from reverting back to DHCP on reboot if a static IP is manually set.
This applies to users in the United States. When a user dials 911 or 933 (commonly used for 911 testing) from the Groundwire app, the call is automatically placed using the device's cellular service. This approach can enhance location accuracy for emergency services and ensure more reliable call completion.
This pull request adds a 'play the US busy tone 3 times'. As the us-busy-tone is only 1 beep, we wanted to be able to be able to hear 3 busy tones before exiting a call. An example of use is setting an IVR exit action to play the busy tone 3 times instead of 1 time before the call hangs up.
* Grandstream - use variable for firmware upgrade protocol
The firmware upgrade protocol was hard-coded as https. Updated to use the default settings variable.