forked from Mirrors/freeswitch
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:
parent
963cbf4c3c
commit
9aebc216be
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user