aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/cdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/cdr.h')
-rwxr-xr-xinclude/asterisk/cdr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asterisk/cdr.h b/include/asterisk/cdr.h
index 78df4b9de..e14b7c653 100755
--- a/include/asterisk/cdr.h
+++ b/include/asterisk/cdr.h
@@ -219,6 +219,7 @@ extern void ast_cdr_submit_batch(int shutdown);
/*! Set the destination channel, if there was one */
/*!
* \param cdr Which cdr it's applied to
+ * \param chan Channel to which dest will be
* Sets the destination channel the CDR is applied to
* Returns nothing
*/
@@ -244,7 +245,7 @@ extern int ast_cdr_amaflags2int(const char *flag);
/*! Disposition to a string */
/*!
- * \param flag input binary form
+ * \param disposition input binary form
* Converts the binary form of a disposition to string form.
* Returns a pointer to the string form
*/