]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Stop cli command completion with tabs
authorOlle Johansson <oej@edvina.net>
Sat, 5 Jul 2008 20:04:50 +0000 (20:04 +0000)
committerOlle Johansson <oej@edvina.net>
Sat, 5 Jul 2008 20:04:50 +0000 (20:04 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@128201 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 7ff5eed29079c519d0c4c1950876b95af8042abe..1c43752892d437c649777d3d61155e174c67fe82 100644 (file)
@@ -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)