aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/res_agi.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index 470d0599b..cd7e0a928 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -1603,6 +1603,13 @@ static char usage_noop[] =
" Usage: NoOp\n"
" Does nothing.\n";
+/*!
+ * \brief AGI commands
+ *
+ * \todo XXX This array is not handled in a thread safe way. There is no
+ * synchronization done at all between the agi register and unregister functions
+ * and the rest of this module which uses the entries here.
+ */
static agi_command commands[MAX_COMMANDS] = {
{ { "answer", NULL }, handle_answer, "Answer channel", usage_answer },
{ { "channel", "status", NULL }, handle_channelstatus, "Returns status of the connected channel", usage_channelstatus },