aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-06 14:43:25 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-06 14:43:25 +0000
commitbf8efb6846491a174959b6856c672e67bbcbfa9b (patch)
treeee4cc68af2eeeb337789d9dc7c9860ec93093d77 /res
parent8683ec2ed35111da3e2db01bd9cfb207094c188c (diff)
Only play announce time on first pass
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3583 f38db490-d61c-443f-a65b-d21fe96a405b
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))