Mark Crane
|
e1ba85dcea
|
Add a way to return escaped ', and " back to single and double quotes.
|
2013-01-10 21:58:42 +00:00 |
Mark Crane
|
a6dc082460
|
Remove commented out code that is no longer needed.
|
2013-01-10 20:17:43 +00:00 |
Mark Crane
|
13aa6f49ba
|
Add an email.lua script.
|
2013-01-10 20:14:39 +00:00 |
Mark Crane
|
0104470603
|
Change DTMF handling to make it more responsive. Add maximum number of tries for voicemail id and password for added security.
|
2013-01-10 10:52:10 +00:00 |
James Rose
|
924eb693e1
|
add var to make fax relay work with fax_to_email (send correct email response).
|
2013-01-09 00:52:21 +00:00 |
James Rose
|
06d7e8100a
|
assign a more meaningful variable name.
|
2013-01-09 00:37:52 +00:00 |
James Rose
|
30672d27a5
|
forgot .
|
2013-01-09 00:31:01 +00:00 |
Mark Crane
|
8c8cd1daea
|
Add message-count place holder to the xml_handler.lua
|
2013-01-08 22:46:37 +00:00 |
Mark Crane
|
104662df74
|
Get the pin length from the database.
|
2013-01-08 21:09:18 +00:00 |
Mark Crane
|
5df5af7e39
|
Add additional permissions to conference rooms to make it more customizable. Also default values for the settings and setup the pin numbers so they can be automatically generated.
|
2013-01-08 20:58:49 +00:00 |
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 |