Skip to content
Snippets Groups Projects
  1. Nov 07, 2016
  2. Nov 04, 2016
    • Kevin Harwell's avatar
      Revert "chan_sip: Fix lastrtprx always updated" · bf01ff53
      Kevin Harwell authored
      This reverts commit 93332cb1.
      
      Unfortunately, the aforementioned commit caused a regression (incoming calls
      would eventually disconnect). Thus it is being removed.
      
      ASTERISK-26523 #close
      ASTERISK-25270
      
      Change-Id: Ibf5586adc303073a8eac667a4cbfdb6be184a64d
      bf01ff53
  3. Nov 03, 2016
  4. Nov 02, 2016
  5. Nov 01, 2016
  6. Oct 31, 2016
  7. Oct 30, 2016
    • Corey Farrell's avatar
      vector: Prevent NULL argument to memcpy. · 273debd2
      Corey Farrell authored
      Headers declare that memcpy does not accept NULL argument for the first
      two parameters.  Add a conditional block to prevent memcpy and ast_free
      from running on vectors with NULL element array.
      
      ASTERISK-26526 #close
      
      Change-Id: I988a476bb5fcfcbd3f6d6c6b3e7769e4f9629b71
      273debd2
  8. Oct 29, 2016
    • Corey Farrell's avatar
      astobj2: Declare private variable data_size for AO2_DEBUG only. · ad60927a
      Corey Farrell authored
      Every ao2 object contains storage for a private variable data_size,
      though the value is never read if AO2_DEBUG is disabled.  This change
      makes the variable conditional, reducing memory usage.
      
      ASTERISK-26524 #close
      
      Change-Id: If859929e507676ebc58b0f84247a4231e11da07f
      ad60927a
  9. Oct 28, 2016
    • Richard Mudgett's avatar
      bundled pjproject: Crashes while resolving DNS names. · 6feee22e
      Richard Mudgett authored
      PJPROJECT 2.5.5 introduced a race condition with the -r5349 IPv6 DNS
      patch.
      
      The patches below fix the DNS lookup race condition crash caused by
      attempting to send the same message twice for the single DNS lookup.
      
      0006-r5471-svn-backport-Various-fixes-for-DNS-IPv6.patch
      0006-r5473-svn-backport-Fix-pending-query.patch
      
      The patch below removes a cached DNS response from the hash table when
      another thread is referencing the old entry.  The table still contained
      the entry when it was destroyed which can result in inexplicable crashes.
      
      0006-r5475-svn-backport-Remove-DNS-cache-entry.patch
      
      ASTERISK-26344 #close
      Reported by: Ian Gilmour
      
      ASTERISK-26387 #close
      Reported by: Harley Peters
      
      Change-Id: I17fde80359e66f65a91341ceca58d914d0f61cc4
      6feee22e
    • George Joseph's avatar
      pjproject_bundled: Fix issue where "/version.mak" wasn't found · 12bdde6a
      George Joseph authored
      main/Makefile includes third-party/pjproject/build.mak but
      doesn't set PJDIR beforehand so "include $(PJDIR)/version.mak"
      evaluates to "/version.mak".  Fix is to set PJDIR in main/Makefile
      before the include.
      
      Change-Id: I0f7c67d60209049056fe9c4b041bf0463aa95604
      12bdde6a
    • zuul's avatar
      2995b31d
    • mkrokosz's avatar
      res_pjsip_outbound_publish: Fix crash when publishing device state. · 9d8b9b6c
      mkrokosz authored
      While publishing device state between multiple instances of Asterisk,
      a crash will sporadically occur under high CPS which looks to be a
      race condition operating on the publisher queue.
      
      ASTERISK-26506
      
      Change-Id: I28da25d346deb358eff1d563485cabc433ce1ed6
      9d8b9b6c
    • Corey Farrell's avatar
      Fix shutdown crash caused by modules being left open. · d6ad8678
      Corey Farrell authored
      It is only safe to run ast_register_cleanup callbacks when all modules
      have been unloaded.  Previously these callbacks were run during graceful
      shutdown, making it possible to crash during shutdown.
      
      ASTERISK-26513 #close
      
      Change-Id: Ibfa635bb688d1227ec54aa211d90d6bd45052e21
      d6ad8678
    • Rusty Newton's avatar
      SAC documentation: don't specify transports for endpoints and registrations · badd38f0
      Rusty Newton authored
      Removing explicit transport definition for endpoints and registrations. It
      isn't necessary and isn't generally advised.
      
      ASTERISK-26514 #close
      
      Change-Id: Ifdec5e631962438a4683600968dfa4bfd15909fb
      badd38f0
    • zuul's avatar
      Merge "Remove ASTERISK_REGISTER_FILE." · 0ec5abe5
      zuul authored
      0ec5abe5
Loading