FusionPBX
62e1dabb54
Update app_config.php
2017-01-12 23:24:25 -07:00
FusionPBX
386c83fd01
Update app_config.php
2017-01-12 23:19:37 -07:00
FusionPBX
1cc605cbcd
Update app_defaults.php
2017-01-12 23:15:42 -07:00
FusionPBX
4cffec14ca
Update app_config.php
2017-01-12 23:11:20 -07:00
FusionPBX
1b817b782a
Update app_defaults.php
2017-01-12 23:09:33 -07:00
FusionPBX
d6bffb013d
Update app_config.php
2017-01-12 23:02:33 -07:00
FusionPBX
c28d36128e
Update app_defaults.php
2017-01-12 22:57:16 -07:00
FusionPBX
5366c1ef01
Update app_config.php
...
Add default settings to app_config.php.
2017-01-12 22:50:48 -07:00
FusionPBX
1f618785d5
Update app_defaults.php
2017-01-12 22:44:51 -07:00
FusionPBX
2ba99f3de8
Update app_config.php
2017-01-12 22:39:43 -07:00
FusionPBX
becb44a8be
Update app_defaults.php
2017-01-12 22:38:31 -07:00
FusionPBX
1b108576b4
Update app_config.php
2017-01-12 22:36:17 -07:00
FusionPBX
01e3649fe0
Update app_defaults.php
2017-01-12 20:35:46 -07:00
FusionPBX
0dd5f9435b
Update app_defaults.php
2017-01-12 15:46:33 -07:00
FusionPBX
96f1e190dd
Update app_defaults.php
2017-01-12 15:25:28 -07:00
FusionPBX
a8edd0d464
Update app_defaults.php
2017-01-12 14:55:06 -07:00
FusionPBX
bab992583f
Update app_defaults.php
2017-01-12 14:41:43 -07:00
FusionPBX
2508d71b05
Update ring_group_edit.php
2017-01-12 03:19:38 -07:00
FusionPBX
8520731f39
Create app_defaults.php
2017-01-12 03:09:17 -07:00
FusionPBX
e81e705651
Update ivr_menu_edit.php
2017-01-12 02:57:27 -07:00
FusionPBX
4be4f37849
Update app_defaults.php
2017-01-12 02:48:22 -07:00
FusionPBX
ff6c507cb9
Create app_defaults.php
2017-01-12 02:44:56 -07:00
FusionPBX
9ee466a804
Update app_config.php
2017-01-12 00:56:51 -07:00
konradSC
ee01daecb7
Update device_profile_copy.php ( #2293 )
...
Fixed missing functionality to copy device_settings that are in a profile.
Updated select queries to use database function.
2017-01-10 08:12:03 -07:00
FusionPBX
a45b014b5f
Update scripts.php
2017-01-10 01:41:29 -07:00
FusionPBX
12e8d12dbe
Update scripts.php
2017-01-10 01:36:59 -07:00
FusionPBX
3226641a1b
Update app_defaults.php
2017-01-10 01:03:27 -07:00
FusionPBX
2d888496de
Update app_defaults.php
2017-01-10 00:58:42 -07:00
FusionPBX
70788de885
Update app_defaults.php
...
Fix warnings.
2017-01-10 00:45:01 -07:00
FusionPBX
8d3da2f566
Update app_defaults.php
2017-01-10 00:36:43 -07:00
FusionPBX
ed4ca99f7e
Update app_defaults.php
2017-01-10 00:35:32 -07:00
FusionPBX
1914f788bc
Update app_defaults.php
2017-01-10 00:32:43 -07:00
FusionPBX
ad0e310850
Update app_defaults.php
2017-01-10 00:00:07 -07:00
FusionPBX
7975d3c40d
Update
2017-01-09 23:48:15 -07:00
FusionPBX
6ceb371067
Update app_defaults.php
...
Check to see if the file exists before renaming it.
2017-01-09 23:26:54 -07:00
FusionPBX
52b66797fd
Update dialplan_outbound_add.php
2017-01-08 23:17:07 -07:00
FusionPBX
9aa1133ea6
Update
...
Fix the dial string used with follow me when the dial_string is set in default settings.
2017-01-06 15:49:38 -07:00
FusionPBX
eb0eed1c87
Update extension_edit.php
2017-01-05 02:29:43 -07:00
FusionPBX
eca050fc3f
Update app_defaults.php
...
Fix a sql error for ringtones.
2017-01-05 02:10:26 -07:00
FusionPBX
d0d0b8f041
Update xml_cdr.php
2017-01-04 22:25:17 -07:00
FusionPBX
1552e31e67
Update xml_cdr_inc.php
2017-01-04 21:56:23 -07:00
FusionPBX
f04cd905e5
Update app_config.php
...
Add device vendor functions for Sangoma.
2017-01-03 17:52:27 -07:00
FusionPBX
a6ed3c7466
Update device_vendor_function_edit.php
...
Fix a PHP warning.
2017-01-02 20:03:58 -07:00
FusionPBX
69ef0b7302
Update device_vendor_functions.php
2017-01-02 19:59:23 -07:00
jebsolutions
d8b42e424e
minor fix: show shell exec errors. Nicer hide/show. ( #2275 )
...
test #1 :
enter an invalid command for the shell. e.g. "asdf" then click execute.
expected result:
You get some type of result about invalid command.
Actual result: nothing shows up. You have no idea if your command worked or not.
fixed result: When doing an exec include errors in the response: 2>&1
Test #2 :
Enter something invalid in the switch command. e.g. "asdf". Click Execute. Change to SQL. Enter something valid e.g. "select * from v_users;" Click execute.
Expected result:
You see the SQL output right below your "select * from v_users;" input text box.
Actual result:
Because the output from the previous switch/php/shell is not hidden the SQL output is pushed down off the screen. Unless the user scrolls down they will not see the result and think their SQL command didn't actually work.
Fixed results:
When you do switch/phps/shell show the Response section.
When you do sql hide the response section.
This way only the relevant response/sql_response is shown to avoid confusion/screen clutter.
2016-12-30 12:06:53 -07:00
FusionPBX
10c55348ea
Update xml_cdr.php
...
Capitalize the SQL, change tmp_cdr to an alias of c for CDR, and remove the spaces from the indentation.
2016-12-30 10:54:33 -07:00
Karolis Pabijanskas
f3c90f6060
Fix xml_cdr_extension_summary.php speed issues ( #2280 )
2016-12-29 12:59:52 -07:00
jebsolutions
273a69fc50
Minor fixes to HTML markup. ( #2274 )
...
call_flow_edit.php
- fix: <script> tag output before html headers
2016-12-27 10:06:30 -07:00
jebsolutions
f40f37bebb
vars.php - fix 3 notify warnings ( #2247 )
2016-12-26 14:57:49 -07:00
Luis Daniel Lucio Quiroz
5bb9c37b20
Fix global vars scope ( #2263 )
...
Same rationale as 4.2
2016-12-26 14:53:42 -07:00