<div dir="ltr">Hello everyone,<div>I am trying to activate Music On Hold using DB on Asterisk 13.</div><div>It works fine but in order to use new Music On hold definitions I have to reload the moh module.</div><div><br></div><div>- The following is my configuration in extconfig.conf - I added the following line:</div><div> musiconhold.conf => mysql,asterisk,bit_ast_config</div><div><br></div><div>- The following is the table in the database:</div><div><div>mysql> select * from bit_ast_config;</div><div>+----+------------+-------------+----------------+-----------------------+-----------+---------------+----------+</div><div>| id   | cat_metric | var_metric | commented | filename                | category | var_name  | var_val |</div><div>+----+------------+-------------+----------------+-----------------------+-----------+---------------+----------+</div><div>|  2   |             0 |             0   |             0      | musiconhold.conf | yaron      | directory     | moh     |</div><div>|  3   |             0 |             0   |             0      | musiconhold.conf | yaron      | mode          | files      |</div><div>| 10  |             0 |               0 |             0      | musiconhold.conf | yaron1    | directory     | moh     |</div><div>| 11  |             0 |               0 |             0      | musiconhold.conf | yaron1    | mode          | files      |</div><div>+----+------------+-------------+----------------+-----------------------+-----------+---------------+----------+</div></div><div><br></div><div><br></div><div>Is there a way to do automatically add new moh definitions without reloading the moh module?</div><div>Thanks,</div><div>Yaron.</div></div>