Commit Graph

7154 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
Greenbea
6770d15b3c Fix cache delete for global dialplans 2020-11-05 11:29:41 -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
64434862b8 Update schema.php
Prevent a plugin from breaking parts of the project.
2020-11-04 10:00:31 -07:00
FusionPBX
f05d193bc9 Update require.php
Set the full path for file_exists.
2020-11-03 17:21:41 -07:00
Nate
49e2f1b41e Update resources/require.php - Don't require switch.php if not present (framework support). 2020-11-03 12:16:00 -07:00
Nate
5c7f97ac8a Domains: Retain session domain_name and domain_uuid on add and delete. 2020-11-02 16:00:02 -07:00
FusionPBX
a7e12aa5da Update pdo.php
Replace dbissecure with db_secure variable as this approach is more concise.
2020-10-31 11:44:20 -06:00
Nate
bc69b99cb0 Password Reset: Adjust username check when username_format set to email. 2020-10-29 15:51:31 -06:00
FusionPBX
6d0773633b Merge pull request #5551 from greenbea/patch-13
outbound route to bridge add support for bridge failover
2020-10-28 11:40:56 -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
Nate
d5bc65111a Call Block: Partial support for Country Code. 2020-10-27 11:21:12 -06:00
FusionPBX
05588e0fe0 Merge pull request #5491 from Len-PGH/patch-131
Update {$mac}.xml
2020-10-27 11:05:46 -06:00
FusionPBX
8d4d42bbe7 Update pdo.php
When the user is not logged in then set the domain_uuid and domain_name based on domain from the URL.
2020-10-26 19:20:39 -06:00
agree
963bbffc0f outbound route to bridge add support for bridge failover 2020-10-26 17:56:38 -04:00
FusionPBX
73fd96ebd2 Update check_auth.php
Remove $_SESSION['context'] found a better way.
2020-10-22 04:05:54 -06:00
FusionPBX
6a728e2563 Update pdo.php
With these lines commented out per domain settings don't work when logged out.
2020-10-22 03:51:19 -06:00
FusionPBX
e1619a1fd1 Update check_auth.php
Set the context and domain_name when the user authenticates.
2020-10-22 01:54:41 -06:00
FusionPBX
c8e51bd89e Update database.php
Only use the $_SESSION['domain_uuid'] if it is set. It's not set when using from the command line.
2020-10-21 15:17:38 -06:00
FusionPBX
69541f560b Update schema.php
Deprecate global upgrade_data_types variable and replace with a $this->data_types
2020-10-21 14:28:15 -06:00
FusionPBX
9f7ca538a3 Update schema.php
Minor changes. Remove extra line feeds and add a semi-colon.
2020-10-21 11:32:46 -06:00
Nate
ab20b183aa Theme: Ensure temp directory is set, even if not defined in Default Settings. 2020-10-21 10:09:15 -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
dacd09e284 This breaks default setting user unique global. 2020-10-16 14:42:04 -06:00
Nate
06f79d79e7 Users: Add setting to require username format be an email address or not. 2020-10-16 11:48:07 -06: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