diff --git a/include/asterisk/cdr.h b/include/asterisk/cdr.h index b08f0fd7bf..33413bc34e 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);