summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-01-16 17:23:31 +0000
committerJoshua Colp <jcolp@digium.com>2007-01-16 17:23:31 +0000
commit04426fab2ce727d92917382080ba5f0407561a61 (patch)
tree6ab2bd48a3c9368a448af2426e04a349d41b3bd5 /configs
parent3d91c0a0c01474336aba0342a3d10c301f19d93f (diff)
Add support for G729 passthrough with Sigma Designs boards. (issue #8829 reported by ywalther)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51144 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/phone.conf.sample4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/phone.conf.sample b/configs/phone.conf.sample
index 649edc7bb..17204501e 100644
--- a/configs/phone.conf.sample
+++ b/configs/phone.conf.sample
@@ -18,12 +18,14 @@ mode=immediate
;mode=fxo
;mode=sig
;
-; You can decide which format to use by default, "g723.1" or "slinear".
+; You can decide which format to use by default, "g723.1", "g729", or "slinear".
+; Note that g729 is only supported for Sigma Designs boards.
; XXX Be careful, sometimes the card causes kernel panics when running
; in signed linear mode for some reason... XXX
;
format=slinear
;format=g723.1
+;format=g729
;
; And set the echo cancellation to "off", "low", "medium", and "high".
; This is not supported on all phones.