aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-13 20:35:26 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-13 20:35:26 +0000
commiteca3b22df7ed7b7ce659aa586d1f52d31f736122 (patch)
tree940c1a1942f1e3b7266a46952d9b5ecf66e0c942 /doc
parent8fb186d8435f67a59800a7001c7bc45b7d1c4eef (diff)
Add manager events for chanspy starting or stopping
(closes issue #14469) Reported by: caio1982 Patches: chanspy_events2.diff uploaded by caio1982 (license 22) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@175655 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/manager_1_1.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/manager_1_1.txt b/doc/manager_1_1.txt
index 23ac97493..2089e0253 100644
--- a/doc/manager_1_1.txt
+++ b/doc/manager_1_1.txt
@@ -337,6 +337,21 @@ Changes to manager version 1.1:
If an actionID was specified for the SipShowRegistry action, it will be appended as the
last line of the RegistrationsComplete event.
+- Event: ChanSpyStart
+ Modules: app_chanspy
+ Purpose: Reports when an active channel starts to be monitored by someone.
+ Example:
+ Event: ChanSpyStart
+ SpyerChannel: SIP/4321-13bba124
+ SpyeeChannel: SIP/1234-56ecc098
+
+- Event: ChanSpyStop
+ Modules: app_chanspy
+ Purpose: Reports when an active channel stops to be monitored by someone.
+ Example:
+ Event: ChanSpyStop
+ SpyeeChannel: SIP/1234-56ecc098
+
* TODO
------