change default codecs

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1544 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Jeremy McNamara 22 years ago
parent 273e1b07d6
commit 9a49c07cf3

@ -20,10 +20,10 @@ bindaddr = 0.0.0.0
; You can fine tune codecs here using "allow" and "disallow" clauses
; with specific codecs. Use "all" to represent all formats.
;
disallow=all
;allow=all ; turns on all installed codecs
;disallow=g723.1 ; Hm... Proprietary, don't use it...
;allow=gsm ; Always allow GSM, it's cool :)
;allow=ulaw
;disallow=g723.1 ; Hm... Proprietary, don't use it...
allow=gsm ; Always allow GSM, it's cool :)
;
; User-Input Mode (DTMF)
;

Loading…
Cancel
Save