[Home]

Summary:ASTERISK-02542: [poet 1.0] [new app] app_realtime
Reporter:Anthony Minessale (anthm)Labels:
Date Opened:2004-10-06 11:31:30Date Closed:2008-01-15 15:09:19.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_realtime.c
Description:This is the RealTime app that uses the new realtime
enhancements to res_config.  
RealTime(<family>|<colmatch>|<value>[|<prefix>])

The application will lookup the specified family looking
for the specified value to match the specified column name

RealTime(demo,name,fred)
This will lookup family demo for something with a name matching fred and return the data set as channel variables.

This is similar to the res_sqlite SQL app only it is
compatable with anything that can be registered as a realtime gateway.


****** ADDITIONAL INFORMATION ******

This only works on the CVS HEAD
Comments:By: Mark Spencer (markster) 2004-10-06 11:50:53

Update header as per discussion with anthm, and added to CVS, very cool.

By: Russell Bryant (russell) 2004-10-06 18:16:15

not in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:09:19.000-0600

Repository: asterisk
Revision: 3922

U   trunk/apps/Makefile
A   trunk/apps/app_realtime.c
U   trunk/channels/chan_mgcp.c

------------------------------------------------------------------------
r3922 | markster | 2008-01-15 15:09:18 -0600 (Tue, 15 Jan 2008) | 2 lines

Merge anth's realtime patch, as well as the bindaddr fix that didn't make it in somehow yesterday. (bug ASTERISK-2542)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=3922