summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-10-03 16:15:44 +0000
committerMark Spencer <markster@digium.com>2004-10-03 16:15:44 +0000
commitb4142e0cd2a2fe3df5175ef7b975881d7f160954 (patch)
tree464e4a397c7687b53303a46d0a8ee1d05bda9836 /include
parenta17f53358c562c733146a0753135d93671866abb (diff)
Allow you to use labels with + to be nice to Tilghman.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3897 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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