aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-22 21:05:24 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-22 21:05:24 +0000
commit2b16792999e3ca696f3cad9db46de64bcbc3070c (patch)
tree50628e582a68cf2c411cda10f19ceacdedfca23c /pbx.c
parent53b2bdeb7db829447354eacb7384c3604326554a (diff)
Issue #6780 - ast_pbx_outgoing_cdr_failed description fix. (Reported and fixed by casper) - imported from 1.2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14220 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx.c')
-rw-r--r--pbx.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/pbx.c b/pbx.c
index 197175c1e..a4750b254 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)