[Home]

Summary:ASTERISK-02692: cli summaries for h.323 show tokens and h.323 hangup swapped
Reporter:chuljin (chuljin)Labels:
Date Opened:2004-10-27 14:11:55Date Closed:2008-01-15 15:12:07.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) h323_cli_swap_patch.diff.txt
Description:The CLI summaries for h.323 show tokens and h.323 hangup seem to be swapped:

h.323 hangup  Show all active call tokens
...
h.323 show tokens  Manually try to hang up a call
 

****** ADDITIONAL INFORMATION ******

Lines 1583-1586 of v1.85 of channels/chan_h323.c:

static struct ast_cli_entry  cli_hangup_call =
{ { "h.323", "hangup", NULL }, h323_ep_hangup, "Show all active call tokens", show_hangup_usage };
static struct ast_cli_entry  cli_show_tokens =
{ { "h.323", "show", "tokens", NULL }, h323_tokens_show, "Manually try to hang up a call", show_tokens_usage };
Comments:By: twisted (twisted) 2004-10-27 14:19:52

If you are submitting a patch, please submit a unified diff, ending in .txt.  Thanks.

By: chuljin (chuljin) 2004-10-27 14:42:48

Having finally faxed the disclaimer, I disclaim my rights to Digium in the usual way, including for the patch I have just attached to this bug.

By: Mark Spencer (markster) 2004-10-27 15:59:51

Fixed in CVS, thanks!

By: Russell Bryant (russell) 2004-10-29 10:00:29

fixed in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:11:56.000-0600

Repository: asterisk
Revision: 4112

U   trunk/channels/chan_h323.c

------------------------------------------------------------------------
r4112 | markster | 2008-01-15 15:11:55 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix H.323 doc stuff (bug ASTERISK-2692)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=4112

By: Digium Subversion (svnbot) 2008-01-15 15:12:07.000-0600

Repository: asterisk
Revision: 4126

U   branches/v1-0/CHANGES
U   branches/v1-0/channels/chan_h323.c

------------------------------------------------------------------------
r4126 | russell | 2008-01-15 15:12:07 -0600 (Tue, 15 Jan 2008) | 2 lines

fix summaries for chan_h323 cli commands (bug ASTERISK-2692)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=4126