]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Do not listen for DTMF on the bridge that comes into existence when ParkedCall is...
authorJoshua Colp <jcolp@digium.com>
Thu, 30 Nov 2006 19:04:11 +0000 (19:04 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 30 Nov 2006 19:04:11 +0000 (19:04 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@48154 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_features.c

index 88e4446952d51e1cdf0032c8ec7d0f1fe2ce9d8a..b1eb6f16c547ad258346be40f914ddc63fe65fd1 100644 (file)
@@ -1774,12 +1774,6 @@ static int park_exec(struct ast_channel *chan, void *data)
                        ast_verbose(VERBOSE_PREFIX_3 "Channel %s connected to parked call %d\n", chan->name, park);
 
                memset(&config, 0, sizeof(struct ast_bridge_config));
-               ast_set_flag(&(config.features_callee), AST_FEATURE_REDIRECT);
-               ast_set_flag(&(config.features_caller), AST_FEATURE_REDIRECT);
-               config.timelimit = 0;
-               config.play_warning = 0;
-               config.warning_freq = 0;
-               config.warning_sound=NULL;
                res = ast_bridge_call(chan, peer, &config);
 
                /* Simulate the PBX hanging up */