<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    I run command from ESL, connect to 8021 port and send command.<br>
    <br>
    I know about api_hangup_hook, in my case it will fire two times for
    each call (if first supplier fail)<br>
    But I want event when originate complete done, to be sure no one
    tries to call any more.<br>
    <br>
    <br>
    ----------------------<br>
    How are you running api commands, there might be a way to do it like
    you<br>
    are saying.  That being said, originate command finishes not when
    the call<br>
    ends, but when we relieve media from the other end, or depending on<br>
    settings sometimes even sooner.  You probably want to look at<br>
    api_hangup_hook<br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 09/03/2016 08:02 PM, Dmitry Mordovin
      wrote:<br>
    </div>
    <blockquote cite="mid:57CAF425.3030308@dwide.com" type="cite">Hello
      <br>
      <br>
      I want to execute two commands with bgapi, but can't find solution
      in FreeSWITCH manual or google.
      <br>
      <br>
      bgapi expand originate
      &lt;leg_timeout=30,continue_on_fail=true&gt;[origination_caller_id_name='test']sofia/gateway/first_supplier/12345@first_supplier|[origination_caller_id_name='test']sofia/gateway/second_supplier/12345@second_supplier
      00294539; curl <a class="moz-txt-link-freetext" href="http://127.0.0.1/cgi?e=originate_done">http://127.0.0.1/cgi?e=originate_done</a>
      <br>
      <br>
      I want command 'curl' to be executed after 'originate' done (call
      disconnected).
      <br>
      Like linux shell can run commands one by one, just separate with
      ';'
      <br>
      <br>
      Is it possible? If so, how can I do it?
      <br>
      <br>
    </blockquote>
    <br>
    <br>
    <br>
  </body>
</html>