[svn-commits] file: branch file/bridging-phase2 r180531 - /team/file/bridging-phase2/includ...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Mar 6 11:04:23 CST 2009


Author: file
Date: Fri Mar  6 11:04:20 2009
New Revision: 180531

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=180531
Log:
Add a general description of what interval hooks are.

Modified:
    team/file/bridging-phase2/include/asterisk/bridging.h

Modified: team/file/bridging-phase2/include/asterisk/bridging.h
URL: http://svn.digium.com/svn-view/asterisk/team/file/bridging-phase2/include/asterisk/bridging.h?view=diff&rev=180531&r1=180530&r2=180531
==============================================================================
--- team/file/bridging-phase2/include/asterisk/bridging.h (original)
+++ team/file/bridging-phase2/include/asterisk/bridging.h Fri Mar  6 11:04:20 2009
@@ -53,6 +53,10 @@
  * settings on the conference bridge. This can be accomplished by attaching a feature hook
  * that calls an IVR function when a DTMF string is entered.
  *
+ * Interval hooks allow a developer to tell the bridging core that a callback should be
+ * executed at a specific interval on a channel. For example, a dialing application may want
+ * to limit the duration of the call. This can be accomplished by attaching an interval hook
+ * with the duration of the call and having the callback set the channel to hang up.
  */
 
 #ifndef _ASTERISK_BRIDGING_H




More information about the svn-commits mailing list