[asterisk-commits] mogorman: branch 1.4 r48396 - in /branches/1.4:
./ apps/app_externalivr.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Mon Dec 11 15:11:35 MST 2006
Author: mogorman
Date: Mon Dec 11 16:11:35 2006
New Revision: 48396
URL: http://svn.digium.com/view/asterisk?view=rev&rev=48396
Log:
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.
........
Modified:
branches/1.4/ (props changed)
branches/1.4/apps/app_externalivr.c
Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.
Modified: branches/1.4/apps/app_externalivr.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_externalivr.c?view=diff&rev=48396&r1=48395&r2=48396
==============================================================================
--- branches/1.4/apps/app_externalivr.c (original)
+++ branches/1.4/apps/app_externalivr.c Mon Dec 11 16:11:35 2006
@@ -153,7 +153,7 @@
if (state->current) {
file_to_stream = state->current->filename;
} else {
- file_to_stream = "silence-10";
+ file_to_stream = "silence/10";
u->playing_silence = 1;
}
More information about the asterisk-commits
mailing list