Commit Graph

12 Commits

Author SHA1 Message Date
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
chansizzle 2ef3c576a8
added grandstream IPV4/6 mode 2021-05-10 12:57:32 -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
chansizzle 6df278da2f
adding dhcp options variables 2020-12-11 16:14:21 -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
StratoSwitch 11178787a6
correct account 8 settings (#5291)
Codes for account 8 were using account 4 array.
also reworded note about profile 2 settings
2020-06-01 15:30:38 -06:00
Len 0c5a284ec8 Update {$mac}.xml (#4788)
* Update {$mac}.xml

* Update {$mac}.xml
2019-10-16 19:36:26 -07:00
agree 5f9c14ba96 Update {$mac}.xml (#4754) 2019-10-07 16:08:03 -07:00
Len 73ee72d1e1 Update {$mac}.xml (#4706)
xml corrections
2019-09-28 19:31:51 -07:00
Len 39396d6e0c Update {$mac}.xml (#4701) 2019-09-27 20:35:06 -06:00
benwiesner1 bfd3f61104 Update {$mac}.xml (#4566)
switch web access mode default to https vs http
2019-09-12 17:25:13 -06:00
StratoSwitch 3b010bc21e Add files via upload (#3962) 2019-01-15 16:27:16 -05:00