Commit Graph

18132 Commits

Author SHA1 Message Date
FusionPBX 94b2f8b398
Update click_to_call.php
Change session context to domain_name.
2020-10-22 02:28:51 -06:00
FusionPBX 81ff164a65
Update fax.php
Change session context to domain_name.
2020-10-22 02:19:08 -06:00
FusionPBX 3173657851
Update conferences.php
Change context to domain_name.
2020-10-22 02:15:21 -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 fdc142c27d
Update device_download.php
Export more device details.
2020-10-21 21:13:11 -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
Nate c2bf8cf761 Default/Domain Settings - Copy: Retain state when Enabled is false. 2020-10-21 14:39:39 -06:00
FusionPBX 47536f89a2
Update index.php
Deprecate the upgrade_data_types variable and use the php class data_types variable.
2020-10-21 14:38:04 -06:00
FusionPBX 8bfb098136
Update upgrade_schema.php
Use the new php class data_types variable.
2020-10-21 14:33:43 -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 7f4c89bb55
Update upgrade_schema.php 2020-10-21 13:51:16 -06:00
FusionPBX 7f5830e383
Merge pull request #5549 from konradSC/patch-87
Check for origination_callee_id_name
2020-10-21 13:49:41 -06:00
Nate fcb99ccfc6 Default Settings: Set Domain > time_zone to UTC if empty. 2020-10-21 13:05:06 -06:00
FusionPBX 57327b1e78
Update upgrade_schema.php
Add formatting for html description.
2020-10-21 12:19:48 -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
konradSC c2688fcf2a
Check for origination_callee_id_name
This was breaking when the variable wasn't set in the dialplan. 

Len discovered this :-)
2020-10-21 12:09:28 -04:00
Nate ab20b183aa Theme: Ensure temp directory is set, even if not defined in Default Settings. 2020-10-21 10:09:15 -06:00
Nate 3dec7cb307 Provisioning: Fix to make Domain Settings take effect in templates. 2020-10-20 16:51:48 -06:00
Nate 7e9cfb332a Extension - Edit: Adjust CIDR description. 2020-10-20 14:54:42 -06:00
Nate 53c7f1e805 Contacts - Import: Correct redirect URLs. 2020-10-20 13:29:34 -06:00
Nate 29de477e85 Contact - Import: Remove reference to outlook. 2020-10-20 13:21:18 -06:00
Nate 8d74bd6351 Users - Import: Fix file upload. 2020-10-20 13:14:34 -06:00
Nate 959a70c163 Devices - Import: Fix file upload. 2020-10-20 13:14:09 -06:00
Nate 58531ac7b1 Group Manager - Permissions: Add filter for assigned/unassigned. 2020-10-20 11:55:16 -06:00
FusionPBX b724852eff
Update device.php
When deleting a device make sure it removes any related device_uuid_alternate.
2020-10-20 09:41:08 -06:00
FusionPBX 2cb787c51c
Update app_config.php
Change voicemail_id to numeric.
2020-10-19 22:30:33 -06:00
FusionPBX 5b6102de70
Update device_edit.php
Show input text when details for select are not configured.
2020-10-19 20:19:00 -06:00
FusionPBX 4309b03d76
Merge pull request #5548 from demonspork/fix-array-order-display
Fix displaying array order for settings of type array in multiple settings pages
2020-10-19 18:34:54 -06:00
demonspork 80fa9cfe7d Fix displaying array order for settings of type array
the *_setting_order was missing from the SELECT queries for all 3 places I could find that use this mechanism. The device settings don't seem to use it.
2020-10-19 18:46:38 -05: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
FusionPBX 18cf392b84
Merge pull request #5545 from greenbea/patch-12
ivr menu add pin number
2020-10-18 20:06:33 -06:00
Greenbea 3aa39634c9 ivr menu add pin number 2020-10-18 15:44:33 -04: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 d5b88ba4dc Fix Indention
Spaces instead of tabs :)
2020-10-16 18:51:32 -05:00
demonspork 21fd701e69 Disable grandstream_feature_key_sync by default
Disable grandstream_feature_key_sync by default because it requires the lua.conf.xml modification for the server to work with it.
2020-10-16 18:49:06 -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
Nate 68dfa0d66d CSS: Allow textarea to resize. 2020-10-15 17:58:42 -06:00
FusionPBX d3ca69d93a
Merge pull request #5541 from greenbea/patch-11
Fix Paging
2020-10-14 22:39:55 -06:00
agree 0104ec36a0
Fix Paging 2020-10-14 20:05:40 -04: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
FusionPBX 2b0609578e
Merge pull request #5540 from Len-PGH/patch-167
phonebook
2020-10-14 14:29:31 -06:00
Nate df88702ec1 Operator Panel: Enforce minimum refresh rate value. 2020-10-14 14:22:35 -06:00
Nate 9550ea7c05 Operator Panel: Implement adjustable refresh rate. 2020-10-14 14:13:51 -06:00
Len 12b09a0a3d
phonebook 2020-10-14 12:25:41 -04:00