summaryrefslogtreecommitdiff
path: root/main/pbx.c
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2007-03-30 17:57:47 +0000
committerSteve Murphy <murf@digium.com>2007-03-30 17:57:47 +0000
commit09c0d56c5c627bbd713b80d8f0e5611a2d482059 (patch)
tree50f307ee74a41fa6d78b4a152b390570f3cc988e /main/pbx.c
parent0f11d3c8c3b700b93693e2c9bf9c23fbef2a1a49 (diff)
Merged revisions 59522 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r59522 | murf | 2007-03-30 11:51:17 -0600 (Fri, 30 Mar 2007) | 1 line several changes via kpflemings review ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@59523 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/pbx.c')
-rw-r--r--main/pbx.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/pbx.c b/main/pbx.c
index d8aef64df..2ce76054d 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -4940,11 +4940,6 @@ static int ast_pbx_outgoing_cdr_failed(void)
return -1; /* failure */
if (!chan->cdr) {
- chan->cdr = ast_cdr_alloc(); /* allocate a cdr for the channel */
- ast_log(LOG_NOTICE, "=====PBX_OUTGOING_CDR_FAILED ALLOCS CHANNEL CDR for %s\n", chan->name);
- }
-
- if (!chan->cdr) {
/* allocation of the cdr failed */
ast_channel_free(chan); /* free the channel */
return -1; /* return failure */