mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Code wasn't ready to be merged - see -dev list discussion
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@129307 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2718,13 +2718,9 @@ static int action_coreshowchannels(struct mansession *s, const struct message *m
|
||||
"AccountCode: %s\r\n"
|
||||
"BridgedChannel: %s\r\n"
|
||||
"BridgedUniqueID: %s\r\n"
|
||||
"AGIstate: %s\r\n"
|
||||
"\r\n",
|
||||
c->name, c->uniqueid, c->context, c->exten, c->priority, c->_state, ast_state2str(c->_state),
|
||||
"\r\n", 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 : "",
|
||||
ast_agi_state(c)
|
||||
);
|
||||
S_OR(c->cid.cid_num, ""), durbuf, S_OR(c->accountcode, ""), bc ? bc->name : "", bc ? bc->uniqueid : "");
|
||||
ast_channel_unlock(c);
|
||||
numchans++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user