Notice: Please open AutoDialer.wiv using Open menu, not double clicking in Explorer.
Version: 0.9.2 and above
Analysis: Select calledID from database where it's HasAnswered is not checked and CallingTimes is minimal, then make call. If call is answered, check HasAnswered flag of this calledID, else increase CallingTimes field. Continuously, until all calledID be answered.
Debug&Test: WinIVREdit using Enterprise channel.
Run: WinIVRAdmin with Enterprise channel.
Note: You need use Microsoft Access to modify CalledID field of table Called of database AutoDialer.mdb, to you phone number. After all calledID has answered, you need to reset HasAnswered field to false.
|
x--Var
| |
| |--Result
| |
| |--DataBase : GetCalledID Unknown - select * from called where
| | HasAnswered=false order by CallingTimes
| |
| |--DataBase : OperateCalledID SQLStatement - Update Called set
| | CallingTimes=:CallingTimes where CalledID=:CalledID