aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-03 16:15:44 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-03 16:15:44 +0000
commitc2b1557a20b8cfab2f17310f0c6e99966e6c8e9d (patch)
tree464e4a397c7687b53303a46d0a8ee1d05bda9836 /include
parentf60cf13e7f82d6e36727092f059f61cbb5530b8f (diff)
Allow you to use labels with + to be nice to Tilghman.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3897 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/pbx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index fdeea056f..bea2efb28 100755
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -297,6 +297,8 @@ int ast_exists_extension(struct ast_channel *c, const char *context, const char
\ */
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