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:
0220ec0
)
updated ast_channel_alloc() call to include the 4 extra args everyone got. Not much...
author
Steve Murphy
<murf@digium.com>
Tue, 10 Apr 2007 16:07:10 +0000
(16:07 +0000)
committer
Steve Murphy
<murf@digium.com>
Tue, 10 Apr 2007 16:07:10 +0000
(16:07 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@61221
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_jingle.c
patch
|
blob
|
history
diff --git
a/channels/chan_jingle.c
b/channels/chan_jingle.c
index
87fb379
..
4da4b85
100644
(file)
--- a/
channels/chan_jingle.c
+++ b/
channels/chan_jingle.c
@@
-765,7
+765,7
@@
static struct ast_channel *jingle_new(struct jingle *client, struct jingle_pvt *
str = title;
else
str = i->from;
- tmp = ast_channel_alloc(1, state, i->cid_num, i->cid_name, "Jingle/%s-%04lx", str, ast_random() & 0xffff);
+ tmp = ast_channel_alloc(1, state, i->cid_num, i->cid_name, "", "", "", 0, "Jingle/%s-%04lx", str, ast_random() & 0xffff);
if (!tmp) {
ast_log(LOG_WARNING, "Unable to allocate Jingle channel structure!\n");
return NULL;