[Asterisk-cvs] asterisk/include/asterisk options.h, 1.13, 1.14 pbx.h, 1.46, 1.47

markster at lists.digium.com markster at lists.digium.com
Tue May 17 21:44:03 CDT 2005


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

Modified Files:
	options.h pbx.h 
Log Message:
Add optional call limit


Index: options.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/options.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- options.h	4 Apr 2005 03:28:38 -0000	1.13
+++ options.h	18 May 2005 01:49:13 -0000	1.14
@@ -33,6 +33,7 @@
 extern int option_cache_record_files;
 extern int option_timestamp;
 extern int option_transcode_slin;
+extern int option_maxcalls;
 extern char defaultlanguage[];
 extern time_t ast_startuptime;
 extern time_t ast_lastreloadtime;

Index: pbx.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/pbx.h,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- pbx.h	5 May 2005 15:07:49 -0000	1.46
+++ pbx.h	18 May 2005 01:49:13 -0000	1.47
@@ -602,6 +602,9 @@
 struct ast_custom_function* ast_custom_function_find(char *name);
 int ast_custom_function_unregister(struct ast_custom_function *acf);
 int ast_custom_function_register(struct ast_custom_function *acf);
+
+/* Number of active calls */
+int ast_active_calls(void);
 	
 /*! executes a read operation on a function */
 /*!




More information about the svn-commits mailing list