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
This commit is contained in:
Anthony Minessale II
2004-11-23 20:25:02 +00:00
parent 5e650c8260
commit 2a1bf5efd9
2 changed files with 33 additions and 21 deletions
+2
View File
@@ -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