aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-22 20:59:21 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-22 20:59:21 +0000
commit9891fc8f894f2460596dc9d1d90d7e14a6a2c289 (patch)
tree0540e9039001359dc4035af12b541b4d4fe3e65c /pbx.c
parent0966ba05864f593e74dccc647e94a71293ea511f (diff)
Issue #6780 - ast_pbx_outgoing_cdr_failed description fix. (Reported and fixed by casper)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@14191 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 7a3e80aa4..7851f3d37 100644
--- a/pbx.c
+++ b/pbx.c
@@ -4923,10 +4923,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)