projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95871f2
)
If the recorded file is found, don't actually start to play it.
author
BJ Weschke
<bweschke@btwtech.com>
Tue, 6 Jun 2006 17:15:16 +0000
(17:15 +0000)
committer
BJ Weschke
<bweschke@btwtech.com>
Tue, 6 Jun 2006 17:15:16 +0000
(17:15 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32633
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_followme.c
patch
|
blob
|
history
diff --git
a/apps/app_followme.c
b/apps/app_followme.c
index
ee7e073
..
4159853
100644
(file)
--- 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;