aboutsummaryrefslogtreecommitdiffstats
path: root/sample.call
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-11 20:52:37 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-11 20:52:37 +0000
commit31fbdff1d7b5ada9720a7aa7bac808799532ede6 (patch)
treec2aca58de7275156e079c82309c246d3c13b1dc7 /sample.call
parent5903062f30939ac70a6e4bcab811614d95d74e21 (diff)
allow semicolons to be escaped in call files (issue #5407)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6742 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'sample.call')
-rwxr-xr-xsample.call14
1 files changed, 11 insertions, 3 deletions
diff --git a/sample.call b/sample.call
index 38fae5fed..750ef4ddf 100755
--- a/sample.call
+++ b/sample.call
@@ -1,8 +1,16 @@
#
# 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.
+# to generate a call.
+#
+# Comments are indicated by a '#' character that begins a line, or follows
+# a space or tab character. To be consistent with the configuration files
+# in Asterisk, comments can also be indicated by a semicolon. However, the
+# multiline comments (;-- --;) used in Asterisk configuration files are not
+# supported. Semicolons can be escaped by a backslash.
+#
+
+# 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
#