Commit Graph

879 Commits

Author SHA1 Message Date
James Rose 8ef0f8f08f made fax relay compatible with new fax_retry.lua 2013-01-08 20:39:27 +00:00
Mark Crane 3281448254 Update the path to for the domain select tool to domain_settings. 2013-01-08 04:12:21 +00:00
Mark Crane bb96e07144 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 7d2c77fd18 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 0eecc8c2c9 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 03fe165528 Change the domain settings link. Change a few titles to edit pages. 2013-01-05 21:33:49 +00:00
Mark Crane fe49c7ffbb Change directory in core/domains to core/domain_settings. 2013-01-05 21:25:31 +00:00
Mark Crane 3cf7400829 Add a separate pin for moderator and participant. 2013-01-05 13:03:00 +00:00
Mark Crane 98f66d70e5 In Conference Center change the default to wait for the moderator. 2013-01-05 11:51:51 +00:00
Mark Crane a41b300f62 Conference center mute only participants. 2013-01-05 11:50:26 +00:00
Mark Crane b4725e1ea9 Remove enter_sound from conference center manager it in the conference profile instead. 2013-01-05 11:38:10 +00:00
Mark Crane 0aad1b0944 In voicemail.lua change "en" to use the default_language variable. 2013-01-05 11:23:47 +00:00
Mark Crane 8d5524704b Add ${dsn} variable to the freeswitch/conf files. 2013-01-05 11:14:50 +00:00
Mark Crane c6fa71125d 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 614011f2c1 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 9ba7e2f6e2 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 1a0cb04bd3 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 9a29268a7c Move the redirect before the require.php include. 2013-01-05 09:48:19 +00:00
Mark Crane c945f6e436 If config.php does not exist then redirect to the install.php. 2013-01-05 09:44:18 +00:00
Mark Crane 9b843608fd Update the login menu link. 2013-01-05 09:38:47 +00:00
Mark Crane d334d98c74 To prevent inconvenience on the upgrade 2013-01-05 09:35:41 +00:00
Mark Crane 8efc516500 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 07a772c0c6 Add the core/login/app_languages.php file. 2013-01-05 09:28:33 +00:00
Mark Crane c5a82ac351 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 82b02a43ab Add core/login/app_config.php. 2013-01-05 09:18:13 +00:00
Mark Crane 256afe0e8b 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 50a0f884c6 Change the link to logout.php. 2013-01-05 09:15:41 +00:00
Mark Crane 0a1888fbf3 Move logout.php to the fusionpbx/resources directory. 2013-01-05 09:09:30 +00:00
Mark Crane 7c071045d0 Send the logout.php to the root of fusionpbx on the web server. 2013-01-05 09:08:19 +00:00
Mark Crane 4d12e78ef6 Add root.php file to the /resources directory 2013-01-05 08:38:14 +00:00
Mark Crane 878d7a5ddc Move /install.php to the /resources/install.php directory. 2013-01-05 08:02:56 +00:00
Mark Crane 7a5abd382a 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 e78a600bd5 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 7f8acc43c7 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 b49bee54d6 change app/user_settings to core/user_settings 2013-01-05 07:15:23 +00:00
Mark Crane 9e1aab2f33 change app/user_settings to core/user_settings 2013-01-05 07:07:36 +00:00
Mark Crane 0a0df9f343 Move user_settings to the core directory. 2013-01-05 07:02:03 +00:00
Mark Crane ba037c7cc5 Rename the app/user to user_settings. 2013-01-05 07:00:18 +00:00
Mark Crane 057e7d3830 Change app/user to app/user_settings. 2013-01-05 06:58:14 +00:00
Mark Crane 3811589d4a 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 46b95461e2 Update the login to use user_dashboard as the default destination after login. 2013-01-05 05:59:09 +00:00
Mark Crane e5282ea8df Add the language translations to the app/users. 2013-01-05 05:51:29 +00:00
Mark Crane 68a2c135a4 Rename index2.php to user_dashboard.php 2013-01-05 05:44:55 +00:00
Mark Crane 1d5ca76a57 Move index2.php to app user directory. 2013-01-05 05:42:36 +00:00
Mark Crane eee7a1868c 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 c3f7b0141f Rename the file to reflect current file naming convention 2013-01-05 05:38:11 +00:00
Mark Crane 25a685e7be Update the user update link. 2013-01-05 05:37:11 +00:00
Mark Crane 46fda8f357 Change the name of userupdate.php to user_edit.php in the code. 2013-01-05 05:35:26 +00:00
Mark Crane e3500b7e03 Update the login.php page. 2013-01-05 04:34:45 +00:00
Mark Crane b550cc9ce5 Change the fax_uuid from primary key to a foreign key in the destinations table. 2013-01-05 00:28:08 +00:00