Skip to content
Snippets Groups Projects
  1. Mar 20, 2018
  2. Mar 19, 2018
  3. Mar 17, 2018
    • Corey Farrell's avatar
      main/bridge: Use ast_cli_completion_add. · 8c25a72d
      Corey Farrell authored
      Change-Id: I3775a696d6a57139fdf09651ecb786bcf1774509
      8c25a72d
    • Corey Farrell's avatar
      core: Minor cleanup of ast_el_read_char. · 5b404411
      Corey Farrell authored
      * Define CHAR_T_LIBEDIT and CHAR_TO_LIBEDIT based on
        HAVE_LIBEDIT_IS_UNICODE.  This avoids needing to repeatedly use
        conditional blocks, eliminates having multiple function prototypes.
      * Remove parenthesis from return values.
      * Add missing code block brackets {}.
      * Reduce use of 'else' conditional statements where possible.
      
      Change-Id: I4315328ebea2f62641faf6881de2ac20a9f9d08e
      5b404411
    • 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
    • Corey Farrell's avatar
      main/translate: Use ast_cli_completion_add. · 1136a22a
      Corey Farrell authored
      Change-Id: I0e2402660e54d91f74ab0804c62a5b1925577413
      1136a22a
Loading