mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 16:20:37 +00:00
Adding small missing but important comma...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@91406 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1893,7 +1893,7 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c
|
||||
"Meetme: %s\r\n"
|
||||
"Usernum: %d\r\n"
|
||||
"CallerIDnum: %s\r\n"
|
||||
"CallerIDname: %s\r\n"
|
||||
"CallerIDname: %s\r\n",
|
||||
chan->name, chan->uniqueid, conf->confno,
|
||||
user->user_no,
|
||||
S_OR(user->chan->cid.cid_num, "<unknown>"),
|
||||
|
||||
Reference in New Issue
Block a user