mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 12:20:12 +00:00
initial import of skinny, more coming soon
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1495 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2630
channels/chan_skinny.c
Executable file
2630
channels/chan_skinny.c
Executable file
File diff suppressed because it is too large
Load Diff
50
configs/skinny.conf.sample
Executable file
50
configs/skinny.conf.sample
Executable file
@@ -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
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user