OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 17-Sep-2006 11:36:11 Branch: HEAD Handle: 2006091710361100 Modified files: openpkg-src/asterisk asterisk.txt Log: enable the rather good open-source and patent-free Speex codec and the patent-unencumbered G.726 codec Summary: Revision Changes Path 1.11 +39 -4 openpkg-src/asterisk/asterisk.txt ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/asterisk/asterisk.txt ============================================================================ $ cvs diff -u -r1.10 -r1.11 asterisk.txt --- openpkg-src/asterisk/asterisk.txt 17 Sep 2006 07:38:03 -0000 1.10 +++ openpkg-src/asterisk/asterisk.txt 17 Sep 2006 09:36:11 -0000 1.11 @@ -26,14 +26,14 @@ alwaysfork = yes dumpcore = no quiet = yes +highpriority = yes +initcrypto = no +nocolor = yes +execincludes = no ;timestamp = yes -;execincludes = yes ;optiondebug = no ;nofork = no ;console = no -;highpriority = no -;initcrypto = no -;nocolor = yes ;dontwarn = no </file> @@ -116,6 +116,8 @@ allowguest = yes canreinvite = no disallow = all +allow = speex +allow = g726 allow = ulaw allow = alaw allow = gsm @@ -130,6 +132,8 @@ ;fromdomain = sipgate.de ;canreinvite = no ;disallow = all +;allow = speex +;allow = g726 ;allow = ulaw ;allow = alaw ;allow = gsm @@ -143,6 +147,8 @@ secret = asterisk host = dynamic disallow = all +allow = speex +allow = g726 allow = ulaw allow = alaw dtmfmode = rfc2833 @@ -157,6 +163,8 @@ secret = asterisk host = dynamic disallow = all +allow = speex +allow = g726 allow = ulaw allow = alaw dtmfmode = rfc2833 @@ -398,3 +406,30 @@ conf = 9,1234,1234 </file> +<file name="codecs.conf"> +;; +;; codecs.conf -- Asterisk codec configuration +;; + +[speex] +quality = 4 +complexity = 3 +enhancement = true +vad = true +vbr = true +abr = 8000 +vbr_quality = 5 +dtx = false +preprocess = false +pp_vad = false +pp_agc = false +pp_agc_level = 8000 +pp_denoise = false +pp_dereverb = false +pp_dereverb_decay = 0.4 +pp_dereverb_level = 0.3 + +[plc] +genericplc = true + +</file> @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org