2010/1/15 Robert Broyles <[email protected]>: > Zhang Shukun wrote: >> 2010/1/15 Leif Neland <[email protected]>: >> >>> ----- Original Message ----- >>> From: Zhang Shukun >>> To: Asterisk Users Mailing List - Non-Commercial Discussion >>> 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". >>> >> >> Thank you for reply. i've try "a95040654321" as the queue name but not >> work either. >> >> there was the same error in the cli. >> >> >>> Does "show queues" show the queue? Don't know if that's supposed to work on >>> realtime queues. >>> >>> >>> Leif >>> >>> -- >>> _____________________________________________________________________ >>> -- Bandwidth and Colocation Provided by http://www.api-digital.com -- >>> >>> asterisk-users mailing list >>> To UNSUBSCRIBE or update options visit: >>> http://lists.digium.com/mailman/listinfo/asterisk-users >>> >>> >> >> >> >> > Which version of Asterisk are you using? Can you paste ( use > pastebin.com please ) your extconfig.conf and res_mysql.conf (or > res_odbc.conf)?
Thanks. I use Asterisk version 1.4.28. in extconfig.conf related to queue is queues and queue_members: ------------------------------------------------------------------------------------------ queues => mysql,asterisk,queue_table queue_members => mysql,asterisk,queue_member_table ------------------------------------------------------------------------------------------ res_mysql.conf file is configured right i think, because i have sipusers, sippeers, and extensions realtime work properly. > Something must not be configured right. > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > -- Best regards, Sucan -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
