Author Topic: Configuring Call Outcomes  (Read 3194 times)

Roque

  • Newbie
  • *
  • Posts: 11
  • Karma: 0
    • View Profile
Configuring Call Outcomes
« on: May 29, 2008, 04:34:46 »
From the User Manual, Version: 23/08/07

"To minimize internal searching costs, the call activity must be entered either while
the call is in progress or within one hour of its completion. "

Questions:
1.  What are internal searching costs?
2.  Why is there a 1 hour time limit on entering an outcome?  Agents might forget and enter activity at the end of their shift.
3. Is there a way to extend or eliminate the time restriction?
4. I've tried entering an outcome several hours after the call and the Outcome field is blank.  Is this the correct behavior?

Thanks in advance!

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: Configuring Call Outcomes
« Reply #1 on: May 29, 2008, 10:52:52 »
1. that's the costs the analyzer module has to bear by keeping call records in an "hot area" for further updating - this slows down evertything else.
2. see #1
3. yes: if you use MySQL storage just enter a record with a timestamp that matches the beginning of the call
4. see #1 again :)

Roque

  • Newbie
  • *
  • Posts: 11
  • Karma: 0
    • View Profile
Re: Configuring Call Outcomes
« Reply #2 on: May 29, 2008, 20:08:02 »
Regarding question #3, what if I'm not using MySQL storage, then am I limited to the 1 hour window and no other option?

Thanks!

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: Configuring Call Outcomes
« Reply #3 on: May 30, 2008, 10:20:22 »
Yes, as you cannot change the middle of a file that is being written. On the other side, switchingto MySQL if you really need this feature is pretty simple.