bsc config: set codec-list to match mncc_codec
This commit is contained in:
parent
01ceebd641
commit
2e6c8fc57c
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
||||||
msc 0
|
msc 0
|
||||||
<% if @mncc_codec == 'GSM' -%>
|
<% if @mncc_codec == 'GSM' -%>
|
||||||
codec-list fr1
|
codec-list fr1
|
||||||
<% elsif (@mncc_codec == 'GSM:AMR' or @mncc_codec == 'AMR:GSM') -%>
|
<% elsif @mncc_codec == 'GSM:AMR' -%>
|
||||||
codec-list fr1 fr3 hr3
|
codec-list fr1 hr3
|
||||||
|
<% elsif @mncc_codec == 'AMR:GSM' -%>
|
||||||
|
codec-list hr3 fr1
|
||||||
<% else -%>
|
<% else -%>
|
||||||
codec-list hr3
|
codec-list hr3
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue