aboutsummaryrefslogtreecommitdiffstats
path: root/sample.call
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-10-29 05:38:33 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-10-29 05:38:33 +0000
commit2ca8a70ca43b167e4e95cabe6ad7f5f4e6743712 (patch)
tree9a729f4799b28af4a48e67c25e1568ce09d72565 /sample.call
parenta3ef37dd0eba24a1805870ac7f2b18f7e24bafad (diff)
Version 0.3.0 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@541 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'sample.call')
-rwxr-xr-xsample.call44
1 files changed, 44 insertions, 0 deletions
diff --git a/sample.call b/sample.call
new file mode 100755
index 000000000..47e105c2b
--- /dev/null
+++ b/sample.call
@@ -0,0 +1,44 @@
+#
+# This is a sample file that can be dumped in /var/spool/asterisk/outgoing
+# to generate a call. Obviously, you MUST specify at least a channel in
+# the same format as you would for the "Dial" application. Only one
+# channel name is permitted.
+#
+Channel: Zap/1
+#
+# You may also specify a wait time (default is 45 seconds) for how long to
+# wait for the channel to be answered, a retry time (default is 5 mins)
+# for how soon to retry this call, and a maximum number of retries (default
+# is 0) for how many times to retry this call.
+#
+MaxRetries: 2
+RetryTime: 60
+WaitTime: 30
+
+#
+# Once the call is answered, you must provide either an application/data
+# combination, or a context/extension/priority in which to start the PBX.
+#
+Context: default
+Extension: s
+Priority: 1
+
+#
+# Alternatively you can specify just an application
+# and its arguments to be run, instead of a context
+# extension and priority
+#
+#Application: VoiceMailMain
+#Data: 1234
+
+#
+# You can set the callerid that will be used for the outgoing call
+#
+#Callerid: Wakeup Call Service <(555) 555-5555>
+
+#
+# You can set channel variables that will be passed to the channel
+#
+#SetVar: file1=/tmp/to
+#SetVar: file2=/tmp/msg
+#SetVar: timestamp=20021023104500