Commit Graph

18249 Commits

Author SHA1 Message Date
FusionPBX 6d0865acc8
Update send_mail.lua
Update local after email.
2020-10-22 22:09:08 -06:00
Nate b5b5f467bb Devices - Export: Minor visual adjustments. 2020-10-22 12:26:52 -06: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 95c8fc9c7a
Update ivr_menu.php 2020-10-22 03:16:10 -06:00
FusionPBX 6ffec9b87f
Update conference_edit.php
Change session context to domain_name.
2020-10-22 03:13:42 -06:00
FusionPBX fb72d597f2
Update ivr_menu.php
Change session context to domain_name.
2020-10-22 03:09:58 -06:00
FusionPBX 2020e398b2
Update ivr_menu_xml.php
Change session context to domain_name.
2020-10-22 03:01:47 -06:00
FusionPBX 9208a270ac
Update ivr_menu_copy.php
Change session context to domain_name.
2020-10-22 02:57:57 -06:00
FusionPBX dc9f426100
Update conference_center_edit.php
Change session context to domain_name.
2020-10-22 02:50:52 -06:00
FusionPBX d82f8cc155
Update conference_centers.php
Change session context to domain_name.
2020-10-22 02:48:44 -06:00
FusionPBX d83b4b9319
Update dialplan_outbound_add.php
Change session context to domain_name.
2020-10-22 02:47:02 -06:00
FusionPBX f5e5fd7a79
Update call_center_queue_edit.php
Change session context to domain_name.
2020-10-22 02:42:08 -06:00
FusionPBX 7aa65122a0
Update call_center.php
Change session context to domain_name.
2020-10-22 02:36:52 -06:00
FusionPBX 26a316a295
Update time_condition_edit.php
Change session context to domain_name.
2020-10-22 02:35:09 -06:00
FusionPBX 281979721c
Update fifo_add.php
Change session context to domain_name.
2020-10-22 02:33:18 -06:00
FusionPBX e9b962a8e2
Update dialplan_add.php
Change session context to domain_name.
2020-10-22 02:31:10 -06:00
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