aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-11 22:11:35 +0000
committermogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-11 22:11:35 +0000
commitd290448820402803210ffcd86e20e81715bc9b02 (patch)
treec0cbd2c658c67be1b8f66b1905c9804e7a240a43
parentefcf9a42c1b7ab213caee0a1debfc9674aece767 (diff)
Merged revisions 48394 via svnmerge from
https://svn.digium.com/svn/asterisk/branches/1.2 ........ r48394 | mogorman | 2006-12-11 15:55:43 -0600 (Mon, 11 Dec 2006) | 4 lines app_externalivr needs a real silence file, and additional changes to add silence files into core instead of extra patch provided by bug 8177 with minor additions. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48396 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--apps/app_externalivr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_externalivr.c b/apps/app_externalivr.c
index 461e7483c..7859a3e16 100644
--- a/apps/app_externalivr.c
+++ b/apps/app_externalivr.c
@@ -153,7 +153,7 @@ static int gen_nextfile(struct gen_state *state)
if (state->current) {
file_to_stream = state->current->filename;
} else {
- file_to_stream = "silence-10";
+ file_to_stream = "silence/10";
u->playing_silence = 1;
}