[asterisk-users] Realtime queue not work
Robert Broyles
bahjons at gmail.com
Fri Jan 15 07:47:14 CST 2010
Leif Neland wrote:
>
>
> ----- Original Message -----
> *From:* Zhang Shukun <mailto:bitzsk at gmail.com>
> *To:* Asterisk Users Mailing List - Non-Commercial Discussion
> <mailto:asterisk-users at lists.digium.com>
> *Sent:* Friday, January 15, 2010 11:48 AM
> *Subject:* [asterisk-users] Realtime queue not work
>
> hi, all
>
> i try to confiture realtime queue, but not work, details as below:
>
> Insert into queue_table(name)value('95040654321');
>
> INSERT INTO queue_member_table VALUES ('', 'Zhang Shukun',
> '95040654321', 'SIP/1001', 2, 1);
> INSERT INTO queue_member_table VALUES ('', 'Li Aiwei', '95040654321',
> 'SIP/1002', 2, 1);
> INSERT INTO queue_member_table VALUES ('', 'Zhang Jianming',
> '95040654321', 'SIP/1003', 2, 1);
>
> but when i dial 95040654321 and press extension 1. error happens:
>
> -- Executing Queue("SIP/1003-00000000", "950406543211")
> [Jan 15 03:18:57] WARNING[16626]: app_queue.c:4223 queue_exec: Unable
> to join queue '950406543211'
> == Auto fallthrough, channel 'SIP/1003-00000000' status is 'UNKNOWN'
>
>
> No golden answers, but something to try.
>
> queue names can not be just numbers? I'd try calling the queue
> "q95040654321".
>
> Does "show queues" show the queue? Don't know if that's supposed to
> work on realtime queues.
>
>
> Leif
>
Yes, from my experience - 'queue show' will show realtime queues.
'show queues' technically is deprecated in 1.4, but should give the same
results.
More information about the asterisk-users
mailing list