mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-12 20:27:19 +00:00
remove initial announcement
This commit is contained in:
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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user