aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-31 18:03:36 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-31 18:03:36 +0000
commit348671cec7f3fcc3772c49d6786d0aab2aea510a (patch)
tree5adf5e6e8c019fb6174c91588b5041fb61968366 /res
parent4d31e74db1913ba2a66ae6ab4a1c78c25079d5ff (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@38605 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_features.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/res_features.c b/res/res_features.c
index a122abf5f..703b7fd82 100644
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -842,6 +842,9 @@ static int builtin_atxfer(struct ast_channel *chan, struct ast_channel *peer, st
}
} else {
ast_log(LOG_WARNING, "Did not read data.\n");
+ ast_moh_stop(transferee);
+ ast_autoservice_stop(transferee);
+ ast_indicate(transferee, AST_CONTROL_UNHOLD);
res = ast_streamfile(transferer, "beeperr", transferer->language);
if (ast_waitstream(transferer, "") < 0) {
return -1;