aboutsummaryrefslogtreecommitdiffstats
path: root/configs/zapata.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-01-22 20:28:55 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-01-22 20:28:55 +0000
commit051ab5fe0aaf156c8e0f24a76458e36282293e3f (patch)
tree01941a9f354803608d2f5322d4b2293fe2e262ce /configs/zapata.conf.sample
parent185a3fdd7ecf8c3a4bcb49098cdb7223c9f0232e (diff)
Version 0.3.0 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@589 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/zapata.conf.sample')
-rwxr-xr-xconfigs/zapata.conf.sample50
1 files changed, 48 insertions, 2 deletions
diff --git a/configs/zapata.conf.sample b/configs/zapata.conf.sample
index e587a0ca0..8c73d0b6f 100755
--- a/configs/zapata.conf.sample
+++ b/configs/zapata.conf.sample
@@ -23,6 +23,16 @@ context=default
;
switchtype=national
;
+; PRI Dialplan: Only RARELY used for PRI.
+;
+; unknown: Unknown
+; private: Private ISDN
+; local: Local ISDN
+; national: National ISDN
+; international: International ISDN
+;
+;pridialplan=national
+;
; Signalling method (default is fxs). Valid values:
; em: E & M
; em_w: E & M Wink
@@ -37,6 +47,15 @@ switchtype=national
; fxo_ks: FXO (Kewl Start)
; pri_cpe: PRI signalling, CPE side
; pri_net: PRI signalling, Network side
+; The following are used for Radio interfaces:
+; fxs_rx: Receive audio/COR on an FXS kewlstart interface (FXO at the channel bank)
+; fxs_tx: Transmit audio/PTT on an FXS loopstart interface (FXO at the channel bank)
+; fxo_rx: Receive audio/COR on an FXO loopstart interface (FXS at the channel bank)
+; fxo_tx: Transmit audio/PTT on an FXO groundstart interface (FXS at the channel bank)
+; em_rx: Receive audio/COR on an E&M interface (1-way)
+; em_tx: Transmit audio/PTT on an E&M interface (1-way)
+; em_txrx: Receive audio/COR AND Transmit audio/PTT on an E&M interface (2-way)
+; em_rxtx: same as em_txrx (for our dyslexic friends)
;
signalling=fxo_ls
;
@@ -81,6 +100,10 @@ transfer=yes
;
cancallforward=yes
;
+; Whether or not to support Call Return (*69)
+;
+callreturn=yes
+;
; Stutter dialtone support: If a mailbox is specified, then when voicemail
; is received in that mailbox, taking the phone off hook will cause
; a stutter dialtone instead of a normal one
@@ -97,7 +120,14 @@ echocancel=yes
; when the circuit path is entirely TDM. You may, however, reverse this
; behavior by enabling the echo cancel during pure TDM bridging below.
;
-echocancelwhenbridged=no
+echocancelwhenbridged=yes
+;
+; If you are having trouble with DTMF detection, you can relax the
+; DTMF detection parameters. Relaxing them may make the DTMF detector
+; more likely to have "talkoff" where DTMF is detected when it
+; shouldn't be.
+;
+;relaxdtmf=yes
;
; You may also set the default receive and transmit gains (in dB)
;
@@ -135,6 +165,21 @@ immediate=no
;
;adsi=yes
;
+; On trunk interfaces (FXS) and E&M interfaces (E&M, Wink, Feature Group D
+; etc, it can be useful to perform busy detection either in an effort to
+; detect hangup or for detecting busies
+;
+;busydetect=yes
+;
+; On trunk interfaces (FXS) it can be useful to attempt to follow the progress
+; of a call through RINGING, BUSY, and ANSWERING. If turned on, call
+; progress attempts to determine answer, busy, and ringing on phone lines.
+; This feature is HIGHLY EXPERIMENTAL and can easily detect false answers,
+; so don't count on it being very accurate. Also, it is ONLY configured for
+; standard U.S. tones
+;
+;callprogress=yes
+;
; Select which class of music to use for music on hold. If not specified
; then the default will be used.
;
@@ -190,7 +235,7 @@ immediate=no
;
; Strip most significant digit (9) before sending
;
-stripmsd=1
+;stripmsd=1
;callerid=asreceived
;group=0
;signalling=fxs_ls
@@ -215,3 +260,4 @@ stripmsd=1
; signalling = pri_cpe
; group = 2
; channel => 1-23
+