From c50499eb8875d64d1b93b6d80d7f0b974262fc56 Mon Sep 17 00:00:00 2001 From: qwell Date: Mon, 13 Sep 2010 19:38:35 +0000 Subject: 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: http://svn.digium.com/svn/asterisk/branches/1.6.2@286456 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/chan_sip.c | 1 - 1 file changed, 1 deletion(-) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 2768b3a4c..16b10529d 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -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, "")); 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:"; -- cgit v1.2.3