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"><<a href="mailto:bitzsk@gmail.com">bitzsk@gmail.com</a>></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 <<a href="mailto:cursor@telecomabmex.com">cursor@telecomabmex.com</a>>:<br>
<div class="im">> On Wed, 2010-01-27 at 10:27 +0800, Zhang Shukun wrote:<br>
>> hi,all<br>
>><br>
>> i have just upgrade from 1.4.28 to 1.6.2.1. all works fine now except<br>
>> realtime queue.<br>
>><br>
>> it seems queue_table works fine, but queue_member_queue not work, the<br>
>> two tables works fine when in 1.4.28.<br>
>><br>
>> is that something changed related to realtime queue configuration?<br>
>><br>
>> more detail about two table definition and data stored in , please see:<br>
>><br>
>> <a href="http://pastebin.com/m33f9539e" target="_blank">http://pastebin.com/m33f9539e</a><br>
>><br>
>> the extconfig.conf file, please see:<br>
>><br>
>> <a href="http://pastebin.com/m2008ced1" target="_blank">http://pastebin.com/m2008ced1</a><br>
>><br>
>> and the res_mysql.conf file:<br>
>><br>
>> <a href="http://pastebin.com/m27d3fdc5" target="_blank">http://pastebin.com/m27d3fdc5</a><br>
>><br>
>> Could you tell me what's wrong with me ?<br>
>><br>
>> Thanks!<br>
><br>
> How do your agents log into the system?<br>
<br>
</div>Thanks! i don'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> 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> 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's not support static realtime queue<br>
member any more?<br>
<div class="im"><br>
> If you were using<br>
> agentcallbacklogin that was deprecated and does not exist in version 1.6<br>
> of Asterisk. The queue_member_table was used by agentcallbacklogin or<br>
> the agentlogin commands. With Asterisk 1.6 you are supposed to be using<br>
> dynamic agents so there is no purpose for that table.<br>
><br>
> That is what may be wrong with Asterisk. What is wrong with you is a<br>
> very different question ;)<br>
><br>
> --<br>
> Telecomunicaciones Abiertas de México S.A. de C.V.<br>
> Carlos Chávez Prats<br>
> Director de Tecnología<br>
> +52-55-91169161 ext 2001<br>
><br>
</div><div class="im">> --<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>
> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
><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>