mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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++;
|
||||
|
Reference in New Issue
Block a user