<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 12/17/2014 05:01 PM, Nir Simionovich
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAE+pvDqVKC29fB3_QncjnOxV4X6FYmTvZ984sdFvWXa_ssAjGw@mail.gmail.com"
      type="cite">
      <div dir="ltr"><snip></div>
    </blockquote>
    <blockquote
cite="mid:CAE+pvDqVKC29fB3_QncjnOxV4X6FYmTvZ984sdFvWXa_ssAjGw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>Let's try to stick to the tech for now and answer the first
          two questions:</div>
        <div><br>
        </div>
        <div>
          <div style="font-size:13px">  1. Is there a way to obtain the
            information in ast_bridge_config for each of the iterated
            bridges?<br>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    ast_bridge_config is not used at all for Stasis bridges.
    ast_bridge_config describes bridge features that basic bridges use
    based on Dial(), Queue(), and FollowMe() features. For instance,
    when Dial is called with the 't' and 'T' options, the
    ast_bridge_config indicates that the caller and callee can perform
    DTMF transfers based on features.conf settings.<br>
    <br>
    For Stasis bridges, the idea of using ast_bridge_config does not
    make sense for several reasons<br>
    <br>
    1) Stasis applications are intended to be fully in control of
    everything that happens in the bridge. There should be nothing that
    the participants should be able to do independently of the Stasis
    application to change the bridge.<br>
    2) ast_bridge_config relies heavily on the concept that a bridge
    contains exactly two participants. For basic bridges, this
    assumption holds. Stasis bridges can have any number of
    participants, though, so this structure doesn't work well.<br>
    <br>
    <blockquote
cite="mid:CAE+pvDqVKC29fB3_QncjnOxV4X6FYmTvZ984sdFvWXa_ssAjGw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div style="font-size:13px">  2. Is there a way to manipulate
            the configuration of the bridge, via modifying the
            associated bridge configuration in real time?</div>
        </div>
      </div>
    </blockquote>
    <br>
    The configuration of a Stasis bridge is defined by the Stasis
    application that creates and manipulates the bridge. It is up to the
    Stasis application to determine properties of the bridge and
    manipulate the bridge based on those properties. Whether you can
    manipulate this in real time is based on the programming language
    and runtime model of the ARI library you use.<br>
    <br>
    <blockquote
cite="mid:CAE+pvDqVKC29fB3_QncjnOxV4X6FYmTvZ984sdFvWXa_ssAjGw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div style="font-size:13px"><br>
        </div>
        <div style="font-size:13px">Nir </div>
      </div>
      <div class="gmail_extra"><br>
      </div>
    </blockquote>
    <br>
  </body>
</html>