Displaying 9 results from an estimated 9 matches for "func_realtim".
Did you mean:
func_realtime
2008 Oct 08
1
make func_realtime work like app_realtime (1.6)
Yell at me if you will, but I hate func_realtime - it's not very usable nor
is it change-friendly (update your database and your dialplan completely
breaks).
I'm getting a new 1.6 box built out and working, and wanted to emulate the
functionality of APP_realtime somehow, so I started digging around in the
func_realtime source - here'...
2007 Aug 14
0
REALTIME application vs RealTime function
Thanks.
In app_realtime, it is very easy to get a value of a field by only
applying the realtime application. However, in func_realtime, we need
to get the key-value pair according to the position of it by using
function CUT. After that, we need to apply another CUT to get the
value. It will cause the following problems.
http://www.voip-info.org/wiki/index.php?page=Asterisk+func+realtime
1. Changing table scheme will affect the...
2007 Oct 25
3
Realtime on Asterisk 1.2.24
Does realtime work reliably on Asterisk 1.2.24?
Are there any definitive guides, I can only find bits and pieces here
and there. Any accurate howtos would be of great help.
I am missing func_realtime.so. Where does this file come from?
Asterisk or asterisk-addons? I saw in one of the howtos that it is
needed. Is it needed for 1.2.X or 1.4.X. Also, what about the switch
lines in the .conf files. Some howtos say you need them, others say to
delete the whole file, that if for example, e...
2009 Aug 13
1
RealTime in dialplan - proper way?
Hello,
So much keeps changing with the dialplan and Realtime lookups. Just
downloaded the latest stable 1.6.1.2. The app_realtime, which was
perfectly brilliant and did exactly what I needed, is gone; replaced
with func_realtime. The REALTIME function is unacceptable:
; Get the conference number from the user
exten => s,n(readconfno),Read(USER_CONFNO,conf-getconfno,0,3,20)
; See if that conference exists in database
exten => s,n,Set(CONFINFO="${REALTIME(meetme,confno,${USER_CONFNO})}")
; If c...
2010 Nov 10
1
Selecting 'ODBC_STORAGE' from outside of 'menuselect'
...h, what else should I change?
Notes:
I have successfully installed and configured unixODBC with the proper
connector to my DB system (MySQL in my case).
I have verified that, after making the package the first time (with the
script), the ODBC related modules are enabled. (cdr_odbc, func_odbc,
func_realtime, pbx_realtime, res_config_odbc, res_odbc.
Best regards,
--
Jose P. Espinal
http://www.eslackware.com
IRC: Khratos @ #asterisk / -doc / -bugs
2008 Jan 18
3
Accessing a MySQL database and using the same db for cdr
Hi guys,
Does someone use a mysql database for accessing data and in the same
time for storing cdr ? if that is the case, which module is used ?
thanks
--
Cyril SCETBON
2007 May 15
1
Asterisk 1.4.4 reproducibly dumps core on Solaris 10
...so
Reading symbols from /opt/asterisk/lib/modules/func_moh.so...done.
Loaded symbols for /opt/asterisk/lib/modules/func_moh.so
Reading symbols from /opt/asterisk/lib/modules/func_rand.so...done.
Loaded symbols for /opt/asterisk/lib/modules/func_rand.so
Reading symbols from /opt/asterisk/lib/modules/func_realtime.so...done.
Loaded symbols for /opt/asterisk/lib/modules/func_realtime.so
Reading symbols from /opt/asterisk/lib/modules/func_sha1.so...done.
Loaded symbols for /opt/asterisk/lib/modules/func_sha1.so
Reading symbols from /opt/asterisk/lib/modules/func_strings.so...done.
Loaded symbols for /opt/aste...
2007 Jul 26
0
Asterisk 1.4.9 reproducibly dumps core on Solaris 10
...rom /opt/asterisk/lib/modules/func_moh.so...done.
> Loaded symbols for /opt/asterisk/lib/modules/func_moh.so
> Reading symbols from /opt/asterisk/lib/modules/func_rand.so...done.
> Loaded symbols for /opt/asterisk/lib/modules/func_rand.so
> Reading symbols from /opt/asterisk/lib/modules/func_realtime.so...done.
> Loaded symbols for /opt/asterisk/lib/modules/func_realtime.so
> Reading symbols from /opt/asterisk/lib/modules/func_sha1.so...done.
> Loaded symbols for /opt/asterisk/lib/modules/func_sha1.so
> Reading symbols from /opt/asterisk/lib/modules/func_strings.so...done.
> Loa...
2009 Sep 02
1
AMI Originate Commands executed in sequential Order problem
...make[1]: Entering directory `/usr/src/asterisk-1.4.20.1/funcs'
for x in func_base64.so func_callerid.so func_cdr.so func_channel.so
func_cut.so func_db.so func_enum.so func_env.so func_global.so
func_groupcount.so func_language.so func_logic.so func_math.so func_md5.so
func_moh.so func_rand.so func_realtime.so func_sha1.so func_strings.so
func_timeout.so func_uri.so; do /usr/bin/install -c -m 755 $x
/usr/lib/asterisk/modules ; done
make[1]: Leaving directory `/usr/src/asterisk-1.4.20.1/funcs'
make[1]: Entering directory `/usr/src/asterisk-1.4.20.1/main'
for x in ; do /usr/bin/install -c -m 75...