Displaying 20 results from an estimated 2000 matches similar to: "missing build dependency / mISDNutils-devel and other errors"
2012 Sep 25
2
undefined symbols
Hi,
I compiled Asterisk 10.7.0 with gcc-4.5.3 and at runtime I'm getting these warnings:
loader.c: Error loading module 'chan_dahdi.so': /usr/lib/asterisk/modules/chan_dahdi.so: undefined symbol: ast_smdi_interface_unref
loader.c: Error loading module 'app_stack.so': /usr/lib/asterisk/modules/app_stack.so: undefined symbol: ast_agi_unregister
loader.c: Error loading module
2016 Feb 09
2
CDR ODBC error
I am trying to get cdr via odbc to work on Asterisk 13.7.2 but I
keep getting this error:
[Feb 9 16:21:43] WARNING[2088]: cdr_odbc.c:160 execute_cb: cdr_odbc:
Error in ExecDirect: -1, query is: INSERT INTO cdr
(calldate,clid,src,dst,dcontext,channel,dstchannel,lastapp,lastdata,duration,billsec,disposition,amaflags,accountcode,uniqueid,userfield,peeraccount,linkedid,sequence)
VALUES ({ts
2010 Feb 02
0
Issue when reloading
Hello list!
I?m having an issue when reloading Asterisk, I?ve had this problem in
Asterisk 1.6.1.6 so I upgrade to 1.6.2.1 version, but I still have the same
error.
For example, I send a "reload" in Asterisk CLI and this is the output:
isb152*CLI> reload
== Parsing '/etc/asterisk/extconfig.conf': == Found
== Parsing '/etc/asterisk/manager.conf': == Found
2009 Feb 26
0
[cdr_odbc] error: Cannot insert the value NULL into column 'calldate'
Hi,
I am trying to get * log to mssql server. I have odbc and freetds
configured, but my insert query is missing calldate which is a NOT
NULL field in database schema.
cdr_adaptive_odbc: Insert failed on 'sqlserver:cdr'. CDR failed:
INSERT INTO cdr
(clid,src,dst,dcontext,channel,lastapp,lastdata,duration,billsec,disposition,amaflags,uniqueid)
VALUES
2016 May 29
2
asterisk odbc segfaults
doesnt work for me
Dne 29.5.2016 v 17:48 Niklas Larsson napsal(a):
> Hi,
>
>
> On 2016-05-27 18:28, Marek ?ervenka wrote:
>> after downgrade to 13.8.2
>> May 27 18:21:06 ast kernel: asterisk[16286]: segfault at 1010024 ip
>> b49162cd sp bfac0940 error 4 in
>> libmysqlclient.so.16.0.0[b48f1000+12e000]
>>
>> after downgrade to 13.7.2
>>
2010 Oct 20
2
Adaptive CDR and default fields
I'm running 1.6.2.13 and need to record a small number of custom
values use cdr_odbc and cdr_adaptive_odbc, and only the custom
fields.
The good news is that the custom records are being stored in the
database as desired. The bad news is that I get three sets of
warnings/notice about 'SQL Exec Direct failed' and dropping then
reconnecting the database handle. I traced the SQL calls
2005 Feb 22
0
Segfault when using res_config_odbc on x86_64
I'm trying to move our asterisk setup from an i686 server to an x86_64
(Dual AMD Opteron) server.
Everything has been manually compiled: MySQL 4.1.10, MyODBC 3.51.11,
unixODBC 2.2.10 (because I couldn't find any usable RPMs). And obviously
Asterisk, where I'm using the STABLE release CVS-Nv1-0-5-02/21/05. The
OS is Redhat Enterprise ES 4.0, kernel 2.6.9-5.0.3.ELsmp.
Asterisk is
2010 Nov 10
1
Selecting 'ODBC_STORAGE' from outside of 'menuselect'
Hello List,
Is it possible to select ODBC_STORAGE without entering to 'menuselect'?
I'm currently building a package for my distro with a little script, and
would like to set this option without entering manually to 'menuselect'
I know that I could make the script to change the 'menuselect.makeopts'
var from:
MENUSELECT_OPTS_app_voicemail=
to:
2009 Nov 25
0
asterisk + res_config_ldap = asterisk.core
Greetings.
Attempting to connect Asterisk to LDAP database using res_config_ldap
module. While trying to register sip client (Ekiga softphone),
according to slapd.log, asterisk connects to LDAP server, asks for
some attributes to modify (they do exist, and asterisk user has all
permissions to do that,
etc). And then asterisk application just crashes.
Without ldap (using just static users'
2008 Feb 23
2
MySQL Voicemail Storage Questions\Errors
I am running CentOS 5 with Asterisk 1.4.14. I am trying to setup storage of voicemail messages into MySQL. It is my understanding that I can only do this via ODBC. I installed per http://www.voip-info.org/wiki/view/CentOS+5+and+Asterisk+1.4.x+installation unixODBC unixODBC-devel libtool-ltdl libtool-ltdl-devel and mysql-connector-odbc. I reconfigured and built Asterisk, using menuconfig to
2010 May 05
3
CDR to MS-SQL via ODBC issue
Hi guys,
Having issue with getting CDR to write to MS-SQL via ODBC.
> cdr_odbc: Connected to freetds-connector
> cdr_odbc: Error in PREPARE -1
> cdr_odbc: Query FAILED Call not logged!
== Spawn extension (cisco, ##########, 2) exited non-zero on
'IAX2/astYYYY-507
Isql test:
[xxx at YYYY asterisk]# isql freetds-connector XXXXXXX YYYYYYYYY
2009 Jan 16
0
No subject
"In computer software standards and documentation, the term deprecation =
is=20
applied to software features that are superseded and should be avoided.=20
Although deprecated features remain in the current version, their use =
may=20
raise warning messages recommending alternate practices, and deprecation =
may indicate that the feature will be removed in the future. Features =
are=20
2012 Jun 08
0
cdr_adaptive_odbc
Hello all,
I have all configurations done and cdr_odbc works fine.
However, cdr_adaptive_odbc doesn't work and I get the following error:
relocation error: /usr/lib/libmyodbc3-3.51.26.so: symbol strmov, version
libmysqlclient_15 not defined in file libmysqlclient.so.15 with link time
reference
Please suggest any hints as to how I can rectify the issue.
Thanks.
-------------- next part
2006 Oct 29
1
Asterisk Voicemail with ODBC Realtime Access
Hi
I was trying to have realtime voicemail working with ODBC Driver.
Everything works fine with MySQL Realtime access, BUT as I want to implement
ODBC Storage as well, it seems that everything should go through ODBC ( what
I read on voip-info wiki page )
But I do not manage to make it work with ODBC.
Outside Asterisk, ODBC works fine, I can access my databases & tables !
Asterisk fails to
2004 May 18
2
problem with cdr_odbc
Hi,
Has anyone made a successfull instalation of cdr_odbc??
I've install unixODBC-2.2.8 (made my own RPM) and then built the module.
I'm trying to send the cdrs to a M$ SQL server. The sql connection
works because I can do any query via isql.
When I do the calls I get the following output on the asterisk console:
-- Executing Hangup("SIP/test1-a5e1", "") in new
2009 Mar 07
1
Cdr problem
hi,
I'm working with asterisk on a project and I found a problem with cdr_odbc.
As we know, after answering each call a cdr event is raised which is saved
in cdr_csv and cdr_odbc. but here my point is on cdr_odbc. some information,
including start_time and end_time is given by cdr event but the problem is
that these two information(start_time and end_time) is not getting save in
cdr_odbc. I
2018 Dec 07
2
how to use a database
On 12/06/2018 08:43 PM, Antony Stone wrote:
> On Thursday 06 December 2018 at 17:49:25, hw wrote:
>>>> How dynamic are changes made in the database?
>>>
>>> If by "dynamic" you mean "quickly used" then the answer is "immediately".
>>
>> There's a note in some configuration file saying that dynamic extensions
>>
2006 Jun 17
1
ODBC cdr tearing my hair out
svn trunk.
I'm trying to get cdr to work with my odbc database. I have followed a
checklist that I had previously but still can't get it to work. There
are no errors (verbose 40 and debug 40), I get
[cdr_odbc.so] => (ODBC CDR Backend)
== Parsing '/etc/asterisk/cdr_odbc.conf': Found
*CLI> cdr status
CDR logging: enabled
CDR mode: simple
CDR registered backend:
2012 Jun 05
3
CDRs on multiple servers.
Hello guys,
I need to be able to throw cdrs on more than one servers at a time. Please let me know how this can be done.
Thanks
2007 Nov 24
3
MSSQL ODBC Connections
Hi all,
The asterisk book states the following for using ODBC to connect to an
MS database.
? The pooling and limit options are quite useful for MS SQL Server and
Sybase databases. These permit you
to establish multiple connections (up to limit connections) to a
database while ensuring that each connection
has only one statement executing at once (this is due to a limitation
in the protocol