mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-03 12:25:35 +00:00
DTMF hooks: Leaving channels need to push any collected digits into the bridge.
Any partially collected DTMF digits for a DTMF hook need to be pushed into the bridge when a channel leaves the bridging system as if there were a timeout. Review: https://reviewboard.asterisk.org/r/4199/ ........ Merged revisions 428601 from http://svn.asterisk.org/svn/asterisk/branches/12 ........ Merged revisions 428602 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@428603 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1764,8 +1764,8 @@ int ast_bridge_depart(struct ast_channel *chan)
|
||||
}
|
||||
|
||||
/*
|
||||
* We are claiming the reference held by the depart bridge
|
||||
* channel thread.
|
||||
* We are claiming the bridge_channel reference held by
|
||||
* bridge_channel_depart_thread().
|
||||
*/
|
||||
|
||||
ast_bridge_channel_leave_bridge(bridge_channel,
|
||||
|
||||
Reference in New Issue
Block a user