Hi, I've using fop2 v2.24, Chrome 16.0.912.63 m, Debian 32 bits and asterisk 1.4.42 and I'm having next issue:
When I add a member to a queue, it is now showed in the queue button. Here is my button.cfg code:
[SIP/1010] type=extension extension=1010 context=agentes label=Extension 1010 mailbox=1010@default channel=SIP/1010 ; [QUEUE/100] type=queue label=Entrante
The server log output
** DIGEST_EVENT: start ** PROCESA_BLOQUE 0 ** PROCESA_BLOQUE QUEUEMEMBERREMOVED 0 ** QUEUE MEMBER LIST start for queue QUEUE/100^0 ** QUEUE MEMBER LIST devuelve DIGEST canal QUEUE/100^0, comando queuemembers, datos , slot ** MAIN AMI event received... ** MAIN Processing command received from flash clients... 200.xx.xx.xx <= <msg data="100|queueadd|1-0|8190407629ea65b11db225e884947dd6" /> -- PROCESS_FLASH_COMMAND origen 100 accion queueadd destino 1-0 password 8190407629ea65b11db225e884947dd6 VALIDAR USUARIO admin@GENERAL VALIDAR USUARIO admin OK con clave regular (200.xx.xx.xx) Validation ok, have all permissions for all buttons (0) 1 127.0.0.1 -> Action: QueueAdd 127.0.0.1 -> Queue: 100 127.0.0.1 -> Interface: SIP/1010 ** MAIN End of block from localhost 127.0.0.1 <- Response: Success 127.0.0.1 <- Message: Added interface to queue 127.0.0.1 <- Server: 0 ** MAIN AMI event received... ** MAIN No 'Event' nor 'End'. Erasing block... ** MAIN End of block from localhost 127.0.0.1 <- Event: QueueMemberAdded 127.0.0.1 <- Privilege: agent,all 127.0.0.1 <- Queue: 100 127.0.0.1 <- Location: SIP/1010 127.0.0.1 <- MemberName: SIP/1010 127.0.0.1 <- Membership: dynamic 127.0.0.1 <- Penalty: 0 127.0.0.1 <- CallsTaken: 0 127.0.0.1 <- LastCall: 0 127.0.0.1 <- Status: 5 127.0.0.1 <- Paused: 0 127.0.0.1 <- Server: 0 ** MAIN AMI event received... ** MAIN There's an 'Event' in the event block ** MAIN Event detected block_count = 1 (Event: QueueMemberAdded) ** MAIN There are 1 blocks for processing ** MAIN Answer block cleared ** DIGEST_EVENT: start ** PROCESA_BLOQUE 0 ** PROCESA_BLOQUE QUEUEMEMBERADDED 0 ** QUEUE MEMBER LIST start for queue QUEUE/100^0 ** QUEUE MEMBER LIST devuelve <div class='memberinvalid myclick' id='qm!QUEUE/100^0!SIP/1010'></div><span>Extension 1010</span><br class='clear'/> DIGEST canal QUEUE/100^0, comando queuemembers, datos PGRpdiBjbGFzcz0nbWVtYmVyaW52YWxpZCBteWNsaWNrJyBpZD0ncW0hUVVFVUUvMTAwXjAhU0lQLzEwMTAnPjwvZGl2PjxzcGFuPkV4dGVuc2lvbiAxMDEwPC9zcGFuPjxiciBjbGFzcz0nY2xlYXInLz4=, slot ** MAIN AMI event received... ** MAIN Processing command received from flash clients... 200.xx.xx.xx <= <msg data="1|ping||" />
Asterisk queue show command:
CLI> queue show 100 has 0 calls (max unlimited) in 'rrmemory' strategy (0s holdtime), W:0, C:0, A:0, SL:0.0% within 5s Members: SIP/1010 (dynamic) (Unavailable) has taken no calls yet No Callers
In presence.js, queue is in "max" mode.
http://i511.photobucket.com/albums/s353 ... s/fop2.jpg
Thanks for your help!