<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Jun 6, 2014 at 9:03 AM, Eduardo Leones <span dir="ltr"><<a href="mailto:eduardo@ypytecnologia.com.br" target="_blank">eduardo@ypytecnologia.com.br</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br clear="all"><div><div dir="ltr"><div dir="ltr">Guys, I have a problem. I have a queue on asterisk 1.8 that members are added dynamically via the AMI QueueAdd. When you run the CLI a "reload app_queue.so" all members who were in the queue disappear. This is a bug or some parameter that I do not know? </div>


<div dir="ltr"><br></div><div dir="ltr">Would have another way to do the reload queue without any risk to members who are already in it?</div><br></div></div></div></blockquote></div><br></div><div class="gmail_extra">It depends on which exact version of 1.8 you're running, but this appears to be a bug that was fixed in April of this year.  From the changelog for 1.8:<br>
<br><pre>2014-04-01 16:48 +0000 [r411584]  Joshua Colp <<a href="mailto:jcolp@digium.com">jcolp@digium.com</a>>

        * apps/app_queue.c: app_queue: Fix a bug where realtime members
          would be deleted during reload causing waiting callers to get
          ejected. This patch causes realtime queue members to remain in
          queues during the reload process. Previously these members would
          be removed causing any waiting callers to be ejected from the
          queue with a reason of "EXITEMPTY". ASTERISK-23547 #close
          ASTERISK-23547 #comment Patch
          app_queue_fix_realtime_reload_1.8_trunk.patch submitted by Italo
          Rossi (license 6409) Review:
          <a href="https://reviewboard.asterisk.org/r/3404/">https://reviewboard.asterisk.org/r/3404/</a></pre><br></div><div class="gmail_extra">-Josh<br></div></div>