summaryrefslogtreecommitdiff
path: root/res/res_features.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-01-05 22:13:37 +0000
committerMark Spencer <markster@digium.com>2005-01-05 22:13:37 +0000
commitfd5cf4bdec738ec2db25954a1eb91ad6cfb7bbce (patch)
tree1f22d984bd75d001b4aad221b29484dc867ca40d /res/res_features.c
parent9f232928dc6a423a6e2dfa8d762cc0934e1dd974 (diff)
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
Diffstat (limited to 'res/res_features.c')
-rwxr-xr-xres/res_features.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_features.c b/res/res_features.c
index ea911b933..84e22cf0c 100755
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -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: