]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Properly load say.conf upon reload of module app_playback.
authorKevin Harwell <kharwell@digium.com>
Mon, 11 Feb 2013 20:55:04 +0000 (20:55 +0000)
committerKevin Harwell <kharwell@digium.com>
Mon, 11 Feb 2013 20:55:04 +0000 (20:55 +0000)
commit2df1b43f7a4f1ca518ec8a032ad57e1e7174b716
tree22c2dabc43a9bdb436844e792adbf69597a895f5
parentcb3dd0278160594294b8f1cb5b402f787a15cfea
Properly load say.conf upon reload of module app_playback.

If say.conf did not exists prior to originally loading module app_playback it
would not load on subsequent reloads of the module once it had been created.
This occurred because upon reload of the app_playback module it would only
load a new configuration if an old one had previously existed.  This fix simply
removed the association between checking if an old configuration existed and
the loading of the new one.

(closes issue ASTERISK-20800)
Reported by: pgoergler
........

Merged revisions 381216 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@381217 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_playback.c