Only play announce time on first pass

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3583 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-08-06 14:43:25 +00:00
parent be02813c26
commit 27d0ebc686
3 changed files with 8 additions and 2 deletions

View File

@@ -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))