Discussions about development of VICIDIAL and astGUIclient
Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
by bobbymc » Wed Nov 12, 2008 6:18 pm
$stmtA = "UPDATE vicidial_auto_calls set status='XFER', stage='XFER-$drop_timer' where callerid='$callerid';";
$affected_rows = $dbhA->do($stmtA);
if ($AGILOG) {$agi_string = "-- VDAD XFER : |$affected_rows|update of vac table: $callerid\n|$stmtA|"; &agi_output;}
after this we should also update the vicidial_log that this call was trasnfered.. or else it always stays in QUEUE if the calls get transfered to a remote agent
#my addition after that line
$stmtA = "UPDATE vicidial_log set status='XFER' where uniqueid = '$uniqueid';";
$affected_rows = $dbhA->do($stmtA);
if ($AGILOG) {$agi_string = "-- VDAD vicidial_log update : |$affected_rows|update of vicidial_log table: $uniqueid\n|$stmtA|"; &agi_output;}
let me know if its added int he svn.. thx
-
bobbymc
-
- Posts: 425
- Joined: Fri Jan 05, 2007 12:26 am
-
by mflorell » Wed Nov 12, 2008 8:54 pm
I believe SVN trunk already has this changed in the ALL_outbound script.
-
mflorell
- Site Admin
-
- Posts: 18399
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
-
by bobbymc » Wed Nov 12, 2008 8:55 pm
i see.. when will the 2.0.5 version be released as stable?
-
bobbymc
-
- Posts: 425
- Joined: Fri Jan 05, 2007 12:26 am
-
by mflorell » Wed Nov 12, 2008 8:59 pm
No idea as for a release date for 2.0.5, we have many clients running SVN trunk right now in production. If I can get a solid week of uninterrupted time I can get another release out, but I really want to finish QC functionality first which is at least a month away.
-
mflorell
- Site Admin
-
- Posts: 18399
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
-
by bobbymc » Wed Nov 12, 2008 9:00 pm
sorry im a little behind.. whats QC? queue mertrics?
-
bobbymc
-
- Posts: 425
- Joined: Fri Jan 05, 2007 12:26 am
-
by mflorell » Wed Nov 12, 2008 9:15 pm
QC = Quality Control
We are working on a Quality Control component to VICIDIAL.
-
mflorell
- Site Admin
-
- Posts: 18399
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
-
by bobbymc » Wed Nov 12, 2008 9:25 pm
ohhh.. nice.. where can i read on it? i like to contribute to it if possible =)
-
bobbymc
-
- Posts: 425
- Joined: Fri Jan 05, 2007 12:26 am
-
by mflorell » Wed Nov 12, 2008 10:16 pm
Look at the QC_PROCESS.txt doc in the SVN trunk code-base.
-
mflorell
- Site Admin
-
- Posts: 18399
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
-
Return to Development
Who is online
Users browsing this forum: No registered users and 14 guests