[Home]

Summary:ASTERISK-11799: constants to implement call features not exported
Reporter:Marcus Hunger (fnordian)Labels:
Date Opened:2008-04-08 11:23:29Date Closed:2008-04-08 12:28:11
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) features.patch
Description:hi,
to create a call feature and register it using ast_register_feature flags must be set in struct ast_call_feature. the possible flags are defined in main/features.c so they are not visible for e.g. modules.
Comments:By: Marcus Hunger (fnordian) 2008-04-08 11:30:09

... and so are the FEATURE_RETURN_* codes.

By: Digium Subversion (svnbot) 2008-04-08 12:27:49

Repository: asterisk
Revision: 113452

U   trunk/include/asterisk/features.h
U   trunk/main/features.c

------------------------------------------------------------------------
r113452 | qwell | 2008-04-08 12:27:48 -0500 (Tue, 08 Apr 2008) | 9 lines

Move AST_FEATURE_FLAG_* and FEATURE_RETURN_* to features.h so that they can be used by modules.

(closes issue ASTERISK-11799)
Reported by: fnordian
Patches:
     features.patch uploaded by fnordian (license 110)

(patch modified by me, to give FEATURE_RETURN_* an AST_ prefix)

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

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

By: Digium Subversion (svnbot) 2008-04-08 12:28:11

Repository: asterisk
Revision: 113453

_U  branches/1.6.0/

------------------------------------------------------------------------
r113453 | qwell | 2008-04-08 12:28:11 -0500 (Tue, 08 Apr 2008) | 16 lines

Blocked revisions 113452 via svnmerge

........
r113452 | qwell | 2008-04-08 12:32:42 -0500 (Tue, 08 Apr 2008) | 9 lines

Move AST_FEATURE_FLAG_* and FEATURE_RETURN_* to features.h so that they can be used by modules.

(closes issue ASTERISK-11799)
Reported by: fnordian
Patches:
     features.patch uploaded by fnordian (license 110)

(patch modified by me, to give FEATURE_RETURN_* an AST_ prefix)

........

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

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