aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-22 21:07:01 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-22 21:07:01 +0000
commit760997557f086c5676c017927605c1af3cf4f06a (patch)
tree88ed3064f1a4f117ed109fea636d1a5b86eebdaa /pbx.c
parent45aa77af44dd5f7b5988fb9e6c3e9016ad658f55 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@14229 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)