I have enabled the save_chat_log feature. Can you please explain how we access the chat history? Thanks,
I have enabled the save_chat_log feature. Can you please explain how we access the chat history? Thanks,
Hi,
Currently there is no way to access the history via the web ui. You can query the sqlite database where the chat history is stored (fop2settings.db in /usr/local/fop2). Example
cd /usr/local/fop2 sqlite3 fop2settings.db "select * from chatlog"
I have the same problem((( I need to save chat history, and users need to see theys history
There is a chat history interface for admin users (having all permissions). You just need to enable to save transcripts in /usr/local/fop2/fop2.cfg as mentioned on my first reply. Web interface for chat transcripts is done and available.
Best regards,
But it is only an "admin" interface, for looking at all transcripts. It is not per user.