mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 10:33:13 +00:00
Version 0.1.12 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@466 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -24,15 +24,17 @@ context=default
|
|||||||
switchtype=national
|
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
|
||||||
; featd: Feature Group D (The fake, Adtran style)
|
; featd: Feature Group D (The fake, Adtran style, DTMF)
|
||||||
; fxs_ls: FXS (Loop Start)
|
; featdmf: Feature Group D (The real thing, MF (domestic, US))
|
||||||
; fxs_gs: FXS (Ground Start)
|
; featb: Feature Group B (MF (domestic, US))
|
||||||
; fxs_ks: FXS (Kewl Start)
|
; fxs_ls: FXS (Loop Start)
|
||||||
; fxo_ls: FXO (Loop Start)
|
; fxs_gs: FXS (Ground Start)
|
||||||
; fxo_gs: FXO (Ground Start)
|
; fxs_ks: FXS (Kewl Start)
|
||||||
; fxo_ks: FXO (Kewl Start)
|
; fxo_ls: FXO (Loop Start)
|
||||||
|
; fxo_gs: FXO (Ground Start)
|
||||||
|
; fxo_ks: FXO (Kewl Start)
|
||||||
; pri_cpe: PRI signalling, CPE side
|
; pri_cpe: PRI signalling, CPE side
|
||||||
; pri_net: PRI signalling, Network side
|
; pri_net: PRI signalling, Network side
|
||||||
;
|
;
|
||||||
@@ -127,6 +129,26 @@ immediate=no
|
|||||||
;
|
;
|
||||||
;adsi=yes
|
;adsi=yes
|
||||||
;
|
;
|
||||||
|
; Select which class of music to use for music on hold. If not specified
|
||||||
|
; then the default will be used.
|
||||||
|
;
|
||||||
|
;musiconhold=default
|
||||||
|
;
|
||||||
|
; PRI channels can have an idle extension and a minunused number. So long
|
||||||
|
; as at least "minunused" channels are idle, chan_zap will try to call
|
||||||
|
; "idledial" on them, and then dump them into the PBX in the "idleext"
|
||||||
|
; extension (which is of the form exten@context). When channels are needed
|
||||||
|
; the "idle" calls are disconnected (so long as there are at least "minidle"
|
||||||
|
; calls still running, of course) to make more channels available. The
|
||||||
|
; primary use of this is to create a dynamic service, where idle channels
|
||||||
|
; are bundled through multilink PPP, thus more efficiently utilizing
|
||||||
|
; combined voice/data services than conventional fixed mappings/muxings.
|
||||||
|
;
|
||||||
|
;idledial=6999
|
||||||
|
;idleext=6999@dialout
|
||||||
|
;minunused=2
|
||||||
|
;minidle=1
|
||||||
|
;
|
||||||
; Each channel consists of the channel number or range. It
|
; Each channel consists of the channel number or range. It
|
||||||
; inherits the parameters that were specified above its declaration
|
; inherits the parameters that were specified above its declaration
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user