[asterisk-bugs] [Asterisk 0013651]: [patch] Make func_realtime work more like app_realtime
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Nov 19 15:54:38 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13651
======================================================================
Reported By: Corydon76
Assigned To: Corydon76
======================================================================
Project: Asterisk
Issue ID: 13651
Category: Functions/func_realtime
Reproducibility: N/A
Severity: feature
Priority: normal
Status: ready for testing
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 147591
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-10-09 08:36 CDT
Last Modified: 2008-11-19 15:54 CST
======================================================================
Summary: [patch] Make func_realtime work more like
app_realtime
Description:
As requested on the -users list, make 2 new methods in func_realtime, one
called REALTIME_FIELD, which retrieves a single field from realtime, and
one called REALTIME_HASH, which retrieves a single record from realtime, in
a format appropriate for assigning to the HASH() function.
======================================================================
----------------------------------------------------------------------
(0095107) svnbot (reporter) - 2008-11-19 15:54
http://bugs.digium.com/view.php?id=13651#c95107
----------------------------------------------------------------------
Repository: asterisk
Revision: 157870
U trunk/funcs/func_realtime.c
------------------------------------------------------------------------
r157870 | tilghman | 2008-11-19 15:54:37 -0600 (Wed, 19 Nov 2008) | 10
lines
Two new functions, REALTIME_FIELD, and REALTIME_HASH, which should make
querying realtime from the dialplan a little more consistent and easy to
use.
The original REALTIME function is preserved, for those who are already
accustomed to that interface.
(closes issue http://bugs.digium.com/view.php?id=13651)
Reported by: Corydon76
Patches:
20081119__bug13651__2.diff.txt uploaded by Corydon76 (license 14)
Tested by: blitzrage, Corydon76
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=157870
Issue History
Date Modified Username Field Change
======================================================================
2008-11-19 15:54 svnbot Checkin
2008-11-19 15:54 svnbot Note Added: 0095107
======================================================================
More information about the asterisk-bugs
mailing list