Commit Graph

4282 Commits

Author SHA1 Message Date
Len
a65c766638 Create directory.xml 2020-11-05 13:20:45 -05:00
Len
7e4569959e Create y000000000000.boot 2020-11-05 13:18:44 -05:00
Len
d10d01b340 Create y000000000124.cfg 2020-11-05 13:16:24 -05:00
Len
ba42001231 Update y000000000107.cfg
add variables
2020-11-05 13:11:51 -05:00
Andrew Querol
c959b8cd10 Add in the new default settings and enable WiFi management. 2020-11-05 12:02:33 -06:00
Len
5e1e3367ee Add t33g 2020-11-05 12:35:23 -05:00
Len
13a1facb3c Update {$mac}.cfg
add variable
2020-11-05 12:32:53 -05:00
chansizzle
6b2f08cc5b Update {$mac}.cfg
updated to conform to firmware 2.2.10 tags.
improved button display format.
2020-11-04 13:21:31 -07:00
Andrew Querol
d2917b57a4 Enable MPK support 2020-11-04 13:06:36 -06:00
Andrew Querol
6af292e2ba Improve the GXV3370 template to handle multiple SIP lines and add missing settings 2020-11-04 12:06:42 -06:00
FusionPBX
1675da029d Merge pull request #5492 from Len-PGH/patch-132
Use updated phonebook code
2020-10-27 14:29:19 -06:00
FusionPBX
a4e09df3bf Merge pull request #5493 from Len-PGH/patch-133
Updated phonebook code
2020-10-27 14:28:46 -06:00
FusionPBX
1afdb7767d Merge pull request #5494 from Len-PGH/patch-134
Update phonebook.xml
2020-10-27 14:25:54 -06:00
FusionPBX
3db209d862 Merge pull request #5495 from Len-PGH/patch-135
Uses updated phonebook code
2020-10-27 14:25:50 -06:00
FusionPBX
05588e0fe0 Merge pull request #5491 from Len-PGH/patch-131
Update {$mac}.xml
2020-10-27 11:05:46 -06:00
demonspork
b0bbae3a40 GXP17xx Template Improvements
Various basic variables were missing like transport type and sip_port and basic things were wrong like Accept Incoming SIP from Proxy Only was disabled.
This template P codes are almost identical to the GXP16XX except that the loops for button programming doesn't seem to work with it at least with my limited testing, so they are left out for now.

Tested and working with firmware 1.0.1.89
2020-10-19 00:11:43 -05: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
demonspork
083453784b Grandstream GXP and GRP feature Key Sync
Grandstream GXP and GRP feature key sync variables.
2020-10-16 18:47:01 -05:00
FusionPBX
105fd59f19 Merge pull request #5536 from Len-PGH/patch-163
phonebook
2020-10-14 14:33:27 -06:00
FusionPBX
b3f0d0499c Merge pull request #5537 from Len-PGH/patch-164
phonebook
2020-10-14 14:32:34 -06:00
FusionPBX
2e1931c183 Merge pull request #5538 from Len-PGH/patch-165
phonebook
2020-10-14 14:31:49 -06:00
FusionPBX
e1020c3f55 Merge pull request #5535 from Len-PGH/patch-162
phonebook
2020-10-14 14:30:52 -06:00
FusionPBX
bd7335942c Merge pull request #5539 from Len-PGH/patch-166
phonebook
2020-10-14 14:30:21 -06:00
Len
12b09a0a3d phonebook 2020-10-14 12:25:41 -04:00
Len
7273073018 phonebook 2020-10-14 11:30:36 -04:00
Len
b6779978d0 Update {$mac}.xml 2020-10-14 11:29:17 -04:00
Len
6d591e4b9d phonebook 2020-10-14 11:28:25 -04:00
Len
0b9c3ca108 Update {$mac}.xml 2020-10-14 11:25:44 -04:00
Len
a25a9dd0e2 phonebook 2020-10-14 11:22:46 -04:00
Len
e833ede883 Update {$mac}.cfg 2020-10-13 22:31:30 -04:00
Len
aec6e1e2fb Update {$mac}.cfg 2020-10-13 22:28:28 -04:00
Len
ef7e58d309 Update {$mac}.cfg 2020-10-13 22:22:43 -04:00
Len
c40190081a Update {$mac}.cfg 2020-10-13 22:04:42 -04:00
Len
6e3f138549 Update {$mac}.cfg 2020-10-13 21:26:55 -04:00
Len
536559d11b Update y000000000107.cfg 2020-10-13 20:47:02 -04:00
FusionPBX
b0c657a7de Create y000000000000.boot
Add the y000000000000.boot file for the Yealink T43u.
2020-10-13 16:25:38 -06:00
FusionPBX
bc3bde8c75 Create favorite_setting.xml
Add the favorite_setting.xml file for the Yealink t43u.
2020-10-13 16:23:11 -06:00
FusionPBX
e56eab665e Create directory.xml
Add the directory.xml for the Yealink t43u
2020-10-13 16:21:26 -06:00
FusionPBX
d61012fc42 Create y000000000107.cfg
Add the common file for the Yealink t43u.
2020-10-13 16:19:46 -06:00
FusionPBX
50f7bbebf8 Create {$mac}.cfg
Add start of new Yealink T43u template.
2020-10-13 16:08:49 -06:00
demonspork
324468c3fd Add grandstream_speaker_ring_volume to all templates
Excludes the P8352 value if the default setting grandstream_speaker_ring_volume is unset. Depends on PR #5522

Before anyone asks, Mandatory just means that the variable must be valid, not that it must be included in every XML download. The phone already has a valid value in its internal settings, so as long as we stay safe from setting it to an empty value or outside of the range of 0-7, we are safe. Excluding it is a valid option, which is also true for all settings labelled Mandatory in the Grandstream templates.
2020-10-09 23:15:31 -05:00
FusionPBX
4ac80d54b1 Merge pull request #5505 from vivoras/master
Add grandstream phonebook options
2020-10-06 18:28:32 -06:00
FusionPBX
1d5c32805a Merge pull request #5519 from Len-PGH/patch-150
Add grandstream_dial_prefix provisioning variable.
2020-10-06 00:17:51 -06:00
FusionPBX
8469e2f3e0 Merge pull request #5518 from Len-PGH/patch-149
Add grandstream_dial_prefix provisioning variable.
2020-10-06 00:17:42 -06:00
FusionPBX
cc20e047a8 Merge pull request #5517 from Len-PGH/patch-148
Add grandstream_dial_prefix provisioning variable.
2020-10-06 00:17:27 -06:00
FusionPBX
e0991252a7 Merge pull request #5516 from Len-PGH/patch-147
Add grandstream_dial_prefix provisioning variable.
2020-10-06 00:17:04 -06:00
FusionPBX
457b27775b Merge pull request #5515 from Len-PGH/patch-146
Add grandstream_dial_prefix provisioning variable.
2020-10-06 00:16:54 -06:00
FusionPBX
855da68745 Merge pull request #5514 from Len-PGH/patch-145
Add grandstream_dial_prefix provisioning variable.
2020-10-06 00:16:44 -06:00
FusionPBX
cb9888282e Merge pull request #5512 from Len-PGH/patch-143
Add grandstream_dial_prefix provisioning variable.
2020-10-06 00:16:31 -06:00
FusionPBX
1acdd826e2 Merge pull request #5513 from Len-PGH/patch-144
Add grandstream_dial_prefix provisioning variable.
2020-10-06 00:16:19 -06:00