mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merged revisions 38686 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r38686 | kpfleming | 2006-08-01 18:07:06 -0500 (Tue, 01 Aug 2006) | 2 lines ensure that the 'feature digit timeout' value is taken into account when deciding how long the bridge should run (this fixes a problem report where a digit press that did not invoke a feature is never passed across the bridge) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@38687 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1464,6 +1464,7 @@ int ast_bridge_call(struct ast_channel *chan,struct ast_channel *peer,struct ast
|
||||
config->start_sound = NULL;
|
||||
config->firstpass = 0;
|
||||
}
|
||||
config->start_time = ast_tvnow();
|
||||
config->feature_timer = featuredigittimeout;
|
||||
if (option_debug)
|
||||
ast_log(LOG_DEBUG, "Set time limit to %ld\n", config->feature_timer);
|
||||
|
Reference in New Issue
Block a user