aboutsummaryrefslogtreecommitdiffstats
path: root/configs/skinny.conf.sample
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-09-11 19:44:48 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-09-11 19:44:48 +0000
commit06db1479fcc128d097701652b3372b5fabc96059 (patch)
tree5f3bb5d93eb31785924b66c747618ebe0e967ffc /configs/skinny.conf.sample
parent976304e2d745787a11d40773e5e89bc1f5ed441e (diff)
initial import of skinny, more coming soon
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1495 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/skinny.conf.sample')
-rwxr-xr-xconfigs/skinny.conf.sample50
1 files changed, 50 insertions, 0 deletions
diff --git a/configs/skinny.conf.sample b/configs/skinny.conf.sample
new file mode 100755
index 000000000..44fc54398
--- /dev/null
+++ b/configs/skinny.conf.sample
@@ -0,0 +1,50 @@
+;
+; Skinny Configuration for Asterisk
+;
+[general]
+port = 2000 ; Port to bind to, default tcp/2000
+bindaddr = 0.0.0.0 ; Address to bind to
+dateFormat = M-D-Y ; M,D,Y in any order (5 chars max)
+keepAlive = 120
+
+; allow = all
+; disallow =
+
+
+; Typical config for 12SP+
+;[florian]
+;device=SEP00D0BA847E6B
+;context=did
+;line => 120 ; Dial(Skinny/1@florian)
+
+
+; Typical config for a 7910
+;[jeremy] ; Device name
+;device=SEP0007EB463101 ; Offical identifier
+;host=192.168.1.144 ;
+;permit=192.168.0/24 ; Optional, used for authentication
+;nat=0
+;callerid="George W. Bush" <202-456-1414>
+;mailbox=500
+;callwaiting=1
+;transfer=1
+;threewaycalling=1
+;context=default
+;line => 500
+
+; Typical config for a 7940 / ATA
+;[support]
+;device=SEP0007EB463121
+;nat=0
+;callerid="Customer Support" <810-234-1212>
+;mailbox=100
+;context=inbound
+;linelabel="Support Line" ; Displays next to the line button on 7940's and 7960s
+;line => 100
+;callerid="John Chambers" <408-526-4000>
+;context=did
+;linelabel="John"
+;mailbox=110
+;line => 110
+
+