mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
document that ast_cdr_answer is happy with a NULL argument
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@24463 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -166,6 +166,7 @@ void ast_cdr_start(struct ast_cdr *cdr);
|
|||||||
/*!
|
/*!
|
||||||
* \param cdr the cdr you wish to associate with the call
|
* \param cdr the cdr you wish to associate with the call
|
||||||
* Starts all CDR stuff necessary for doing CDR when answering a 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);
|
void ast_cdr_answer(struct ast_cdr *cdr);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user