keithwong Report post Posted 12/10/2003 09:32 AM Hi there, I know that voice guide can use mdb or txt to schedule multi number to dial and at difference time with scripting and custom data retrieval. However, my need is that this to be done daily and endlessly, till cow comes home. I can't be keying entries after entries in my mdb or txt. Can it be done simply within voiceguide? eg. how to do a paging at 7am in the morning and 1pm in the afternoon, Mon - Fri, endlessly. Hope you can enlighten. Keith Share this post Link to post
SupportTeam Report post Posted 12/10/2003 10:49 AM You could just start a simple VB Script (or program) which just continually instructs VoiceGuide to dial out in a loop - using the COM function Dialer_OutDialQueAdd or any of the other methods... or just load a large number of entries in one go... (100,000 entries or more are not a problem...) and schedule to have this large amount reloaded every week (or month etc). Share this post Link to post