aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/pbx.h
diff options
context:
space:
mode:
authoranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2004-11-23 20:25:02 +0000
committeranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2004-11-23 20:25:02 +0000
commit728e18f777e12ee91e1828805e6eabfb7c6b5dc3 (patch)
tree1214e0fc7e02681b7a6ce8c545f7f7bc3f9b6afd /include/asterisk/pbx.h
parentf53a4499ef0913a196808e53319cd619e8e2b153 (diff)
fix inherited softhangup issue in ast_goto_if_exists()
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4325 f38db490-d61c-443f-a65b-d21fe96a405b
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