From e6eb17efd95ab42b4437666587ec292117565656 Mon Sep 17 00:00:00 2001 From: Alexei Gradinari Date: Thu, 5 May 2016 16:16:16 -0400 Subject: [PATCH] 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 --- main/stasis_endpoints.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/main/stasis_endpoints.c b/main/stasis_endpoints.c index fbca2ad9be..a91cd9f6b1 100644 --- a/main/stasis_endpoints.c +++ b/main/stasis_endpoints.c @@ -86,6 +86,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + @@ -97,6 +98,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") The RTT measured during the last qualify. + + Content of the User-Agent header in REGISTER request + + + Absolute time that this contact is no longer valid after + -- 2.47.2