Nate
|
08d3d4699b
Domains Class: Use unique variable name for array id in delete() method.
|
5 years ago |
Nate
|
cd1d2ee171
Domains: Supress warnings when deleting missing xml files in delete() method. Fix recordings directory session variable index.
|
5 years ago |
FusionPBX
|
343a1225f7
Update domains.php
|
5 years ago |
FusionPBX
|
1e718b850c
Update domains.php
|
5 years ago |
Nate
|
4652fc94d1
Users: Prevent duplicate usernames.
|
6 years ago |
jpattWPC
|
6484095a62
Add support for PostgreSQL TLS (#4262)
|
6 years ago |
FusionPBX
|
1eaa65bd58
Update domains.php
|
7 years ago |
Mafoo
|
585e15ebcf
Enhance [master] provide $app_path during upgrade (#2573)
|
8 years ago |
Mafoo
|
ba6d3fc685
Enhance - Display text on app_defaults (#2645)
|
8 years ago |
FusionPBX
|
8a424f6c50
Update domains.php
|
8 years ago |
FusionPBX
|
52e046534a
Update domains.php
|
8 years ago |
FusionPBX
|
d9611cc01b
Update domains.php
|
8 years ago |
FusionPBX
|
35a7e7cc92
Minor syntax fix spotted in dry run now activate.
|
8 years ago |
FusionPBX
|
5c45876a86
Add the settings method to the upgrade method.
|
8 years ago |
FusionPBX
|
8133a01ce5
Add the settings method to the domains class.
|
8 years ago |
FusionPBX
|
550f378b0e
Update domains.php
|
9 years ago |
Harry G. Coin
|
018a2c7fc8
The goal is to increase confidence in fusionpbx, one step is to run by default with error_reporting (E_ALL ^ E_NOTICE);
|
9 years ago |
markjcrane
|
423cad0373
Use intuitive names for the arrays and move one of the queries out of the loop.
|
9 years ago |
markjcrane
|
b609e1d056
Add class_exists
|
9 years ago |
markjcrane
|
fe3dd254ab
Add a contructor to the dialplan class.
|
9 years ago |
markjcrane
|
54466fe6cf
Update domains and schema classes.
|
9 years ago |
markjcrane
|
ace751b795
Only call the scripts class if its installed.
|
9 years ago |
markjcrane
|
29ee110826
On windows force to / instead of the backslash \ as path. This fixes a problem where recording c:\pathtofusionpbx\recordings fails because the \r gets understood as a carriage return in the session:record in FreeSWITCH.
|
9 years ago |
markjcrane
|
764038c142
Remove the domain name from the switch recordings SESSION variable. The path for single and multi-tenant are handled the same and all will used their domain name.
|
9 years ago |
Matthew Vale
|
bcda4ea2bc
made reference to install resource literal
|
9 years ago |
markjcrane
|
289208e4f0
Use the new config class in the domains and schema classes.
|
9 years ago |
Mark Crane
|
b4c4e2b931
Account for the fact that mb_strtolower is not always available.
|
10 years ago |
Mark Crane
|
ba82a0c55e
More work to make domain names case insensitive.
|
10 years ago |
Mark Crane
|
c05f56f48b
Update release to fix big for systems where GLOB_BRACE is not available.
|
10 years ago |
Nate Jones
|
3cf513e779
Misc: Removed use of GLOB_BRACE as doesn't work on some systems, use non-GLOB_BRACE method instead. Thanks [xming] and Risk64. Should resolve Issue 916, as well.
|
10 years ago |