<div>I&#39;d like to modify the Dial() command to impliment a new flag.&nbsp; I would like a suggestion on how best to do this.&nbsp; I&#39;m a decent programmer but at the same time I hate messing with source and dealing with recompiling the entire package.&nbsp; I&#39;d prefer to do this as a module if possible.
<br clear="all"></div>
<div>What I&#39;m doing:</div>
<div>&nbsp;</div>
<div>Dial() already supports dialing multiple lines at once and connecting the first answered line to the user.&nbsp; I want that exact same functionality but would like to be able to space out (or stagger) the dialing of each line.&nbsp; An example might be I want to dial&nbsp;5 phone numbers with a wait time of 30 seconds.&nbsp; But I want it to try the first number for 2 seconds before starting on the next number.&nbsp; Then at that point it would be ringing 2 numbers (with 2 seconds between when each was dialed).
</div>
<div>&nbsp;</div>
<div>The purpose of this modification would be to give the main number more time to answer before bothering the other workers with a call that there are better people to handle.&nbsp; I&#39;m not trying to dial 1 person, wait 20 seconds, then dial another person.&nbsp; The user would need to hang on the phone too long for that.&nbsp; And at the same time I don&#39;t want it calling everyone at the company at the same moment.
</div>
<div><br>-- <br>/Nick </div>