Displaying 1 result from an estimated 1 matches for "prioritize_matching_codec".
Did you mean:
prioritize_matching_codecs
2013 Dec 15
3
Why doesn't Asterisk try to prevent transcoding
Let's say I have two devices configured and the follow call scenarios occur.
[100]
disallow=all
allow=g722&ulaw
Polycom phone with g722,ulaw,alaw,g729
[101]
disallow=all
allow=ulaw
Polycom phone with g722,ulaw,alaw,g729
101 dials 100 -> ulaw to ulaw is chosen
100 dials 101 -> g722 to ulaw is chosen
Ideally when 100 dials 101 ulaw would be chosen since it is the common
format.