Commit Graph

16952 Commits

Author SHA1 Message Date
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
1b0d8ceb41 Update database.php
Get the domain name from the database.
2020-10-26 19:22: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
FusionPBX
b5f85d43ca Update dialplan_outbound_add.php
Adjust permissions to work better for admin if the outbound_route_add permissions is set.
2020-10-26 18:07:40 -06:00
FusionPBX
845b3c2e60 Merge pull request #5550 from PBXForums/master
Include profile and caller id type in copy
2020-10-23 22:40:17 -06:00
Darren Williams
f5a34d02f0 Include profile and caller id type in copy 2020-10-23 19:14:09 +01:00
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