<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    We are building a dialer interface to our client app that calls our
    customers and then allows those customers to connect and autodial to
    their clients.&nbsp; We are using these api commands to do this: <br>
    <br>
    <blockquote>originate [origination_caller_id_name<br>
='[caller_id_name]',origination_caller_id_number=[caller_id_number],user_name=[a<br>
gent_id],park_after_bridge=true]sofia/gateway/vitelity-outbound/1[number_to_call<br>
      ] &amp;park<br>
      <br>
      uuid_audio [uuid1] start write level 0<br>
      <br>
      originate [origination_caller_id_nam<br>
e='[caller_id_name]',origination_caller_id_number=[caller_id_number],user_name=[<br>
      agent_id]]sofia/gateway/vitelity-outbound/1[number_to_call]
      &amp;park<br>
      <br>
      uuid_bridge [uuid1] [uuid2]<br>
    </blockquote>
    <br>
    When the second call (leg-b) hangs up, we do not get a disconnect
    event (we believe this is due to the uuid_audio start).&nbsp; We need
    that disconnect in order to launch the next call.<br>
    <br>
    We are sending the uuid_audio [uuid1] start command because we do
    not have any media audio when we do the bridge.&nbsp; We tried also
    sending a uuid_media off command but that has the consequence of
    dropping the first leg/call when the second call disconnects (does
    not honor the park_after_bridge).<br>
    <br>
    This only happens when bridging two external calls.&nbsp; If one of the
    legs is an internal extension, then we don't need the uuid_audio
    start or the uuid_media off and everything works fine. <br>
    <br>
    Is there another way of doing this or a way for uuid_media off to
    honor the park_after_bridge condition?&nbsp; Could we use fifo's instead
    of the park_after_bridge?<br>
    <br>
    btw: we have also tried this using Flowroute as the gateway instead
    of Vitelity. <br>
    <br>
    <br>
    Thanks,<br>
    <br>
    Lynn<br>
    <pre class="moz-signature" cols="72">-- 
--
Lynn Nielson
Green Seed Technologies / The RedX</pre>
  </body>
</html>