--- chan_sip.c.orig 2013-10-25 18:05:55.000000000 +0200 +++ chan_sip.c.new 2014-02-28 16:39:27.000000000 +0100 @@ -20041,7 +20041,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);