Page 1 of 1

Q: Pause codes in astguiclient_2.0.3b5

PostPosted: Tue Jul 10, 2007 4:50 am
by Framercy
Hello,

I activated the pause codes but where do they go to after an agent made his choice?
It is simply impossible for me to find those entries in the database. I watched out in table vicidial_agent_log and all other Tables for those entries to be able to calculate the working times of our agents.

Thnx a lot for VD
Fram

PostPosted: Mon Jul 16, 2007 8:38 am
by mflorell
vicidial_agent_log is where they show up. It should be populated in the sub_status field.

PostPosted: Sun Jul 22, 2007 3:51 pm
by peacy
Unfortunately the sub_status field is not populated due to a bug in vdc_db_query.php.
See issue 0000120 in the Issue Tracker. (A patch that fixes the problem is attached to the issue).

PostPosted: Tue Jul 24, 2007 5:24 pm
by Framercy
Oh thnx very much - I will try the patch asap


Best reguards
Fram

PostPosted: Wed Jul 25, 2007 8:26 am
by mflorell
Bug is now patched in SVN

PostPosted: Fri Jul 27, 2007 11:07 am
by Framercy
It works well after patching the script. Thanks...

I have some small questions left in this context:
How works the billable feature?
Is it implemented right now?
If it´s implemented right now, how do I have to customize my daily agentreport query to reflect the pause codes on the working hours?


Thanks for all and best regards
Fram

PostPosted: Fri Jul 27, 2007 11:16 am
by mflorell
Billable is not really much more than a comment-type field at this point, it was created for a client with a specific need, and may or may not have any reports included in the future.

PostPosted: Sun Aug 12, 2007 12:07 pm
by peacy
Framercy:
My client requested the pause codes on the daily report, so I'm working on it right now.
I'm also making some changes to the real-time screen, so it would display the pause code (easier for a manager to see who's doing what).

If interested in the patches just pm me.

PostPosted: Mon Aug 13, 2007 10:47 am
by Op3r
Peacy

if it is not much trouble kindly post it at the tracker.

Thanks

PostPosted: Mon Aug 13, 2007 1:36 pm
by peacy
Of course it's not a problem :wink:

And while we're on the subject: if I'd like to regularly contribute to the project, who should I contact?

PostPosted: Mon Aug 13, 2007 2:06 pm
by Op3r
matt

PostPosted: Mon Aug 13, 2007 8:01 pm
by mflorell
Hello, Matt here. What kind of things would you like to do?

We can always use more reports, people seem to use whatever you throw out there for a report. You can also take a look at the tracker and see if anything there looks like something you would like to tackle.

real-time screen

PostPosted: Sat Aug 18, 2007 11:44 am
by peacy
If anybody interested, there's a patch available for the real-time campaign screen (issue 0000133 on the tracker).
The pause code is displayed after the status column.

PostPosted: Sat Aug 18, 2007 12:32 pm
by gardo
i seem to be having problems downloading the patch. anyone else experiencing this? i'm using firefox by the way. file gets saved as file_download.php w/ different content.

PostPosted: Sat Aug 18, 2007 12:35 pm
by peacy
Works for me (using firefox 1.5.0.12).
Did you left-click the link?

PostPosted: Sat Aug 18, 2007 2:33 pm
by gardo
seems that firefox 2 is having some some issues. switching to opera and konqueror did the trick.

PostPosted: Sat Aug 18, 2007 2:46 pm
by gardo
just patched astguiclient 2.0.3 w/ asterisk 1.2.23 and i can see the "pause code" on the AST_timeonVDADall.php page. however, it doesn't seem to change to the pause code chosen by the agent when going on pause. am i missing something here?

PostPosted: Sat Aug 18, 2007 6:18 pm
by peacy
Unfortunately the sub_status field is not populated due to a bug in v2.0.3.
A patch is available to remedy this problem. See issue 0000120 in the tracker.

PostPosted: Sun Aug 19, 2007 4:19 am
by gardo
thanks for that info. works like a charm now. :D only thing missing from the AST_timeonVDADall.php is to display how many minutes or seconds they have been in that disposition.

PostPosted: Sun Aug 19, 2007 5:50 am
by peacy
gardo wrote:only thing missing from the AST_timeonVDADall.php is to display how many minutes or seconds they have been in that disposition.


I'm coding that feature as we speak... ;)
I'll keep you posted.

PostPosted: Thu Aug 23, 2007 6:34 pm
by reland02
how can i run/install the patch that i downloaded, thanks

unisntall patch

PostPosted: Fri Aug 24, 2007 5:24 am
by peacy
reland02 wrote:how can i run/install the patch that i downloaded, thanks


You can create backup when you apply the patch and revert to the .orig file:
Code: Select all
patch -b < pause_code_display_on_realtime_screen_v2_0_3.patch


Or you can reverse the patch with -R:
Code: Select all
patch -R < pause_code_display_on_realtime_screen_v2_0_3.patch