[Home]

Summary:ASTERISK-05261: [PATCH] Semicolons in call spool files
Reporter:mikma (mikma)Labels:
Date Opened:2005-10-07 10:05:57Date Closed:2008-01-15 15:50:28.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) ast_spool_semicolon.patch
Description:Semicolons can't be used in call spool files, since they are used in comments. With this patch they can written in for example Channel strings by escaping with a backslash. This is already supported in config files.
Comments:By: Russell Bryant (russell) 2005-10-11 17:00:57

fixed in cvs head.  I also added a note to sample.call to note how comments are handled.  Thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:50:28.000-0600

Repository: asterisk
Revision: 6742

U   trunk/pbx/pbx_spool.c
U   trunk/sample.call

------------------------------------------------------------------------
r6742 | russell | 2008-01-15 15:50:28 -0600 (Tue, 15 Jan 2008) | 2 lines

allow semicolons to be escaped in call files (issue ASTERISK-5261)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=6742