Skip to content
Snippets Groups Projects
  1. Sep 14, 2018
    • Sean Bright's avatar
      res_pjsip: Log IPv6 addresses correctly · 07cb13f7
      Sean Bright authored
      Both pjsip_tx_data.tp_info.dst_name and pjsip_rx_data.pkt_info.src_name
      store IPv6 addresses without enclosing brackets. This causes some log
      output to be confusing because it is difficult to separate the IPv6
      address from a port specification.
      
      * Use pj_sockaddr_print() along with pjsip_tx_data.tp_info.dst_addr and
        pjsip_rx_data.pkt_info.src_addr where possible for consistent IPv6
        output.
      
      * When a pj_sockaddr is not available, explicitly wrap IPv6 addresses
        in brackets.
      
      * When assigning pjsip_rx_data.pkt_info.src_name ourselves, make sure
        to also set pjsip_rx_data.pkt_info.src_addr.
      
      Change-Id: I5cfe997ced7883862a12b9c7d8551d76ae02fcf8
      07cb13f7
    • George Joseph's avatar
      CI: Use proper credentials for Security testsuite checkout · 8be6998f
      George Joseph authored
      Can't do anonymous http checkout from Security-testsuite.
      Need to use same credentials as the gerrit review checkout.
      
      Change-Id: I87af68c995cb8926f5e87f9af245600d76984f05
      8be6998f
    • George Joseph's avatar
  2. Sep 13, 2018
  3. Sep 12, 2018
  4. Sep 11, 2018
  5. Sep 07, 2018
  6. Sep 06, 2018
  7. Sep 05, 2018
  8. Sep 03, 2018
  9. Aug 31, 2018
  10. Aug 30, 2018
  11. Aug 29, 2018
  12. 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
  13. 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