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. + + + + + + + ***/