aboutsummaryrefslogtreecommitdiffstats
path: root/configs/skinny.conf.sample
diff options
context:
space:
mode:
authornorth <north@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-29 21:08:13 +0000
committernorth <north@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-29 21:08:13 +0000
commit7914bf864560268c0c61b7b88c290f5329dfd651 (patch)
tree2fa29d3210a2dd8d5aeb1efb62b7fa75a226286a /configs/skinny.conf.sample
parent92ed25a73a4ad2ab43a31d5cffd6bde015fecf38 (diff)
whitespace "fixes", and general cleanup
It's nice to have consistency in sample configs too. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16268 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/skinny.conf.sample')
-rw-r--r--configs/skinny.conf.sample24
1 files changed, 11 insertions, 13 deletions
diff --git a/configs/skinny.conf.sample b/configs/skinny.conf.sample
index 028b37519..f47c5e314 100644
--- a/configs/skinny.conf.sample
+++ b/configs/skinny.conf.sample
@@ -2,32 +2,32 @@
; 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
+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 =
+;allow=all
+;disallow=
; Typical config for 12SP+
;[florian]
;device=SEP00D0BA847E6B
-;model=12SP ; Specific model of device, for button templates
+;model=12SP ; Specific model of device, for button templates
; Valid models: 12SP, 30VIP, 7910, 7920,
; 7935, 7940, 7960, 7970 (so far)
-;version=P002G204 ; Thanks critch
+;version=P002G204 ; Thanks critch
;context=did
;line => 120 ; Dial(Skinny/120@florian)
; Typical config for a 7910
-;[duba] ; Device name
+;[duba] ; Device name
;model=7910 ; Device model
;device=SEP0007EB463101 ; Offical identifier
;version=P002F202 ; Firmware version identifier
-;host=192.168.1.144 ;
+;host=192.168.1.144
;permit=192.168.0/24 ; Optional, used for authentication
;nat=0
;callerid="George W. Bush" <202-456-1414>
@@ -45,12 +45,10 @@ keepAlive = 120
;callerid="Customer Support" <810-234-1212>
;mailbox=100
;context=inbound
-;linelabel="Support Line" ; Displays next to the line button on 7940's and 7960s
+;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
-
-