diff --git a/agc_2-X/trunk/agi/agi-VDAD_LB_closer_inbound.agi b/agc_2-X/trunk/agi/agi-VDAD_LB_closer_inbound.agi index ce822c9a..9e5c1434 100644 --- a/agc_2-X/trunk/agi/agi-VDAD_LB_closer_inbound.agi +++ b/agc_2-X/trunk/agi/agi-VDAD_LB_closer_inbound.agi @@ -297,7 +297,7 @@ while ($sthArows > $cbc) $sthA->finish(); ### insert a record into the vicidial_list table -$stmtA = "INSERT INTO vicidial_list (entry_date,modify_date,status,user,vendor_lead_code,source_id,list_id,called_since_last_reset,phone_code,phone_number,security_phrase,called_count,gmt_offset_now) values('$SQLdate','$tsSQLdate','INBND','$fronter','$channel_group','VDCL','$list_id','Y','$phone_code','$phone_number','$channel_group','1','-5.00');"; +$stmtA = "INSERT INTO vicidial_list (entry_date,modify_date,status,user,vendor_lead_code,source_id,list_id,called_since_last_reset,phone_code,phone_number,security_phrase,called_count,gmt_offset_now) values('$SQLdate','$tsSQLdate','INBND','$fronter','$inbound_number','VDCL','$list_id','Y','$phone_code','$phone_number','$channel_group','1','-5.00');"; $affected_rows = $dbhA->do($stmtA); $cbc=0; $stmtA = "select LAST_INSERT_ID() LIMIT 1;"; diff --git a/agc_2-X/trunk/agi/agi-VDAD_LB_closer_inboundCID.agi b/agc_2-X/trunk/agi/agi-VDAD_LB_closer_inboundCID.agi index 2005c56c..0ceea5fd 100644 --- a/agc_2-X/trunk/agi/agi-VDAD_LB_closer_inboundCID.agi +++ b/agc_2-X/trunk/agi/agi-VDAD_LB_closer_inboundCID.agi @@ -297,7 +297,7 @@ while ($sthArows > $cbc) $sthA->finish(); ### insert a record into the vicidial_list table -$stmtA = "INSERT INTO vicidial_list (entry_date,modify_date,status,user,vendor_lead_code,source_id,list_id,called_since_last_reset,phone_code,phone_number,security_phrase,called_count,gmt_offset_now) values('$SQLdate','$tsSQLdate','INBND','$fronter','$channel_group','VDCL','$list_id','Y','$phone_code','$phone_number','$channel_group','1','-5.00');"; +$stmtA = "INSERT INTO vicidial_list (entry_date,modify_date,status,user,vendor_lead_code,source_id,list_id,called_since_last_reset,phone_code,phone_number,security_phrase,called_count,gmt_offset_now) values('$SQLdate','$tsSQLdate','INBND','$fronter','$inbound_number','VDCL','$list_id','Y','$phone_code','$phone_number','$channel_group','1','-5.00');"; $affected_rows = $dbhA->do($stmtA); $cbc=0; $stmtA = "select LAST_INSERT_ID() LIMIT 1;"; diff --git a/agc_2-X/trunk/agi/agi-VDAD_LO_closer_inbound.agi b/agc_2-X/trunk/agi/agi-VDAD_LO_closer_inbound.agi index a19e6587..64ed0e53 100644 --- a/agc_2-X/trunk/agi/agi-VDAD_LO_closer_inbound.agi +++ b/agc_2-X/trunk/agi/agi-VDAD_LO_closer_inbound.agi @@ -299,7 +299,7 @@ while ($sthArows > $cbc) $sthA->finish(); ### insert a record into the vicidial_list table -$stmtA = "INSERT INTO vicidial_list (entry_date,modify_date,status,user,vendor_lead_code,source_id,list_id,called_since_last_reset,phone_code,phone_number,security_phrase,called_count,gmt_offset_now) values('$SQLdate','$tsSQLdate','INBND','$fronter','$channel_group','VDCL','$list_id','Y','$phone_code','$phone_number','$channel_group','1','-5.00');"; +$stmtA = "INSERT INTO vicidial_list (entry_date,modify_date,status,user,vendor_lead_code,source_id,list_id,called_since_last_reset,phone_code,phone_number,security_phrase,called_count,gmt_offset_now) values('$SQLdate','$tsSQLdate','INBND','$fronter','$inbound_number','VDCL','$list_id','Y','$phone_code','$phone_number','$channel_group','1','-5.00');"; $affected_rows = $dbhA->do($stmtA); $cbc=0; $stmtA = "select LAST_INSERT_ID() LIMIT 1;"; diff --git a/agc_2-X/trunk/agi/agi-VDADcloser_inbound.agi b/agc_2-X/trunk/agi/agi-VDADcloser_inbound.agi index 604a0f53..bcc741b3 100644 --- a/agc_2-X/trunk/agi/agi-VDADcloser_inbound.agi +++ b/agc_2-X/trunk/agi/agi-VDADcloser_inbound.agi @@ -296,7 +296,7 @@ while ($sthArows > $cbc) $sthA->finish(); ### insert a record into the vicidial_list table -$stmtA = "INSERT INTO vicidial_list (entry_date,modify_date,status,user,vendor_lead_code,source_id,list_id,called_since_last_reset,phone_code,phone_number,security_phrase,called_count,gmt_offset_now) values('$SQLdate','$tsSQLdate','INBND','$fronter','$channel_group','VDCL','$list_id','Y','$phone_code','$phone_number','$channel_group','1','-5.00');"; +$stmtA = "INSERT INTO vicidial_list (entry_date,modify_date,status,user,vendor_lead_code,source_id,list_id,called_since_last_reset,phone_code,phone_number,security_phrase,called_count,gmt_offset_now) values('$SQLdate','$tsSQLdate','INBND','$fronter','$inbound_number','VDCL','$list_id','Y','$phone_code','$phone_number','$channel_group','1','-5.00');"; $affected_rows = $dbhA->do($stmtA); $cbc=0; $stmtA = "select LAST_INSERT_ID() LIMIT 1;"; diff --git a/agc_2-X/trunk/agi/agi-VDADcloser_inboundANI.agi b/agc_2-X/trunk/agi/agi-VDADcloser_inboundANI.agi index 2f8a544c..5f6cd638 100644 --- a/agc_2-X/trunk/agi/agi-VDADcloser_inboundANI.agi +++ b/agc_2-X/trunk/agi/agi-VDADcloser_inboundANI.agi @@ -296,7 +296,7 @@ while ($sthArows > $cbc) $sthA->finish(); ### insert a record into the vicidial_list table -$stmtA = "INSERT INTO vicidial_list (entry_date,modify_date,status,user,vendor_lead_code,source_id,list_id,called_since_last_reset,phone_code,phone_number,security_phrase,called_count,gmt_offset_now,comments) values('$SQLdate','$tsSQLdate','INBND','$fronter','$channel_group','VDCL','$list_id','Y','$phone_code','$phone_number','$channel_group','1','-5.00','$VLcomments');"; +$stmtA = "INSERT INTO vicidial_list (entry_date,modify_date,status,user,vendor_lead_code,source_id,list_id,called_since_last_reset,phone_code,phone_number,security_phrase,called_count,gmt_offset_now,comments) values('$SQLdate','$tsSQLdate','INBND','$fronter','$inbound_number','VDCL','$list_id','Y','$phone_code','$phone_number','$channel_group','1','-5.00','$VLcomments');"; $affected_rows = $dbhA->do($stmtA); $cbc=0; $stmtA = "select LAST_INSERT_ID() LIMIT 1;"; diff --git a/agc_2-X/trunk/agi/agi-VDADcloser_inboundCID.agi b/agc_2-X/trunk/agi/agi-VDADcloser_inboundCID.agi index 8e1f4225..c25715f3 100644 --- a/agc_2-X/trunk/agi/agi-VDADcloser_inboundCID.agi +++ b/agc_2-X/trunk/agi/agi-VDADcloser_inboundCID.agi @@ -313,7 +313,7 @@ $sthA->finish(); ### insert a record into the vicidial_list table -$stmtA = "INSERT INTO vicidial_list (entry_date,modify_date,status,user,vendor_lead_code,source_id,list_id,called_since_last_reset,phone_code,phone_number,security_phrase,called_count,gmt_offset_now,comments) values('$SQLdate','$tsSQLdate','INBND','$fronter','$channel_group','VDCL','$list_id','Y','$phone_code','$phone_number','$channel_group','1','-5.00','$VLcomments');"; +$stmtA = "INSERT INTO vicidial_list (entry_date,modify_date,status,user,vendor_lead_code,source_id,list_id,called_since_last_reset,phone_code,phone_number,security_phrase,called_count,gmt_offset_now,comments) values('$SQLdate','$tsSQLdate','INBND','$fronter','$inbound_number','VDCL','$list_id','Y','$phone_code','$phone_number','$channel_group','1','-5.00','$VLcomments');"; $affected_rows = $dbhA->do($stmtA); $cbc=0; $stmtA = "select LAST_INSERT_ID() LIMIT 1;"; diff --git a/agc_2-X/trunk/agi/agi-VDADcloser_inboundCIDlookup.agi b/agc_2-X/trunk/agi/agi-VDADcloser_inboundCIDlookup.agi index 99964135..2dd48e27 100644 --- a/agc_2-X/trunk/agi/agi-VDADcloser_inboundCIDlookup.agi +++ b/agc_2-X/trunk/agi/agi-VDADcloser_inboundCIDlookup.agi @@ -330,7 +330,7 @@ if ($sthArows > 0) else { ### insert a record into the vicidial_list table - $stmtA = "INSERT INTO vicidial_list (entry_date,modify_date,status,user,vendor_lead_code,source_id,list_id,called_since_last_reset,phone_code,phone_number,security_phrase,called_count,gmt_offset_now,comments) values('$SQLdate','$tsSQLdate','INBND','$fronter','$channel_group','VDCL','$list_id','Y','$phone_code','$phone_number','$channel_group','1','-5.00','$VLcomments');"; + $stmtA = "INSERT INTO vicidial_list (entry_date,modify_date,status,user,vendor_lead_code,source_id,list_id,called_since_last_reset,phone_code,phone_number,security_phrase,called_count,gmt_offset_now,comments) values('$SQLdate','$tsSQLdate','INBND','$fronter','$inbound_number','VDCL','$list_id','Y','$phone_code','$phone_number','$channel_group','1','-5.00','$VLcomments');"; $affected_rows = $dbhA->do($stmtA); $cbc=0; $stmtA = "select LAST_INSERT_ID() LIMIT 1;"; diff --git a/agc_2-X/trunk/agi/agi-VDADcloser_inbound_5ID.agi b/agc_2-X/trunk/agi/agi-VDADcloser_inbound_5ID.agi index 204d56e5..3b3936fe 100644 --- a/agc_2-X/trunk/agi/agi-VDADcloser_inbound_5ID.agi +++ b/agc_2-X/trunk/agi/agi-VDADcloser_inbound_5ID.agi @@ -296,7 +296,7 @@ while ($sthArows > $cbc) $sthA->finish(); ### insert a record into the vicidial_list table -$stmtA = "INSERT INTO vicidial_list (entry_date,modify_date,status,user,vendor_lead_code,source_id,list_id,called_since_last_reset,phone_code,phone_number,security_phrase,called_count,gmt_offset_now) values('$SQLdate','$tsSQLdate','INBND','$fronter','$channel_group','VDCL','$list_id','Y','$phone_code','$phone_number','$channel_group','1','-5.00');"; +$stmtA = "INSERT INTO vicidial_list (entry_date,modify_date,status,user,vendor_lead_code,source_id,list_id,called_since_last_reset,phone_code,phone_number,security_phrase,called_count,gmt_offset_now) values('$SQLdate','$tsSQLdate','INBND','$fronter','$inbound_number','VDCL','$list_id','Y','$phone_code','$phone_number','$channel_group','1','-5.00');"; $affected_rows = $dbhA->do($stmtA); $cbc=0; $stmtA = "select LAST_INSERT_ID() LIMIT 1;"; diff --git a/agc_2-X/trunk/agi/agi-VDADcloser_inbound_NOCID.agi b/agc_2-X/trunk/agi/agi-VDADcloser_inbound_NOCID.agi index 9a3459d4..aebc5f58 100644 --- a/agc_2-X/trunk/agi/agi-VDADcloser_inbound_NOCID.agi +++ b/agc_2-X/trunk/agi/agi-VDADcloser_inbound_NOCID.agi @@ -295,7 +295,7 @@ while ($sthArows > $cbc) $sthA->finish(); ### insert a record into the vicidial_list table -$stmtA = "INSERT INTO vicidial_list (entry_date,modify_date,status,user,vendor_lead_code,source_id,list_id,called_since_last_reset,phone_code,phone_number,security_phrase,called_count,gmt_offset_now) values('$SQLdate','$tsSQLdate','INBND','$fronter','$channel_group','VDCL','$list_id','Y','$phone_code','$phone_number','$channel_group','1','-5.00');"; +$stmtA = "INSERT INTO vicidial_list (entry_date,modify_date,status,user,vendor_lead_code,source_id,list_id,called_since_last_reset,phone_code,phone_number,security_phrase,called_count,gmt_offset_now) values('$SQLdate','$tsSQLdate','INBND','$fronter','$inbound_number','VDCL','$list_id','Y','$phone_code','$phone_number','$channel_group','1','-5.00');"; $affected_rows = $dbhA->do($stmtA); $cbc=0; $stmtA = "select LAST_INSERT_ID() LIMIT 1;";