]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_musiconhold: Added unregister realtime moh class
authorsungtae kim <pchero21@gmail.com>
Tue, 27 Aug 2019 22:44:33 +0000 (00:44 +0200)
committersungtae kim <pchero21@gmail.com>
Wed, 11 Sep 2019 07:31:48 +0000 (02:31 -0500)
commit9e26136ee6a2d09dfe26528d109eedd12a7948ef
treed0799be027cb62f15b4940738e057f0db7a96363
parent44068cc6bf802742ce8a0283351781bbcd9d7690
res_musiconhold: Added unregister realtime moh class

This fix allows a realtime moh class to be unregistered from the command
line. This is useful when the contents of a directory referenced by a
realtime moh class have changed.
The realtime moh class is then reloaded on the next request and uses the
new directory contents.

ASTERISK-17808

Change-Id: Ibc4c6834592257c4bb90601ee299682d15befbce
doc/CHANGES-staging/res_musiconhold.txt [new file with mode: 0644]
res/res_musiconhold.c