]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Make the output of Externhost in 'sip show settings' more consistent.
authorSean Bright <sean@malleable.com>
Thu, 28 Jul 2011 11:34:33 +0000 (11:34 +0000)
committerSean Bright <sean@malleable.com>
Thu, 28 Jul 2011 11:34:33 +0000 (11:34 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@329895 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 429a1b60f3e29e2ed736ce0aea22e0a957e8e747..d2e3f65edfb563b1876cb2786f6d9ed45ad3f725 100644 (file)
@@ -17530,7 +17530,7 @@ static char *sip_show_settings(struct ast_cli_entry *e, int cmd, struct ast_cli_
                msg = "Enabled using externaddr";
        ast_cli(a->fd, "  SIP address remapping:  %s\n", msg);
        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, "  Externaddr:             %s\n", ast_sockaddr_stringify(&externaddr));
        ast_cli(a->fd, "  Externrefresh:          %d\n", externrefresh);
        {
                struct ast_ha *d;