[asterisk-commits] dlee: branch dlee/record r393054 - /team/dlee/record/include/asterisk/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jun 27 10:47:52 CDT 2013
Author: dlee
Date: Thu Jun 27 10:47:49 2013
New Revision: 393054
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=393054
Log:
Addressed review feedback: Fixed comment and oops
Modified:
team/dlee/record/include/asterisk/app.h
team/dlee/record/include/asterisk/channel.h
Modified: team/dlee/record/include/asterisk/app.h
URL: http://svnview.digium.com/svn/asterisk/team/dlee/record/include/asterisk/app.h?view=diff&rev=393054&r1=393053&r2=393054
==============================================================================
--- team/dlee/record/include/asterisk/app.h (original)
+++ team/dlee/record/include/asterisk/app.h Thu Jun 27 10:47:49 2013
@@ -721,7 +721,7 @@
* \param acceptdtmf Character of DTMF to end and accept the recording
* \param canceldtmf Character of DTMF to end and cancel the recording
* \param skip_confirmation_sound If true, don't play auth-thankyou at end. Nice for custom recording prompts in apps.
- * \param ast_record_if_exists Action to take if recording already exists.
+ * \param if_exists Action to take if recording already exists.
*
* \retval -1 failure or hangup
* \retval 'S' Recording ended from silence timeout
Modified: team/dlee/record/include/asterisk/channel.h
URL: http://svnview.digium.com/svn/asterisk/team/dlee/record/include/asterisk/channel.h?view=diff&rev=393054&r1=393053&r2=393054
==============================================================================
--- team/dlee/record/include/asterisk/channel.h (original)
+++ team/dlee/record/include/asterisk/channel.h Thu Jun 27 10:47:49 2013
@@ -1849,6 +1849,7 @@
/*! \brief Send empty audio to prime a channel driver */
int ast_prod(struct ast_channel *chan);
+
/*!
* \brief Sets read format on channel chan from capabilities
* Set read format for channel to whichever component of "format" is best.
More information about the asterisk-commits
mailing list