<div>I&#39;ve been having a problem with&nbsp;copies of my&nbsp;Macro() script being run at the same time.&nbsp; I just recently found out about MacroExclusive() that almost solves my problem (actually, it likly will, but will take some re-tooling).&nbsp; But for future additions, I really feel what would be nice would be a way to make a macro &quot;exclusive&quot; or locked for only part of the code, much like you can lock a table in SQL.
</div>
<div>&nbsp;</div>
<div>My current macro does some line testing and then Dial() the next available line.&nbsp; The line testing is what needs to be exclusive in the dialplan.&nbsp; But the Dial() functionality needs to be able to stay outside of that lock.&nbsp; I&#39;d really like it if there was a command to Lock() and Unlock() a macro as needed.
</div>
<div>&nbsp;</div>
<div>Food for thought.<br clear="all"><br>-- <br>/Nick </div>