From: Etienne Lessard Date: Mon, 31 Oct 2016 18:46:54 +0000 (-0400) Subject: manager: Add documentation for NewConnectedLine event. X-Git-Tag: 13.13.0-rc1~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42bd70b29f5673ffead10c70cc4096c1410f4144;p=thirdparty%2Fasterisk.git manager: Add documentation for NewConnectedLine event. The NewConnectedLine event has been added by commit fe7671f, but the documentation was missing. ASTERISK-26537 #close Change-Id: I7fc331f18caa28492da9303e576f70884ca8c9e6 --- diff --git a/main/manager_channels.c b/main/manager_channels.c index 7a4bd23fb0..ffcd7f7e57 100644 --- a/main/manager_channels.c +++ b/main/manager_channels.c @@ -141,6 +141,17 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + + + Raised when a channel's connected line information is changed. + + + + + CONNECTEDLINE + + + Raised when a Channel's AccountCode is changed.