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

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jul 24 16:48:25 CDT 2013


Author: dlee
Date: Wed Jul 24 16:48:23 2013
New Revision: 395337

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=395337
Log:
Fixed 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=395337&r1=395336&r2=395337
==============================================================================
--- team/dlee/record-controls/include/asterisk/app.h (original)
+++ team/dlee/record-controls/include/asterisk/app.h Wed Jul 24 16:48:23 2013
@@ -714,7 +714,7 @@
  * \param maxtime_sec Longest possible message length in seconds
  * \param fmt string containing all formats to be recorded delimited by '|'
  * \param duration pointer to integer for storing length of the recording
- * \param beep If true, play a beep before recording begins.
+ * \param beep If true, play a beep before recording begins (and doesn't play \a playfile)
  * \param sound_duration pointer to integer for storing length of the recording minus all silence
  * \param silencethreshold tolerance of noise levels that can be considered silence for the purpose of silence timeout, -1 for default
  * \param maxsilence_ms Length of time in milliseconds which will trigger a timeout from silence, -1 for default




More information about the asterisk-commits mailing list