[asterisk-commits] dlee: branch dlee/record-controls r396025 - /team/dlee/record-controls/includ...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Aug 1 15:19:33 CDT 2013


Author: dlee
Date: Thu Aug  1 15:19:29 2013
New Revision: 396025

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=396025
Log:
Fixed playfile comment

Modified:
    team/dlee/record-controls/include/asterisk/app.h

Modified: team/dlee/record-controls/include/asterisk/app.h
URL: http://svnview.digium.com/svn/asterisk/team/dlee/record-controls/include/asterisk/app.h?view=diff&rev=396025&r1=396024&r2=396025
==============================================================================
--- team/dlee/record-controls/include/asterisk/app.h (original)
+++ team/dlee/record-controls/include/asterisk/app.h Thu Aug  1 15:19:29 2013
@@ -709,7 +709,7 @@
  *        skip_confirmation_sound is false.
  *
  * \param chan the channel being recorded
- * \param playfile Filename of sound to play before recording begins. Implies beep.
+ * \param playfile Filename of sound to play before recording begins. A beep is also played when playfile completes, before the recording begins.
  * \param recordfile Filename to save the recording
  * \param maxtime_sec Longest possible message length in seconds
  * \param fmt string containing all formats to be recorded delimited by '|'




More information about the asterisk-commits mailing list