VoiceGuide IVR Software Main Page
Jump to content

Disable Porttouse

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×