[Asterisk-code-review] func_query: Add function to retrieve remote text data. (asterisk[master])

N A asteriskteam at digium.com
Mon May 16 10:52:37 CDT 2022


Attention is currently required from: N A.
Hello Joshua Colp, Friendly Automation, 

I'd like you to reexamine a change. Please visit

    https://gerrit.asterisk.org/c/asterisk/+/18566

to look at the new patch set (#2).

Change subject: func_query: Add function to retrieve remote text data.
......................................................................

func_query: Add function to retrieve remote text data.

Adds the TEXT_QUERY function, which makes it easy for
users to be able to remotely query data available on
remote systems.

For example, the result of functions like DEVICE_STATE
can be made easily available to other systems through
this function, which presents such data as easily as if
it were available locally. As it is tech-agnostic, behind
the scenes, a call is initiated to the specified endpoint,
and then the buffer is filled with the results of the
data transfer.

Data transfer remains done using SendText; this function
merely makes it seamless to use such data from other systems.

ASTERISK-30066

Change-Id: I51cdfe2db398db15a67d7e2068cd95c6710ee33c
---
A doc/CHANGES-staging/func_query.txt
A funcs/func_query.c
2 files changed, 188 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/66/18566/2
-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/18566
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I51cdfe2db398db15a67d7e2068cd95c6710ee33c
Gerrit-Change-Number: 18566
Gerrit-PatchSet: 2
Gerrit-Owner: N A <mail at interlinked.x10host.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: Joshua Colp <jcolp at sangoma.com>
Gerrit-Attention: N A <mail at interlinked.x10host.com>
Gerrit-MessageType: newpatchset
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20220516/60a95350/attachment.html>


More information about the asterisk-code-review mailing list