Commit Graph

25 Commits

Author SHA1 Message Date
demonspork 910549919b
Grandstream headset ring (#5967)
* Add Grandstream Headset/Speaker Ring

Add variable to choose whether the speaker rings with the headset.

* Add Speaker Only option

Add note that speaker only is supported with a value of 2.
2021-06-21 20:17:58 -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
chansizzle cd8b0dea02
added grandstream IPV4/6 mode 2021-05-10 12:41:09 -06:00
markjcrane c401747405 Change the *97 to {$voicemail_number} provision variable. 2021-04-23 13:00:45 -06:00
demonspork 99fb4ae078 Grandstream: Hide BLF Remote Status And More Distinctive Ring
Hide the other connected party on the BLF of supported phones. When not hidden a busy BLF will show the other connected party/sttaus of the call by flashing back and forth between the BLF label and the caller ID.
It also impacts the park buttons, but they typically only show the word "park" because of the character limitations.
Also did more effective find/replace for the distnctive ring variables with regex!
2021-03-02 21:34:25 -06:00
FusionPBX f054319197
Merge pull request #5784 from demonspork/grandstream-headsets
Grandstream: Plantronics EHS and additional non-clobbering of settings
2021-02-25 17:36:43 -07: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
demonspork 0f9098cfb4 Grandstream: Plantronics EHS and additional non-clobbering of settings
Grandstream template updates to support plantronics EHS via grandstream_headset_type and grandstream_headset_key_mode variables.
Also updated wallpaper and screensaver if/else statements to leave out the variables if they are not defined instead of clobbering the user setting. If you want to mandate a certain setting, just set the variable. If the variable is unset it will not overwrite on provision and allow the previous setting to remain.
2021-02-25 15:23:33 -06:00
chansizzle 9fd7d873d5
adding dhcp options variables 2020-12-11 15:31:55 -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
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
Dan 17c2a12390
Grandstream GXP and GRP device config updates (#5397)
* Add dnd variable, fix formatting error in GRP2615 and GRP2616 templates

* Configurable headset volume added

* Added $grandstream_blind_xfer_blf variable to GRP templates
2020-08-31 14:59:37 -06:00
vivoras 0279b655f2
Add Language options for GXP16XX (#5249)
* Update {$mac}.xml
Add language options
2020-05-01 19:29:23 -06:00
Len bd23bde2cd Update {$mac}.xml (#4503)
* Update {$mac}.xml

* Update {$mac}.xml
2019-09-11 08:33:36 -06:00
Len 7082a83cb8 Update {$mac}.xml (#4499) 2019-09-05 12:44:49 -06:00
Len 824dce1ac2 Update {$mac}.xml 2019-05-15 12:22:37 -04:00
Len 68c1e03613 Update {$mac}.xml (#3827) 2018-11-10 22:04:40 -07:00
AlexanderDCrane 8f55923a1b Update {$mac}.xml (#3686) 2018-10-20 21:22:48 -06:00
danry25 27ed84dfe6 Wired up configurable firmware versions for Grandstream Devices (#3284)
* Added the ability to pick the SIP account for the first two slots on each handset

* Revert to clean base

* Configurable firmware versions for Grandstream Devices

* Cleaned up duplicate P codes in gxv3504 prov, and spacing elsewhere

Updated or added configurable firmware versions to the remaining Grandstream configs

* Documented how to use the firmware version feature

* Formatting fix in Readme
2018-08-26 13:04:13 -06:00
Len 57ac64f8e9 p1359 (#3029)
* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml
2018-04-14 00:04:40 -06:00
Len 0dbf7fd393 Update {$mac}.xml 2018-03-01 19:24:53 -05:00
Len 6536e7dece Update {$mac}.xml 2018-02-21 16:55:55 -05:00
Len 742a33a18d Update {$mac}.xml 2017-07-29 00:38:58 -04:00
Dean Montgomery 66b849d946 Update Grandstream provisioning (#2652)
* Update Grandstream provisioning

* Add Vtech

* Create app_config.php

fix typo

* Update app_config.php

remove newline at end as it can break php

* Update app_config.php

remove newline at end as it can break php

* Create app_config.php

remove newline at end.

* Update app_config.php

remove trailing newline

* Create device_edit.php

Add both http and https

* Create app_config.php

remove newline

* Add gxp16xx and fix typos
2017-06-08 16:21:47 -06:00