All your agents have paused=1. They will not receive calls while they are paused.<br><br>Håkon<br><br><div class="gmail_quote">On Thu, Jan 28, 2010 at 3:23 AM, Zhang Shukun <span dir="ltr">&lt;<a href="mailto:bitzsk@gmail.com">bitzsk@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">2010/1/28 Carlos Chavez &lt;<a href="mailto:cursor@telecomabmex.com">cursor@telecomabmex.com</a>&gt;:<br>

<div class="im">&gt; On Wed, 2010-01-27 at 10:27 +0800, Zhang Shukun wrote:<br>
&gt;&gt; hi,all<br>
&gt;&gt;<br>
&gt;&gt; i have just upgrade from 1.4.28 to 1.6.2.1. all works fine now except<br>
&gt;&gt; realtime queue.<br>
&gt;&gt;<br>
&gt;&gt; it seems queue_table works fine, but queue_member_queue not work, the<br>
&gt;&gt; two tables works fine when in 1.4.28.<br>
&gt;&gt;<br>
&gt;&gt; is that something changed related to realtime queue configuration?<br>
&gt;&gt;<br>
&gt;&gt; more detail about two table definition and data stored in , please see:<br>
&gt;&gt;<br>
&gt;&gt; <a href="http://pastebin.com/m33f9539e" target="_blank">http://pastebin.com/m33f9539e</a><br>
&gt;&gt;<br>
&gt;&gt; the extconfig.conf file, please see:<br>
&gt;&gt;<br>
&gt;&gt; <a href="http://pastebin.com/m2008ced1" target="_blank">http://pastebin.com/m2008ced1</a><br>
&gt;&gt;<br>
&gt;&gt; and the res_mysql.conf file:<br>
&gt;&gt;<br>
&gt;&gt; <a href="http://pastebin.com/m27d3fdc5" target="_blank">http://pastebin.com/m27d3fdc5</a><br>
&gt;&gt;<br>
&gt;&gt; Could you tell me what&#39;s wrong with me ?<br>
&gt;&gt;<br>
&gt;&gt; Thanks!<br>
&gt;<br>
&gt;        How do your agents log into the system?<br>
<br>
</div>Thanks! i don&#39;t want to use agents member to login to system. i just<br>
want to set static SIP peers in the queue<br>
<br>
and they all can work according to the strategy when have call to the<br>
queue.just like follows:<br>
<br>
mysql&gt; select * from queue_table;<br>
+--------------+---------------+-------------+<br>
| name         | beginworktime | endworktime |<br>
+--------------+---------------+-------------+<br>
| 950401234561 | 09:30:00      | 17:30:00    |<br>
+--------------+---------------+-------------+<br>
3 rows in set (0.00 sec)<br>
<br>
mysql&gt; select * from queue_member_table;<br>
+----------+----------------+--------------+-----------+---------+--------+<br>
| uniqueid | membername     | queue_name   | interface | penalty | paused |<br>
+----------+----------------+--------------+-----------+---------+--------+<br>
|       18 | Zhang Shukun   | 950401234561 | SIP/1001  |       0 |      1 |<br>
|       19 | Li Aiwei       | 950401234561 | SIP/1002  |       0 |      1 |<br>
|       20 | Zhang Jianming | 950401234561 | SIP/1003  |       0 |      1 |<br>
+----------+----------------+--------------+-----------+---------+--------+<br>
3 rows in set (0.00 sec)<br>
<br>
in above two table. queue:950401234561  have three queue members:<br>
SIP/1001 ,  SIP/1002 , SIP/1003<br>
<br>
when Queue(950401234561) app is invoked, all three queue members will<br>
ring at the same time by default strategy(ringall).<br>
<br>
my problem now use asterisk 1.6.2.1 is :<br>
<br>
when Queue(950401234561) app is running, i can here music on hold, but<br>
none of my sip phones(SIP/1001 ,  SIP/1002 , SIP/1003) will ring, is<br>
that in asterisk 1.6.2.1, it&#39;s not support static realtime queue<br>
member any more?<br>
<div class="im"><br>
&gt; If you were using<br>
&gt; agentcallbacklogin that was deprecated and does not exist in version 1.6<br>
&gt; of Asterisk.  The queue_member_table was used by agentcallbacklogin or<br>
&gt; the agentlogin commands.  With Asterisk 1.6 you are supposed to be using<br>
&gt; dynamic agents so there is no purpose for that table.<br>
&gt;<br>
&gt;        That is what may be wrong with Asterisk.  What is wrong with you is a<br>
&gt; very different question ;)<br>
&gt;<br>
&gt; --<br>
&gt; Telecomunicaciones Abiertas de México S.A. de C.V.<br>
&gt; Carlos Chávez Prats<br>
&gt; Director de Tecnología<br>
&gt; +52-55-91169161 ext 2001<br>
&gt;<br>
</div><div class="im">&gt; --<br>
&gt; _____________________________________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
&gt;<br>
<br>
<br>
<br>
--<br>
</div>Best regards,<br>
Sucan<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">_____________________________________________________________________<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>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>