Skip to content
Snippets Groups Projects
  1. Mar 20, 2018
  2. Mar 19, 2018
  3. Mar 17, 2018
  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
    • Alexander Traud's avatar
      BuildSystem: Enable Advanced Linux Sound Architecture (ALSA) in NetBSD. · 00789174
      Alexander Traud authored
      In the script ./configure, AST_EXT_LIB_CHECK checks for external libraries. Some
      libraries do not specify all their dependencies and require additional shared
      libraries. In AST_EXT_LIB_CHECK, this is the fifth parameter. However, if a
      library is specified there, it must exist on the platform, because ./configure
      tries to compile/link/execute a small app using those statements. For example,
      the library libdl.so is Linux specific and does not exist on BSD-like platforms.
      
      Furthermore, no supported platform/version was found, which still (ever?)
      requires those additional libraries. Therefore, they were simply removed.
      
      Finally, this change adds the error code ESTRPIPE to the channel driver
      chan_alsa for those platforms which lack it, again for example NetBSD.
      
      ASTERISK-27720
      
      Change-Id: I3b21f2135f6cbfac7590ccdc2df753257f426e0b
      00789174
    • 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
Loading