Displaying 20 results from an estimated 500 matches similar to: "Issue with res_config_mysql.so in latest CVS"
2005 Mar 20
1
HELP: Failed start after install asterisk_oh323-0.7.1
Hi, ALL:
I install my oh323 channel driver following steps of
http://www.oinko.net/astrecipes/index.php?action=artikel&cat=270174&id=10&artlang=en
I works my asterisk well before install the chan_oh323.so. But after I
do "make install" the oh_323, my asterisk crash and show me the
following message (asterisk -vvvvvvc).
Does anyone have any idea about it? What's wrong
2005 Jul 07
1
Asterisk Crashes after update
After doing an update from SUSE 9.2 to 9.3 and Checking out the latest from
CVS, Asterisk crashes on startup with an apparent MySQL
(res_config_register) error:
# asterisk -vvvgc > asterisk_startup_error1.log
asterisk: symbol lookup error:
/usr/lib/asterisk/modules/res_config_mysql.so: un
defined symbol: ast_cust_config_register
The log is shown below. I've seen the posts
2005 Feb 17
0
started asterisk with chan_misdn
hello,
i have a problem on started asterisk, when try to start
asterisk a get the fowlling error:
chan_misdn.so] => (Channel driver for mISDN Support
(Bri/Pri))
Feb 17 11:34:01 WARNING[3104]: config_old.c:27 ast_load:
ast_load is deprecated, use ast_config_load instead!
== Parsing '/etc/asterisk/misdn.conf': Found
Feb 17 11:34:01 WARNING[3104]: config_old.c:39 ast_destroy:
ast_destroy
2005 Mar 18
3
ANNOUNCEMENT:Updatesforapp_cbmysqlandMeetMe2gui(out of tree modules)
I'm afraid I am at a loss. If the three files,
app_cbmysql.c, app_meetme2.c and Makefile all
exist in ../apps then a patch -p1 from the
../asterisk directory should work.
The -p1 tells patch to ignore the first directory
in the path to the file in the patch, -p2 ignores
two directories. Another option is to just edit
the apps-meetme-cbmysql.txt and split it into
three patchs and apply
2005 Mar 22
4
Feedback on CBMySql, MeetMe2 and web interface
I've had 50+ people download the web components, and other
than reports of compile issues, I have not heard if this
collection has worked for anyone.
I do plan to keep updating the * applications and the web
pages, but I have almost meet all of our internal requirements
and wonder if anyone else is finding it usefull.
My focus has been and will likely stay on the user interface,
since I have
2006 May 12
6
voicemailmain()
Hi, in the menu of voicemailmain, appear a lot of options, there is a way to leave only some of them?
Also I want to know if there is a option that erase all message in a user box.
Best REgards
Ever Zalazar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060512/98a6f962/attachment.htm
2005 Aug 29
2
Compile problem with 1.2 beta 1
Has anyone else got 1.2 compiled from cvs ? I've posted the question
below to the -dev list but got no answers:
1) No-one else is trying beta 1
2) No-one else is having any issues (I must be the idiot)
3) No-one else saw my message :)
I have been trying to compile 1.2 beta 1 on a centos 4 box, to no avail.
The "make" command seems to compile ok, but "make install"
2009 Aug 26
1
app_swift issue
Hello
I have installed cepstral .... It works woderfull using an agi script but
.....
when i try to use Swift("say this") is Dial plan .... I get the error
[Aug 26 12:30:18] WARNING[7420]: pbx.c:3167 pbx_extension_helper: No
application 'Swift' for extension (actdemo, 123, 2)
Now i come to know to install app_swift
Here is the issue...
when i try to execute make command
2004 Dec 12
3
Problems getting Asterisk Realtime to work
I have installed the CVS Head as of 12/12/04, as well
as the asterisk-addons to ensure that
/usr/lib/asterisk/modules/res_config_mysql.so exists.
I have configured the following (after building a new
DB with the appropriate SQL examples, with mods to
drop the invalid keys, on the Wiki):
- /etc/asterisk/res_mysql.conf
[general]
dbhost = 127.0.0.1
dbname = my_db
dbuser = my_uname
dbpass =
2005 Sep 01
1
Loop error when compiling CVS version of 1.2-Beta
I am still getting an error compiling the 1.2-Beta version. The
tarball works fine, but I have never been able to compile the 1.2beta
from CVS. I have been compiling CVS-HEAD on the machine for quite
some time.
It goes into this loop:
if cmp -s include/asterisk/version.h.tmp include/asterisk/version.h ;
then echo; else \
mv include/asterisk/version.h.tmp include/asterisk/version.h ; \
2005 Sep 14
0
Compile error on cdr_yada for asterisk on centos with Oracle
Hi,
I am trying to compile a new version of asterisk,
Until now I successful compiled to following modules
zaptel
asterisk
yada 0.9
now i have some problems with compiling cdr_yada can somebody give me a hint
to correct the error.
[root@www cdr_yada-001]# make
gcc -Wall -g -D_GNU_SOURCE -DBUILDREV=001 -I.. -I../include
-I/usr/local/include -fPIC -c cdr_yada.c -o cdr_yada.o
cdr_yada.c: In
2005 Sep 14
0
compile problems with yada
Hi,
I am trying to compile a new version of asterisk,
Until now I successful compiled to following modules
zaptel
asterisk
yada 0.9
now i have some problems with compiling cdr_yada can somebody give me
a hint to correct the error.
[root@www cdr_yada-001]# make
gcc -Wall -g -D_GNU_SOURCE -DBUILDREV=001 -I.. -I../include
-I/usr/local/include -fPIC -c cdr_yada.c -o cdr_yada.o
cdr_yada.c: In
2007 May 23
0
Problems compiling res_config_mysql (asterisk addons)
Hello All:
I'm having some difficutly getting res_config_mysql from the 1.4.1 addons
package to compile ( I need it for Realtime)
First of all, when I make everything appears to compile ok with no errors
however the res_config_mysql doesn't get compiled. So I tried "make
res_config_mysql" and a whackload of errors starting with the following:
# make res_config_mysql
gcc -g
2007 Nov 19
3
How to enable res_config_mysql
Hi,
I was trying to compiles addons 1.4 and res_config_mysql doesn't compile.
is res_config_mysql still supported and is it still posible to use
mysql with asterisk RealTime??
Bests
Tomasz
2009 Aug 26
4
Fw: app_swift issue
Hi Shakeel,
I had the same problem building app_swift (1.6..) myself and searched the web far-and-wide for a solution. I eventually contacted Darren Sessions -- who was maintaining that plug-in -- about a month ago. He was involved in another project and said he might be able get to it after a few weeks. But, since then, his website http://www.darrensessions.com/ has gone out of comission.
I
2004 Jan 06
2
Problems compiling cdr_pgsql
Hi,
Having installed postgresql-devel-7.4-0.3 and postgresql-libs-7.4-0.3 I'm having probs. compiling cdr_pgsql, can anyone offer any pointers as to what I might be missing?
I'm hoping I've just missed out something like postgresql-wibblewobble-7.4-0.3 or something ...
Below is the result of a make in the cdr source dir which may help those of you in the know
thanks...
Andy
2005 Sep 16
0
lastest spandsp-0.03pre1 don't compile
Dear all,
Anyone get the lastest spandsp with udptl.c and tpkt.c compile in Fedora 3?
tpkt.c: In function `accept_thread':
tpkt.c:140: error: `TCP_NODELAY' undeclared (first use in this function)
tpkt.c:140: error: (Each undeclared identifier is reported only once
tpkt.c:140: error: for each function it appears in.)
tpkt.c:144: error: invalid application of `sizeof' to
2007 Jul 03
1
res_config_mysql.c: MySQL RealTime: Failed to connect database server ..
Hi, I don't explain very well what my problem, but i can't make calls.
i analise my log full and i found two errors
Jul 3 19:02:08 ERROR[4670] res_config_mysql.c: MySQL RealTime: Failed
to connect database server on (err 2002). Check debug for more info.
Jul 3 19:02:08 VERBOSE[4670] logger.c: -- Added extension
'exit-FAILED' priority 1 to macro-vm
Jul 3 19:02:08
2004 Jun 22
1
Problems compiling cdr_odbc.so
I'm not really being too lucky in the last days. After trying to compile cdr_mysql with no success, I am switching to cdr_odbc. I have installed unixODBC, iODBC and MyODBC correctly, I am even able to make queries with isql. But when trying to "make" in the cdr directory of the latest CVS, that's what I get:
# cd /usr/src/asterisk/cdr
# make
cc -o cdr_odbc.so cdr_odbc.o -lodbc
2005 Jun 23
2
Asterisk 'losing' upstream provider registration state during small network outages.
Now that I have most everything actually working I've noticed that about
every 3-4 days on average..... and at worse... Once a day my asterisk box
seems to lose it's registered state with our sip provider and no longer will
take any incoming calls.
The caller simply hears a fast busy (reorder)
If I do a reload at the command prompt all is well for another few
days.....
What I'm