Skip to content
Snippets Groups Projects
  1. Jan 08, 2018
    • Corey Farrell's avatar
      res_stasis: Fix dial bridge unload. · 8b3083ca
      Corey Farrell authored
      If the dial bridge has been created it must be released by calling
      ast_bridge_destroy, simply releasing the ao2 reference is not enough.
      
      Also move stasis_app_control_shutdown earlier in unload to ensure the
      bridge cannot be created or grabbed after the app_bridges container is
      released.
      
      Change-Id: I372302de94ca63876069e2585a049c5060e5e767
      8b3083ca
  2. Jan 07, 2018
  3. Jan 05, 2018
  4. Jan 04, 2018
  5. Jan 03, 2018
  6. Jan 02, 2018
  7. Dec 31, 2017
    • Sean Bright's avatar
      ice: Increase foundation buffer size · 15f8b9b8
      Sean Bright authored
      Per RFC 5245, the foundation specified with an ICE candidate can be up
      to 32 characters but we are only allowing for 31.
      
      ASTERISK-27498 #close
      Reported by: Michele Prà
      
      Change-Id: I05ce7a5952721a76a2b4c90366168022558dc7cf
      15f8b9b8
  8. Dec 30, 2017
  9. Dec 29, 2017
  10. Dec 28, 2017
    • Richard Mudgett's avatar
      stasis_channels.c: Misc cleanup. · 2dde5bef
      Richard Mudgett authored
      * Use current OBJ_SEARCH_xxx defines instead of the deprecated versions.
      
      * Fix hash_cb and cmp_cb container functions to correctly use the
      OBJ_SEARCH_xxx values.
      
      * Remove incorrect usage of CMP_STOP.  Most uses in the system have no
      effect.  This allows the collapse of channel_role_single_cmp_cb() and
      channel_role_multi_cmp_cb() into channel_role_cmp_cb().
      
      * Remove unnecessary usage of RAII_VAR().
      
      Change-Id: I02c405518cab22aa2a082b61e2353bf7cd629a70
      2dde5bef
    • Jenkins2's avatar
      0d9968e0
Loading