Files
asterisk/include/asterisk
Sean Bright d3c869c736 res_pjsip: Log IPv6 addresses correctly
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
2018-09-14 15:58:59 -04:00
..
2018-03-28 09:18:06 -04:00
2015-04-12 13:48:10 -05:00
2017-12-20 12:54:13 -05:00
2017-12-20 12:54:13 -05:00
2013-08-22 18:52:41 +00:00
2017-06-13 22:05:28 +00:00
2017-12-20 12:54:13 -05:00
2017-12-20 12:54:13 -05:00
2017-10-09 13:25:13 -05:00
2017-05-30 15:08:05 -05:00
2012-08-30 14:23:28 +00:00
2018-04-20 12:54:57 +02:00
2016-08-24 11:02:47 -05:00
2016-08-24 11:02:47 -05:00
2017-12-20 12:54:13 -05:00
2016-10-13 18:11:36 -05:00
2018-04-17 10:16:41 -06:00
2016-04-08 12:50:58 -06:00
2017-12-20 12:54:13 -05:00
2018-03-28 09:18:06 -04:00
2014-01-06 17:45:25 +00:00
2012-02-24 15:10:35 +00:00
2015-01-26 14:49:32 +00:00
2011-10-11 19:06:29 +00:00
2017-05-30 15:08:05 -05:00
2013-05-08 13:39:08 +00:00
2018-06-23 00:27:06 -06:00
2018-07-20 05:20:25 -06:00