From: Matthew Jordan Date: Fri, 20 Jul 2012 19:08:47 +0000 (+0000) Subject: Clean up ManagerEvent Dial documentation X-Git-Tag: 11.0.0-beta1~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbf4040a36992856397ebba90bffa54d276f0d86;p=thirdparty%2Fasterisk.git 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 --- diff --git a/apps/app_dial.c b/apps/app_dial.c index ccb7b018c2..23a6c68b03 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -825,11 +825,11 @@ static void senddialevent(struct ast_channel *src, struct ast_channel *dst, cons Raised when a dial action has started. + A sub event type, specifying whether the dial action has begun or ended. - A sub event type, specifying whether the dial action has begun or ended.