summaryrefslogtreecommitdiff
path: root/configs/vpb.conf.sample
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-04-15 14:39:06 +0000
committerMark Spencer <markster@digium.com>2003-04-15 14:39:06 +0000
commit0cfae2988770c3db01629b78c0f2b275225d442b (patch)
tree94aa6045be3e7f048bf624e2fd90f3d3f7533477 /configs/vpb.conf.sample
parentc4da749362b2842ba0478dcdb309c29dd353c795 (diff)
Add preliminary voicetronix support
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@853 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/vpb.conf.sample')
-rwxr-xr-xconfigs/vpb.conf.sample27
1 files changed, 27 insertions, 0 deletions
diff --git a/configs/vpb.conf.sample b/configs/vpb.conf.sample
new file mode 100755
index 000000000..9772dcb20
--- /dev/null
+++ b/configs/vpb.conf.sample
@@ -0,0 +1,27 @@
+; V6PCI/V12PCI config file for VoiceTronix Hardware
+; Options
+; board = board_number (1, 2, 3, ...)
+; channel = channel_number (1,2,3...)
+; mode = fxo|immediate|dialtone -- for type of line and line handling
+; context = starting context
+;
+
+[interfaces]
+
+echocancel = on
+board = 1
+
+context = vpbtest
+
+; Note that V6PCI channel numbers start at 7!
+mode = fxo
+;channel = 7
+;channel = 8
+
+mode = dialtone
+;channel = 9
+;channel = 10
+;channel = 11
+;channel = 12
+
+