aboutsummaryrefslogtreecommitdiffstats
path: root/sample.call
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-19 22:51:44 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-19 22:51:44 +0000
commitda313b1c57fb4c1e31af0459c29de6a0b84ccb35 (patch)
treebb2f8ed59b3b0957e193282478f719835c4fa88a /sample.call
parent4a2c61fdc8454facb3e8f557f26ee91aa9ca6233 (diff)
Make the new behavior where the timestamp is checked on the call file before
deleting it optional, defaulting to the old behavior, where it is always deleted (issue #6750, jcollie) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28832 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'sample.call')
-rw-r--r--sample.call11
1 files changed, 11 insertions, 0 deletions
diff --git a/sample.call b/sample.call
index 464af406d..b0a13e7f9 100644
--- a/sample.call
+++ b/sample.call
@@ -50,6 +50,17 @@ Priority: 1
#Account: mysuperfunaccountcode
#
+# Normally, a call file is always deleted after the call is successful
+# or the maximum number of tries is reached even if the modification
+# time of the call file was changed during the call to be in the
+# future. By Setting AlwaysDelete to No the modification time of the
+# call file will be checked after the call is completed or the maximum
+# number of retries is reached. If the modification time is in the
+# future, the call file will not be deleted.
+#
+#AlwaysDelete: Yes
+
+#
# You can set channel variables that will be passed to the channel.
# This includes writable dialplan functions. To set a writable dialplan
# function, the module containing this function *must* be loaded.