mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +00:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user