[Asterisk-cvs] asterisk/include/asterisk config.h,1.21,1.22

kpfleming kpfleming
Mon Aug 22 21:42:24 CDT 2005


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

Modified Files:
	config.h 
Log Message:
add 'sip show settings' CLI command (issue #4806)


Index: config.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/config.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- config.h	24 Jun 2005 22:45:15 -0000	1.21
+++ config.h	23 Aug 2005 01:44:28 -0000	1.22
@@ -156,6 +156,12 @@
  */
 int ast_update_realtime(const char *family, const char *keyfield, const char *lookup, ...);
 
+/*! Check if realtime engine is configured for family 
+  returns 1 if family is configured in realtime and engine exists
+  \param family which family/config to be checked
+*/
+int ast_check_realtime(const char *family);
+
 /*! Free variable list */
 /*!
  * \param var the linked list of variables to free




More information about the svn-commits mailing list