mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-14 22:08:28 +00:00
Make sure time limit is the "backup" one when interpreting features
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4681 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -956,6 +956,7 @@ int ast_bridge_call(struct ast_channel *chan,struct ast_channel *peer,struct ast
|
||||
featurecode = peer_featurecode;
|
||||
}
|
||||
featurecode[strlen(featurecode)] = f->subclass;
|
||||
config->timelimit = backup_config.timelimit;
|
||||
res = ast_feature_interpret(chan, peer, config, featurecode, sense);
|
||||
switch(res) {
|
||||
case FEATURE_RETURN_PASSDIGITS:
|
||||
|
||||
Reference in New Issue
Block a user