Dear Mark,<br><br>Here is my queue_member table, is this how it should look?<br><br>mysql&gt; SELECT * FROM queue_member_table WHERE interface LIKE &#39;%&#39; AND queue_name = &#39;Support&#39; ORDER BY interface<br>&nbsp;&nbsp;&nbsp; -&gt; ;<br>
+----------+------------+------------+-----------+---------+--------+<br>| uniqueid | membername | queue_name | interface | penalty | paused |<br>+----------+------------+------------+-----------+---------+--------+<br>|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3 | 101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | Support&nbsp;&nbsp;&nbsp; | Agent/101 |&nbsp;&nbsp;&nbsp; NULL |&nbsp;&nbsp; NULL |<br>
|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4 | 102&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | Support&nbsp;&nbsp;&nbsp; | Agent/102 |&nbsp;&nbsp;&nbsp; NULL |&nbsp;&nbsp; NULL |<br>+----------+------------+------------+-----------+---------+--------+<br><br><br>Many thanks,<br>Mark<br><br><div class="gmail_quote">On Sat, Mar 29, 2008 at 2:19 AM, mark morreny &lt;<a href="mailto:markmorreny@gmail.com">markmorreny@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Dear Mark,<br><br>I did also populate members to the queue_member_table.&nbsp; The output of &quot;show queue&quot; also tells me that Asterisk read the member info too.&nbsp; When I tried to access the queue, it said&quot;<span style="color: rgb(204, 0, 0);">Unable to join queue &#39;Support&#39;&quot;<font color="#000000">&nbsp; What do you think may have gone wrong?&nbsp; Also, how would I be able to add a login/logoff function for the members in the queue?&nbsp; I could not get agentcallbacklogin to work with realtime queue.&nbsp;&nbsp; Does it work?</font><br style="color: rgb(0, 0, 0);">

<span style="color: rgb(0, 0, 0);"><br>Thank you so much for your help.</span><br style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);">Thanks,</span><br style="color: rgb(0, 0, 0);"><font color="#888888">
<span style="color: rgb(0, 0, 0);">Mark</span></font></span><div><div></div><div class="Wj3C7c"><br><br><div class="gmail_quote">On Sat, Mar 29, 2008 at 1:49 AM, Mark Michelson &lt;<a href="mailto:mmichelson@digium.com" target="_blank">mmichelson@digium.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div>mark morreny wrote:<br>
&gt; Dear Asterisk-User friends,<br>
&gt;<br>
&gt; After realtime queues are defined, how does it work with the agents?<br>
&gt; There seems to be no db table for agents.<br>
&gt;<br>
&gt; If I can&#39;t define agents for the realtime queues in the db, how can<br>
&gt; agent login/logoff be done?<br>
&gt;<br>
&gt; Thanks alot for your help.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Mark<br>
<br>
</div></div>There is a table for dynamic realtime queue members, called &quot;queue_members&quot; by<br>
default. If you are using Asterisk 1.4, this table should have a column for the<br>
queue to which that member belongs, the interface on which the member receives<br>
calls, the queue member&#39;s name, the member&#39;s penalty, and a boolean column for<br>
determining if the member is paused.<br>
<br>
Mark Michelson<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br>
</div></div></blockquote></div><br>