[asterisk-commits] russell: branch russell/chan_refcount r100075 - /team/russell/chan_refcount/m...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jan 23 18:21:17 CST 2008


Author: russell
Date: Wed Jan 23 18:21:16 2008
New Revision: 100075

URL: http://svn.digium.com/view/asterisk?view=rev&rev=100075
Log:
restore a change that is unrelated to the changes in this branch

Modified:
    team/russell/chan_refcount/main/audiohook.c

Change Statistics:
 0 files changed

Modified: team/russell/chan_refcount/main/audiohook.c
URL: http://svn.digium.com/view/asterisk/team/russell/chan_refcount/main/audiohook.c?view=diff&rev=100075&r1=100074&r2=100075
==============================================================================
--- team/russell/chan_refcount/main/audiohook.c (original)
+++ team/russell/chan_refcount/main/audiohook.c Wed Jan 23 18:21:16 2008
@@ -398,6 +398,11 @@
 	return NULL;
 }
 
+/*! \brief Detach specified source audiohook from channel
+ * \param chan Channel to detach from
+ * \param source Name of source to detach
+ * \return Returns 0 on success, -1 on failure
+ */
 int ast_audiohook_detach_source(struct ast_channel *chan, const char *source)
 {
 	struct ast_audiohook *audiohook = NULL;




More information about the asterisk-commits mailing list