From: Joshua Colp Date: Wed, 22 Mar 2006 21:05:24 +0000 (+0000) Subject: Issue #6780 - ast_pbx_outgoing_cdr_failed description fix. (Reported and fixed by... X-Git-Tag: 1.4.0-beta1~2359 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca27f447e0f4ff7b55c0d2c5d0f4e301e3a81f68;p=thirdparty%2Fasterisk.git Issue #6780 - ast_pbx_outgoing_cdr_failed description fix. (Reported and fixed by casper) - imported from 1.2 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14220 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/pbx.c b/pbx.c index 197175c1ed..a4750b2540 100644 --- a/pbx.c +++ b/pbx.c @@ -4678,10 +4678,9 @@ static void *async_wait(void *data) return NULL; } -/*! Function to update the cdr after a spool call fails. +/*! Function to post an empty cdr after a spool call fails. * - * This function updates the cdr for a failed spool call - * and takes the channel of the failed call as an argument. + * This function posts an empty cdr for a failed spool call * */ int ast_pbx_outgoing_cdr_failed(void)