mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
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: https://origsvn.digium.com/svn/asterisk/trunk@28832 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
11
sample.call
11
sample.call
@@ -49,6 +49,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
|
||||
|
Reference in New Issue
Block a user