aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoreliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-22 18:07:02 +0000
committereliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-22 18:07:02 +0000
commit2b551e72e492fbdb71e3439bf15c50f88f0a3733 (patch)
treed5bd73cbba3ce087868b07fa87d38ea0b298add2 /doc
parent10c0f82f94892f60b726f2306426c5dc155604f9 (diff)
Asterisk data retrieval API.
This module implements an abstraction for retrieving and exporting asterisk data. Developed by: Brett Bryant <brettbryant@gmail.com> Eliel C. Sardanons (LU1ALY) <eliels@gmail.com> For the Google Summer of code 2009 Project. Documentation can be found in doxygen format and inside the header include/asterisk/data.h Review: https://reviewboard.asterisk.org/r/275/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@258517 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/manager_1_1.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/manager_1_1.txt b/doc/manager_1_1.txt
index 53299ebc0..a9b47def5 100644
--- a/doc/manager_1_1.txt
+++ b/doc/manager_1_1.txt
@@ -137,6 +137,16 @@ Changes to manager version 1.1:
* NEW ACTIONS
-------------
+- Action: DataGet
+ Modules: data.c
+ Purpose:
+ To be able to retrieve the asterisk data tree.
+ Variables:
+ ActionID: <id> Action ID for this transaction. Will be returned.
+ Path: <data path> The path to the callback node to retrieve.
+ Filter: <filter> Which nodes to retrieve.
+ Search: <search> Search condition.
+
- Action: IAXregistry
Modules: chan_iax2
Purpose: