Commit Graph

9882 Commits

Author SHA1 Message Date
James Rose 376b72b24c made fax relay compatible with new fax_retry.lua 2013-01-08 20:39:27 +00:00
Mark Crane 7a5992de1b Update the path to for the domain select tool to domain_settings. 2013-01-08 04:12:21 +00:00
Mark Crane bbbfc2b0a5 Add voicemail skip_instructions, and skip_greetings they both work the same as FreeSWITCH's mod_voicemail. Fix a problem session:ready check was preventing the voicemail from being saved and emailed. 2013-01-08 03:34:51 +00:00
Mark Crane 98ae72f8cf Add group call capability to the xml handler this enables it to work with call groups. 2013-01-07 19:49:01 +00:00
Mark Crane b6e029258a Add max_digits to the macro function calls. Wrap 'if session:ready around most actions so that if the call ends that it doesn't throw unnecessary errors simply because the call ended. 2013-01-06 07:43:24 +00:00
Mark Crane 72e6c2608a Change the domain settings link. Change a few titles to edit pages. 2013-01-05 21:33:49 +00:00
Mark Crane 844fc977c6 Change directory in core/domains to core/domain_settings. 2013-01-05 21:25:31 +00:00
Mark Crane 26ab3b2f22 Add a separate pin for moderator and participant. 2013-01-05 13:03:00 +00:00
Mark Crane e1e05be45a In Conference Center change the default to wait for the moderator. 2013-01-05 11:51:51 +00:00
Mark Crane e77fbf2fdd Conference center mute only participants. 2013-01-05 11:50:26 +00:00
Mark Crane ba6e3873a7 Remove enter_sound from conference center manager it in the conference profile instead. 2013-01-05 11:38:10 +00:00
Mark Crane 3ecfacf38d In voicemail.lua change "en" to use the default_language variable. 2013-01-05 11:23:47 +00:00
Mark Crane f84926ebb5 Add ${dsn} variable to the freeswitch/conf files. 2013-01-05 11:14:50 +00:00
Mark Crane 6d6edca0bf Make the login.php use the correct app_languages.php file. Reason to do this is because login.php in the root is put in a position as being part of the core so I wanted the translations to be part of the core as well. And user settings is related to the user login. App/login is in the app directory to make the login and logout as an optional part of the menu since they could be incorporated in the theme. 2013-01-05 10:06:32 +00:00
Mark Crane 02028551f9 Remove the app_languages.php add its data to core/user_settings/app_languages.php file. 2013-01-05 10:02:15 +00:00
Mark Crane 9d3a58c26e Remove change $content_user to $text to be more consistent with the other app_languages.php files. 2013-01-05 09:59:27 +00:00
Mark Crane e8b63afa5a Because the login can be incorpoarted into the them decision was made to make the an app rather than part of core. 2013-01-05 09:52:52 +00:00
Mark Crane d20b26073e Move the redirect before the require.php include. 2013-01-05 09:48:19 +00:00
Mark Crane a4c541aa1b If config.php does not exist then redirect to the install.php. 2013-01-05 09:44:18 +00:00
Mark Crane 9951deb10b Update the login menu link. 2013-01-05 09:38:47 +00:00
Mark Crane b8f35ca672 To prevent inconvenience on the upgrade 2013-01-05 09:35:41 +00:00
Mark Crane a9cbba31ad Add the app_languages.php for the core/login and apply it to login.php 2013-01-05 09:33:49 +00:00
Mark Crane 0798935139 Add the core/login/app_languages.php file. 2013-01-05 09:28:33 +00:00
Mark Crane 965f4a8d85 Move login.php to core to allow for the app_languages.php file to be defined in its application directory. 2013-01-05 09:20:07 +00:00
Mark Crane 8ef2deb62c Add core/login/app_config.php. 2013-01-05 09:18:13 +00:00
Mark Crane 8146fdd653 Remove login and logout from the core/users/app_config.php and put it in core/login/app_config.php 2013-01-05 09:16:46 +00:00
Mark Crane bd6ff6873b Change the link to logout.php. 2013-01-05 09:15:41 +00:00
Mark Crane 98018bae27 Move logout.php to the fusionpbx/resources directory. 2013-01-05 09:09:30 +00:00
Mark Crane 5ec9819ec4 Send the logout.php to the root of fusionpbx on the web server. 2013-01-05 09:08:19 +00:00
Mark Crane 8a260c5cfe Add root.php file to the /resources directory 2013-01-05 08:38:14 +00:00
Mark Crane 808af30ef7 Move /install.php to the /resources/install.php directory. 2013-01-05 08:02:56 +00:00
Mark Crane b7d4350c7a Move the install.php from the root directory and put it into the resources directory. 2013-01-05 08:00:53 +00:00
Mark Crane d5694bdde6 Remove the app_languages.php file from the root directory. Never should have app_languages.php file in the root directory. It was there to support index2.php which to cleanup the root directory both needed to be moved. 2013-01-05 07:53:38 +00:00
Mark Crane 53cefe184b Fix the link in user_settings, and fix some of the variable names used in the app_languages.php. 2013-01-05 07:44:54 +00:00
Mark Crane dd10c5a407 change app/user_settings to core/user_settings 2013-01-05 07:15:23 +00:00
Mark Crane 33608a7486 change app/user_settings to core/user_settings 2013-01-05 07:07:36 +00:00
Mark Crane 860d4bb5cc Move user_settings to the core directory. 2013-01-05 07:02:03 +00:00
Mark Crane 05d98abd70 Rename the app/user to user_settings. 2013-01-05 07:00:18 +00:00
Mark Crane 5f138a5f52 Change app/user to app/user_settings. 2013-01-05 06:58:14 +00:00
Mark Crane 3307967d9c Fix the main menu system -> /app/user/user_dashboard. Rename v_exec.php to exec.php. 2013-01-05 06:10:00 +00:00
Mark Crane d941c849c9 Update the login to use user_dashboard as the default destination after login. 2013-01-05 05:59:09 +00:00
Mark Crane f2d5f424ed Add the language translations to the app/users. 2013-01-05 05:51:29 +00:00
Mark Crane 743469a551 Rename index2.php to user_dashboard.php 2013-01-05 05:44:55 +00:00
Mark Crane b4300e2d32 Move index2.php to app user directory. 2013-01-05 05:42:36 +00:00
Mark Crane 3c01f43191 Rename app/users to reflect that this app is for editing for the current logged in user. 2013-01-05 05:40:44 +00:00
Mark Crane 1585c1d1cb Rename the file to reflect current file naming convention 2013-01-05 05:38:11 +00:00
Mark Crane 4b4c1cd8dc Update the user update link. 2013-01-05 05:37:11 +00:00
Mark Crane fba6edd55a Change the name of userupdate.php to user_edit.php in the code. 2013-01-05 05:35:26 +00:00
Mark Crane e805aff9d8 Update the login.php page. 2013-01-05 04:34:45 +00:00
Mark Crane f624cd1d09 Change the fax_uuid from primary key to a foreign key in the destinations table. 2013-01-05 00:28:08 +00:00