Hi all,<br><br>My situation is<br>
    A called to 1005 -- Which executes an ESL program.<br>
    Now from the program I will made the parallel call using &quot;api originate  [origination_uuid=uuid1]user/1006,[origination_uuid2]user/1001 &amp;park()&quot;.<br>    UUID&#39;s are obtained from create_uuid.<br><br>

    I&#39;ll then wait for the api to return, to check whether the call is answered or rejected by the other end.<br>
    But while I&#39;m waiting, if A hangup the call, I just want to kill the calls that are originated by my program.<br>
    So I taught of using api_hang_up_hook and I set that variable to uuid_kill uuid1 uuid2.<br>
    But it only killed the uuid1.<br>
<br>Is there any other ways to kill multiple uuid&#39;s??<br>please help?<br><br>   <br>