Can anyone explain how to create gsw_request_log and activate it? (on OCS7.1) I can’t find description on this in the documentation and so I need to configure it by hand cause I don’t have the wizard.
For this I think I need the fields and field datatypes, after configureing this in ConfManager I’ll create the database table, but what keys showed I configure in the OCS component to activate it?
And now it works
But a new question comes now… In the the table I see records from all of the campaings, not only from the calling list that I set Log Table Access = GSW_REQUEST_LOG, why is that? how can I separate this calling_list from the others?
god damn it,
I think I didn’t understood the concept behind gsw_request_log, I can’t see in it the call made by CPD and there status…
I need a solution like log_call_stats that audits everything but not in a file, I want it in the DB…It seems Genesys doesn’t offer this, so I’ll just make a trigger on the calling_list table to insert in another table every change for field call_status, dial_time, attemt …
I’m not sure from which release, maybe 7.5, but you need to check that, two more audit files were introduced, Record History Log and Extended Audit Trail. They both are plain text files, but especially the first should be very easy to import in a DB (maybe setting up a DTS or something?). It will also have fields like campaign and calling list id.