summaryrefslogtreecommitdiff
path: root/main/manager_channels.c
diff options
context:
space:
mode:
authorEtienne Lessard <elessard@proformatique.com>2016-10-31 14:46:54 -0400
committerEtienne Lessard <elessard@proformatique.com>2016-10-31 14:46:54 -0400
commit1648ca06c3257874e229df8f32a0b34082105471 (patch)
tree2f20b56e0a2b6775e365d6ff364987b67099e3a9 /main/manager_channels.c
parent3ad4719917c106a79546676ffec22af9a0921eb4 (diff)
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
Diffstat (limited to 'main/manager_channels.c')
-rw-r--r--main/manager_channels.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/manager_channels.c b/main/manager_channels.c
index 7f3c1b645..22429b76a 100644
--- a/main/manager_channels.c
+++ b/main/manager_channels.c
@@ -139,6 +139,17 @@
</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>