fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6547 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
5098f7a174
commit
6b37b9271a
|
@ -1173,7 +1173,7 @@ void do_broadcast(switch_stream_handle_t *stream)
|
||||||
|
|
||||||
|
|
||||||
if (fh.interval) {
|
if (fh.interval) {
|
||||||
interval = fh.interval;
|
interval = fh.interval * 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
for(;;) {
|
for(;;) {
|
||||||
|
|
Loading…
Reference in New Issue