Skip to content
Snippets Groups Projects
  1. Oct 18, 2017
    • Corey Farrell's avatar
      app_macro deprecation. · 955a891a
      Corey Farrell authored
      * Mark the module deprecated.
      * Disable the module by default.
      * Produce a warning the first time a macro is used.
      * Note deprecation related options in app_dial and app_queue.
      
      ASTERISK-27350
      
      Change-Id: I560ea043bacdbc5534a17d97854273d52c2f1bdc
      955a891a
  2. Oct 16, 2017
  3. Oct 15, 2017
  4. Oct 13, 2017
    • Jenkins2's avatar
    • Kevin Harwell's avatar
    • Corey Farrell's avatar
      ast_bt_get_symbols: Prevent double-free. · ee65d5ac
      Corey Farrell authored
      It's possible for bfdobj to be created but syms not created.  If syms
      was not allocated in the current loop iteration but was allocated in the
      previous iteration it would crash.
      
      ASTERISK-27340
      
      Change-Id: I5b110c609f6dfe91339f782a99a431bca5837363
      ee65d5ac
    • Alexander Traud's avatar
      tcptls: NULL-check the parameter of ast_ssl_teardown before accessing it. · 44d9446e
      Alexander Traud authored
      This avoids a crash on stopping a chan_sip which failed to start its TLS server.
      
      ASTERISK-27339 #close
      
      Change-Id: I327fc70db68eaaca5b50a15c7fd687fde79263d5
      44d9446e
    • Richard Mudgett's avatar
      cdr.c: Eliminated many calls to ao2_global_obj_ref(). · f369be21
      Richard Mudgett authored
      The CDR performance gets worse the further it gets behind in processing
      stasis messages.  One of the reasons is we were getting the global config
      to determine if we needed to log a debugging message.
      
      * Many calls to ao2_global_obj_ref() were just so we could determine if
      debug mode is enabled.  Made a global flag to check instead.
      
      * Eliminated many RAII_VAR() usages associated with the remaining
      ao2_global_obj_ref() calls.
      
      * Added missing NULL checks for the returned ao2_global_obj_ref() value.
      
      ASTERISK-27335
      
      Change-Id: Iceaad93172862f610cad0188956634187bfcc7cd
      f369be21
    • Richard Mudgett's avatar
      cdr.c: Defer getting ao2_global_obj_ref() until needed. · 2eea0874
      Richard Mudgett authored
      The CDR performance gets worse the further it gets behind in processing
      stasis messages.  One of the reasons is we were getting the global config
      even if we didn't need it.
      
      * Most uses of the global config were only needed on off nominal code
      paths so it makes sense to not get it until absolutely needed.
      
      ASTERISK-27335
      
      Change-Id: I00c63b7ec233e5bfffd5d976f05568613d3c2365
      2eea0874
    • Richard Mudgett's avatar
      cdr.c: Set stringfields only if they are different. · 7c7a9178
      Richard Mudgett authored
      The CDR performance gets worse the further it gets behind in processing
      stasis messages.  One of the reasons is we were repeatedly setting string
      fields to potentially the same string in base_process_party_a().  Setting
      a string field involves allocating room for the new string out of a memory
      pool which may have to allocate even more memory.
      
      * Check to see if the string field is already set to the desired string.
      
      ASTERISK-27335
      
      Change-Id: I3ccb7e23f1488417e08cafe477755033eed65a7c
      7c7a9178
    • Richard Mudgett's avatar
      cdr.c: Fix setting dnid, callingsubaddr, and calledsubaddr · c80c8f2a
      Richard Mudgett authored
      The string comparisons for setting these CDR variables was inverted.  We
      were repeatedly setting these CDR variables only if the channel snapshots
      had the same value.
      
      ASTERISK-27335
      
      Change-Id: I9482073524411e7ea6c03805b16de200cb1669ea
      c80c8f2a
  5. Oct 12, 2017
  6. Oct 11, 2017
  7. Oct 10, 2017
Loading