[asterisk-commits] branch 1.2 r14191 - /branches/1.2/pbx.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Mar 22 13:59:22 MST 2006


Author: file
Date: Wed Mar 22 14:59:21 2006
New Revision: 14191

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

Modified:
    branches/1.2/pbx.c

Modified: branches/1.2/pbx.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/pbx.c?rev=14191&r1=14190&r2=14191&view=diff
==============================================================================
--- branches/1.2/pbx.c (original)
+++ branches/1.2/pbx.c Wed Mar 22 14:59:21 2006
@@ -4923,10 +4923,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