]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
configs: Improve documentation for bandwidth in iax.conf.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 9 Nov 2023 15:12:15 +0000 (10:12 -0500)
committerNaveen Albert <asterisk@phreaknet.org>
Thu, 9 Nov 2023 18:24:04 +0000 (18:24 +0000)
This improves the documentation for the bandwidth setting
in iax.conf by making it clearer what the ramifications
of this setting are. It also changes the sample default
from low to high, since only high is compatible with good
codecs that people will want to use in the vast majority
of cases, and this is a common gotcha that trips up new users.

Resolves: #425

configs/samples/iax.conf.sample

index 2f774c489521a175d8f9696b620c6c971b4e57d8..68d8aef1635df3032587992fc4c2bedd9e7be883 100644 (file)
 
 ;
 ; Specify bandwidth of low, medium, or high to control which codecs are used
-; in general.
+; in general. This setting will restrict codecs used to only those that comply
+; with the bandwidth setting. In most cases, you should set this to 'high' so
+; that high-quality codecs may be used; if set to a lower value, this will
+; degrade call quality, so you probably only want to do this if you have
+; actual significant bandwidth constraints.
 ;
-bandwidth=low
+bandwidth=high
 ;
 
 ;