Skip to content
Snippets Groups Projects
  1. Mar 08, 2019
  2. Mar 07, 2019
  3. Mar 05, 2019
  4. Mar 04, 2019
  5. Mar 03, 2019
    • sungtae kim's avatar
      bridging: Add creation timestamps · 3638c433
      sungtae kim authored
      This small feature will help to checking the bridge's status to
      figure out which bridge is in old/zombie or not. Also added
      detail items for the 'bridge show *' cli to provide more detail
      info. And added creation item to the ARI as well.
      
      ASTERISK-28279
      
      Change-Id: I460238c488eca4d216b9176576211cb03286e040
      3638c433
  6. Mar 01, 2019
  7. Feb 28, 2019
  8. Feb 27, 2019
    • Friendly Automation's avatar
    • Kevin Harwell's avatar
      res_pjsip_registrar: blocked threads on reliable transport shutdown take 3 · 930a7fe9
      Kevin Harwell authored
      When a contact was removed by the registrar it did not always check to see if
      the circumstances involved a monitored reliable transport. For instance, if the
      'remove_existing' option was set to 'true' then when existing contacts were
      removed due to 'max_contacts' being reached, those existing contacts being
      removed did not unregister the transport monitor.
      
      Also, it was possible to add more than one monitor on a reliable transport for
      a given aor and contact.
      
      This patch makes it so all contact removals done by the registrar also remove
      any associated transport monitors if necessary. It also makes it so duplicate
      monitors cannot be added for a given transport.
      
      ASTERISK-28213
      
      Change-Id: I94b06f9026ed177d6adfd538317c784a42c1b17a
      930a7fe9
    • George Joseph's avatar
      CI: Update jenkinsfiles with new Gerrit URLs · e0fc6632
      George Joseph authored
      The recent upgrade of Gerrit to 2.16 elimiated referencing a
      repository in a way the jenkinsfiles were relying on so
      the URL references were changed to a more consistent and supported
      format.
      
      Change-Id: I2e8e3f213b9a96bb1b27665eca4a9a24bc49820e
      (cherry picked from commit 5ce08457)
      e0fc6632
  9. Feb 26, 2019
  10. Feb 25, 2019
    • Kevin Harwell's avatar
      rest-api-templates/asterisk_processor - replace http line breaks with line feed · 574128de
      Kevin Harwell authored
      Including line breaks (<br>, <br/>, <br />) in certain parts of the rest-api
      json definition (e.g. summary, notes) displays them correctly in swagger.
      However, when the field gets converted to the wiki format those breaks get
      escaped and show up in the text as the actual string literal "<br>" etc...
      
      This patch makes it so when converting to the wiki format it replaces all line
      break values (<br>, etc...) with line feeds ('\n').
      
      Change-Id: Ie1c9faa0d1c5d622804cc0a21ce769095b08aa3d
      574128de
    • Joshua C. Colp's avatar
      res_ari_applications: Fix incorrect call to ao2_lock. · e687cf21
      Joshua C. Colp authored
      When listing the applications the apps lock was incorrectly
      locked twice instead of being locked and then unlocked.
      
      ASTERISK-28302
      
      Change-Id: If7d064592a9e88c0f1049214c50e02be6dabf79e
      e687cf21
  11. Feb 21, 2019
    • Joshua Colp's avatar
      res_pjsip_sdp_rtp: Allow only single ssrc attribute. · e6b67b2a
      Joshua Colp authored
      When processing SSRC attributes we were iterating through
      all of them, even though we only need to know the remote
      SSRC once. This was problematic because some browsers group
      SSRCs together on a stream, and due to our negotiation only
      end up using the first one. Since we set the second one as
      the remote SSRC we would drop the received media from them
      instead of allowing it through.
      
      In the future this may be extended to allow SSRC groups
      and to use information from the attributes.
      
      Change-Id: I4dc87087dbe56a83aa65f0f897bbd4ca75ec1270
      e6b67b2a
    • Joshua C. Colp's avatar
Loading