From: Jason Parker Date: Mon, 13 Sep 2010 19:38:35 +0000 (+0000) Subject: Remove "Internal IP" from sip show settings, as it's not at all useful to display. X-Git-Tag: 1.6.2.14-rc1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65e552cfa810a5ab686778634ce5f7f72a7371c0;p=thirdparty%2Fasterisk.git 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/branches/1.6.2@286456 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 2768b3a4ca..16b10529d6 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:";