aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-14 19:35:54 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-14 19:35:54 +0000
commit1ed4aeff0519cdfae4de1cc98a1940322885272d (patch)
tree65908622bfec757b5f4d521f8ce74806322b1dd4 /doc
parentf25d016efe4bf0a6da5dd5ff19fcffa1cb5b64b4 (diff)
Add missing documentation for SipShowRegistry action and RegistryEntry event.
(closes issue #13342) Reported and patch by: Laureano git-svn-id: http://svn.digium.com/svn/asterisk/trunk@149040 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/manager_1_1.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/manager_1_1.txt b/doc/manager_1_1.txt
index 6feede773..9296b0943 100644
--- a/doc/manager_1_1.txt
+++ b/doc/manager_1_1.txt
@@ -187,6 +187,12 @@ Changes to manager version 1.1:
Priority: The priority to transfer to
Context: The context to transfer to
+- Action: SipShowRegistry
+ Modules: chan_sip
+ Purpose:
+ To request that the manager send a list of RegistryEntry events.
+ Variables:
+ ActionId: <id> Action ID for this transaction. Will be returned.
* NEW EVENTS
------------
@@ -307,6 +313,22 @@ Changes to manager version 1.1:
MemberName: Thaddeus McClintock
Ringtime: 10
+- Event: RegistryEntry
+ Modules: chan_sip
+ Purpose: Reports the state of the SIP registrations. This event is generated by
+ issuing a QueueSummary AMI action.
+ The RegistrationTime header is expressed as epoch.
+ Example:
+ Event: RegistryEntry
+ Host: sip.myvoipprovider.com
+ Port: 5060
+ Username: guestuser
+ Refresh: 105
+ State: Registered
+ RegistrationTime: 1219161830
+ If an actionID was specified for the SipShowRegistry action, it will be appended as the
+ last line of the RegistrationsComplete event.
+
* TODO
------