From e6a260c7472b6647b1c766b77fa97232616befdc Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Mon, 18 Feb 2008 15:47:00 +0000 Subject: 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 --- apps/app_channelredirect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/app_channelredirect.c b/apps/app_channelredirect.c index d92840fce..462942724 100644 --- a/apps/app_channelredirect.c +++ b/apps/app_channelredirect.c @@ -72,7 +72,7 @@ static int asyncgoto_exec(struct ast_channel *chan, void *data) return -1; } - res = ast_parseable_goto(chan2, args.label); + res = ast_async_parseable_goto(chan2, args.label); ast_channel_unlock(chan2); -- cgit v1.2.3