Skip to content
Snippets Groups Projects
  1. Mar 20, 2018
  2. Mar 19, 2018
  3. Mar 17, 2018
    • Alexander Traud's avatar
      BuildSystem: Check for header file of OGG. · e61b50b6
      Alexander Traud authored
      Asterisk uses various symbols of the shared library libogg within the module
      format_ogg_vorbis. However, the source code of that module did not include the
      header file of libogg explicitly but implicitly. Because that header was not
      included before Asterisk 14, the script ./configure was told not to check for
      it.
      
      Anyway, even Asterisk 13 LTS uses symbols of libogg. Therefore, that header
      should be included explicitly. Therefore, ./configure should check for that
      header.
      
      Change-Id: I98c50d56311b68880d1084fcc62c35ab2f8692db
      e61b50b6
    • Alexander Traud's avatar
      BuildSystem: When no download utility is available, display the explanation. · f697025a
      Alexander Traud authored
      ./configure --with-pjproject-bundled
      did not display an explanation, when no download utility like wget, curl, or
      fetch was installed beforehand, although an explanation existed in code. This
      happened because the code expected the variable DOWNLOAD_TO_STDOUT to be empty.
      However, the script ./configure set that variable always.
      
      Change-Id: I64c99b76a03525c69471e5055bf124b36a51bbd4
      f697025a
    • Alexander Traud's avatar
      BuildSystem: Remove unused dependency on libltdl. · 10a97882
      Alexander Traud authored
      Asterisk does not need the development package of libltdl, because it does not
      use any symbol of -lltdl directly. Instead, it uses the runtime package via the
      shared library -lodbc. On the supported platforms, that shared library declares
      its dependency on -lltdl correctly, otherwise AST_EXT_LIB_CHECK would have
      failed.
      
      ASTERISK-27745
      
      Change-Id: Icd315809b8e7978203431f3afb66240dd3a040ba
      10a97882
    • Joshua Colp's avatar
    • Jenkins2's avatar
  4. Mar 16, 2018
    • Florian Floimair's avatar
      app_dial: Enable early-media video · ecc846b2
      Florian Floimair authored
      Certain applications (e.g. door-phone) require that also video is transmitted
      before a call is accepted.
      
      Change-Id: I9842e1dc2f6e1c2c49dc33fe615255007d2f821e
      ecc846b2
    • Jenkins2's avatar
    • Jenkins2's avatar
    • Alexander Traud's avatar
      BuildSystem: Avoid an extra case for OpenBSD. · 02fa145a
      Alexander Traud authored
      Nine years ago with Mantis 13639 (now ASTERISK-12841) an extra case for OpenBSD
      was introduced: Vorbis required Ogg to be specified manually, because the shared
      library libvorbis.so did not specify its required dependency on -logg itself.
      
      Today with OpenBSD 6.2, all libvorbis*.so declare their dependencies correctly.
      Therefore, an extra case is not required anymore.
      
      Change-Id: Ifd04e0994ce9f1e4ad29c3948a0398b91d1e97bc
      02fa145a
    • George Joseph's avatar
      app_voicemail: Fix json blob errors · 4d1e3fef
      George Joseph authored
      When app_voicemail calls ast_test_suite_notify with the results of
      a user keypress, it formats the keypress as '%c'.  If the user hung up
      or some other error occurrs, the result of the keypress is a non
      printable character.  This ultimately causes json_vpack_ex to think
      it's being passed a non utf-8 string and return an error.
      
      * Keypress results passed to ast_test_suite_notify are now checked with
        isprint() and a '?' is substituted if the check fails.
      
      Change-Id: I78ee188916bbac840f3d03f40201b692347ea865
      4d1e3fef
  5. Mar 15, 2018
  6. Mar 14, 2018
  7. Mar 13, 2018
Loading