[asterisk-commits] qwell: branch qwell/hold_events r389617 - /team/qwell/hold_events/main/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu May 23 15:46:16 CDT 2013
Author: qwell
Date: Thu May 23 15:46:13 2013
New Revision: 389617
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=389617
Log:
Add documentation for hold/unhold events.
Modified:
team/qwell/hold_events/main/manager_channels.c
Modified: team/qwell/hold_events/main/manager_channels.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/hold_events/main/manager_channels.c?view=diff&rev=389617&r1=389616&r2=389617
==============================================================================
--- team/qwell/hold_events/main/manager_channels.c (original)
+++ team/qwell/hold_events/main/manager_channels.c Thu May 23 15:46:13 2013
@@ -228,6 +228,25 @@
<see-also>
<ref type="application">Dial</ref>
</see-also>
+ </managerEventInstance>
+ </managerEvent>
+ <managerEvent language="en_US" name="Hold">
+ <managerEventInstance class="EVENT_FLAG_CALL">
+ <synopsis>Raised when a channel goes on hold.</synopsis>
+ <syntax>
+ <xi:include xpointer="xpointer(/docs/managerEvent[@name='Newchannel']/managerEventInstance/syntax/parameter)" />
+ <parameter name="MusicClass">
+ <para>The suggested MusicClass, if provided.</para>
+ </parameter>
+ </syntax>
+ </managerEventInstance>
+ </managerEvent>
+ <managerEvent language="en_US" name="Unhold">
+ <managerEventInstance class="EVENT_FLAG_CALL">
+ <synopsis>Raised when a channel goes off hold.</synopsis>
+ <syntax>
+ <xi:include xpointer="xpointer(/docs/managerEvent[@name='Newchannel']/managerEventInstance/syntax/parameter)" />
+ </syntax>
</managerEventInstance>
</managerEvent>
***/
More information about the asterisk-commits
mailing list