search for: fieldmatch

Displaying 3 results from an estimated 3 matches for "fieldmatch".

2009 Feb 25
1
Realtime database function help
Hello Everyone! According to voip-info.org the correcy syntax for the realtime function is: REALTIME(family|fieldmatch[|value[|delim1[|delim2]]]) on read REALTIME(family|fieldmatch|value|field) on write It seems from the syntax that it is only possible to retrieve a full row according to the value of only of column. This translates in SQL language as Select * from family where fieldmath = value. Is there any way...
2008 Feb 18
1
realtime table customization to track iax registrations
...additional column in iax_buddies table called for example "Asterisk ID" which tells me on which asterisk box a particular user is registered. Is there a way to achieve this? I've seen this function: ASB*CLI> -= Info about function 'REALTIME' =- [Syntax] REALTIME(family|fieldmatch[|value[|delim1[|delim2]]]) on read REALTIME(family|fieldmatch|value|field) on write [Synopsis] RealTime Read/Write Functions [...] but I don't think I can use this during client registration as it will only be available in dialplan. Any hints appreciated. Regards, Claudio Internet Email...
2009 Jan 02
2
Deprecated Realtime application, what's to be gained ???
Hi, After seeing in "pbx/ael/ael-test/ael-test5/extensions.ael" some interesting use case of RealTime to store extension data (forwardto, dnd, ...) i started to play with it. To my surprise the two applications RealTime() / RealtimeUpdate() have been deprecated in favor of the REALTIME() function. While it's not a big deal for the write part since it's only a matter a shifting