Commit Graph

18168 Commits

Author SHA1 Message Date
Mark Crane 8e8816ffdb Improve the upgrade efficiency. 2012-08-11 22:50:12 +00:00
Mark Crane dd0b7a3c79 Get rid of a couple trailing white spaces. 2012-08-11 22:49:42 +00:00
Mark Crane 1a0ff02efb Show all users whether enabled or disabled. 2012-08-10 17:36:02 +00:00
Mark Crane 97a5aba2a6 Set user_enabled to true when adding a user and add enabled to the user account list. 2012-08-10 17:29:25 +00:00
Mark Crane 13d8e86b7d Fix a problem with the description of extension_enabled in the app_config.php file. Please note: adding this field requires the fusionpbx/core/upgrade/upgrade.php to be run from the command line. 2012-08-10 16:34:11 +00:00
Mark Crane 8f5a15717b Add the fax_copy.php file. 2012-08-10 16:29:57 +00:00
Mark Crane 84d5b7b3df Add ability to disable a user. 2012-08-10 15:53:02 +00:00
Mark Crane 7a90a95857 Add to add zrtp-passthru as a default to the external sip profile. 2012-08-10 15:45:46 +00:00
Mark Crane 361b297abb Fix the content manager title so that it works with the html title again. 2012-08-09 05:34:01 +00:00
Mark Crane 1d44f4858f Add to a few more places hunt_group_enabled = 'true' 2012-08-08 14:35:07 +00:00
Mark Crane 46351b9b52 Fix Rewrite contact IP and port 2.0 so that it saves the 2.0 correctly. 2012-08-08 13:28:43 +00:00
Mark Crane ef5466821b Make sure the IVR Menu dialplan entry is created if it doesn't exist. 2012-08-04 16:34:24 +00:00
Mark Crane 12373f8fc8 Reduce the minimum digits required for inbound routes for the destination number. 2012-08-01 23:07:10 +00:00
Mark Crane 2f47065ea6 Adjust caller id prefix for the ring groups. 2012-07-31 20:24:42 +00:00
Mark Crane 3c80a5924f Fix issue 263 domain_name for outbound route. 2012-07-31 17:16:33 +00:00
Mark Crane 90a0e23bea Make sure that the follow me numbers gets processed in the correct order. 2012-07-31 16:56:56 +00:00
Mark Crane 656c3f56b9 Make the recordings show up in the destination select list. 2012-07-31 12:48:45 +00:00
Mark Crane eca9854b23 Add caller id prefix to ring groups to the dev branch. 2012-07-31 04:56:18 +00:00
Mark Crane 651e3ecc61 Fix virtual tables import tool and fix-up some of the HTML syntax and white spacing. 2012-07-28 21:36:40 +00:00
Mark Crane 7820589aee Put the mssql table names in ascending order. 2012-07-28 21:32:44 +00:00
Mark Crane 95402463e0 Add NDLB-connectile-dysfunction-2.0 to SIP Force Contact on the accounts -> extensions page. 2012-07-28 16:44:27 +00:00
Mark Crane ed54569217 Login with optional format username@domain.com. 2012-07-28 16:19:34 +00:00
Mark Crane 39baaa4036 Drop feature code *0 extension number and leave *88 extension number for eavesdrop. 2012-07-28 06:33:01 +00:00
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