]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 48394 via svnmerge from
authorMatt O'Gorman <mogorman@digium.com>
Mon, 11 Dec 2006 22:11:35 +0000 (22:11 +0000)
committerMatt O'Gorman <mogorman@digium.com>
Mon, 11 Dec 2006 22:11:35 +0000 (22:11 +0000)
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: https://origsvn.digium.com/svn/asterisk/branches/1.4@48396 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_externalivr.c

index 461e7483c112fc2b7fc2df427d41cd76265d0d05..7859a3e166a06842100190ad987c9f5151cfcb85 100644 (file)
@@ -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;
                }