aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authormattf <mattf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-25 21:50:42 +0000
committermattf <mattf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-25 21:50:42 +0000
commit656a9292e5b141533977769642d5a6a0f5fc7c7c (patch)
treec8f74688a7d8fa0b6f64b399031dffa0ec813ab6 /channels
parente78c600a30b142eec4c2f157815d23fb8c0b61c9 (diff)
Little fix so we use the right message
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48014 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_zap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 4b5282755..c5c935b99 100644
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -11603,7 +11603,7 @@ static struct ast_cli_entry zap_ss7_cli[] = {
{ { "ss7", "debug", "linkset", NULL }, handle_ss7_debug,
"Enables SS7 debugging on a linkset", ss7_debug_help, NULL },
{ { "ss7", "no", "debug", "linkset", NULL }, handle_ss7_no_debug,
- "Disables SS7 debugging on a linkset", ss7_debug_help, NULL },
+ "Disables SS7 debugging on a linkset", ss7_no_debug_help, NULL },
{ { "ss7", "block", "cic", NULL }, handle_ss7_block_cic,
"Disables SS7 debugging on a linkset", ss7_block_cic_help, NULL },
{ { "ss7", "unblock", "cic", NULL }, handle_ss7_unblock_cic,