[Asterisk-cvs] asterisk/include/asterisk cdr.h,1.23,1.24

kpfleming at lists.digium.com kpfleming at lists.digium.com
Wed May 4 11:49:44 CDT 2005


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

Modified Files:
	cdr.h 
Log Message:
remove hardcoded CDR() support from pbx_builtin_setvar_helper in favor of already-implemented CDR() function
make SetVar() options actually work as documented
remove SetVar() 'c' and 'r' options, since the CDR() function can provide this functionality
add 'r' option to CDR() function to control recursive retrieval/storage
(inspired by bug #4143, but without the SetVar syntax changes)


Index: cdr.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/cdr.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- cdr.h	21 Apr 2005 06:02:44 -0000	1.23
+++ cdr.h	4 May 2005 15:56:44 -0000	1.24
@@ -23,8 +23,6 @@
 #define AST_CDR_FLAG_POSTED			(1 << 1)
 #define AST_CDR_FLAG_LOCKED			(1 << 2)
 #define AST_CDR_FLAG_CHILD			(1 << 3)
-#define AST_CDR_FLAG_SETVAR			(1 << 4)
-#define AST_CDR_FLAG_RECUR		 	(1 << 5)
 
 #define AST_CDR_NOANSWER			(1 << 0)
 #define AST_CDR_BUSY				(1 << 1)




More information about the svn-commits mailing list