[asterisk-commits] jrose: branch jrose/bridge_projects r388225 - /team/jrose/bridge_projects/res...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu May 9 16:43:42 CDT 2013


Author: jrose
Date: Thu May  9 16:43:41 2013
New Revision: 388225

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=388225
Log:
document need for silence announcement to be initialized in the park common setup fn

Modified:
    team/jrose/bridge_projects/res/parking/res_parking.h

Modified: team/jrose/bridge_projects/res/parking/res_parking.h
URL: http://svnview.digium.com/svn/asterisk/team/jrose/bridge_projects/res/parking/res_parking.h?view=diff&rev=388225&r1=388224&r2=388225
==============================================================================
--- team/jrose/bridge_projects/res/parking/res_parking.h (original)
+++ team/jrose/bridge_projects/res/parking/res_parking.h Thu May  9 16:43:41 2013
@@ -319,6 +319,7 @@
  * \param parker The channel initiating the park; may be the parkee as well
  * \param app_data arguments supplied to the Park application. May be NULL.
  * \param silence_announcements optional pointer to an integer where we want to store the silence option flag
+ *        this value should be initialized to 0 prior to calling park_common_setup.
  *
  * \retval reference to a parking bridge if successful
  * \retval NULL on failure




More information about the asterisk-commits mailing list