summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-08-06 14:43:25 +0000
committerMark Spencer <markster@digium.com>2004-08-06 14:43:25 +0000
commit27d0ebc6860df7cc210749afdf7be45b8bb4b75f (patch)
treeee4cc68af2eeeb337789d9dc7c9860ec93093d77 /res
parentbe02813c2606b4f6bfd92c377ee54a4bf585dec1 (diff)
Only play announce time on first pass
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3583 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res')
-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 67042062c..669060c88 100755
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -274,6 +274,7 @@ int ast_bridge_call(struct ast_channel *chan,struct ast_channel *peer,struct ast
allowdisconnect_out = config->allowdisconnect_out;
allowredirect_in = config->allowredirect_in;
allowredirect_out = config->allowredirect_out;
+ config->firstpass = 1;
/* Answer if need be */
if (ast_answer(chan))