add flags to the application interface for marking if apps support no media mode. FSCORE-7

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4400 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2007-02-26 21:38:10 +00:00
parent 5090abc9cf
commit 3e3760a996
18 changed files with 93 additions and 20 deletions
+3 -1
View File
@@ -595,6 +595,8 @@ struct switch_application_interface {
const char *short_desc;
/*! an example of the application syntax */
const char *syntax;
/*! flags to control behaviour */
uint32_t flags;
const struct switch_application_interface *next;
};
@@ -606,7 +608,7 @@ struct switch_api_interface {
const char *desc;
/*! function the api call uses */
switch_api_function_t function;
/*! an example of the application syntax */
/*! an example of the api syntax */
const char *syntax;
const struct switch_api_interface *next;
};