aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/app_followme.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/app_followme.c b/apps/app_followme.c
index ee7e07341..41598530a 100644
--- a/apps/app_followme.c
+++ b/apps/app_followme.c
@@ -1018,6 +1018,8 @@ static int app_exec(struct ast_channel *chan, void *data)
/* just checking to see if we *can* play it. */
if (ast_streamfile(chan, namerecloc, chan->language))
ast_copy_string(namerecloc, "", sizeof(namerecloc));
+ else
+ ast_stopstream(chan);
if (ast_streamfile(chan, targs.plsholdprompt, chan->language))
goto outrun;