remove initial announcement

This commit is contained in:
Anthony Minessale 2010-06-25 17:10:32 -05:00
parent 77c662687a
commit 612f3a36f3
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ SWITCH_STANDARD_APP(rss_function)
dtb.index = 0; dtb.index = 0;
dtb.sh = &sh; dtb.sh = &sh;
dtb.speed = TTS_MEAN_SPEED; dtb.speed = TTS_MEAN_SPEED;
switch_set_flag(&dtb, SFLAG_INFO); //switch_set_flag(&dtb, SFLAG_INFO);
switch_copy_string(dtb.voice, voice, sizeof(dtb.voice)); switch_copy_string(dtb.voice, voice, sizeof(dtb.voice));
while (entries[0].inuse && switch_channel_ready(channel)) { while (entries[0].inuse && switch_channel_ready(channel)) {
while (switch_channel_ready(channel)) { while (switch_channel_ready(channel)) {