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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue