[Asterisk-cvs] asterisk/include/asterisk pbx.h,1.28,1.29

markster at lists.digium.com markster at lists.digium.com
Sat Oct 16 15:46:06 CDT 2004


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

Modified Files:
	pbx.h 
Log Message:
Add autofallthrough mode


Index: pbx.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/pbx.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- pbx.h	3 Oct 2004 16:15:44 -0000	1.28
+++ pbx.h	16 Oct 2004 19:46:02 -0000	1.29
@@ -550,6 +550,11 @@
 
 int ast_extension_patmatch(const char *pattern, const char *data);
 
+/* Set "autofallthrough" flag, if newval is <0, does not acutally set.  If
+  set to 1, sets to auto fall through.  If newval set to 0, sets to no auto
+  fall through (reads extension instead).  Returns previous value. */
+extern int pbx_set_autofallthrough(int newval);
+
 #if defined(__cplusplus) || defined(c_plusplus)
 }
 #endif




More information about the svn-commits mailing list