]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove "Internal IP" from sip show settings, as it's not at all useful to display.
authorJason Parker <jparker@digium.com>
Mon, 13 Sep 2010 19:38:35 +0000 (19:38 +0000)
committerJason Parker <jparker@digium.com>
Mon, 13 Sep 2010 19:38:35 +0000 (19:38 +0000)
(closes issue #17840)
Reported by: oej

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@286456 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 2768b3a4caa8f47b5138342126da2bfff1dfeb12..16b10529d6bc9c2815394fe9290d9e01fe61e49e 100644 (file)
@@ -16186,7 +16186,6 @@ static char *sip_show_settings(struct ast_cli_entry *e, int cmd, struct ast_cli_
        ast_cli(a->fd, "  Externhost:             %s\n", S_OR(externhost, "<none>"));
        ast_cli(a->fd, "  Externip:               %s:%d\n", ast_inet_ntoa(externip.sin_addr), ntohs(externip.sin_port));
        ast_cli(a->fd, "  Externrefresh:          %d\n", externrefresh);
-       ast_cli(a->fd, "  Internal IP:            %s:%d\n", ast_inet_ntoa(internip.sin_addr), ntohs(internip.sin_port));
        {
                struct ast_ha *d;
                const char *prefix = "Localnet:";