From e9fe08ea37b1c6c0ef79221e3a8830fabb73810f Mon Sep 17 00:00:00 2001 From: Matt Jordan Date: Sat, 13 Aug 2016 20:16:58 -0500 Subject: manager: Add tags to relate interrelated events/actions together Change-Id: Idbac539205aa732bf786c4f765577d8e9ff28ba4 --- main/manager.c | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) (limited to 'main/manager.c') diff --git a/main/manager.c b/main/manager.c index 029da70f7..22af82515 100644 --- a/main/manager.c +++ b/main/manager.c @@ -149,6 +149,9 @@ ASTERISK_REGISTER_FILE() Logoff the current manager session. + + Login + @@ -168,6 +171,9 @@ ASTERISK_REGISTER_FILE() Login Manager. + + Logoff + @@ -329,6 +335,9 @@ ASTERISK_REGISTER_FILE() If a channel name is not provided then the variable is considered global. + + Getvar + @@ -349,6 +358,9 @@ ASTERISK_REGISTER_FILE() If a channel name is not provided then the variable is considered global. + + Setvar + @@ -381,6 +393,12 @@ ASTERISK_REGISTER_FILE() In the case where a category name is non-unique, a filter may be specified to match only categories with matching variable values. + + GetConfigJSON + UpdateConfig + CreateConfig + ListCategories + @@ -405,6 +423,12 @@ ASTERISK_REGISTER_FILE() In the case where a category name is non-unique, a filter may be specified to match only categories with matching variable values. + + GetConfig + UpdateConfig + CreateConfig + ListCategories + @@ -496,6 +520,12 @@ ASTERISK_REGISTER_FILE() This action will modify, create, or delete configuration elements in Asterisk configuration files. + + GetConfig + GetConfigJSON + CreateConfig + ListCategories + @@ -512,6 +542,12 @@ ASTERISK_REGISTER_FILE() directory. This action is intended to be used before an UpdateConfig action. + + GetConfig + GetConfigJSON + UpdateConfig + ListCategories + @@ -526,6 +562,12 @@ ASTERISK_REGISTER_FILE() This action will dump the categories in a given file. + + GetConfig + GetConfigJSON + UpdateConfig + CreateConfig + @@ -561,6 +603,9 @@ ASTERISK_REGISTER_FILE() Redirect (transfer) a call. + + BlindTransfer + @@ -581,6 +626,9 @@ ASTERISK_REGISTER_FILE() Attended transfer. + + AttendedTransfer + @@ -705,6 +753,9 @@ ASTERISK_REGISTER_FILE() Will return an Extension Status message. The response will include the hint for the extension and the status. + + ExtensionStatus + @@ -721,6 +772,9 @@ ASTERISK_REGISTER_FILE() Will return a Presence State message. The response will include the presence state and, if set, a presence subtype and custom message. + + PresenceStatus + @@ -758,6 +812,9 @@ ASTERISK_REGISTER_FILE() Waiting: 0 if messages waiting, 1 if no messages waiting. + + MailboxCount + @@ -778,6 +835,9 @@ ASTERISK_REGISTER_FILE() NewMessages: count OldMessages: count + + MailboxStatus + @@ -879,6 +939,9 @@ ASTERISK_REGISTER_FILE() Send a reload event. + + ModuleLoad + @@ -991,6 +1054,10 @@ ASTERISK_REGISTER_FILE() Loads, unloads or reloads an Asterisk module in a running system. + + Reload + ModuleCheck + @@ -1006,6 +1073,9 @@ ASTERISK_REGISTER_FILE() Checks if Asterisk module is loaded. Will return Success/Failure. For success returns, the module revision number is included. + + ModuleLoad + @@ -1171,6 +1241,9 @@ ASTERISK_REGISTER_FILE() this command can be used to create filters that may bypass filters defined in manager.conf + + FilterList + @@ -1180,6 +1253,9 @@ ASTERISK_REGISTER_FILE() The filters displayed are for the current session. Only those filters defined in manager.conf will be present upon starting a new session. + + Filter + @@ -1198,6 +1274,7 @@ ASTERISK_REGISTER_FILE() Redirect + BlindTransfer @@ -1275,6 +1352,9 @@ ASTERISK_REGISTER_FILE() + + ExtensionState + @@ -1288,6 +1368,9 @@ ASTERISK_REGISTER_FILE() + + PresenceState + ***/ -- cgit v1.2.3