FusionPBX
c0781ef8fa
Update ivr_menu_edit.php
2017-01-12 02:57:27 -07:00
FusionPBX
57d38a3225
Update app_defaults.php
2017-01-12 02:48:22 -07:00
FusionPBX
c9125d3d4f
Create app_defaults.php
2017-01-12 02:44:56 -07:00
FusionPBX
daaf6169c8
Update app_config.php
2017-01-12 00:56:51 -07:00
FusionPBX
95c36e4d35
Update event_socket.php
2017-01-11 14:43:45 -07:00
FusionPBX
46be3c8e97
Update groups.php
...
Prevent warnings in groups.php.
2017-01-11 14:39:40 -07:00
FusionPBX
da9cd4cbcf
Update event_socket.php
...
Add freeswitch defaults to event_socket.php
2017-01-11 14:14:47 -07:00
FusionPBX
406e4b0d6b
Update app_defaults.php
...
Add the default menu.
2017-01-10 10:13:07 -07:00
konradSC
fd5fd210b7
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
Tom Gillett
67b34a0414
Fixed bug preventing scripts from being copied properly during install process ( #2296 )
2017-01-10 08:11:09 -07:00
FusionPBX
edb1a964a7
Update groups.php
2017-01-10 07:55:09 -07:00
FusionPBX
7021484772
Update switch.php
2017-01-10 01:46:59 -07:00
FusionPBX
f26e4e7d6f
Update scripts.php
2017-01-10 01:41:29 -07:00
FusionPBX
a963aad9b1
Update scripts.php
2017-01-10 01:36:59 -07:00
FusionPBX
d8cf528a50
Update switch_settings.php
2017-01-10 01:18:17 -07:00
FusionPBX
2a4febfd9a
Update app_defaults.php
2017-01-10 01:14:14 -07:00
FusionPBX
3844b569f7
Update app_defaults.php
2017-01-10 01:03:27 -07:00
FusionPBX
fa13e54f44
Update app_defaults.php
2017-01-10 00:58:42 -07:00
FusionPBX
c8fd518034
Update app_defaults.php
...
Fix warnings.
2017-01-10 00:45:01 -07:00
FusionPBX
cb802980c8
Update app_defaults.php
2017-01-10 00:36:43 -07:00
FusionPBX
310dc8e5d7
Update app_defaults.php
2017-01-10 00:35:32 -07:00
FusionPBX
1daaf09ee5
Update app_defaults.php
2017-01-10 00:32:43 -07:00
FusionPBX
b17422e3a4
Update upgrade_domains.php
2017-01-10 00:20:46 -07:00
FusionPBX
fae000d7b6
Update app_defaults.php
2017-01-10 00:00:07 -07:00
FusionPBX
d6d0f34993
Update
2017-01-09 23:48:15 -07:00
FusionPBX
c5ad50b9bb
Update app_defaults.php
...
Check to see if the file exists before renaming it.
2017-01-09 23:26:54 -07:00
FusionPBX
cd3c9d0e52
Update pdo.php
2017-01-09 17:55:40 -07:00
FusionPBX
2e3db0ac1b
Update dialplan_outbound_add.php
2017-01-08 23:17:07 -07:00
Len
a0316a3f12
Update {$mac}.cfg
...
correct missing {
2017-01-08 19:41:47 -05:00
FusionPBX
a269f765dd
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
7ef0b192e7
Delete config.php.dist
2017-01-05 05:05:43 -07:00
FusionPBX
3cc705d93a
Create uuid.php
2017-01-05 04:15:47 -07:00
FusionPBX
212cd7d025
Update schema.php
2017-01-05 03:58:01 -07:00
FusionPBX
c43c1a556f
Update schema.php
...
Prevent php warnings.
2017-01-05 03:53:02 -07:00
FusionPBX
bbf32464ad
Update extension_edit.php
2017-01-05 02:29:43 -07:00
FusionPBX
721549f4c1
Update app_defaults.php
...
Fix a sql error for ringtones.
2017-01-05 02:10:26 -07:00
FusionPBX
7dabd1261a
Update xml_cdr.php
2017-01-04 22:25:17 -07:00
FusionPBX
dd60a08e69
Update xml_cdr_inc.php
2017-01-04 21:56:23 -07:00
FusionPBX
5744d4b673
Update pdo.php
...
Prevent php warnings.
2017-01-04 20:40:36 -07:00
FusionPBX
a01218c749
Update app_config.php
...
Add device vendor functions for Sangoma.
2017-01-03 17:52:27 -07:00
FusionPBX
5c089f7529
Update device_vendor_function_edit.php
...
Fix a PHP warning.
2017-01-02 20:03:58 -07:00
FusionPBX
0c4f66680a
Update device_vendor_functions.php
2017-01-02 19:59:23 -07:00
FusionPBX
bf03a831cd
Update README.md
2017-01-01 14:09:58 -07:00
FusionPBX
f210b4033c
Update README.md
2017-01-01 14:05:36 -07:00
jebsolutions
30aa8871a3
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
c3ab507841
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
Len
df6451a4bb
Update README.md
2016-12-29 20:51:40 -05:00
FusionPBX
4c6e807786
Update ivr.conf.lua
2016-12-29 13:35:55 -07:00
Karolis Pabijanskas
fcc1ff7af4
Fix xml_cdr_extension_summary.php speed issues ( #2280 )
2016-12-29 12:59:52 -07:00
FusionPBX
68e18894db
Update functions.php
...
Minor version change.
2016-12-27 22:22:54 -07:00