aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_page.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-12 17:58:43 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-12 17:58:43 +0000
commitf1d71922fd0eb88326fba7617e3c53a6923e93dc (patch)
tree3980a7c459a6b1019a57245fb799db1244124ccd /apps/app_page.c
parentc02a5a74a07232221886f87a8cfef5aa45e8154d (diff)
- 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
Diffstat (limited to 'apps/app_page.c')
-rw-r--r--apps/app_page.c2
1 files changed, 1 insertions, 1 deletions
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 */