mehdi_h Report post Posted 07/14/2006 11:45 AM hi -Can I load numbers in the table directly and lauch the call from the table; - How do I specify that the calls have to be lauched from this table ? - When do I see the status of a call in the database ? I have difficulties to see what are the status of my call globally - when I launch the calls, i see there are for ex 10 call in the queue, nothinghappens and I don't know why. 130436,52 0 init saving dialer settings 130436,53 0 db database opened 130436,53 0 info Do Not Call List Loading... 130436,55 0 dnc Do No Call List file not specified 130436,55 0 info Do Not Call List Load Finished 0 130436,55 0 load text box numbers start 130436,56 0 info Text Box Numbers Loading... 130436,56 0 db add 0388785169 130436,58 0 db add 0388622100 130436,59 0 load text box numbers end 130436,59 0 db database closed 130436,61 0 info Finished queued:2 rejected:0 130436,77 0 info file : 0 explicitly listed loaded OK 130436,77 0 info file : 0 explicitly listed rejected (Do Not Call List) 130436,78 0 info file : 0 explicitly listed rejected (Other) 130436,78 0 info file : 0 expanded from template loaded OK 130436,80 0 info file : 0 expanded from template rejected (Do Not Call List) 130436,81 0 info file : 0 expanded from template rejected (Other) 130436,81 0 info text : 0 explicitly listed loaded OK 130436,83 0 info text : 0 explicitly listed rejected (Do Not Call List) 130436,83 0 info text : 0 explicitly listed rejected (Other) 130436,84 0 info text : 2 expanded from template loaded OK 130436,84 0 info text : 0 expanded from template rejected (Do Not Call List) 130436,86 0 info text : 0 expanded from template rejected (Other) 130436,88 0 info TOTAL : 2 loaded OK 130436,88 0 info TOTAL : 0 rejected Could you please help me in these points. Ykx Share this post Link to post
SupportTeam Report post Posted 07/14/2006 02:31 PM -Can I load numbers in the table directly and lauch the call from the table; I assume you mean loading calls directly into OutDialQue.mdb? Load some entries using the Telephone Number Loader and then see how the DB row is filled out. Calls are made as soon as the scheduled time comes up (or made immediately if time is not specified) and there are outbound lines available. Have you read http://www.voiceguide.com/vghelp/html/DialListInto.htm and http://www.voiceguide.com/vghelp/html/dialDbSetup.htm ? The trace you supplied looks like a trace from the Telephone Number Loader, not from VoiceGuide itself... Share this post Link to post