Skip to content
Snippets Groups Projects
  1. Mar 07, 2018
    • Richard Mudgett's avatar
      BuildSystem regression: Fix errors reported by clean targets. · 1fe913f7
      Richard Mudgett authored
      Doing a 'make clean', 'make distclean', or 'make dist-clean' gets errors
      about an invalid shell option: "/bin/sh: 0: Illegal option -".
      
      The clean targets do not include the makeopts file which defines GREP and
      LDCONFIG because the file may not exist and the distclean/dist-clean
      targets will delete it anyway.
      
      ASTERISK-27715
      
      Change-Id: I33d40acdb03862bc89aeb6fb1ff497894a8ea7f5
      1fe913f7
  2. Mar 06, 2018
  3. Mar 05, 2018
  4. Mar 03, 2018
  5. Mar 02, 2018
  6. Mar 01, 2018
  7. Feb 28, 2018
    • Richard Mudgett's avatar
      pjproject: Add cache_pools debugging option. · 1a36a452
      Richard Mudgett authored
      The pool cache gets in the way of finding use after free errors of memory
      pool contents.  Tools like valgrind and MALLOC_DEBUG don't know when a
      pool is released because it gets put into the cache instead of being
      freed.
      
      * Added the "cache_pools" option to pjproject.conf.  Disabling the option
      helps track down pool content mismanagement when using valgrind or
      MALLOC_DEBUG.  The cache gets in the way of determining if the pool
      contents are used after free and who freed it.
      
      To disable the pool caching simply disable the cache_pools option in
      pjproject.conf and restart Asterisk.
      
      Sample pjproject.conf setting:
      [startup]
      cache_pools=no
      
      * Made current users of the caching pool factory initialization and
      destruction calls call common routines to create and destroy cached pools.
      
      ASTERISK-27704
      
      Change-Id: I64d5befbaeed2532f93aa027a51eb52347d2b828
      1a36a452
  8. Feb 26, 2018
  9. Feb 25, 2018
  10. Feb 23, 2018
  11. Feb 22, 2018
    • Richard Mudgett's avatar
      res_pjsip_refer.c: Fix attended transfer race condition crash. · bb9c1938
      Richard Mudgett authored
      The transferrer's session channel was destroyed by the transferrer's
      serializer thread in a race condition with the transfer target's
      serializer thread during an attended transfer.  The transfer target's
      serializer was attempting to clean up a deferred end status on behalf of
      the transferrer's channel when it should have passed the action to the
      transferrer's serializer.  When the transfer target's serializer lost the
      race then both threads wind up trying to end the transferrer's session.
      
      * Push the ast_sip_session_end_if_deferred() call onto the transferrer's
      serializer to avoid a race condition that results in a crash.  The
      session_end() function that could be called by
      ast_sip_session_end_if_deferred() really must be executed by the
      transferrer's serializer to avoid this kind of crash.
      
      ASTERISK-27568
      
      Change-Id: Iacda724e7cb24d7520e49b2fd7e504aa398d7238
      bb9c1938
    • Jenkins2's avatar
      d4fc1bda
    • Alexander Traud's avatar
      install_prereq: Update FreeBSD libraries. · c4c5d005
      Alexander Traud authored
      deleted
       autoconf gcc libsamplerate sqlite
      
      changed
       binutils to libbfd
       freetds-devel to freetds
       gmime2 to gmime26
       mysql55-client to mysql57-client
      
      added
       alsa-lib bison bzip2 cclient corosync doxygen libedit flex graphviz
       libhoard libical libilbc libltdl lua neon newt net-snmp
       openldap-client openssl patch pkgconf portaudio postgresql10-client
       python radcli speexdsp subversion uriparser xmlstarlet libzip
      
      ASTERISK-27686
      
      Change-Id: Ibe88c9b26e59c30d26cdb313a3ef01c9f37ac80d
      c4c5d005
    • Sean Bright's avatar
      func_audiohookinherit: Remove deprecated module. · 50d9af10
      Sean Bright authored
      Change-Id: Id52f719078a65c4b2eee7ab99d761eba6b6aed94
      50d9af10
    • Jenkins2's avatar
      fc0cad48
  12. Feb 21, 2018
Loading