Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv992

Modified Files:
        sample.call 
Log Message:
allow semicolons to be escaped in call files (issue #5407)


Index: sample.call
===================================================================
RCS file: /usr/cvsroot/asterisk/sample.call,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sample.call 15 Jul 2005 23:24:51 -0000      1.3
+++ sample.call 11 Oct 2005 20:52:37 -0000      1.4
@@ -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
 #

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to