From: Olle Johansson Date: Sat, 5 Jul 2008 20:04:50 +0000 (+0000) Subject: Stop cli command completion with tabs X-Git-Tag: 1.6.2.0-beta1~1777 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b04d101ee5f4b06ebaa04d579f369ef144cfa28d;p=thirdparty%2Fasterisk.git Stop cli command completion with tabs git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@128201 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 7ff5eed290..1c43752892 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -14213,6 +14213,8 @@ static char *sip_show_channelstats(struct ast_cli_entry *e, int cmd, struct ast_ " Lists all currently active SIP channel's RTCP statistics.\n" " Note that calls in the much optimized RTP P2P bridge mode will not show any packets here."; return NULL; + case CLI_GENERATE: + return NULL; } if (a->argc != 3)