Mark Crane
|
da9fc1f5cd
|
Set the direction to out for the hot desk logout.
|
2012-07-28 06:31:17 +00:00 |
Mark Crane
|
f36df2b810
|
Fix a bug in hunt group call forward and some code cleanup.
|
2012-07-28 03:21:49 +00:00 |
Mark Crane
|
b657e27f24
|
Minor syntax change to fax_to_email.php
|
2012-07-27 15:29:40 +00:00 |
Mark Crane
|
2ce4e23837
|
v_fax_view.php to fax_view.php
|
2012-07-27 15:25:06 +00:00 |
Mark Crane
|
466070a293
|
Rename v_fax_edit.php to fax_edit.php.
|
2012-07-27 15:24:29 +00:00 |
Mark Crane
|
5d18141f49
|
Rename v_fax_delete.php to fax_delete.php.
|
2012-07-27 15:23:48 +00:00 |
Mark Crane
|
fa29cda035
|
Rename v_fax.php to fax.php.
|
2012-07-27 15:23:05 +00:00 |
Mark Crane
|
0ea5f9e1ee
|
Remove the v_ inside php code in preparation to rename the php files.
|
2012-07-27 15:22:11 +00:00 |
Mark Crane
|
c3d2423dbc
|
Add a refresh button to the Gateways page.
|
2012-07-27 15:01:27 +00:00 |
Mark Crane
|
8762a4d4fb
|
If there is more than one domain (multi-tenant) then set the default context to the domain name. Several people have approached me on IRC wondering what was wrong with their new multi-tenant system the problem was the dialplan context this change addresses that need.
|
2012-07-26 20:10:59 +00:00 |
Mark Crane
|
3b5c5d3e8d
|
Add an optional domain_name to the login page.
|
2012-07-26 19:24:55 +00:00 |
Mark Crane
|
62ef9cb236
|
Straighten out the use of domain_uuid sessions variable.
|
2012-07-24 18:15:45 +00:00 |
Mark Crane
|
75e2ab8d28
|
Add single quotes around true in the outbound_route_to_bridge function. Remove the lib_switch.php include in fax_to_email.php that was not necessary after all.
|
2012-07-24 18:07:20 +00:00 |
Mark Crane
|
6a44c2fca2
|
Add a missing include required for fax forwarding to an external number.
|
2012-07-24 17:33:15 +00:00 |
Mark Crane
|
ccd378e863
|
Adjust the database class table and fields array.
|
2012-07-24 05:56:30 +00:00 |
Mark Crane
|
385876d2a4
|
Remove whitespace at the end of the line.
|
2012-07-24 04:09:15 +00:00 |
Mark Crane
|
5399142172
|
Add odbc support to the database class and modify some of the parameters.
|
2012-07-23 23:31:02 +00:00 |
Mark Crane
|
a68501772f
|
Tested the three new method mysql needed an adjustment.
|
2012-07-22 06:35:00 +00:00 |
Mark Crane
|
16c6a7fb91
|
Add 3 methods to the database class. table_info, tables, and fields.
|
2012-07-22 05:37:30 +00:00 |
Mark Crane
|
413232a7e4
|
Fix the upgrade schema mysql bug where alter table was being used on all numeric data types.
|
2012-07-19 08:58:54 +00:00 |
Mark Crane
|
f2f1da1049
|
In the outbound_route_to_bridge function the query should contain the condition dialplan_enabled=true:
http://code.google.com/p/fusionpbx/issues/detail?id=279
|
2012-07-19 04:33:42 +00:00 |
Mark Crane
|
47905bde78
|
Fix the System -> Account Settings so that the password and status save as expected.
|
2012-07-19 02:11:53 +00:00 |
Mark Crane
|
f255a890de
|
Ensure that the ivr menu exists in dialplan when the ivr menu is saved.
|
2012-07-18 22:28:14 +00:00 |
Nate Jones
|
f0a3eb7fee
|
Enhanced log viewer to include ordinal sorting and line numbers, if desired. Also, changed line count filter to be KB instead of Bytes.
|
2012-07-18 17:00:59 +00:00 |
Mark Crane
|
c82104880c
|
Fix a problem where an empty variable is not allowed there are a few rare cases where this is beneficial behaviour.
|
2012-07-18 04:11:05 +00:00 |
Mark Crane
|
3fc5b31096
|
Add a Driver column to the Advanced -> Databases list.
|
2012-07-17 16:39:18 +00:00 |
Mark Crane
|
b8f85393a9
|
Change app_defaults so it uses the new database_driver field.
|
2012-07-17 16:16:07 +00:00 |
Mark Crane
|
c344400c82
|
Add database driver to along with type it helps distinguish which type of database is being used when using odbc. Added app_defaults to core/databases so that the script config.lua can be created when the database is saved and upgraded. Previously it only saved a new config.lua when running upgrade or upgrade schema which was not intuitive.
|
2012-07-17 15:56:32 +00:00 |
Mark Crane
|
39f6ff0c13
|
Fix a provisioning bug.
|
2012-07-17 01:38:28 +00:00 |
Mark Crane
|
1e1a5c336f
|
Found a better solution for the hot desking problem removed the previous solution and implemented the better approach.
|
2012-07-12 20:24:35 +00:00 |
Mark Crane
|
e4906e815e
|
With hot desking if the previous user did not logout then log the person out then call back to login.
|
2012-07-12 19:16:02 +00:00 |
Mark Crane
|
6d609a128b
|
Fix the call broadcast bug that had broken update and delete.
|
2012-07-11 20:12:49 +00:00 |
Mark Crane
|
573a09ce7a
|
Set the operator forward to *000 and do not to disturb to *363 (*dnd)
|
2012-07-11 10:08:22 +00:00 |
Mark Crane
|
b040cadb2b
|
Expand the capability of the dial_string.lua by making it possible to set the unique_id in the dial_string.
|
2012-07-11 10:07:23 +00:00 |
Mark Crane
|
f1984291c8
|
Move the app_uuid inside the correct xml tag to fix xfer_vm.
|
2012-07-11 08:51:54 +00:00 |
Mark Crane
|
e8d8d60809
|
Add the two new dialplan entries. Operator, and operator forward which allows you to toggle an extension to be redirected to the operator extension.
|
2012-07-11 08:43:32 +00:00 |
Mark Crane
|
c80e379312
|
System -> variables set the external_rtp_ip and external_sip_ip to default to auto-nat this should help new installs with NAT.
|
2012-07-11 06:39:02 +00:00 |
Mark Crane
|
508993a4f8
|
Fix hunt groups issue 259 and 270.
|
2012-07-11 05:50:53 +00:00 |
Mark Crane
|
65f183b714
|
Fix issue http://code.google.com/p/fusionpbx/issues/detail?id=277
|
2012-07-11 02:23:05 +00:00 |
Mark Crane
|
404e855602
|
Add the app_uuid to the dialplan features xml files.
|
2012-07-10 19:20:33 +00:00 |
Mark Crane
|
15d853b0cc
|
Add the context features to the dialplan database.
|
2012-07-10 18:27:27 +00:00 |
Mark Crane
|
c7f83d32ed
|
Complete the support for the dialplan xml templates to support context.
|
2012-07-10 16:37:53 +00:00 |
Mark Crane
|
613c7ae678
|
Make pin_number.lua use phrases. White space cleanup on recordings.lua and wakeup.lua. Dial string add ability to change the dial string for a specific extension and add a pin number as an option.
|
2012-07-10 16:23:08 +00:00 |
Mark Crane
|
1bcfb8e938
|
Add the dialplan context to the fusionpbx/app/dialplan/resources/xml to the hot desking dialplan entries.
|
2012-07-09 18:45:02 +00:00 |
Mark Crane
|
935f3a80fb
|
Add the dialplan context to the fusionpbx/app/dialplan/resources/xml files this is to prepare for adding features context to the database.
|
2012-07-09 18:38:21 +00:00 |
Mark Crane
|
cd92693e46
|
Fix a dialplan bug I caused 23 hours ago.
|
2012-07-09 09:05:35 +00:00 |
Mark Crane
|
f2db211c44
|
If the extension or dialplan xml directories are disabled or don't exist don't add sub directories.
|
2012-07-08 11:26:37 +00:00 |
Mark Crane
|
e44426ee1a
|
Remove tab at the end of several lines.
|
2012-07-08 11:14:48 +00:00 |
Mark Crane
|
4c293b7f9e
|
Do not provide the XMl for registering an disabled extension and other changes to improve the code.
|
2012-07-07 21:18:17 +00:00 |
Mark Crane
|
1c5f7d57d6
|
Add * prefix to voicemail extension 4000. For *97 change the variable used to identify the registered extension. CDR use domain_uuid if it has been supplied.
|
2012-07-07 18:40:15 +00:00 |