aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-13 19:38:35 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-13 19:38:35 +0000
commitc50499eb8875d64d1b93b6d80d7f0b974262fc56 (patch)
treef197b53c5ef6ef8cc92b526bcdbee25d1bb47da7 /channels
parent386901c47e4c394ba075c000fc3b65f50a8bff75 (diff)
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
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c1
1 files changed, 0 insertions, 1 deletions
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, "<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:";