https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r286457 | qwell | 2010-09-13 14:40:05 -0500 (Mon, 13 Sep 2010) | 12 lines
Merged revisions 286456 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r286456 | qwell | 2010-09-13 14:38:35 -0500 (Mon, 13 Sep 2010) | 5 lines
Remove "Internal IP" from sip show settings, as it's not at all useful to display.
(closes issue #17840)
Reported by: oej
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@286458
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
ast_cli(a->fd, " Externhost: %s\n", S_OR(externhost, "<none>"));
ast_cli(a->fd, " externaddr: %s\n", ast_sockaddr_stringify(&externaddr));
ast_cli(a->fd, " Externrefresh: %d\n", externrefresh);
- ast_cli(a->fd, " Internal IP: %s\n", ast_sockaddr_stringify(&internip));
{
struct ast_ha *d;
const char *prefix = "Localnet:";