[svn-commits] qwell: trunk r286458 - in /trunk: ./ channels/chan_sip.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Sep 13 14:40:46 CDT 2010
Author: qwell
Date: Mon Sep 13 14:40:42 2010
New Revision: 286458
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=286458
Log:
Merged revisions 286457 via svnmerge from
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
........
................
Modified:
trunk/ (props changed)
trunk/channels/chan_sip.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: trunk/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_sip.c?view=diff&rev=286458&r1=286457&r2=286458
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Mon Sep 13 14:40:42 2010
@@ -16922,7 +16922,6 @@
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:";
More information about the svn-commits
mailing list