[asterisk-commits] stasis endpoints: Add new Status and Headers to ContactStatus (asterisk[13])
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Mon May  9 06:46:16 CDT 2016
    
    
  
Anonymous Coward #1000019 has submitted this change and it was merged.
Change subject: stasis_endpoints: Add new Status and Headers to ContactStatus
......................................................................
stasis_endpoints: Add new Status and Headers to ContactStatus
ASTERISK-25903 added a new headers to AMI Event ContactStatusDetail.
ASTERISK-25904 added a new Status to AMI Event ContactStatusDetail.
These additions should be also in stasis_endpoints
to include in command "manager show event ContactStatus"
Change-Id: I7610ad02a998e1f26c20caa27aa50279d0164f6a
---
M main/stasis_endpoints.c
1 file changed, 7 insertions(+), 0 deletions(-)
Approvals:
  Anonymous Coward #1000019: Verified
  Joshua Colp: Looks good to me, approved
diff --git a/main/stasis_endpoints.c b/main/stasis_endpoints.c
index fbca2ad..a91cd9f 100644
--- a/main/stasis_endpoints.c
+++ b/main/stasis_endpoints.c
@@ -86,6 +86,7 @@
 						<enum name="Reachable"/>
 						<enum name="Created"/>
 						<enum name="Removed"/>
+						<enum name="Updated"/>
 					</enumlist>
 				</parameter>
 				<parameter name="AOR">
@@ -97,6 +98,12 @@
 				<parameter name="RoundtripUsec">
 					<para>The RTT measured during the last qualify.</para>
 				</parameter>
+				<parameter name="UserAgent">
+					<para>Content of the User-Agent header in REGISTER request</para>
+				</parameter>
+				<parameter name="RegExpire">
+					<para>Absolute time that this contact is no longer valid after</para>
+				</parameter>
 			</syntax>
 		</managerEventInstance>
 	</managerEvent>
-- 
To view, visit https://gerrit.asterisk.org/2773
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I7610ad02a998e1f26c20caa27aa50279d0164f6a
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Alexei Gradinari <alex2grad at gmail.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
    
    
More information about the asterisk-commits
mailing list