From: Matt Jordan Date: Sun, 14 Aug 2016 01:16:58 +0000 (-0500) Subject: manager: Add tags to relate interrelated events/actions together X-Git-Tag: 13.12.0-rc1~128^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4facaac4083573e509052dbecf29c28019145600;p=thirdparty%2Fasterisk.git manager: Add tags to relate interrelated events/actions together Change-Id: Idbac539205aa732bf786c4f765577d8e9ff28ba4 --- diff --git a/main/manager.c b/main/manager.c index cdbf5fb188..0ca84b2ca8 100644 --- a/main/manager.c +++ b/main/manager.c @@ -149,6 +149,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Logoff the current manager session. + + Login + @@ -168,6 +171,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Login Manager. + + Logoff + @@ -321,6 +327,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") If a channel name is not provided then the variable is considered global. + + Getvar + @@ -341,6 +350,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") If a channel name is not provided then the variable is considered global. + + Setvar + @@ -373,6 +385,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") 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 + @@ -397,6 +415,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") 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 + @@ -488,6 +512,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") This action will modify, create, or delete configuration elements in Asterisk configuration files. + + GetConfig + GetConfigJSON + CreateConfig + ListCategories + @@ -504,6 +534,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") directory. This action is intended to be used before an UpdateConfig action. + + GetConfig + GetConfigJSON + UpdateConfig + ListCategories + @@ -518,6 +554,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") This action will dump the categories in a given file. + + GetConfig + GetConfigJSON + UpdateConfig + CreateConfig + @@ -553,6 +595,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Redirect (transfer) a call. + + BlindTransfer + @@ -573,6 +618,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Attended transfer. + + AttendedTransfer + @@ -697,6 +745,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Will return an Extension Status message. The response will include the hint for the extension and the status. + + ExtensionStatus + @@ -713,6 +764,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Will return a Presence State message. The response will include the presence state and, if set, a presence subtype and custom message. + + PresenceStatus + @@ -750,6 +804,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Waiting: 0 if messages waiting, 1 if no messages waiting. + + MailboxCount + @@ -770,6 +827,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") NewMessages: count OldMessages: count + + MailboxStatus + @@ -875,6 +935,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Send a reload event. + + ModuleLoad + @@ -987,6 +1050,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Loads, unloads or reloads an Asterisk module in a running system. + + Reload + ModuleCheck + @@ -1002,6 +1069,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") 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_FILE_VERSION(__FILE__, "$Revision$") this command can be used to create filters that may bypass filters defined in manager.conf + + FilterList + @@ -1180,6 +1253,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") 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_FILE_VERSION(__FILE__, "$Revision$") Redirect + BlindTransfer @@ -1275,6 +1352,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + + ExtensionState + @@ -1288,6 +1368,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + + PresenceState + ***/ diff --git a/main/stasis_bridges.c b/main/stasis_bridges.c index 1838557737..3688a46ad1 100644 --- a/main/stasis_bridges.c +++ b/main/stasis_bridges.c @@ -79,6 +79,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Destination extension for the blind transfer. + + BlindTransfer + @@ -131,6 +134,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") SecondTransfererChannel: Alice's channel in the bridge with Bob. SecondBridgeUniqueid: The bridge between Alice and Bob. + + AtxFer + ***/