Difference between revisions of "Controlling Bandwidth"
From TD-er's Wiki
Jump to navigationJump to search(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | == Controlling IAX bandwidth == | ||
+ | In the <tt>iax.conf</tt> config file the following parameters can be used to adjust the used bandwidth. | ||
+ | bandwidth=low | ||
+ | disallow=all | ||
+ | allow=gsm | ||
+ | When the bandwidth is set to low, Asterisk will use the codec with the lowest bandwidth available. | ||
+ | For more info on codecs and their bandwidth usage, see [[Audio_Codecs]] | ||
+ | |||
+ | == Controlling SIP bandwidth == | ||
+ | In the <tt>sip.conf</tt>: | ||
+ | maxcallbitrate=384 | ||
+ | This will tell the sip-device what bandwidth is available (in kbps). | ||
+ | This value defaults to 256 kbit/s. | ||
+ | |||
== Possibilities of X-lite == | == Possibilities of X-lite == | ||
* "Zero Touch bandwidth detection" | * "Zero Touch bandwidth detection" | ||
* QoS maybe not implemented in the free version (is an advertised feature for the non-free version) | * QoS maybe not implemented in the free version (is an advertised feature for the non-free version) | ||
* [http://www.xten.com/index.php?menu=Products&smenu=compare Both X-lite and Eyebeam support '''Auto Bandwidth'''] - Automatically measures available bandwidth and adjusts codec selection accordingly. Perhaps is Asterisk or IAX reporting the available bandwidth. | * [http://www.xten.com/index.php?menu=Products&smenu=compare Both X-lite and Eyebeam support '''Auto Bandwidth'''] - Automatically measures available bandwidth and adjusts codec selection accordingly. Perhaps is Asterisk or IAX reporting the available bandwidth. |
Latest revision as of 10:16, 15 February 2007
Controlling IAX bandwidth
In the iax.conf config file the following parameters can be used to adjust the used bandwidth.
bandwidth=low disallow=all allow=gsm
When the bandwidth is set to low, Asterisk will use the codec with the lowest bandwidth available. For more info on codecs and their bandwidth usage, see Audio_Codecs
Controlling SIP bandwidth
In the sip.conf:
maxcallbitrate=384
This will tell the sip-device what bandwidth is available (in kbps). This value defaults to 256 kbit/s.
Possibilities of X-lite
- "Zero Touch bandwidth detection"
- QoS maybe not implemented in the free version (is an advertised feature for the non-free version)
- Both X-lite and Eyebeam support Auto Bandwidth - Automatically measures available bandwidth and adjusts codec selection accordingly. Perhaps is Asterisk or IAX reporting the available bandwidth.