1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 09:32:34 +00:00

remove initial announcement

This commit is contained in:
Anthony Minessale 2010-06-25 17:10:32 -05:00
parent 77c662687a
commit 612f3a36f3

@ -515,7 +515,7 @@ SWITCH_STANDARD_APP(rss_function)
dtb.index = 0;
dtb.sh = &sh;
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));
while (entries[0].inuse && switch_channel_ready(channel)) {
while (switch_channel_ready(channel)) {