Add an API call (ast_async_parseable_goto) which parses a goto string and does an async goto instead of an explicit goto.

(closes issue #11753)
Reported by: johan


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103765 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2008-02-18 15:47:00 +00:00
parent 67ac1d44da
commit e6a260c747
3 changed files with 22 additions and 3 deletions

View File

@@ -861,6 +861,11 @@ int ast_goto_if_exists(struct ast_channel *chan, const char *context, const char
*/
int ast_parseable_goto(struct ast_channel *chan, const char *goto_string);
/*!
* \note This function will handle locking the channel as needed.
*/
int ast_async_parseable_goto(struct ast_channel *chan, const char *goto_string);
/*!
* \note This function will handle locking the channel as needed.
*/