summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAndrew Latham <lathama@gmail.com>2011-02-08 20:31:13 +0000
committerAndrew Latham <lathama@gmail.com>2011-02-08 20:31:13 +0000
commita35092470043642c0deccb798f3349f5976bc01f (patch)
tree6b8db334bcc53e2c7474e5a5f7da85bafdce45ec /configs
parenta46bfe67bd1a4e9d5cf0ca9110f990c4c5b86857 (diff)
Documentation Updates
Note default polling setting in voicemail.conf Add missing config to asterisk.conf Update manpage (issue #16505) Reported by: tzafrir Patches: asterisk_sgml_fixes_demo.diff uploaded by tzafrir (license 46) Tested by: lathama, tzafrir git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@307041 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/asterisk.conf.sample4
-rw-r--r--configs/voicemail.conf.sample2
2 files changed, 5 insertions, 1 deletions
diff --git a/configs/asterisk.conf.sample b/configs/asterisk.conf.sample
index b8d6b3ea9..618eceab5 100644
--- a/configs/asterisk.conf.sample
+++ b/configs/asterisk.conf.sample
@@ -61,6 +61,10 @@ astlogdir => /var/log/asterisk
;rungroup = asterisk ; The group to run as.
;lightbackground = yes ; If your terminal is set for a light-colored
; background.
+;forceblackbackground = yes ; Force the background of the terminal to be
+ ; black, in order for terminal colors to show
+ ; up properly.
+;defaultlanguage = en ; Default language
documentation_language = en_US ; Set the language you want documentation
; displayed in. Value is in the same format as
; locale names.
diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample
index 2c12a2430..8a75f2a66 100644
--- a/configs/voicemail.conf.sample
+++ b/configs/voicemail.conf.sample
@@ -181,7 +181,7 @@ pagerdateformat=%A, %B %d, %Y at %r
; ; Examples of situations that would require this option are
; ; web interfaces to voicemail or an email client in the case
; ; of using IMAP storage.
-;
+; ; Default: no
;pollfreq=30 ; If the "pollmailboxes" option is enabled, this option
; ; sets the polling frequency. The default is once every
; ; 30 seconds.