fix AMR mode 4, fix erroneous start-mode in nitb config

This commit is contained in:
Monocots 2019-08-08 11:38:10 +00:00
parent 3f29dcab2a
commit d5ab417196
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
<settings name="default">
<!-- AMR mode set (see RFC 4867) -->
<!-- param name="mode-set" value="0,1,2,3,4,5,6,7" /-->
<param name="mode-set" value="4,5" />
<param name="mode-set" value="4" />
<!-- enable octet alignment -->
<param name="octet-align" value="1"/>

View file

@ -110,7 +110,7 @@ network
neighbor-list mode automatic
<% if @mncc_codec == 'AMR' -%>codec-support fr amr
amr tch-h modes 4 5
amr tch-h start-mode 4
amr tch-h start-mode 1
<% else -%>codec-support fr
<% end -%>
<% if @gprs == 'active' -%> gprs mode gprs
@ -218,7 +218,7 @@ network
neighbor-list mode automatic
<% if @mncc_codec == 'AMR' -%>codec-support fr amr
amr tch-h modes 4 5
amr tch-h start-mode 4
amr tch-h start-mode 1
<% else -%>codec-support fr
<% end -%>
<% if @gprs == 'active' -%> gprs mode gprs