Skip to content
Snippets Groups Projects
  1. Feb 07, 2018
  2. Feb 06, 2018
  3. Feb 05, 2018
  4. Feb 03, 2018
  5. Feb 02, 2018
  6. Feb 01, 2018
  7. Jan 31, 2018
  8. Jan 30, 2018
    • Corey Farrell's avatar
      core: Create ast_atomic macro's. · 720dbb57
      Corey Farrell authored
      Create ast_atomic macro's to provide a consistent interface to the
      common functionality of __atomic and __sync built-in functions.
      
      ASTERISK-27619
      
      Change-Id: Ieba3f81832a0e25c5725ea067e5d6f742d33eb5b
      720dbb57
    • 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
    • Jenkins2's avatar
Loading