]> 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 <sungtae@messagebird.com>
Tue, 10 Sep 2019 19:29:48 +0000 (21:29 +0200)
commitcf364cd007c237ccb3a11d40f535b1a3cab7fb29
treec72d046f2074d70f06090498ec104abd1bc94ca3
parent2ae1a22e0e71fc705ffd93d4ac061c48b0bb593c
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