mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
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: https://origsvn.digium.com/svn/asterisk/trunk@258517 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user