aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authortwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-11-08 19:56:10 +0000
committertwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-11-08 19:56:10 +0000
commitbf95387c4b13c60db91fc55505bbd7b4e1bb3a78 (patch)
treeb2c361ed69da8c5959e09aa35bb29fc29b605683 /configs
parentb88c7dfec66c73cd3d1875d6f447758f842a6161 (diff)
Set a default waittime, and make sure to convert it to milliseconds
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@294207 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/calendar.conf.sample6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/calendar.conf.sample b/configs/calendar.conf.sample
index 359e4d9d6..ad3ce0983 100644
--- a/configs/calendar.conf.sample
+++ b/configs/calendar.conf.sample
@@ -31,7 +31,7 @@
;app = Playback ; Application to execute on answer (instead of context/extension)
;appdata = tt-weasels ; Data part of application to execute on answer
;
-;waittime = 30 ; How long to wait for an answer
+;waittime = 30 ; How long to wait for an answer, defaults to 30 seconds
;[calendar2]
; Note: Support for Exchange Server 2003
@@ -76,7 +76,7 @@
;app = Playback ; Application to execute on answer (instead of context/extension)
;appdata = tt-weasels ; Data part of application to execute on answer
;
-;waittime = 30 ; How long to wait for an answer
+;waittime = 30 ; How long to wait for an answer, defaults to 30 seconds
;[calendar4]
;type = caldav ; type of calendar--currently supported: ical, caldav, exchange, or ews
@@ -99,4 +99,4 @@
;app = Playback ; Application to execute on answer (instead of context/extension)
;appdata = tt-weasels ; Data part of application to execute on answer
;
-;waittime = 30 ; How long to wait for an answer
+;waittime = 30 ; How long to wait for an answer, defaults to 30 seconds