]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
manager: Add documentation for NewConnectedLine event. 44/4244/1
authorEtienne Lessard <elessard@proformatique.com>
Mon, 31 Oct 2016 18:46:54 +0000 (14:46 -0400)
committerEtienne Lessard <elessard@proformatique.com>
Mon, 31 Oct 2016 18:53:34 +0000 (13:53 -0500)
The NewConnectedLine event has been added by commit fe7671f, but the
documentation was missing.

ASTERISK-26537 #close

Change-Id: I7fc331f18caa28492da9303e576f70884ca8c9e6

main/manager_channels.c

index 7a4bd23fb04f8f76c81a48755bc7586b0cab7c89..ffcd7f7e577d2b6d8ee7ba7e7874de6b9825f7ea 100644 (file)
@@ -141,6 +141,17 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
                        </see-also>
                </managerEventInstance>
        </managerEvent>
+       <managerEvent language="en_US" name="NewConnectedLine">
+               <managerEventInstance class="EVENT_FLAG_CALL">
+                       <synopsis>Raised when a channel's connected line information is changed.</synopsis>
+                       <syntax>
+                               <channel_snapshot/>
+                       </syntax>
+                       <see-also>
+                               <ref type="function">CONNECTEDLINE</ref>
+                       </see-also>
+               </managerEventInstance>
+       </managerEvent>
        <managerEvent language="en_US" name="NewAccountCode">
                <managerEventInstance class="EVENT_FLAG_CALL">
                        <synopsis>Raised when a Channel's AccountCode is changed.</synopsis>