summaryrefslogtreecommitdiff
path: root/pbx/pbx_realtime.c
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2008-07-06 08:28:58 +0000
committerOlle Johansson <oej@edvina.net>2008-07-06 08:28:58 +0000
commit6f400edeab489dcdc3074dfe5a1c17cf5722386a (patch)
tree4e9f2c6aa97bd7eba5873402323bc67e7631204d /pbx/pbx_realtime.c
parentbc99e067e6ddde1d266f9318f020253eaa57039e (diff)
Changing name of global api call to ast_*
My mistake, pointed out by Russell. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@128378 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx/pbx_realtime.c')
-rw-r--r--pbx/pbx_realtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_realtime.c b/pbx/pbx_realtime.c
index 2b7a0dd7f..7f99ff733 100644
--- a/pbx/pbx_realtime.c
+++ b/pbx/pbx_realtime.c
@@ -228,7 +228,7 @@ static int realtime_exec(struct ast_channel *chan, const char *context, const ch
"AppData: %s\r\n"
"Uniqueid: %s\r\n"
"AGIstate: %s\r\n",
- chan->name, chan->context, chan->exten, chan->priority, app, !ast_strlen_zero(appdata) ? appdata : "(NULL)", chan->uniqueid, agi_state(chan));
+ chan->name, chan->context, chan->exten, chan->priority, app, !ast_strlen_zero(appdata) ? appdata : "(NULL)", chan->uniqueid, ast_agi_state(chan));
res = pbx_exec(chan, a, appdata);
} else