[asterisk-bugs] [Asterisk 0013651]: [patch] Make func_realtime work more like app_realtime
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Nov 19 14:26:52 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 14:26 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.
======================================================================
----------------------------------------------------------------------
(0095099) blitzrage (administrator) - 2008-11-19 14:26
http://bugs.digium.com/view.php?id=13651#c95099
----------------------------------------------------------------------
mysql> describe sipfriends;
+------------+-------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+------------+-------------+------+-----+---------+-------+
| name | varchar(50) | YES | | NULL | |
| host | varchar(50) | YES | | NULL | |
| secret | varchar(50) | YES | | NULL | |
| context | varchar(50) | YES | | NULL | |
| ipaddr | varchar(50) | YES | | NULL | |
| port | varchar(50) | YES | | NULL | |
| regseconds | varchar(50) | YES | | NULL | |
+------------+-------------+------+-----+---------+-------+
7 rows in set (0.01 sec)
Issue History
Date Modified Username Field Change
======================================================================
2008-11-19 14:26 blitzrage Note Added: 0095099
======================================================================
More information about the asterisk-bugs
mailing list