Skip to content
Snippets Groups Projects
Commit a60e43e2 authored by Mark Spencer's avatar Mark Spencer
Browse files

Version 0.1.8 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@305 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 2f65e18d
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,15 @@ ...@@ -13,6 +13,15 @@
; ;
context=default context=default
; ;
; Switchtype: Only used for PRI.
;
; national: National ISDN
; dms100: Nortel DMS100
; 4ess: AT&T 4ESS
; 5ess: Lucent 5ESS
;
switchtype=national
;
; Signalling method (default is fxs). Valid values: ; Signalling method (default is fxs). Valid values:
; em: E & M ; em: E & M
; em_w: E & M Wink ; em_w: E & M Wink
...@@ -23,6 +32,8 @@ context=default ...@@ -23,6 +32,8 @@ context=default
; fxo_ls: FXO (Loop Start) ; fxo_ls: FXO (Loop Start)
; fxo_gs: FXO (Ground Start) ; fxo_gs: FXO (Ground Start)
; fxo_ks: FXO (Kewl Start) ; fxo_ks: FXO (Kewl Start)
; pri_cpe: PRI signalling, CPE side
; pri_net: PRI signalling, Network side
; ;
signalling=fxo_ls signalling=fxo_ls
; ;
...@@ -39,6 +50,39 @@ signalling=fxo_ls ...@@ -39,6 +50,39 @@ signalling=fxo_ls
; ;
rxwink=300 ; Atlas seems to use long (250ms) winks rxwink=300 ; Atlas seems to use long (250ms) winks
; ;
; Whether or not to use caller ID
;
usecallerid=yes
;
; Whether or not to hide outgoing caller ID (Override with *67 or *82)
;
hidecallerid=no
;
; Whether or not to enable call waiting on FXO lines
;
callwaiting=yes
;
; Support Caller*ID on Call Waiting
;
callwaitingcallerid=yes
;
; Support three-way calling
;
threewaycalling=yes
;
; Support flash-hook call transfer (requires three way calling)
;
transfer=yes
;
; Enable echo cancellation
;
echocancel=yes
;
; You may also set the default receive and transmit gains (in dB)
;
rxgain=0.0
txgain=0.0
;
; Logical groups can be assigned to allow outgoing rollover. Groups ; Logical groups can be assigned to allow outgoing rollover. Groups
; range from 0 to 31, and multiple groups can be specified. ; range from 0 to 31, and multiple groups can be specified.
; ;
...@@ -59,21 +103,21 @@ immediate=no ...@@ -59,21 +103,21 @@ immediate=no
; inherits the parameters that were specified above its declaration ; inherits the parameters that were specified above its declaration
; ;
;callerid="Green Phone"<(256) 428-6121> ;callerid="Green Phone"<(256) 428-6121>
;channel=1 ;channel => 1
;callerid="Black Phone"<(256) 428-6122> ;callerid="Black Phone"<(256) 428-6122>
;channel=2 ;channel => 2
;callerid="CallerID Phone" <(256) 428-6123> ;callerid="CallerID Phone" <(256) 428-6123>
;callerid="CallerID Phone" <(630) 372-1564> ;callerid="CallerID Phone" <(630) 372-1564>
;callerid="CallerID Phone" <(256) 704-4666> ;callerid="CallerID Phone" <(256) 704-4666>
;channel=3 ;channel => 3
;callerid="Pac Tel Phone" <(256) 428-6124> ;callerid="Pac Tel Phone" <(256) 428-6124>
;channel=4 ;channel => 4
;callerid="Uniden Dead" <(256) 428-6125> ;callerid="Uniden Dead" <(256) 428-6125>
;channel=5 ;channel => 5
;callerid="Cortelco 2500" <(256) 428-6126> ;callerid="Cortelco 2500" <(256) 428-6126>
;channel=6 ;channel => 6
;callerid="Main TA 750" <(256) 428-6127> ;callerid="Main TA 750" <(256) 428-6127>
;channel=44 ;channel => 44
; ;
; For example, maybe we have some other channels ; For example, maybe we have some other channels
; which start out in a different context and use ; which start out in a different context and use
...@@ -81,8 +125,8 @@ immediate=no ...@@ -81,8 +125,8 @@ immediate=no
; ;
;context=remote ;context=remote
;sigalling=em ;sigalling=em
;channel=15 ;channel => 15
;channel=16 ;channel => 16
; ;
; Also, you can setup patterns to ignore by the "small switch" with ; Also, you can setup patterns to ignore by the "small switch" with
...@@ -101,15 +145,24 @@ stripmsd=1 ...@@ -101,15 +145,24 @@ stripmsd=1
;callerid=asreceived ;callerid=asreceived
;group=0 ;group=0
;signalling=fxs_ls ;signalling=fxs_ls
;channel=45 ;channel => 45
;signalling=fxo_ls ;signalling=fxo_ls
;group=1 ;group=1
;callerid="Joe Schmoe" <(256) 428-6131> ;callerid="Joe Schmoe" <(256) 428-6131>
;channel=25 ;channel => 25
;callerid="Megan May" <(256) 428-6132> ;callerid="Megan May" <(256) 428-6132>
;channel=26 ;channel => 26
;callerid="Suzy Queue" <(256) 428-6233> ;callerid="Suzy Queue" <(256) 428-6233>
;channel=27 ;channel => 27
;callerid="Larry Moe" <(256) 428-6234> ;callerid="Larry Moe" <(256) 428-6234>
;channel=28 ;channel => 28
;
; Sample PRI (CPE) config: Specify the switchtype, the signalling as
; either pri_cpe or pri_net for CPE or Network termination, and generally
; you will want to create a single "group" for all channels of the PRI.
;
; switchtype = national
; sig = pri_cpe
; group = 2
; channel => 1-23
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment