Fix use-rtp-timer so that the value can be set to true and false as expected.

This commit is contained in:
Mark Crane
2012-12-21 19:03:35 +00:00
parent c6358c52f0
commit 7897e95bcd
3 changed files with 8 additions and 7 deletions
+2 -2
View File
@@ -202,8 +202,8 @@ function hide_advanced_config() {
</td>
<td class='vtable' align='left'>
<select class='formfld' name='use_rtp_timer'>
<option value='true' <?php if($profile['tls_enable'] == "true") echo "selected='selected'"; ?>>true</option>
<option value='false' <?php if($profile['tls_enable'] == "false") echo "selected='selected'"; ?>>false</option>
<option value='true' <?php if($profile['use_rtp_timer'] == "true") echo "selected='selected'"; ?>>true</option>
<option value='false' <?php if($profile['use_rtp_timer'] == "false") echo "selected='selected'"; ?>>false</option>
</select>
<br />
Disable to trade async for more calls