]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_musiconhold: Add new 'playlist' mode
authorSean Bright <sean.bright@gmail.com>
Wed, 18 Sep 2019 11:56:05 +0000 (07:56 -0400)
committerSean Bright <sean.bright@gmail.com>
Wed, 25 Sep 2019 11:23:58 +0000 (06:23 -0500)
commit7550a82fe0cfbcf1309bb410293c8086a13a8bd2
treea8a2c1de8e7254a284f27b23af6fae981607069d
parent5b8e0fef3413cc292126c51aea2291427b197a45
res_musiconhold: Add new 'playlist' mode

Allow the list of files to be played to be provided explicitly in the
music class's configuration. The primary driver for this change is to
allow URLs to be used for MoH.

Change-Id: I9f43b80b43880980b18b2bee26ec09429d0b92fa
configs/samples/extconfig.conf.sample
configs/samples/musiconhold.conf.sample
contrib/ast-db-manage/config/versions/fbb7766f17bc_add_playlist_to_moh.py [new file with mode: 0644]
doc/CHANGES-staging/moh-playlist.txt [new file with mode: 0644]
res/res_musiconhold.c