aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_features.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-22 16:02:40 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-22 16:02:40 +0000
commit69069986f462fe88d1f152998116c1aa479e1cee (patch)
tree2674d1814ec43bed181f43082bdc906691f9030d /res/res_features.c
parent11324d643beb813dc2e0c5851017854af77f8b28 (diff)
Send an unhold indication when going off hold. (issue #10036 reported by speedy)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@71124 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_features.c')
-rw-r--r--res/res_features.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_features.c b/res/res_features.c
index 30326d3a5..756733fc1 100644
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -761,6 +761,7 @@ static int builtin_atxfer(struct ast_channel *chan, struct ast_channel *peer, st
ast_moh_stop(transferee);
+ ast_indicate(transferee, AST_CONTROL_UNHOLD);
if ((ast_autoservice_stop(transferee) < 0)
|| (ast_waitfordigit(transferee, 100) < 0)