2 ; Inter-Asterisk eXchange driver definition
5 ; General settings, like port number to bind to, and
6 ; an option address (the default is to bind to all
13 ; Specify bandwidth of low, medium, or high to control which codecs are used
18 ; You can also fine tune codecs here using "allow" and "disallow" clauses
19 ; with specific codecs. Use "all" to represent all formats.
21 ;allow=all ; same as bandwidth=high
22 ;disallow=g723.1 ; Hm... Proprietary, don't use it...
23 disallow=lpc10 ; Icky sound quality... Mr. Roboto.
24 ;allow=gsm ; Always allow GSM, it's cool :)
26 ; You can also adjust several parameters relating to the jitter
27 ; buffer. Specifically, you can provide a maximum jitter buffer,
28 ; you can turn it off entirely, and you can specify an acceptable
29 ; drop rate (per MEMORY_SIZE, by default 3 of 100). Disabling the
30 ; jitter buffer is not recommended. Finally, you can specify the maximum
31 ; excess jitter buffer, which if exceeded, causes the jitter buffer to
32 ; slowly shrink in order to improve latency.
40 ; Guest sections for unauthenticated connection attempts. Just
41 ; specify an empty secret, or provide no secret section.
47 ; Further user sections may be added, specifying a context and a
48 ; secret used for connections with that given authentication name.
49 ; Limited IP based access control is allowed by use of "allow" and
50 ; "deny" keywords. Multiple rules are permitted. Multiple permitted
51 ; contexts may be specified, in which case the first will be the default.
60 ;allow=209.16.236.73/255.255.255.0
62 ; Peers may also be specified, with a secret and
70 ;host=asterisk.linux-support.net