Skip to content
Snippets Groups Projects
  1. Jan 30, 2018
    • George Joseph's avatar
      res_pjsip_pubsub: Prune subs with reliable transports at startup · 2b9aa6b5
      George Joseph authored
      In an earlier release, inbound registrations on a reliable transport
      were pruned on Asterisk restart since the TCP connection would have
      been torn down and become unusable when Asterisk stopped.  This same
      process is now also applied to inbound subscriptions.
      
      Also fixed issues in res_pjsip_registrar where it wasn't handling the
      monitoring correctly when multiple registrations came in over the same
      transport.
      
      To accomplish this, the pjsip_transport_event feature needed to
      be refactored to allow multiple monitors (multiple subcriptions or
      registrations from the same endpoint) to exist on the same transport.
      Since this changed the API, any external modules that may have used the
      transport monitor feature (highly unlikey) will need to be changed.
      
      ASTERISK-27612
      Reported by: Ross Beer
      
      Change-Id: Iee87cf4eb9b7b2b93d5739a72af52d6ca8fbbe36
      2b9aa6b5
  2. Jan 29, 2018
  3. Jan 28, 2018
    • Alexander Traud's avatar
      BuildSystem: Remove unused variables. · aaf14670
      Alexander Traud authored
      Because of a copy-and-paste from the script build_tools/download_externals,
      the script build_tools/list_valid_installed_externals got its local variables.
      However in the latter, three variables were not used actually.
      
      Change-Id: I252de5a98c17ea54459174875357c22c2eebe8d5
      aaf14670
  4. Jan 27, 2018
  5. Jan 26, 2018
  6. Jan 25, 2018
  7. Jan 24, 2018
  8. Jan 23, 2018
  9. Jan 22, 2018
Loading