Displaying 20 results from an estimated 900 matches similar to: "asterisk addson"
2005 Jan 18
2
problems compiling asterisk-addons
Hello maybe someone can help me?
I did the CVS checkout and then compiled asterisk
Then I tried to compile the addons and got the following (don't
understand what's wrong at all and can't find anything about this error
on google/wiki)
app_addon_sql_mysql.c:164:64: macro "AST_LIST_REMOVE" requires 4
arguments, but only 3 given
app_addon_sql_mysql.c: In function
2005 Jul 21
2
Problems installing asterisk-addons
Hello
I have downloaded asterisk-addons but when I make install get:
cc -fPIC -I../asterisk -D_GNU_SOURCE -DMYSQL_LOGUNIQUEID -I/usr/include/mysql -c -o app_addon_sql_mysql.o app_addon_sql_mysql.c
app_addon_sql_mysql.c:164:64: macro "AST_LIST_REMOVE" requires 4 arguments, but only 3 given
app_addon_sql_mysql.c: In function `del_identifier':
app_addon_sql_mysql.c:164: error:
2005 Jun 20
1
Compilation Problem with asterisk-addons
Hello, i have a little Problem with compiling asterisk-addons
the failure is:
app_addon_sql_mysql.c:164:64: macro "AST_LIST_REMOVE" requires 4 arguments, but only 3 given
app_addon_sql_mysql.c: In function `del_identifier':
app_addon_sql_mysql.c:164: error: ?SR_LIST_REMOVE' undecalred (first use in this function)
app_addon_sql_mysql.c:164: error: (Each undeclared identifier is
2005 May 10
1
asterisk-addon
Good day all
I downloaded asterisk-addons to try and make asterisk log in the sql db
but when I make a make install i get this error
cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o
app_addon_sql_mysql.o app_addon_sql_mysql.c
app_addon_sql_mysql.c:162:77: macro "AST_LIST_REMOVE" passed 4
arguments, but takes just 3
app_addon_sql_mysql.c: In function
2005 Mar 18
2
Asterisk 1.0.7 Released
Hello everyone,
Version 1.0.7 of Asterisk, Zaptel, libpri, and Asterisk-addons has now
been released. Libpri and -addons have not changed, but have been
updated anyway to keep the version numbers consistent. All of the
tarballs are available on the ftp site.
ftp://ftp.asterisk.org/pub/asterisk/
I have posted the ChangeLogs for easy viewing at the following address.
2003 Jul 18
5
cdr_mysql
Considering that I had a failure with compiling the latest version of
asterisk because of cdr_mysql, I am going to assume that I need to have
a copy of the mysql headers on the system in order to compile
cdr_mysql.so. Does that sound correct?
Kim C. Callis
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Jul 06
0
newbie asterisk-addons installation
good day all,
my asterisk is working greatly..
and i want to put a billing..
but i have this error when i try 'make'
[root@upm asterisk-addons-1.0.7]# make
cc -fPIC -I../asterisk -D_GNU_SOURCE
-I/usr/include/mysql -I/root/asterisk/include/ -c
-o app_addon_sql_mysql.o app_addon_sql_mysql.c
app_addon_sql_mysql.c:165:77: macro "AST_LIST_REMOVE"
passed 4 arguments, but takes
2005 Feb 02
6
problem in compiling asterisk-addons
there is a problem in compiling asterisk-addons
any one have fixed this problem. i want
res_config_mysql.so any one help me
-----------------------------------------------------
[root@localhost asterisk-addons]# make
cc -fPIC -I../asterisk -D_GNU_SOURCE
-I/usr/include/mysql -c -o res_config_mysql.o
res_config_mysql.c
res_config_mysql.c: In function `realtime_mysql':
2010 Jul 22
2
Could Asterisk-addson-1.6.2.0 install in 64bit Cent-OS ?
hi,list
Could Asterisk-addson-1.6.2.0 install in 64bit Cent-OS ? after
i make and make install. i cant find the .so file.
is this mean it can't install on 64bit Cent-OS. ps: it works fine on
the 32 bit Cent-OS
Thanks very much!
--
Thanks for your supporting,
have a nice day.
Sucan
2005 Jan 06
0
Out of Office AutoReply: asterisk addson
Why can't people learn to turn off this crap for lists? I don't care if you
are on vacation and I'm sure that everyone else on this list doesn't care
either.
-Matthew
----- Original Message -----
From: "Dijkstra, Roelof" <Roelof.Dijkstra@nl.compuware.com>
To: "Matthew Boehm" <mboehm@cytelcom.com>
Sent: Thursday, January 06, 2005 9:24 AM
Subject:
2006 Oct 31
2
compilation problem with asterisk-addons
Hi,
Trying to compile asterisk-addons 1.2.5 on Centos 4.4 produces this:
Note: MySQL libraries are installed and the structure is as follows:
/usr/src/astsources/asterisk-1.2.13
/usr/src/astsources/asterisk-addons-1.2.5
in /usr/src/astsources/asterisk-addons-1.2.5 I do:
make clean
make
and the output is:
./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c`
2005 Jul 05
3
Asterisk addons install problem
Hi there:
I have successfully installed the Asterisk 1.0.9 on my Freebsd 5.4
box. When I tend to install the addon for mysql CDR billing, It always
return me the following errors:
SIP# gmake clean
rm -f *.so *.o .depend
gmake -C format_mp3 clean
gmake[1]: Entering directory
`/usr/home/wilson/asterisk/asterisk-addons-1.0.9/format_mp3'
rm -f *.o *.so *~
gmake[1]: Leaving directory
2008 Jan 21
1
asterisk-addons-1.6.0-beta1---Error
Hi,
I'm trying to install asterisk-addons-1.6.0-beta1 on my machine.
But getting following error during make:
[root at Cancer asterisk-addons-1.6.0-beta1]# make
make[1]: Entering directory `/usr/src/asterisk/asterisk-addons-1.6.0-beta1'
[CC] app_addon_sql_mysql.c -> app_addon_sql_mysql.o
app_addon_sql_mysql.c: In function `aMYSQL_connect':
app_addon_sql_mysql.c:266: error:
2007 Jun 21
7
asterisk 1.4.1 app_addon_sql_mysql
when I enter asterisk-addons-1.4.1 and make menuselect
*************************************
Asterisk-addons Module
Selection
*************************************
Press 'h' for help.
XXX 1.
app_addon_sql_mysql
2009 Apr 22
1
Upgrading from 1.4.21.2 to 1.6.0.5 breaks sql queries with backslashes?
Hi, all. I've been searching google, bug reports and forums and have
looked in all the asterisk-users list archives back to 2003 but haven't
seen an answer to this, so thought I'd post here.
The problem seems to be that Asterisk 1.6.0.5 is sending backslashes
(needed to escape commas and so forth in 1.4.21.2) as
*literal* backslashes to Mysql, so that Mysql gives a syntax error
2007 Apr 19
1
MySQL Update from exten
I've tried every combination I could find on the net and so far there is
no joy
The thing is I can do this update from the command line: Maybe some new
eyes might find the answer?
exten => update,1,MYSQL(Connect connid localhost root password dax)
exten => update,n,MYSQL(QUERY resultid ${connid} UPDATE\ caller\ SET\
2005 Aug 03
1
Voicemail Password crashing
I am currently having issues when trying to change my password in
Voicemail. I am not utilizing realtime because I believe there is a
problem with MWI being sent to phones and realtime databases (this may
have changed since I last used Asterisk).
Whenever I try to change the password for the account, the asterisk
program gives a Sig fault (signal 11). I do see the
voicemail.conf.new file
2007 Jun 30
1
FW: fail to load modules
Hi,
Does Asterisk_addons_1.4.2 cant be use in the new Asterisk release or no one
really want to share their experiences? Since this project is belonging to
everyone within this list, why still no one really want to share the
experiences and to growth the Asterisk to the next level by keeping their
secret in behind.
As see, Asterisk 1.4 has so many feature improvements, and it's
2007 Jun 28
2
fail to load modules
Hi all,
I am a bit out with the Asterisk 1.4.4, after I complied and installed the
Asterisk and I got such error messages
[Jun 28 16:56:19] WARNING[28625] res_smdi.c: No SMDI interfaces are
available to listen on, not starting SDMI listener.
[Jun 28 16:56:19] WARNING[28625] loader.c: Error loading module
'chan_ooh323.so': /usr/lib/asterisk/modules/chan_ooh323.so: undefined
symbol:
2006 Jan 20
1
Calling MySQL 5 stored procedures from app_mysql
Hello all.
I am trying to use app_mysql.
It works for selects and functions, but does not want to work with
procedures.
Pls have a look:
Calling function:
CREATE FUNCTION f_1(a VARCHAR(20)) RETURNS INTEGER RETURN (SELECT count(*)
from peer where name = a);
Result:
-- Executing Macro("IAX2/100-3", "local|100") in new stack
-- Executing MYSQL("IAX2/100-3",