summaryrefslogtreecommitdiff
path: root/include/asterisk/pbx.h
diff options
context:
space:
mode:
authorAnthony Minessale II <anthmct@yahoo.com>2004-11-23 20:25:02 +0000
committerAnthony Minessale II <anthmct@yahoo.com>2004-11-23 20:25:02 +0000
commit2a1bf5efd9ffc6f7d88615b50322759727fa0a1d (patch)
tree1214e0fc7e02681b7a6ce8c545f7f7bc3f9b6afd /include/asterisk/pbx.h
parent5e650c826016d69b1c821e386ab5a7d3d998281c (diff)
fix inherited softhangup issue in ast_goto_if_exists()
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4325 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/pbx.h')
-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 4343dc35c..37c72d6c9 100755
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -581,6 +581,8 @@ extern int pbx_set_autofallthrough(int newval);
int ast_goto_if_exists(struct ast_channel *chan, char* context, char *exten, int priority);
/* I can find neither parsable nor parseable at dictionary.com, but google gives me 169000 hits for parseable and only 49,800 for parsable */
int ast_parseable_goto(struct ast_channel *chan, const char *goto_string);
+int ast_explicit_goto(struct ast_channel *chan, const char *context, const char *exten, int priority);
+int ast_async_goto_if_exists(struct ast_channel *chan, char* context, char *exten, int priority);
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif