MariaDB [sipmanager]> select * from rt_queue_members; +----------+------------+--------------------------------------+------------+------------------------+---------+--------+--------------+---------------------+---------------------+ | uniqueid | queue_name | interface | membername | state_interface | penalty | paused | extension | created_at | updated_at | +----------+------------+--------------------------------------+------------+------------------------+---------+--------+--------------+---------------------+---------------------+ | 3 | 100 | Local/POS01-208@inbound_queue | Mike | hint:208@01_blf | 0 | 0 | 208 | 2018-01-11 15:27:34 | 2018-01-11 15:27:34 | | 4 | 100 | Local/POS02-201@inbound_queue | Albert | hint:201@01_blf | 0 | 0 | 201 | 2018-01-11 15:27:34 | 2018-01-11 15:27:34 | | 5 | 100 | Local/POS03-203@inbound_queue | Robert | hint:203@01_blf | 0 | 0 | 203 | 2018-01-11 15:27:34 | 2018-01-11 15:27:34 | +----------+------------+--------------------------------------+------------+------------------------+---------+--------+--------------+---------------------+---------------------+ 3 rows in set (0.00 sec) MariaDB [sipmanager]> select * from rt_queues; +-----------+-------------+----------+-----------------+---------+-----------+-----------------+-------------+------------------+----------------+-------------+-------------+------------------+----------------+--------------------+-----------------+-----------------+----------------+---------------+--------------+---------------+----------------+----------------------+------------------+--------------------+------------------------+------------------------+------------------------+-------------------+-------------------+-------------------------+-------------------+-----------------------------+----------------------------+--------------------------+-------+------------+---------------------+----------+--------------+-----------+----------------+---------------+------------------+--------+--------------+-------------+-----------+----------------+----------------+-------------+--------+----------------+--------------+--------------+-------------+--------------+---------------------+---------------------+ | name | musiconhold | announce | context | timeout | ringinuse | setinterfacevar | setqueuevar | setqueueentryvar | monitor_format | membermacro | membergosub | queue_youarenext | queue_thereare | queue_callswaiting | queue_quantity1 | queue_quantity2 | queue_holdtime | queue_minutes | queue_minute | queue_seconds | queue_thankyou | queue_callerannounce | queue_reporthold | announce_frequency | announce_to_first_user | min_announce_frequency | announce_round_seconds | announce_holdtime | announce_position | announce_position_limit | periodic_announce | periodic_announce_frequency | relative_periodic_announce | random_periodic_announce | retry | wrapuptime | penaltymemberslimit | autofill | monitor_type | autopause | autopausedelay | autopausebusy | autopauseunavail | maxlen | servicelevel | strategy | joinempty | leavewhenempty | reportholdtime | memberdelay | weight | timeoutrestart | client_id | extension | fullname | allow_fwd | created_at | updated_at | +-----------+-------------+----------+-----------------+---------+-----------+-----------------+-------------+------------------+----------------+-------------+-------------+------------------+----------------+--------------------+-----------------+-----------------+----------------+---------------+--------------+---------------+----------------+----------------------+------------------+--------------------+------------------------+------------------------+------------------------+-------------------+-------------------+-------------------------+-------------------+-----------------------------+----------------------------+--------------------------+-------+------------+---------------------+----------+--------------+-----------+----------------+---------------+------------------+--------+--------------+-------------+-----------+----------------+----------------+-------------+--------+----------------+--------------+--------------+-------------+--------------+---------------------+---------------------+ | 100 | none | NULL | internal | 20 | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | 0 | NULL | NULL | NULL | no | NULL | NULL | busyqueue | 30 | NULL | NULL | 1 | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | fewestcalls | NULL | NULL | NULL | NULL | NULL | NULL | 1 | 100 | Test_queue | 1 | 2018-01-11 15:27:34 | 2018-01-11 15:27:34 | +-----------+-------------+----------+-----------------+---------+-----------+-----------------+-------------+------------------+----------------+-------------+-------------+------------------+----------------+--------------------+-----------------+-----------------+----------------+---------------+--------------+---------------+----------------+----------------------+------------------+--------------------+------------------------+------------------------+------------------------+-------------------+-------------------+-------------------------+-------------------+-----------------------------+----------------------------+--------------------------+-------+------------+---------------------+----------+--------------+-----------+----------------+---------------+------------------+--------+--------------+-------------+-----------+----------------+----------------+-------------+--------+----------------+--------------+--------------+-------------+--------------+---------------------+---------------------+ 1 row in set (0.00 sec) MariaDB [sipmanager]> select * from rt_queue_rules; Empty set (0.02 sec) MariaDB [sipmanager]> select * from rt_queue_log; +----+----------------------------+--------------+-----------+----------------------------------+------------+-------+-------+-------+-------+-------+ | id | time | callid | queuename | agent | event | data1 | data2 | data3 | data4 | data5 | +----+----------------------------+--------------+-----------+----------------------------------+------------+-------+-------+-------+-------+-------+ | 1 | 2018-01-06 14:39:29.536580 | NONE | NONE | NONE | QUEUESTART | | | | | | | 2 | 2018-01-11 16:28:16.767921 | NONE | NONE | NONE | QUEUESTART | | | | | | | 3 | 2018-01-11 16:28:43.705531 | NONE | NONE | NONE | QUEUESTART | | | | | | | 4 | 2018-01-11 16:34:11.246116 | REALTIME | 100 | Local/POS01-208@inbound_q | ADDMEMBER | | | | | | | 5 | 2018-01-11 16:34:11.281268 | REALTIME | 100 | Local/POS02-201@inbound_q | ADDMEMBER | | | | | | | 6 | 2018-01-11 16:34:11.290784 | REALTIME | 100 | Local/POS03-203@inbound_q | ADDMEMBER | | | | | | | 7 | 2018-01-11 16:34:11.297137 | 1515684851.0 | 100 | NONE | ENTERQUEUE | | 207 | 1 | | | | 8 | 2018-01-11 16:34:22.351513 | 1515684851.0 | 100 | NONE | ABANDON | 1 | 1 | 11 | | | | 9 | 2018-01-11 16:34:26.946789 | 1515684866.1 | 100 | NONE | ENTERQUEUE | | 207 | 1 | | | | 10 | 2018-01-11 16:34:33.510723 | 1515684866.1 | 100 | NONE | ABANDON | 1 | 1 | 7 | | | | 11 | 2018-01-11 16:35:31.734653 | NONE | NONE | NONE | QUEUESTART | | | | | | +----+----------------------------+--------------+-----------+----------------------------------+------------+-------+-------+-------+-------+-------+ 11 rows in set (0.00 sec)