Skip to content
Snippets Groups Projects
  1. Mar 05, 2018
  2. Mar 01, 2018
  3. Feb 26, 2018
  4. Feb 25, 2018
  5. Feb 23, 2018
  6. 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
  7. Feb 21, 2018
  8. Feb 20, 2018
Loading