Issue with realtime queues after asterisk start

Hi,

I think there is another issue with asterisk 11.10.2 with realtime queues. Can someone acknowledge it before I will open an official bug report?

Database: postgresql

  1. Status of queue_member_table:

asterisk=# select * from queue_member_table; uniqueid | membername | queue_name | interface | penalty | paused ----------+------------+------------+-----------+---------+-------- 5 | 100 | 1 | SIP/100 | 0 | 1 (1 row)

  1. Fresh start of asterisk
  2. UnpauseQueueMember(,SIP/100)
  3. Status of queue_member_table:

asterisk=# select * from queue_member_table; uniqueid | membername | queue_name | interface | penalty | paused ----------+------------+------------+-----------+---------+-------- 5 | 100 | 1 | SIP/100 | 0 | 1 (1 row)
5) queue show on cli or a call to the queue
6) 3) UnpauseQueueMember(,SIP/100)
4) Status of queue_member_table:

asterisk=# select * from queue_member_table; uniqueid | membername | queue_name | interface | penalty | paused ----------+------------+------------+-----------+---------+-------- 5 | 100 | 1 | SIP/100 | 0 | 0 (1 row)

I solved it with cli.conf and adding “queue show = yes”