[Asterisk-cvs] asterisk/include/asterisk pbx.h,1.27,1.28
markster at lists.digium.com
markster at lists.digium.com
Sun Oct 3 12:14:01 CDT 2004
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv22927/include/asterisk
Modified Files:
pbx.h
Log Message:
Allow you to use labels with + to be nice to Tilghman.
Index: pbx.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/pbx.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- pbx.h 3 Oct 2004 04:19:58 -0000 1.27
+++ pbx.h 3 Oct 2004 16:15:44 -0000 1.28
@@ -297,6 +297,8 @@
\ */
int ast_findlabel_extension(struct ast_channel *c, const char *context, const char *exten, const char *label, const char *callerid);
+int ast_findlabel_extension2(struct ast_channel *c, struct ast_context *con, const char *exten, const char *label, const char *callerid);
+
//! Looks for a valid matching extension
/*!
\param c not really important
More information about the svn-commits
mailing list