aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
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)