[asterisk-commits] trunk r14220 - in /trunk: ./ pbx.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Mar 22 14:05:26 MST 2006


Author: file
Date: Wed Mar 22 15:05:24 2006
New Revision: 14220

URL: http://svn.digium.com/view/asterisk?rev=14220&view=rev
Log:
Issue #6780 - ast_pbx_outgoing_cdr_failed description fix. (Reported and fixed by casper) - imported from 1.2

Modified:
    trunk/   (props changed)
    trunk/pbx.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: trunk/pbx.c
URL: http://svn.digium.com/view/asterisk/trunk/pbx.c?rev=14220&r1=14219&r2=14220&view=diff
==============================================================================
--- trunk/pbx.c (original)
+++ trunk/pbx.c Wed Mar 22 15:05:24 2006
@@ -4678,10 +4678,9 @@
 	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)



More information about the asterisk-commits mailing list