Guest jdiegjdieg Report post Posted 12/08/2009 02:02 PM I have disabled PortToUse in my config.xml like this: <OutDialQue_PortToUse_LinkField>Disable</OutDialQue_PortToUse_LinkField> I am using the Dialer_OutDialQueAdd function to add the calls. Like This: vg.Dialer_OutDialQueAdd(PhoneNum,'','','','','','','Subcaller',1,'hscript.vgs','ascript.vgs','','bscript.vbs','',90,0,0,'RVARS','','') And I am getting the following message extremely often. What have I missed? 095429.981 10 WARN dial DbProcessQueue_Callback_DoWorkFindCall objDbDataReader_Stage2.HasRows returned False 095429.981 10 WARN dial No mathing CallQue entry. Delete the PortToUse entry just found. ID=-1, guid=00000000-0000-0000-0000-000000000000 095429.981 10 dial Db_Delete_Entry begin id=-1 guid=00000000-0000-0000-0000-000000000000 linkField=Disable, sql=[DELETE FROM CallQue WHERE ID=@iID; DELETE FROM PortToUse WHERE CallID=@iID;] 095429.981 10 dial @iID not set. using 0. 095429.981 10 dial Db_Delete_Entry end id=0 guid=00000000-0000-0000-0000-000000000000 Share this post Link to post
SupportTeam Report post Posted 12/08/2009 08:00 PM Do you see this in log for every outbound call made? Could you please .ZIP up and post the whole vgEngine trace file, showing system startup and an outbound call made. Share this post Link to post