From 35d729fb40d57c635bc7f27589c43bbb63c5b575 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Thu, 25 May 2006 17:58:55 +0000 Subject: Add Archive option to call files and add documentation on them. (issue #5426 reported by ezio - props to blitzrage for proof reading the documentation) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30299 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- sample.call | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'sample.call') diff --git a/sample.call b/sample.call index b0a13e7f9..6549d7914 100644 --- a/sample.call +++ b/sample.call @@ -69,3 +69,12 @@ Priority: 1 #Set: file2=/tmp/msg #Set: timestamp=20021023104500 #Set: CDR(userfield|r)=42 + +# +# Setting Archive to yes the call file is never deleted, but is moved +# in the subdir "outgoing_done" of the spool directory. In this case +# will be appended a line with "Status: value", where value can be +# Completed, Expired or Failed. +# +#Archive: yes + -- cgit v1.2.3