diff --git a/include/asterisk/cdr.h b/include/asterisk/cdr.h index b08f0fd7bf58275479c76a80acd90dfef37e0418..33413bc34ed595f1e9463b4a494a5990c91d6bb6 100644 --- a/include/asterisk/cdr.h +++ b/include/asterisk/cdr.h @@ -166,6 +166,7 @@ void ast_cdr_start(struct ast_cdr *cdr); /*! * \param cdr the cdr you wish to associate with the call * Starts all CDR stuff necessary for doing CDR when answering a call + * NULL argument is just fine. */ void ast_cdr_answer(struct ast_cdr *cdr);