-
- Downloads
Merged revisions 81599 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81599 | russell | 2007-09-05 15:53:41 -0500 (Wed, 05 Sep 2007) | 11 lines Fix an issue that can occur when you do an attended transfer to parking. If you complete the transfer before the announcement of the parking spot finishes, then the channel being parked will hear the remainder of the announcement. These changes make it so that will not happen anymore. Basically, res_features sets a flag on the channel is playing the announcement to so that the file streaming core knows that it needs to watch out for a channel masquerade, and if it occurs, to abort the announcement. (closes BE-182) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81600 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- include/asterisk/channel.h 3 additions, 0 deletionsinclude/asterisk/channel.h
- include/asterisk/file.h 1 addition, 0 deletionsinclude/asterisk/file.h
- main/file.c 96 additions, 28 deletionsmain/file.c
- main/say.c 3 additions, 3 deletionsmain/say.c
- res/res_features.c 5 additions, 1 deletionres/res_features.c
Loading
Please register or sign in to comment