Skip to content
Snippets Groups Projects
  1. Aug 08, 2019
  2. Aug 06, 2019
    • George Joseph's avatar
      CI: Make node labels job-specific · 6d610a6b
      George Joseph authored
      Originally, the eligible nodes for a job were labelled only by
      "swdev-docker".  So basically any node could run any job.  We had
      found that allowing a node to run more than 1 gate at a time was
      problematic so we limited the nodes to processing 1 job at a time.
      With the creation of the Asterisk 17 branches however, we now have
      so many active branches that getting checks and gates through in
      a timely manner is problematic when a node can run only 1 job
      at a time.
      
      Now the nodes are also labelled by the job type they can run.
      For instance: "asterisk-check", "asterisk-gate", etc.  With the
      "Throttle Concurrent Builds" plugin, we can now allow a node to
      run more than 1 job BUT throttle by job type.  For instance:
        Allow 2 jobs but only 1 asterisk-gate at a time.
      Now a node can run 2 checks or 1 check and 1 gate or 1 gate but
      not 2 gates at a time.
      
      Change-Id: I2032bf6afbcec5c341d9b852214c0c812d3d6db5
      6d610a6b
    • Friendly Automation's avatar
    • George Joseph's avatar
    • Kevin Harwell's avatar
      various modules: json integer overflow · 66b607db
      Kevin Harwell authored
      There were still a few places in the code that could overflow when "packing"
      a json object with a value outside the base type integer's range. For instance:
      
      unsigned int value = INT_MAX + 1
      ast_json_pack("{s: i}", value);
      
      would result in a negative number being "packed". In those situations this patch
      alters those values to a ast_json_int_t, which widens the value up to a long or
      long long.
      
      ASTERISK-28480
      
      Change-Id: Ied530780d83e6f1772adba0e28d8938ef30c49a1
      66b607db
    • Sean Bright's avatar
      app_voicemail: Remove extra menuselect build options · 40e3bdc5
      Sean Bright authored
      You now select voicemail backends like normal dialplan applications, so
      there is no longer a need for their own menuselect category.
      
      Reported by snuff-work in #asterisk-dev
      
      Change-Id: Idfa4c9c8349726074318a9e6b68d24c374521005
      40e3bdc5
  3. Aug 01, 2019
    • Joshua Colp's avatar
      res_pjsip: Fix multiple of the same contact in "pjsip show contacts". · 02826c20
      Joshua Colp authored
      The code for gathering contacts could result in the same contact
      being retrieved and added to the list multiple times. The container
      which stores the contacts to display will now only allow a contact
      to be added to it once instead of multiple times.
      
      ASTERISK-28228
      
      Change-Id: I805185cfcec03340f57d2b9e6cc43c49401812df
      02826c20
  4. Jul 31, 2019
  5. Jul 30, 2019
  6. Jul 29, 2019
  7. Jul 26, 2019
  8. Jul 24, 2019
  9. Jul 23, 2019
  10. Jul 22, 2019
  11. Jul 19, 2019
Loading