From: Kinsey Moore Date: Sat, 2 Aug 2014 03:37:25 +0000 (+0000) Subject: Manager: Add PJSIPShowEndpoint[s] documentation X-Git-Tag: 13.0.0-beta1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48140b9808776171ef2b01401ea775588a085b2a;p=thirdparty%2Fasterisk.git Manager: Add PJSIPShowEndpoint[s] documentation This adds a large swath of response documentation for PJSIPShowEndpoint and PJSIPShowEndpoints AMI commands. It relies heavily on the existing text in the configInfo documentation via xi:include tags to avoid documentation duplication. Review: https://reviewboard.asterisk.org/r/3888/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@419914 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_pjsip.c b/res/res_pjsip.c index dfcef9b6f1..421da8c9d8 100644 --- a/res/res_pjsip.c +++ b/res/res_pjsip.c @@ -80,7 +80,7 @@ - + Condense MWI notifications into a single NOTIFY. When enabled, aggregate_mwi condenses message waiting notifications from multiple mailboxes into a single NOTIFY. If it is disabled, individual NOTIFYs are sent for each mailbox. @@ -1155,6 +1155,518 @@ Qualify a chan_pjsip endpoint. + + + Provide details about an identify section. + + + The object's type. This will always be 'identify'. + + + The name of this object. + + + + + + + + + The name of the endpoint associated with this information. + + + + + + + Provide details about an Address of Record (AoR) section. + + + The object's type. This will always be 'aor'. + + + The name of this object. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The total number of contacts associated with this AoR. + + + The number of non-permanent contacts associated with this AoR. + + + The name of the endpoint associated with this information. + + + + + + + Provide details about an authentication section. + + + The object's type. This will always be 'auth'. + + + The name of this object. + + + + + + + + + + + + + + + + + + + + + The name of the endpoint associated with this information. + + + + + + + Provide details about an authentication section. + + + The object's type. This will always be 'transport'. + + + The name of this object. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The name of the endpoint associated with this information. + + + + + + + Provide details about an endpoint section. + + + The object's type. This will always be 'endpoint'. + + + The name of this object. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The aggregate device state for this endpoint. + + + The number of active channels associated with this endpoint. + + + + + + + Provide details about a contact's status. + + + The AoR that owns this contact. + + + This contact's URI. + + + This contact's status. + + + + + + + The round trip time in microseconds. + + + The name of the endpoint associated with this information. + + + + + + + Provide details about a contact's status. + + + The object's type. This will always be 'endpoint'. + + + The name of this object. + + + The transport configurations associated with this endpoint. + + + The aor configurations associated with this endpoint. + + + The inbound authentication configurations associated with this endpoint. + + + The outbound authentication configurations associated with this endpoint. + + + The aggregate device state for this endpoint. + + + The number of active channels associated with this endpoint. + + + + Lists PJSIP endpoints. @@ -1167,6 +1679,20 @@ endpoints have been listed an EndpointListComplete event is issued. + + + + + + + Provide final information about an endpoint list. + + + + + + + @@ -1189,6 +1715,25 @@ EndpointDetailComplete event is issued. + + + + + + + + + + + + Provide final information about endpoint details. + + + + + + + ***/