[Home]

Summary:ASTERISK-06466: Copy/paste error in chan_misdn commit r11714
Reporter:Serge Vecher (serge-v)Labels:
Date Opened:2006-03-03 09:55:26.000-0600Date Closed:2008-01-15 17:20:11.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Channels/chan_misdn
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:In the following added code block:

+static struct ast_cli_entry cli_port_down =
+{ {"misdn","port","down", NULL},
+  misdn_port_down,
+  "Tries to deacivate the L1 on the given port",
+  "Usage: misdn port up <port>\n"
+};

The last line should be "Usage: misdn port down <port>\n"
Comments:By: crich (crich) 2006-03-05 12:21:44.000-0600

This issue is in my 0.3.0 branch, since i didn't update that to trunk yet. Still i've just fixed it in my branch thanks!

By: Serge Vecher (serge-v) 2006-03-07 08:59:41.000-0600

ditto r12288 in trunk/channels/chan_misdn.c ;)

By: crich (crich) 2006-03-07 13:35:20.000-0600

Just fixed in trunk.. sorry didn't want to copy the issue, but that happens when you take about 2 days for back-merging to trunk.

Thanks vechers!

By: Matt O'Gorman (mogorman) 2006-03-07 14:07:26.000-0600

thanks crich

By: Digium Subversion (svnbot) 2008-01-15 17:14:04.000-0600

Repository: asterisk
Revision: 11944

U   team/crichter/0.3.0/channels/chan_misdn.c

------------------------------------------------------------------------
r11944 | crichter | 2008-01-15 17:14:04 -0600 (Tue, 15 Jan 2008) | 1 line

fixed ASTERISK-6466
------------------------------------------------------------------------

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

By: Digium Subversion (svnbot) 2008-01-15 17:20:11.000-0600

Repository: asterisk
Revision: 12371

U   trunk/channels/chan_misdn.c

------------------------------------------------------------------------
r12371 | crichter | 2008-01-15 17:20:11 -0600 (Tue, 15 Jan 2008) | 1 line

fixed ASTERISK-6466 in trunk as well, sorry i really didn't want to copy this issue ... grrrr
------------------------------------------------------------------------

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