summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-07-09 03:39:59 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-07-09 03:39:59 +0000
commit4ff527903e890ac3768f6325b9a4ec9921b6be60 (patch)
tree21b302b49de8e9ca1e552e872aa97ab25f5d460d /include
parent6ddcd21a7f79fa56bfc32616aec42261f7aa7783 (diff)
Code wasn't ready to be merged - see -dev list discussion
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@129307 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/channel.h6
-rw-r--r--include/asterisk/pbx.h3
2 files changed, 0 insertions, 9 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index b2695ca60..5923f7cc1 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -582,12 +582,6 @@ enum {
/*! This flag indicates that on a masquerade, an active stream should not
* be carried over */
AST_FLAG_MASQ_NOSTREAM = (1 << 16),
- /*! If the flag is controlled by AGI (not FastAGI) */
- AST_FLAG_AGI = (1 << 17),
- /*! If the flag is controlled by FastAGI */
- AST_FLAG_FASTAGI = (1 << 18),
- /*! If the flag is controlled by AsyncAGI */
- AST_FLAG_ASYNCAGI = (1 << 19),
};
/*! \brief ast_bridge_config flags */
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index 2fdb5b396..b4bec238e 100644
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -998,9 +998,6 @@ struct ast_exten *pbx_find_extension(struct ast_channel *chan,
const char *context, const char *exten, int priority,
const char *label, const char *callerid, enum ext_match_t action);
-/*! \brief Function in pbx.c that propably should be somewhere else, but not in res_agi, since it's a loadable module */
-const char *ast_agi_state(struct ast_channel *chan);
-
/* every time a write lock is obtained for contexts,
a counter is incremented. You can check this via the