]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Revert a change to audio_audiohook_write_list that had no affect.
authorSean Bright <sean@malleable.com>
Thu, 16 Feb 2012 20:01:59 +0000 (20:01 +0000)
committerSean Bright <sean@malleable.com>
Thu, 16 Feb 2012 20:01:59 +0000 (20:01 +0000)
commit3ded9d711c32acbdb0a856ceac430cbff3d1e4a7
treef082d072292cf2801a2526db9ba860e3d2acd517
parent04a28ea1e255e0a0d4a43c5131858af0e3934288
Revert a change to audio_audiohook_write_list that had no affect.

When I made this change initially, I was under the false impression that the
audiohooks structure remained on the channel after all of the hooks had been
detached.  This is not the case, ast ast_read takes care of removing the
audiohooks structure if the lists are empty.
........

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@355623 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/audiohook.c