summaryrefslogtreecommitdiff
path: root/include/asterisk/pbx.h
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2008-07-05 20:54:30 +0000
committerOlle Johansson <oej@edvina.net>2008-07-05 20:54:30 +0000
commit45e79490babaa8775aad1de72bad503aa2eb23f1 (patch)
treee153ed82937f1c994dd8145b3a43521624bf2c7b /include/asterisk/pbx.h
parent0fd94cb93d333629f7636f3d63f7d8cd8b899559 (diff)
Implement flags for AGI in the channel structure so taht "show channels" and
AMI commands can display that a channel is under control of an AGI. Work inspired by work at customer site, but paid for by Edvina AB git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@128240 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/pbx.h')
-rw-r--r--include/asterisk/pbx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index b4bec238e..bfa9d3bc9 100644
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -998,6 +998,9 @@ 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 *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