lets default to zero

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11471 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-01-23 21:40:54 +00:00
parent 963cbf4c3c
commit 9aebc216be
1 changed files with 4 additions and 0 deletions

View File

@ -919,6 +919,10 @@ static switch_status_t load_config(void)
globals.codec_ms = 20;
}
if (!globals.dual_streams) {
globals.dual_streams = 0;
}
if (!globals.ring_interval) {
globals.ring_interval = 5;
}