From f1d71922fd0eb88326fba7617e3c53a6923e93dc Mon Sep 17 00:00:00 2001 From: russell Date: Mon, 12 Feb 2007 17:58:43 +0000 Subject: - Add the ability to register a callback to monitor state changes in an asynchronous dial operation. - Rename the various references to "status" to "state" in the dial API git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@54066 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_page.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_page.c') diff --git a/apps/app_page.c b/apps/app_page.c index b5d33e651..2727f70d9 100644 --- a/apps/app_page.c +++ b/apps/app_page.c @@ -168,7 +168,7 @@ static int page_exec(struct ast_channel *chan, void *data) struct ast_dial *dial = dials[i]; /* If the dial is already answered, then they will/should get kicked out by Meetme */ - if (ast_dial_status(dial) != AST_DIAL_RESULT_ANSWERED) + if (ast_dial_state(dial) != AST_DIAL_RESULT_ANSWERED) ast_dial_join(dial); /* Hangup all channels */ -- cgit v1.2.3