mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
whitespace "fixes", and general cleanup
It's nice to have consistency in sample configs too. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16268 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2,13 +2,13 @@
|
|||||||
; Skinny Configuration for Asterisk
|
; Skinny Configuration for Asterisk
|
||||||
;
|
;
|
||||||
[general]
|
[general]
|
||||||
port = 2000 ; Port to bind to, default tcp/2000
|
port=2000 ; Port to bind to, default tcp/2000
|
||||||
bindaddr = 0.0.0.0 ; Address to bind to
|
bindaddr=0.0.0.0 ; Address to bind to
|
||||||
dateFormat = M-D-Y ; M,D,Y in any order (5 chars max)
|
dateFormat=M-D-Y ; M,D,Y in any order (5 chars max)
|
||||||
keepAlive = 120
|
keepAlive=120
|
||||||
|
|
||||||
; allow = all
|
;allow=all
|
||||||
; disallow =
|
;disallow=
|
||||||
|
|
||||||
|
|
||||||
; Typical config for 12SP+
|
; Typical config for 12SP+
|
||||||
@@ -17,17 +17,17 @@ keepAlive = 120
|
|||||||
;model=12SP ; Specific model of device, for button templates
|
;model=12SP ; Specific model of device, for button templates
|
||||||
; Valid models: 12SP, 30VIP, 7910, 7920,
|
; Valid models: 12SP, 30VIP, 7910, 7920,
|
||||||
; 7935, 7940, 7960, 7970 (so far)
|
; 7935, 7940, 7960, 7970 (so far)
|
||||||
;version=P002G204 ; Thanks critch
|
;version=P002G204 ; Thanks critch
|
||||||
;context=did
|
;context=did
|
||||||
;line => 120 ; Dial(Skinny/120@florian)
|
;line => 120 ; Dial(Skinny/120@florian)
|
||||||
|
|
||||||
|
|
||||||
; Typical config for a 7910
|
; Typical config for a 7910
|
||||||
;[duba] ; Device name
|
;[duba] ; Device name
|
||||||
;model=7910 ; Device model
|
;model=7910 ; Device model
|
||||||
;device=SEP0007EB463101 ; Offical identifier
|
;device=SEP0007EB463101 ; Offical identifier
|
||||||
;version=P002F202 ; Firmware version 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
|
;permit=192.168.0/24 ; Optional, used for authentication
|
||||||
;nat=0
|
;nat=0
|
||||||
;callerid="George W. Bush" <202-456-1414>
|
;callerid="George W. Bush" <202-456-1414>
|
||||||
@@ -52,5 +52,3 @@ keepAlive = 120
|
|||||||
;linelabel="John"
|
;linelabel="John"
|
||||||
;mailbox=110
|
;mailbox=110
|
||||||
;line => 110
|
;line => 110
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user