Skip to content
Snippets Groups Projects
  1. Oct 25, 2018
  2. Oct 24, 2018
  3. Oct 22, 2018
  4. Oct 19, 2018
  5. Oct 18, 2018
  6. Oct 17, 2018
  7. Oct 16, 2018
  8. Oct 15, 2018
  9. Oct 13, 2018
    • Corey Farrell's avatar
      threadpool: Eliminate pointless AO2 usage. · 7c49125f
      Corey Farrell authored
      thread_worker_pair, set_size_data and task_pushed_data structures are
      allocated with AO2 objects, passed to a taskprocessor, then released.
      They never have multiple owners or use locking so AO2 only adds
      overhead.
      
      Change-Id: I2204d2615d9d952670fcb48e0a9c0dd1a6ba5036
      7c49125f
  10. Oct 12, 2018
    • Alexei Gradinari's avatar
      res_pjsip: set callerid_tag to empty string · 6b1a981e
      Alexei Gradinari authored
      This patch sets the callerid_tag to empty string by default.
      
      If the callerid_tag is set to NULL then the tag does not
      become part of a connected line update.
      For example:
      Alice's tag is "Alice".
      Bob's tag is empty.
      Charlie's tag is "Charlie".
      Alice calls Bob and then does attended transfer to Charlie.
      When Alice hangs up the CONNECTEDLINE(tag) is "Alice"
      on the interception routine on the Charlie's channel, but should be empty.
      
      Ths patch also fix memory leaks if there are more then one options
      "callerid", "callerid_tag", "voicemail_extension" and "contact_user"
      in the pjsip.conf endpoint definition.
      
      Change-Id: I86ba455c4677ca8d516d9a04ce7fb4d24dd576e4
      6b1a981e
    • Corey Farrell's avatar
      main/astfd: Fix GCC8 format-truncation warning. · ebfb8bae
      Corey Farrell authored
      The field used to store call arguments was not large enough to hold the
      arguments string that can be constructed for 'open'.  Expand it to
      prevent this warning/error.
      
      Change-Id: I514927f256481bc84df10a51b19d5b5fb1bc387e
      ebfb8bae
  11. Oct 10, 2018
  12. Oct 09, 2018
    • Richard Mudgett's avatar
      res_statsd.c: Fix returned reload status. · ccdb53a1
      Richard Mudgett authored
      The return status when there was no change in statsd.conf was incorrect.
      This resulted in the wrong status message on the CLI when reloading the
      module.
      
      * Fixed cleanup on initial load if initializing statsd failed.
      
      Change-Id: Id24fae75f1a7ff584a444a5680e867d989792481
      ccdb53a1
    • Corey Farrell's avatar
      CI: Use bundled jansson if needed. · 3be3d4a7
      Corey Farrell authored
      Use pkg-config to determine if jansson is installed, enabled bundled
      version otherwise.
      
      Change-Id: Ib555a8b72ff6f6925f9280ef035caa0b91ca4bd2
      3be3d4a7
  13. Oct 05, 2018
  14. Oct 04, 2018
Loading