fix AMR mode 4, fix erroneous start-mode in nitb config
This commit is contained in:
parent
3f29dcab2a
commit
d5ab417196
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
<settings name="default">
|
<settings name="default">
|
||||||
<!-- AMR mode set (see RFC 4867) -->
|
<!-- AMR mode set (see RFC 4867) -->
|
||||||
<!-- param name="mode-set" value="0,1,2,3,4,5,6,7" /-->
|
<!-- 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 -->
|
<!-- enable octet alignment -->
|
||||||
<param name="octet-align" value="1"/>
|
<param name="octet-align" value="1"/>
|
||||||
|
|
|
@ -110,7 +110,7 @@ network
|
||||||
neighbor-list mode automatic
|
neighbor-list mode automatic
|
||||||
<% if @mncc_codec == 'AMR' -%>codec-support fr amr
|
<% if @mncc_codec == 'AMR' -%>codec-support fr amr
|
||||||
amr tch-h modes 4 5
|
amr tch-h modes 4 5
|
||||||
amr tch-h start-mode 4
|
amr tch-h start-mode 1
|
||||||
<% else -%>codec-support fr
|
<% else -%>codec-support fr
|
||||||
<% end -%>
|
<% end -%>
|
||||||
<% if @gprs == 'active' -%> gprs mode gprs
|
<% if @gprs == 'active' -%> gprs mode gprs
|
||||||
|
@ -218,7 +218,7 @@ network
|
||||||
neighbor-list mode automatic
|
neighbor-list mode automatic
|
||||||
<% if @mncc_codec == 'AMR' -%>codec-support fr amr
|
<% if @mncc_codec == 'AMR' -%>codec-support fr amr
|
||||||
amr tch-h modes 4 5
|
amr tch-h modes 4 5
|
||||||
amr tch-h start-mode 4
|
amr tch-h start-mode 1
|
||||||
<% else -%>codec-support fr
|
<% else -%>codec-support fr
|
||||||
<% end -%>
|
<% end -%>
|
||||||
<% if @gprs == 'active' -%> gprs mode gprs
|
<% if @gprs == 'active' -%> gprs mode gprs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue