[Home]

Summary:ASTERISK-03201: [patch] new api call for app.c
Reporter:Anthony Minessale (anthm)Labels:
Date Opened:2005-01-06 19:16:15.000-0600Date Closed:2011-06-07 14:05:08
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_ff_rev0.diff
Description:This patch is to add a new routine in the app library

void ast_app_parse_feature_flags(char *instr, struct ast_bridge_config *config);

This function will fill in the flags in the config based on the contents of instr eg HTtw etc...

This is a baby step towards taking the burden off app_dial to do this since many other things may want to bridge channels.



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

Disclaimer on file
anthmct@yahoo.com
Comments:By: Mark Spencer (markster) 2005-01-06 20:21:43.000-0600

Isn't there supposed to be a patch attached?

By: Anthony Minessale (anthm) 2005-01-06 20:27:13.000-0600

oops I forgot the -u and deleted it.  it's back now.

By: Mark Spencer (markster) 2005-01-06 20:30:37.000-0600

Well nothing is using it...  Can you include a patch which actually utilizes the new function?

By: Mark Spencer (markster) 2005-01-14 00:32:01.000-0600

Closing out for lack of updates.