]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix DTMF not being sent to other side after a partial feature match
authorJeff Peeler <jpeeler@digium.com>
Fri, 1 May 2009 17:40:46 +0000 (17:40 +0000)
committerJeff Peeler <jpeeler@digium.com>
Fri, 1 May 2009 17:40:46 +0000 (17:40 +0000)
commit98c23ee3cf0a1f80db4297791552ab8fad98251c
tree1e7120dc5b443bf93bf837f4b2f321e3b256e8fd
parentb5ec450104607013996c63ca99d9f309d4d271dc
Fix DTMF not being sent to other side after a partial feature match

This fixes a regression from commit 176701. The issue was that
ast_generic_bridge never exited after the feature digit timeout had elapsed,
which prevented the queued DTMF from being sent to the other side.

This issue was reported to me directly.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@191488 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/channel.c