Discussions about development of VICIDIAL and astGUIclient
Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
by chrism » Mon May 18, 2009 1:36 pm
Hi Matt,
Inside of vdc_db_query.php, shouldn't this line be changed from CBHOLD to CALLBK?
### CALLBACK ENTRY
if ( ($dispo_choice == 'CBHOLD') and (strlen($CallBackDatETimE)>10) )
### CALLBACK ENTRY
if ( ($dispo_choice == 'CALLBK') and (strlen($CallBackDatETimE)>10) )
Thanks,
Chris
-
chrism
-
- Posts: 93
- Joined: Mon Jan 26, 2009 10:02 am
by chrism » Mon May 18, 2009 1:46 pm
Actually, let me phrase it another way....
What's the difference between CBHOLD and CALLBK? I guess one or more restrictive than the other - CALLBK being more restrictive. So is the above PHP SQL query correct?
Thanks,
Chris
-
chrism
-
- Posts: 93
- Joined: Mon Jan 26, 2009 10:02 am
by mflorell » Mon May 18, 2009 3:00 pm
What function is that line in?
CBHOLD should never be dialed automatically by the system, it means a callback that has not hit it's trigger date yet.
I believe the line you are referring to may be fore USERONLY callbacks.
-
mflorell
- Site Admin
-
- Posts: 18399
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
-
by chrism » Mon May 18, 2009 3:26 pm
Hi Matt,
It was inside of the following '
if' routine:
################################################################################
### updateDISPO - update the vicidial_list table to reflect the agent choice of
### call disposition for that leand
################################################################################
if ($ACTION == 'updateDISPO')
{
-
chrism
-
- Posts: 93
- Joined: Mon Jan 26, 2009 10:02 am
by mflorell » Mon May 18, 2009 3:35 pm
Just looked at the code and it is proper, if you do a scheduled callback then this is the default status, you just don't see it in the interface.
-
mflorell
- Site Admin
-
- Posts: 18399
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
-
by chrism » Mon May 18, 2009 3:54 pm
Great, thanks!
-
chrism
-
- Posts: 93
- Joined: Mon Jan 26, 2009 10:02 am
Return to Development
Who is online
Users browsing this forum: No registered users and 25 guests