[Home]

Summary:ASTERISK-13737: [patch] Wrong text for HELP DAHDI
Reporter:Richard Miller (ulogic)Labels:
Date Opened:2009-03-12 13:55:03Date Closed:2009-03-23 13:18:01
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Channels/chan_dahdi
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_dahdi.patch
Description:The summary text for
dahdi set dnd
was copied and pasted from dahdi set swgain
but not subsequently edited
Comments:By: Richard Miller (ulogic) 2009-03-12 14:08:46

Additionally, there is a conditional compilation of a diagnostic message that needs an L modifier to %d for a 64 bit integer.

By: Leif Madsen (lmadsen) 2009-03-15 11:44:41

mvanbaak:  I've assigned this to you for now -- get a hold of me on Monday if you would like me to take this back over. I'm just a little confused on the note in this issue, so wanted to make sure this got done right the first time :)

By: Leif Madsen (lmadsen) 2009-03-23 13:01:42

I'm going to close this issue and get the documentation part put into the code, but I'm going to re-open an issue for the other change you mentioned, and I'll refer to it once I've done that. Thanks!

By: Digium Subversion (svnbot) 2009-03-23 13:06:41

Repository: asterisk
Revision: 183701

U   trunk/channels/chan_dahdi.c

------------------------------------------------------------------------
r183701 | lmadsen | 2009-03-23 13:06:41 -0500 (Mon, 23 Mar 2009) | 7 lines

Fixes a documentation error introduced during the CLI cleanup at AstriDevCon 2008.

(closes issue ASTERISK-13737)
Reported by: ulogic
Patches:
     chan_dahdi.patch uploaded by ulogic (license 728)
Tested by: lmadsen
------------------------------------------------------------------------

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

By: Digium Subversion (svnbot) 2009-03-23 13:11:13

Repository: asterisk
Revision: 183702

_U  branches/1.6.0/
U   branches/1.6.0/channels/chan_dahdi.c

------------------------------------------------------------------------
r183702 | lmadsen | 2009-03-23 13:11:13 -0500 (Mon, 23 Mar 2009) | 15 lines

Merged revisions 183701 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r183701 | lmadsen | 2009-03-23 14:06:40 -0400 (Mon, 23 Mar 2009) | 7 lines
 
 Fixes a documentation error introduced during the CLI cleanup at AstriDevCon 2008.
 
 (closes issue ASTERISK-13737)
 Reported by: ulogic
 Patches:
       chan_dahdi.patch uploaded by ulogic (license 728)
 Tested by: lmadsen
........

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

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

By: Digium Subversion (svnbot) 2009-03-23 13:12:11

Repository: asterisk
Revision: 183703

_U  branches/1.6.1/
U   branches/1.6.1/channels/chan_dahdi.c

------------------------------------------------------------------------
r183703 | lmadsen | 2009-03-23 13:12:10 -0500 (Mon, 23 Mar 2009) | 15 lines

Merged revisions 183701 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r183701 | lmadsen | 2009-03-23 14:06:40 -0400 (Mon, 23 Mar 2009) | 7 lines
 
 Fixes a documentation error introduced during the CLI cleanup at AstriDevCon 2008.
 
 (closes issue ASTERISK-13737)
 Reported by: ulogic
 Patches:
       chan_dahdi.patch uploaded by ulogic (license 728)
 Tested by: lmadsen
........

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

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

By: Digium Subversion (svnbot) 2009-03-23 13:12:58

Repository: asterisk
Revision: 183704

_U  branches/1.6.2/
U   branches/1.6.2/channels/chan_dahdi.c

------------------------------------------------------------------------
r183704 | lmadsen | 2009-03-23 13:12:58 -0500 (Mon, 23 Mar 2009) | 15 lines

Merged revisions 183701 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r183701 | lmadsen | 2009-03-23 14:06:40 -0400 (Mon, 23 Mar 2009) | 7 lines
 
 Fixes a documentation error introduced during the CLI cleanup at AstriDevCon 2008.
 
 (closes issue ASTERISK-13737)
 Reported by: ulogic
 Patches:
       chan_dahdi.patch uploaded by ulogic (license 728)
 Tested by: lmadsen
........

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

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

By: Leif Madsen (lmadsen) 2009-03-23 13:18:01

Issue 14726 is where the other issue will be tracked.