[Home]

Summary:ASTERISK-04410: [patch] small patch to app_skel
Reporter:Clod Patry (junky)Labels:
Date Opened:2005-06-13 19:09:01Date Closed:2008-01-15 15:38:41.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) skel_fix.txt
Description:Currently, the app_skel.c wasn't correct for ast_register_application.
That function receives synopsis at the last argument.
so we have:
ebian*CLI> show application skel
debian*CLI>
 -= Info about application 'skel' =-

[Synopsis]
Trivial skeleton Application

[Description]
 This is a skeleton application that shows you the basic structure to create your
own asterisk applications.

debian*CLI>


and with that patch:
debian*CLI> show application skel
debian*CLI>
 -= Info about application 'Skel' =-

[Synopsis]
Skeleton application to build asterisk applications.

[Description]
That application is only used to give a template to build other applications.
That shows you the basic structure to create your own asterisk applications.


Like you can see the synopsis is the text defined by synopsis in app_skel.c . It wasn't the case before.


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

Like it's the skeleton app, that would be great if that's correct.
Comments:By: Kevin P. Fleming (kpfleming) 2005-06-20 20:52:10

Committed to CVS HEAD with text changes. Thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:38:41.000-0600

Repository: asterisk
Revision: 5945

U   trunk/apps/app_skel.c

------------------------------------------------------------------------
r5945 | kpfleming | 2008-01-15 15:38:41 -0600 (Tue, 15 Jan 2008) | 2 lines

minor cleanups (bug ASTERISK-4410 with text changes)

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

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