mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 16:50:14 +00:00
Clean up ManagerEvent Dial documentation
The paragraph describing the SubEvent belongs with the SubEvent parameter itself, and not with its enum values. The order of parsing was placing the description after the last enum, which isn't correct. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370329 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -825,11 +825,11 @@ static void senddialevent(struct ast_channel *src, struct ast_channel *dst, cons
|
||||
<synopsis>Raised when a dial action has started.</synopsis>
|
||||
<syntax>
|
||||
<parameter name="SubEvent">
|
||||
<para>A sub event type, specifying whether the dial action has begun or ended.</para>
|
||||
<enumlist>
|
||||
<enum name="Begin"/>
|
||||
<enum name="End"/>
|
||||
</enumlist>
|
||||
<para>A sub event type, specifying whether the dial action has begun or ended.</para>
|
||||
</parameter>
|
||||
</syntax>
|
||||
</managerEventInstance>
|
||||
|
||||
Reference in New Issue
Block a user