Skip to content
Snippets Groups Projects
  1. Sep 16, 2018
  2. Sep 14, 2018
  3. Sep 13, 2018
  4. Sep 12, 2018
  5. Sep 11, 2018
  6. Sep 07, 2018
  7. Sep 06, 2018
  8. Sep 05, 2018
  9. Sep 03, 2018
  10. Aug 31, 2018
  11. Aug 30, 2018
  12. Aug 29, 2018
  13. Aug 28, 2018
    • Sean Bright's avatar
      res_pjsip_transport_websocket: Properly set src_name for IPv6 · 39459b1e
      Sean Bright authored
      SIP responses over WebSockets when the client is using IPv6 have invalid
      Via headers according to RFC 3261. The 'received' header parameter
      should not be wrapped in brackets if it is an IPv6 address.
      
      When src_name is populated by the built-in PJSIP transports, the code
      uses pj_sockaddr_print() with 'flags' set to 0, meaning that the
      brackets are not rendered around IPv6 addresses.
      
      This may be related to ASTERISK~27101.
      
      See also: https://github.com/onsip/SIP.js/pull/594
      
      ASTERISK-28020 #close
      
      Change-Id: I8ea9d289901b837512bee2ca2535e3dc14f04d77
      39459b1e
  14. Aug 27, 2018
    • Corey Farrell's avatar
      Create --disable-binary-modules option. · a2001c00
      Corey Farrell authored
      This new option can be passed for ./configure or
      ./tests/CI/buildAsterisk.sh to prevent download/install of binary
      modules.
      
      Normally enabling the categories MENUSELECT_CODECS or MENUSELECT_RES
      will result in binary modules being enabled even if the build target is
      incompatible with those modules.  This includes CI scripts which enable
      categories before disabling specific modules.
      
      If more binary modules are offered in the future this will help avoid
      accidentally downloading them if unwanted or incompatible.  Adding a
      binary module will only require creating a new menuselect entry similar
      to the existing ones, it will not be necessary to modify the CI scripts.
      
      Change-Id: I6b1bd1c75a2e48f05b8b8a45b7a7a2d00a079166
      a2001c00
    • neutrino88's avatar
      res/res_rtp_asterisk: remove debug traces generated by an empty frame · 28901623
      neutrino88 authored
      The realtime text timer pops regularly and sends text frames even if
      the buffer is empty. This causes a lot of unecessary debug logging.
      
      * Made red_write() test if we need to send a frame before calling
      ast_rtp_write()
      
      ASTERISK-28002
      Reported by: Emmanuel BUU
      Tested by: Emmanuel BUU
      
      Change-Id: Icf81310c3b8080b615a42060afc02ab41f9523dd
      28901623
    • Jenkins2's avatar
      9189c266
Loading