aboutsummaryrefslogtreecommitdiffstats
path: root/configs/vpb.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-15 14:39:06 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-15 14:39:06 +0000
commit5423a2a2771ba708a6849f735587c2a3f8a20c8f (patch)
tree94aa6045be3e7f048bf624e2fd90f3d3f7533477 /configs/vpb.conf.sample
parent9fa1f6563a431a73d7eb0c8a284e4cf419cbc2fa (diff)
Add preliminary voicetronix support
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@853 f38db490-d61c-443f-a65b-d21fe96a405b
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
+
+