[asterisk-commits] seanbright: branch 11 r409473 - in /branches/11: ./ channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Mar 4 08:52:03 CST 2014
Author: seanbright
Date: Tue Mar 4 08:52:00 2014
New Revision: 409473
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=409473
Log:
Minor whitespace change to 'sip show peers' output.
(closes issue ASTERISK-23406)
Reported by: ibercom
Tested by: ibercom
Patches:
asterisk-11.patch uploaded by ibercom
........
Merged revisions 409472 from http://svn.asterisk.org/svn/asterisk/branches/1.8
Modified:
branches/11/ (props changed)
branches/11/channels/chan_sip.c
Propchange: branches/11/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: branches/11/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/channels/chan_sip.c?view=diff&rev=409473&r1=409472&r2=409473
==============================================================================
--- branches/11/channels/chan_sip.c (original)
+++ branches/11/channels/chan_sip.c Tue Mar 4 08:52:00 2014
@@ -20099,7 +20099,7 @@
print_codec_to_cli(fd, &peer->prefs);
ast_cli(fd, ")\n");
- ast_cli(fd, " Auto-Framing : %s \n", AST_CLI_YESNO(peer->autoframing));
+ ast_cli(fd, " Auto-Framing : %s\n", AST_CLI_YESNO(peer->autoframing));
ast_cli(fd, " Status : ");
peer_status(peer, status, sizeof(status));
ast_cli(fd, "%s\n", status);
More information about the asterisk-commits
mailing list