From 9a49c07cf37547847fd84a9e1de8d9cb8b58206c Mon Sep 17 00:00:00 2001
From: Jeremy McNamara <jj@nufone.net>
Date: Thu, 25 Sep 2003 23:16:36 +0000
Subject: [PATCH] change default codecs

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1544 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 channels/h323/h323.conf.sample | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/channels/h323/h323.conf.sample b/channels/h323/h323.conf.sample
index 04ac5dcafc..811647a08f 100755
--- a/channels/h323/h323.conf.sample
+++ b/channels/h323/h323.conf.sample
@@ -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)
 ;
-- 
GitLab