Skip to content
Snippets Groups Projects
Commit 42bd70b2 authored by Etienne Lessard's avatar Etienne Lessard
Browse files

manager: Add documentation for NewConnectedLine event.

The NewConnectedLine event has been added by commit fe7671fe, but the
documentation was missing.

ASTERISK-26537 #close

Change-Id: I7fc331f18caa28492da9303e576f70884ca8c9e6
parent 55435e21
Branches
Tags
No related merge requests found
...@@ -141,6 +141,17 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") ...@@ -141,6 +141,17 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</see-also> </see-also>
</managerEventInstance> </managerEventInstance>
</managerEvent> </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"> <managerEvent language="en_US" name="NewAccountCode">
<managerEventInstance class="EVENT_FLAG_CALL"> <managerEventInstance class="EVENT_FLAG_CALL">
<synopsis>Raised when a Channel's AccountCode is changed.</synopsis> <synopsis>Raised when a Channel's AccountCode is changed.</synopsis>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment