Content
Model | Web User Interface |
---|---|
C520 | System → SIP Account Management → Account x → Audio → Codec Priority 1-5 |
C620 M100 M200 | System → SIP Account Management → Account x → Audio → Codec Priority 1-7 |
M500 | System → SIP Account Management → Account x → Audio → Audio → Codec Priority 1-7 |
N/A
sip_account.x.codec_priority.y = VALIDVALUE
The following text configuration shows account 2 (x=2) with the first priority codec (y=1) set to g711u:
sip_account.2.codec_priority.1 = g711u
<sip_account>
<idx id="x">
<codec_priority>
<idx id=”y”>VALIDVALUE</idx>
</codec_priority>
</idx>
</sip_account>
The following XML code shows account 2 (sip_account idx id="2") with the first priority codec (codec_priority idx id = "1") set to g711u:
<sip_account>
<idx id="2">
<codec_priority>
<idx id=”1”>g711u</idx>
</codec_priority>
</idx>
</sip_account>
Description
Sets the priority of codecs for account x,
where:
x = the account number
y = the priority of the codec for the account (y=1 is the highest priority codec, y=2 is the second highest priority codec, y=3 is the third highest priority codec, etc.)
y | C520 Valid Values | C620, M100, M200 Valid Values | M500 Valid Values |
---|---|---|---|
y=1 | g711u, g711a, g729, g726, g722 | g711u, g711a, g729, g726, g722, g723_1, ilbc | g711u, g711a, g729, g726, g722, ilbc |
y=2 | none, g711u, g711a, g729, g726, g722 | none, g711u, g711a, g729, g726, g722, g723_1, ilbc | none, g711u, g711a, g729, g726, g722, ilbc |
y=3 | none, g711u, g711a, g729, g726, g722 | none, g711u, g711a, g729, g726, g722, g723_1, ilbc | none, g711u, g711a, g729, g726, g722, ilbc |
y=4 | none, g711u, g711a, g729, g726, g722 | none, g711u, g711a, g729, g726, g722, g723_1, ilbc | none, g711u, g711a, g729, g726, g722, ilbc |
y=5 | none, g711u, g711a, g729, g726, g722 | none, g711u, g711a, g729, g726, g722, g723_1, ilbc | none, g711u, g711a, g729, g726, g722, ilbc |
y=6 | N/A | none, g711u, g711a, g729, g726, g722, g723_1, ilbc | none, g711u, g711a, g729, g726, g722, ilbc |
y=7 | N/A | none, g711u, g711a, g729, g726, g722, g723_1, ilbc | none, g711u, g711a, g729, g726, g722, ilbc |
y | C520 Default Value | C620, M100, M200 Default Value | M500 Default Value |
---|---|---|---|
y=1 | g711u | g711u | g711u |
y=2 | g711a | g711a | g711a |
y=3 | g729 | g729 | g729 |
y=4 | g726 | g726 | g726 |
y=5 | g722 | g722 | g722 |
y=6 | N/A | g723_1 | ilbc |
y=7 | N/A | ilbc | none |