[Home]

Summary:ASTERISK-04052: [patch] SetTransferCapability returns a multi-line string from the description() module routine
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2005-05-03 18:38:05Date Closed:2008-01-15 15:33:06.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20050503__fix_description.diff.txt
Description:The description module routine is designed to return a single line description of the module, to be returned at load time.  The author of app_settransfercapability instead returned the complete syntax of the module.  This is a one-line fix to that problem.

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

Disclaimer on file.
Comments:By: Kevin P. Fleming (kpfleming) 2005-05-03 20:26:53

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:33:06.000-0600

Repository: asterisk
Revision: 5564

U   trunk/apps/app_settransfercapability.c

------------------------------------------------------------------------
r5564 | kpfleming | 2008-01-15 15:33:06 -0600 (Tue, 15 Jan 2008) | 2 lines

return proper string from description function (bug ASTERISK-4052)

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

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