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 "api originate  [origination_uuid=uuid1]user/1006,[origination_uuid2]user/1001 &park()".<br>    UUID's are obtained from create_uuid.<br><br>
    I'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'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's??<br>please help?<br><br>   <br>