Skip to content
Snippets Groups Projects
  • George Joseph's avatar
    79b09b5f
    res_pjsip_registrar: AMI Add RegistrationInboundContactStatuses command · 79b09b5f
    George Joseph authored
    The PJSIPShowRegistrationsInbound AMI command was just dumping out
    all AORs which was pretty useless and resource heavy since it had
    to get all endpoints, then all aors for each endpoint, then all
    contacts for each aor.
    
    PJSIPShowRegistrationInboundContactStatuses sends ContactStatusDetail
    events which meets the intended purpose of the other command and has
    significantly less overhead.  Also, some additional fields that were
    added to Contact since the original creation of the ContactStatusDetail
    event have been added to the end of the event.
    
    For compatibility purposes, PJSIPShowRegistrationsInbound is left
    intact.
    
    ASTERISK-26644 #close
    
    Change-Id: I326f12c9ecb52bf37ba03f0748749de4da01490a
    79b09b5f
    History
    res_pjsip_registrar: AMI Add RegistrationInboundContactStatuses command
    George Joseph authored
    The PJSIPShowRegistrationsInbound AMI command was just dumping out
    all AORs which was pretty useless and resource heavy since it had
    to get all endpoints, then all aors for each endpoint, then all
    contacts for each aor.
    
    PJSIPShowRegistrationInboundContactStatuses sends ContactStatusDetail
    events which meets the intended purpose of the other command and has
    significantly less overhead.  Also, some additional fields that were
    added to Contact since the original creation of the ContactStatusDetail
    event have been added to the end of the event.
    
    For compatibility purposes, PJSIPShowRegistrationsInbound is left
    intact.
    
    ASTERISK-26644 #close
    
    Change-Id: I326f12c9ecb52bf37ba03f0748749de4da01490a
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGES 282.02 KiB