Commit Graph

33 Commits

Author SHA1 Message Date
Finn 75fff1c33a
add template variables to override DTMF method on certain grandstream devices (#6709) 2023-05-19 17:32:20 -06:00
hershyheilpern ec91cbb962
Update {$mac}.xml (#6495)
Add variable options for Line Echo Canceller & Network Echo Suppressor
2022-12-03 14:48:23 -07:00
Dan 4a1913b447
Update to jQuery 3.6.1 (#6491)
This commit updates FusionPBX to use jQuery 3.6.1 and also adds a fallback to the other variable name for offhook autodial on the HT802.
2022-11-07 08:58:38 -07:00
FusionPBX 6081a34833
Update {$mac}.xml (#6483)
* Update {$mac}.xml

* Update {$mac}.xml
2022-10-05 15:49:06 -06:00
Dan f6c64054fa
Add missing $ to variables in HT802 template (#6427)
* Grandstream HT802 Added Offhook Auto-dial variables

* Grandstream HT802 Added Offhook Auto-dial variables

* Grandstream GRP261x Make Configuration Keypad Lock configurable, fix default

* Grandstream Add grandstream_dhcp_time_zone across all templates

* Yealink Added yealink_missed_calllog to control whether missed calls are logged or not

* Grandstream HT802 update variable name to not use dash (which was breaking the template)

* added default settings for grandstreams
added "grandstream_configuration_via_keypad" and
"grandstream_dhcp_time_zone" as settings
also changed "grandstream_long_label" to 1

* Add custom transcription providers to email queue, fix spelling error

* Correct missing $ in Grandstream template

Co-authored-by: Jesse Gruver (piajesse) <me@piajesse.com>
2022-06-21 16:04:28 -06:00
Dan 2a0392dec2
Add variables to Grandstream and Yealink Templates (#6400)
* Grandstream HT802 Added Offhook Auto-dial variables

* Grandstream HT802 Added Offhook Auto-dial variables

* Grandstream GRP261x Make Configuration Keypad Lock configurable, fix default

* Grandstream Add grandstream_dhcp_time_zone across all templates

* Yealink Added yealink_missed_calllog to control whether missed calls are logged or not

* Grandstream HT802 update variable name to not use dash (which was breaking the template)
2022-05-30 16:37:38 -06:00
demonspork 0f9a868913
Fix some nway conference true/false variables (#6052)
nway_conference == true was evaluating as true regardless if nway_conference was set to true or false, just as long as it had a value of any kind.
This also fixes it so that you can set nway_conference to false in the default settings and it will disable the network conference feature, previously once it was enabled on yealink phones it could not be disabled without manually changing it in the phone or a factory default.
2021-09-10 15:09:33 -06:00
FusionPBX 8b70c366d8
Merge pull request #5940 from demonspork/Grandstream-Fix-Prox-Secondary-Address-Logic
Grandstream Fix Logic for outbound proxy and secondary servers
2021-05-19 21:05:46 -06:00
demonspork 81fa140793 Restore grandstream_ipv_mode changes
Accidentally clobbered the grandstream_ipv_mode variable changes, putting them back.
2021-05-14 16:51:56 -05:00
demonspork 0e17971798 Grandstream Fix Logic for outbound proxy and secondary servers when using SRV records
There was an illogical if/else statement that the "else" condition would always set a null value, so it didn't really matter. Re-wrote it to properly filter if the transport is set to dns srv and not affix the SIP Port to the server address.
2021-05-12 09:38:06 -05:00
demonspork 81d91ce6b8 Fix HT802 Line 2 not setting SRV DNS
DNS Type wasn't being applied to the second line.
2021-05-12 07:56:53 -05:00
chansizzle ee32c4ef4c
added grandstream IPV4/6 mode 2021-05-10 12:56:05 -06:00
demonspork 1d9694a671 Grandstream template nway conference support
Support enabling nway conference with Grandstream phones if nway_conference is set to true. If it is not true, it sets the conference URI back to blank to restore local conference
2021-02-25 17:10:49 -06:00
FusionPBX 0d40da0b12
Merge pull request #5732 from greenbea/patch-8
Grandstream HT802 fix loop_current_disconnect}
2021-01-19 16:44:12 -07:00
agree 546ecc79f8
Grandstream add session timer variable 2021-01-19 15:18:03 -05:00
agree 9dfec2ce9a Grandstream HT802 fix loop_current_disconnect} 2021-01-19 12:27:21 -05:00
agree 80f47cb919
Grandstream add Loop Current Disconnect variable 2021-01-11 17:11:54 -05:00
chansizzle 4000a64c65
adding dhcp options variables 2020-12-11 16:13:28 -07:00
Andrew Querol f1349fac12 Allow both park+x and park+*x prefixes in the Grandstream dialplan.
See #5606 for context
2020-11-20 19:17:43 -06:00
FusionPBX ecfe0fac00
Merge pull request #5543 from demonspork/grandstream-unconfigured-provision
Fix Config URLs for unconfigured Grandstream Phones

Fix config URL so that the phones don't get an invalid URL when $domain_name is unset. They would previously receive /app/provision with no domain/ip included, which makes the phone unable to provision again once they have been added to the Devices page without manually re-setting the config URL or factory defaulting the device.
2020-11-17 21:19:00 -07:00
demonspork 05f5f8692d Fix Config URLs for unconfigured Grandstream Phones
Fix config URL so that the phones don't get an invalid URL when $domain_name is unset. They would previously receive `/app/provision` with no domain/ip included, which makes the phone unable to provision again once they have been added to the Devices page without manually re-setting the config URL or factory defaulting the device.

The alternative solution is that the PHP code could always ensure that the $domain_name variable is set even if the device doesn't exist. My suggestion is to see if it can be set to the same domain/IP as the original provision request from this unconfigured device
2020-10-18 12:34:52 -05:00
Len c409e04472
Update {$mac}.xml 2020-09-28 13:19:25 -04:00
Jason Kinner c226c528ea
Add existing grandstream_lan_port_vlan setting (#5469)
Enable VLAN tagging
2020-09-21 16:13:50 -06:00
demonspork fec8752a8a Add grandstream_call_waiting and sip_port variables to Grandstream AT… (#4887)
* Add grandstream_call_waiting and sip_port variables to Grandstream ATA Templates

* Disable Local Feature Codes
2019-11-25 15:21:18 -07:00
Len cebf510d0f Update {$mac}.xml (#4782)
* Update {$mac}.xml
2019-10-16 21:44:50 -06:00
Len f8a886e1e8 Update {$mac}.xml (#4700) 2019-09-27 20:35:25 -06:00
benwiesner1 48b36ebd75 Update {$mac}.xml (#4565)
switch web access mode default to https vs http
2019-09-12 17:25:33 -06:00
Len e0555de2d3 Update {$mac}.xml (#4241) 2019-06-02 13:09:42 -06:00
FusionPBX ab3dd4989c Rename {mac}.xml to {$mac}.xml 2019-06-01 17:06:05 -06:00
FusionPBX b98fc0b8d3 Update {mac}.xml 2019-05-21 10:30:24 -06:00
Len 0cac56cb69 Update {mac}.xml 2019-05-16 14:56:43 -04:00
AlexanderDCrane a32783bb72 Update {mac}.xml (#3653) 2018-10-20 15:59:01 -06:00
danry25 9f4125e008 Added Grandstream HT802 provisioning file (#3364) 2018-08-29 22:31:17 -06:00