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
This commit is contained in:
Olle Johansson
2008-07-06 08:28:58 +00:00
parent bc99e067e6
commit 6f400edeab
4 changed files with 5 additions and 5 deletions

View File

@@ -2723,7 +2723,7 @@ static int action_coreshowchannels(struct mansession *s, const struct message *m
c->name, c->uniqueid, c->context, c->exten, c->priority, c->_state, ast_state2str(c->_state),
c->appl ? c->appl : "", c->data ? S_OR(c->data, ""): "",
S_OR(c->cid.cid_num, ""), durbuf, S_OR(c->accountcode, ""), bc ? bc->name : "", bc ? bc->uniqueid : "",
agi_state(c)
ast_agi_state(c)
);
ast_channel_unlock(c);
numchans++;