projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
478df6c
)
Adding small missing but important comma...
author
Olle Johansson
<oej@edvina.net>
Thu, 6 Dec 2007 14:55:31 +0000
(14:55 +0000)
committer
Olle Johansson
<oej@edvina.net>
Thu, 6 Dec 2007 14:55:31 +0000
(14:55 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@91406
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_meetme.c
patch
|
blob
|
history
diff --git
a/apps/app_meetme.c
b/apps/app_meetme.c
index
12c392e
..
26a565f
100644
(file)
--- a/
apps/app_meetme.c
+++ b/
apps/app_meetme.c
@@
-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>"),