mysql> select * from queues ; +-------------------------+-------------------------+----------+---------------+---------+--------------+----------------+------------------+----------------+--------------------+----------------+---------------+---------------+----------------+----------------+------------------+--------------------+------------------------+-------------------+-------+------------+--------+--------------+----------+-----------+----------------+-------------------+-----------------+----------------+-------------+--------+----------------+-------------------+-----------------------------+-----------+-----------------+ | name | musiconhold | announce | context | timeout | monitor_join | monitor_format | queue_youarenext | queue_thereare | queue_callswaiting | queue_holdtime | queue_minutes | queue_seconds | queue_lessthan | queue_thankyou | queue_reporthold | announce_frequency | announce_round_seconds | announce_holdtime | retry | wrapuptime | maxlen | servicelevel | strategy | joinempty | leavewhenempty | eventmemberstatus | eventwhencalled | reportholdtime | memberdelay | weight | timeoutrestart | periodic_announce | periodic_announce_frequency | ringinuse | setinterfacevar | +-------------------------+-------------------------+----------+---------------+---------+--------------+----------------+------------------+----------------+--------------------+----------------+---------------+---------------+----------------+----------------+------------------+--------------------+------------------------+-------------------+-------+------------+--------+--------------+----------+-----------+----------------+-------------------+-----------------+----------------+-------------+--------+----------------+-------------------+-----------------------------+-----------+-----------------+ | a7_english | a7_english | NULL | streamer-exit | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | 15 | NULL | NULL | rrmemory | yes | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | | 770_wabc | 770_wabc | NULL | streamer-exit | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | 15 | NULL | NULL | rrmemory | yes | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | +-------------------------+-------------------------+----------+---------------+---------+--------------+----------------+------------------+----------------+--------------------+----------------+---------------+---------------+----------------+----------------+------------------+--------------------+------------------------+-------------------+-------+------------+--------+--------------+----------+-----------+----------------+-------------------+-----------------+----------------+-------------+--------+----------------+-------------------+-----------------------------+-----------+-----------------+ 2 rows in set (0.02 sec) mysql> select * from musiconhold ; +-------------------------+-----------+---------------------------------------------------+--------+-------+------+--------+ | name | directory | application | mode | digit | sort | format | +-------------------------+-----------+---------------------------------------------------+--------+-------+------+--------+ | a7_english | | /etc/moh_stream/a7_english.sh | custom | | | | | 770_wabc | | /etc/moh_stream/770_wabc.sh | custom | | | | +-------------------------+-----------+---------------------------------------------------+--------+-------+------+--------+ 2 rows in set (0.01 sec)