Skip to content
Snippets Groups Projects
  1. Jul 26, 2018
    • neutrino88's avatar
      res_rtp_asterisk: Avoid merging command and regular T.140 text packets · cb276b50
      neutrino88 authored
      When realtime text packets are to be sent, the text is accumulated in a
      buffer and sent regularly by a timer.  It can happen that commands such as
      a backspace, CR, or LF get merged with regular text.  This breaks some
      UAs.
      
      The proposed change:
      * We test if the current packet contains a command.  If so we send the
      buffer immediately.
      * We test if the buffer contained a command.  If so we send the buffer
      immediately.
      * We accumulate the text (or the command) in the buffer.
      
      ASTERISK-27970
      
      Change-Id: Ifbe993311410fa855cb8aa4a12084db75f413462
      cb276b50
    • Jenkins2's avatar
      Merge "CI: Add docker info to job summary" · 7e0e6fd1
      Jenkins2 authored
      7e0e6fd1
    • George Joseph's avatar
      CI: Add docker info to job summary · e55cad96
      George Joseph authored
      Change-Id: I45d52005a9b692ad303c11792f226ace1e449901
      e55cad96
  2. Jul 25, 2018
  3. Jul 24, 2018
  4. Jul 23, 2018
  5. Jul 22, 2018
    • Corey Farrell's avatar
      CI: Fix mkdir CACHE_DIR. · 0ee06132
      Corey Farrell authored
      Change-Id: Ic9f9a61e230047836c836206731f8ff7eb3538c9
      0ee06132
    • Corey Farrell's avatar
      build_tools/make_version: Get MAINLINE_BRANCH from .gitreview. · 747b65f6
      Corey Farrell authored
      Use .gitreview defaultbranch setting to determine the mainline branch.
      This allows the script to be used against other directories which might
      not be on the same defaultbranch.  This can be used by CI scripts to
      report the testsuite version being used:
      ./build_tools/make_version ${TESTSUITE_DIR}
      
      Change-Id: Ifdad4a9d8a26138c41bc6b630ecc3e34ea1c2758
      747b65f6
    • Joshua Colp's avatar
      sched: Make ABI compatible between dev mode and non-dev mode. · 33f855bb
      Joshua Colp authored
      In the past there was an assertion in the ast_sched_del function
      and in order to ensure it was useful the calling function name,
      line number, and filename had to be passed in. This cause the ABI
      to be different between dev mode and non-dev mode.
      
      This assertion is no longer present so the special logic can be
      removed to make it the same between them both.
      
      Change-Id: Icbc69c801e357d7004efc5cf2ab936d9b83b6ab8
      33f855bb
  6. Jul 20, 2018
Loading