From ecaf7819337745bba5fd6a4a3a031ba2c77da331 Mon Sep 17 00:00:00 2001 From: Steve Murphy Date: Tue, 10 Apr 2007 05:41:34 +0000 Subject: Merged revisions 60989 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r60989 | murf | 2007-04-09 12:32:07 -0600 (Mon, 09 Apr 2007) | 1 line This is a big improvement over the current CDR fixes. It may still need refinement, but this won't have as many folks bothered. This also adds the mods from 1.4/r.61136; ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@61152 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_features.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channels/chan_features.c') diff --git a/channels/chan_features.c b/channels/chan_features.c index 2fb720780..09792700c 100644 --- a/channels/chan_features.c +++ b/channels/chan_features.c @@ -472,7 +472,7 @@ static struct ast_channel *features_new(struct feature_pvt *p, int state, int in if (y >= 3) break; } - tmp = ast_channel_alloc(0, state, 0,0, b2); + tmp = ast_channel_alloc(0, state, 0,0, "", "", "", 0, b2); /* free up the name, it was copied into the channel name */ if (b2) free(b2); -- cgit v1.2.3