From 69069986f462fe88d1f152998116c1aa479e1cee Mon Sep 17 00:00:00 2001 From: file Date: Fri, 22 Jun 2007 16:02:40 +0000 Subject: 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 --- res/res_features.c | 1 + 1 file changed, 1 insertion(+) (limited to 'res/res_features.c') 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) -- cgit v1.2.3