Issue #6780 - ast_pbx_outgoing_cdr_failed description fix. (Reported and fixed by casper)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@14191 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2
Joshua Colp 20 years ago
parent 674425a343
commit d31a0d9e7b

@ -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)

Loading…
Cancel
Save