I have a client that wants the selected disposition passed back to a CRM via the "Dispo Call URL".
With status codes setup for callback, the 'dispo' is passed as "CBHOLD". The value actually selected by the user is passed to vdc_qb_query.php in a variable named "CallBackLeadStatus".
I suggest added a dispo_call_url parameter to receive and pass the CallBackLeadStatus. Please consider this.
=================================================================================================================
filename: .../agc/vdc_db_query.php
AFTER this line:
$dispo_call_url = preg_replace('/^VAR/','',$dispo_call_url);
ADD this line:
$dispo_call_url = preg_replace('/--A--callback_lead_status--B--/i',"$CallBackLeadStatus",$dispo_call_url);