summaryrefslogtreecommitdiff
path: root/include/asterisk/pbx.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-05-18 01:49:13 +0000
committerMark Spencer <markster@digium.com>2005-05-18 01:49:13 +0000
commit38b7f7b4a474cfb9cd79acd09515a84d0e6d746b (patch)
treed354c66fada464fed80154e7002ee445c4d36d52 /include/asterisk/pbx.h
parent9f9fcca6c0a0c3579f7ef9cd81ec0ffcc748a947 (diff)
Add optional call limit
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5712 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/pbx.h')
-rwxr-xr-xinclude/asterisk/pbx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index 19331acff..b0f92b60a 100755
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -602,6 +602,9 @@ int ast_async_goto_if_exists(struct ast_channel *chan, char* context, char *exte
struct ast_custom_function* ast_custom_function_find(char *name);
int ast_custom_function_unregister(struct ast_custom_function *acf);
int ast_custom_function_register(struct ast_custom_function *acf);
+
+/* Number of active calls */
+int ast_active_calls(void);
/*! executes a read operation on a function */
/*!