Skip to content
Snippets Groups Projects
  1. Oct 30, 2017
  2. Oct 29, 2017
  3. Oct 27, 2017
  4. Oct 26, 2017
  5. Oct 25, 2017
  6. Oct 24, 2017
  7. Oct 23, 2017
  8. Oct 22, 2017
    • Joshua Colp's avatar
      res_xmpp: Ensure the connection filter is available. · 252353e0
      Joshua Colp authored
      Users of the API that res_xmpp provides expect that a
      filter be available on the client at all times. When
      OAuth authentication support was added this requirement
      was not maintained.
      
      This change merely moves the OAuth authentication to
      after the filter is created, ensuring users of res_xmpp
      can add things to the filter as needed.
      
      ASTERISK-27346
      
      Change-Id: I4ac474afe220e833288ff574e32e2b9a23394886
      252353e0
  9. Oct 21, 2017
  10. Oct 20, 2017
  11. Oct 19, 2017
    • Corey Farrell's avatar
      res_pjsip_pubsub: Prevent unload except during shutdown. · 4760b244
      Corey Farrell authored
      Prevent unload of the module as certain pjsip initialization functions
      cannot be reversed.  This required a reorder of the module_load so that
      the non-reversable pjsip functions are not called until all potential
      errors have been ruled out.
      
      ASTERISK-24483
      
      Change-Id: Iee900f20bdd6ee1bfe23efdec0d87765eadce8a7
      4760b244
Loading