aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-05 20:04:50 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-05 20:04:50 +0000
commita7594fa8a0b213d609a3ca8f29832ba6701e9556 (patch)
tree5ba2828203b674a3ebebca6b7148a50adf1ded7b /channels/chan_sip.c
parent0ecb5a0fa37f3b873bcd036ee590d67a24e5f469 (diff)
Stop cli command completion with tabs
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@128201 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 7ff5eed29..1c4375289 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)