Added dynamic language ability to chat functions

Fixed several security issues with Chat functions
Added new options to ADMIN_www_languages.pl script

git-svn-id: svn://192.168.202.10@2435 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2015-12-19 22:16:43 +00:00
parent e51c7b93f8
commit ec27fd5f4f
15 changed files with 1449 additions and 1041 deletions
+10 -1
View File
@@ -1,4 +1,4 @@
CHAT MESSAGING Started 2014-05-01 Updated 2015-12-17
CHAT MESSAGING Started 2014-05-01 Updated 2015-12-19
After over 18 months of development, the Chat Messaging system for Vicidial was added to svn/trunk on December 13th, 2015(svn revision 2428). Our Chat messaging allows for customers to chat with agents from websites, as well as allowing managers to chat with agents and agents to chat with other agents all within their existing agent screen.
@@ -6,6 +6,8 @@ After over 18 months of development, the Chat Messaging system for Vicidial was
The Chat Messaging built into Vicidial is entirely web-based and uses it's own protocol. Also, all messages are logged and searchable though the Agent-Manager Chat Log accessible through the Admin Utilities webpage.
UPDATE 2015-12-19: We added several security enhancements related to the chat functionality. We strongly recommend that you update your system to svn/trunk revision 2435 or higher if you are running revision between 2428 and 2434. We also added dynamic language capability throughout the chat screens.
AGENT CHAT INTERFACE INSTRUCTIONS:
@@ -54,6 +56,13 @@ If you want to put a chat page within your own IFRAME and use a specific in-grou
http://192.168.1.2/chat_customer/vicidial_chat_customer_side.php?group_id=TESTCHAT
If you want to link to chat with a specific in-group and language ID in the system, you can use a link like this,
http://192.168.1.2/chat_customer/customer_chat_code.php?group_id=TESTCHAT&language=new_spanish
If you want to put a chat page within your own IFRAME and use a specific in-group and language ID in the system, you can use a URL like this,
http://192.168.1.2/chat_customer/vicidial_chat_customer_side.php?group_id=TESTCHAT&language=new_spanish
Chat settings in System Settings: