aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2000-01-02 20:59:00 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2000-01-02 20:59:00 +0000
commit999d3524e27900ec85d461f644d0e2fde138fca4 (patch)
tree53bb1d4c35295fea70d6179bfa71cd1e10d402df /configs
parent2137f5008cf14c94312348e272f9b38df43233e1 (diff)
Version 0.1.2 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@152 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/adtranvofr.conf.sample12
-rwxr-xr-xconfigs/modem.conf.sample6
-rwxr-xr-xconfigs/modules.conf.sample20
-rwxr-xr-xconfigs/voicemail.conf.sample22
4 files changed, 39 insertions, 21 deletions
diff --git a/configs/adtranvofr.conf.sample b/configs/adtranvofr.conf.sample
index df19e094e..efd6af3f0 100755
--- a/configs/adtranvofr.conf.sample
+++ b/configs/adtranvofr.conf.sample
@@ -6,8 +6,10 @@
[interfaces]
;
; Lines for which we are the user termination. They accept incoming
-; and outgoing calls.
+; and outgoing calls. We use the default context on the first 8 lines
+; used by internal phones.
;
+context=default
;user=voice00
;user=voice01
;user=voice02
@@ -16,15 +18,11 @@
;user=voice05
;user=voice06
;user=voice07
-context=default
-user=voice13
-user=voice14
-user=voice15
; Calls on 16 and 17 come from the outside world, so they get
; a little bit special treatment
context=remote
-user=voice16
-user=voice17
+;user=voice16
+;user=voice17
;
; Next we have lines which we only accept calls on, and typically
; do not send outgoing calls on (i.e. these are where we are the
diff --git a/configs/modem.conf.sample b/configs/modem.conf.sample
index 27b3230f4..d5989b477 100755
--- a/configs/modem.conf.sample
+++ b/configs/modem.conf.sample
@@ -26,8 +26,8 @@ stripmsd=1
;
; Type of dialing
;
-;dialtype=tone
-dialtype=pulse
+dialtype=tone
+;dialtype=pulse
;
; Mode selection. "Immediate" means that as soon as you dial, you're connected
; and the line is considered up. "Ring" means we wait until the ring cadence
@@ -39,4 +39,4 @@ mode=immediate
;
; List all devices we can use.
;
-device=/dev/ttyS3
+;device=/dev/ttyS3
diff --git a/configs/modules.conf.sample b/configs/modules.conf.sample
index 2fe03093b..2b32e1b09 100755
--- a/configs/modules.conf.sample
+++ b/configs/modules.conf.sample
@@ -3,12 +3,26 @@
;
; Module Loader configuration file
;
+
[modules]
autoload=yes
-;load=pbx_gtkconsole.so
+;
+; If you want, load the GTK console right away.
+; Don't load the KDE console since
+; it's not as sophisticated right now.
+;
noload=pbx_gtkconsole.so
+;load=pbx_gtkconsole.so
noload=pbx_kdeconsole.so
+;
+; Intercom application is obsoleted by
+; chan_oss. Don't load it.
+;
noload=app_intercom.so
-;load=chan_vofr.so
-;load=chan_h323.so
+;
+; Module names listed in "global" section will have symbols globally
+; exported to modules loaded after them.
+;
+[global]
+chan_modem.so=yes
diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample
index dcf3d0f8f..ce36a3b66 100755
--- a/configs/voicemail.conf.sample
+++ b/configs/voicemail.conf.sample
@@ -2,13 +2,19 @@
; Voicemail Configuration
;
[general]
-; Default format for writing Voicemail
-; format=g723sf|rawgsm|mp3|wav
-format=g723sf|wav49|wav
+; Default formats for writing Voicemail
+;format=g723sf|wav49|wav
+format=gsm|wav49|wav
+;
+; Each mailbox is listed in the form <mailbox>=<password>,<name>,<email>
+; if the e-mail is specified, a message will be sent when a message is
+; received, to the given mailbox.
+;
[default]
-4200=2345,Mark Spencer,markster@linux-support.net
-4300=2345,Ben Rigas,ben@american-computer.net
-4310=2345,Sales,sales@marko.net
-4069=2345,Matt Brooks,matt@marko.net
-4110=1379,Rob Flynn,rflynn@blueridge.net
+1234=4242,Example Mailbox,root@localhost
+;4200=9855,Mark Spencer,markster@linux-support.net
+;4300=3456,Ben Rigas,ben@american-computer.net
+;4310=5432,Sales,sales@marko.net
+;4069=6522,Matt Brooks,matt@marko.net
+;4110=3443,Rob Flynn,rflynn@blueridge.net