Skip to content
Snippets Groups Projects
Commit fd5cf4bd authored by Mark Spencer's avatar Mark Spencer
Browse files

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
parent 9f232928
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment