<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 03/16/2012 04:35 PM, Brett Nemeroff wrote:
    <blockquote
cite="mid:CAPwC5wzV-x_Lav-YV2rLKN9ghBLjNJ_3c5HTgOhUm-H49Xawog@mail.gmail.com"
      type="cite">On Fri, Mar 16, 2012 at 9:24 AM, Rodrigo Ferreira <span
        dir="ltr">&lt;<a moz-do-not-send="true"
          href="mailto:rodrigo.ferreira@vipway.net.br">rodrigo.ferreira@vipway.net.br</a>&gt;</span>
      wrote:<br>
      <div class="gmail_quote">
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          <div dir="ltr" bgcolor="#ffffff" text="#000000">
            <div dir="ltr">
              <div style="font-size: 12pt; font-family: 'Calibri';">
                <div>I didnt see the previous email from Bogdan, sorry
                  about that.</div>
                <div> </div>
                <div>And you are right, I’ll not be lazy and put some
                  effort to make a call viewer using the dlg_list, I
                  have a prototype here, it works 90% of the time, I
                  will try to make some changes to the dialogs right.</div>
              </div>
            </div>
          </div>
        </blockquote>
        <div><br>
        </div>
        <div>I just wanted to add my $0.02 here. I regularly do this
          kind of thing with the fifo to retrieve call status and call
          counts. It works very well.</div>
        <div><br>
        </div>
        <div>That being said, I personally wouldn't use mi_fifo to do
          this unless it's the only thing you are using the fifo for.
          I've had horrible trouble with fifo commands stepping on each
          other and clogging it up. I'd look into some other mi_x method</div>
      </div>
    </blockquote>
    <br>
    in my opinion, mi_datagram is one of the lightest ways of
    interacting, but you need to take care of the size of the data you
    retrieve (as with UDP transport you are limited to 65K).<br>
    <br>
    Regards,<br>
    Bogdan<br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a class="moz-txt-link-freetext" href="http://www.opensips-solutions.com">http://www.opensips-solutions.com</a></pre>
  </body>
</html>