mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 00:24:05 +00:00
patch from bug 0007204 to make bug 5750 follow standard
manager naming convention. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@29592 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1694,14 +1694,14 @@ bailoutandtrynormal:
|
||||
"Uniqueid: %s\r\n"
|
||||
"Meetme: %s\r\n"
|
||||
"Usernum: %d\r\n"
|
||||
"CIDnum: %s\r\n"
|
||||
"CIDname: %s\r\n"
|
||||
"Duration: %02d:%02d:%02d\r\n",
|
||||
"CallerIDnum: %s\r\n"
|
||||
"CallerIDname: %s\r\n"
|
||||
"Duration: %ld\r\n",
|
||||
chan->name, chan->uniqueid, conf->confno,
|
||||
user->user_no,
|
||||
S_OR(user->chan->cid.cid_num, "<unknown>"),
|
||||
S_OR(user->chan->cid.cid_name, "<no name>"),
|
||||
hr, min, sec);
|
||||
S_OR(user->chan->cid.cid_name, "<unknown>"),
|
||||
(now - user->jointime));
|
||||
|
||||
conf->users--;
|
||||
conf->refcount--;
|
||||
|
Reference in New Issue
Block a user