Displaying 20 results from an estimated 300 matches similar to: "realtime voicemail asterisk 11"
2015 Apr 25
4
Error writing CDR
Hi All
I have dozens of these messages on CLI complaining about database connection and error writing CDR to disk.
The curious thing is I can find them all inside the database.
I "selected" them using uniqueid and manually compared each column with the cdr_adaptive_odbc.c error line.
"mysqlcheck -a -e -v DBase" and "mysqlcheck -c -e -v DBase" both returned OK for
2013 Apr 18
5
Dynamic realtime + queues
Hi,
?
I am trying to store queues.conf to a MySQL database using dynamic realtime. I have a working ODBC connection and the queueing system already works but I want to store the queues.conf file to a database. I am following the guide from Asterisk the definitive guide, the ebook can be found at: http://ofps.oreilly.com/titles/9781449332426/asterisk-DB.html
?
I have a database called asterisk
2015 Apr 25
1
Error writing CDR
On Sat, 25 Apr 2015 17:11:34 +0200
jg <webaccounts173 at jgoettgens.de> wrote:
>
> > Hi All
> >
> > I have dozens of these messages on CLI complaining about database
> > connection and error writing CDR to disk.
> >
> > The curious thing is I can find them all inside the database.
> > I "selected" them using uniqueid and manually
2013 Apr 19
1
Dynamic realtime + queues.conf Unresolved
Hi,
?
I want queues.conf to be stored on a MySQL database using dynamic realtime. I am using asterisk 11.2.1 and?MySQL 5.1.67, the?MySQL database is hosted on?another server but?I can access the?database via ODBC.
?
I have created the following tables:
?
SQL> show tables;
+-----------------------------------------------------------------+
|
2015 Apr 25
0
Error writing CDR
> Hi All
>
> I have dozens of these messages on CLI complaining about database connection and error writing CDR to disk.
>
> The curious thing is I can find them all inside the database.
> I "selected" them using uniqueid and manually compared each column with the cdr_adaptive_odbc.c error line.
>
> "mysqlcheck -a -e -v DBase" and "mysqlcheck -c -e
2015 Sep 24
2
problems with PJSIP install on UBUNTU 14.04
Ok, I reinstalled pkg-config from apt-get and now I think it?s all good.
Man, PJSIP has been a chore to get working right on this server and on the
last. Though the last server wasn?t near the issue this was. Lol
I think what happened was that after initial trouble, I ran the ?install
prereq? or something like that and it must have did it?s own install of
pjsip that sent me down a duplicate path,
2010 Oct 22
0
CEL ODBC problem in 1.8.0
Hi,
I have been experimenting with CEL in a trunk version of asterisk for some time and have upgraded my test machine to 1.8.0 today.
Made a few calls and it looks like the eventtype field is missing in the CEL insert query when using ODBC. I see the following errors on the console:
[Oct 22 21:46:09] WARNING[952]: res_odbc.c:634 ast_odbc_prepare_and_execute: SQL Execute returned an error -1:
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
2005 Mar 09
1
ODBC error ?
If someone could explain me this (added some extra debugging code
Mar 10 00:47:13 NOTICE[7561]: chan_sip.c:8448 handle_request: Registration
from '<sip:a7@domain>' failed for '172.20.41.7'
Mar 10 00:47:13 WARNING[7561]: res_config_odbc.c:97 realtime_odbc: SQL param
name is a7
Mar 10 00:47:13 WARNING[7561]: res_odbc.c:90 odbc_smart_execute: SQL Execute
error! Attempting a
2015 Oct 16
2
pjsip database error when using MS SQL via ODBC
I have a project that is requiring the use of MS SQL from asterisk. I get
an error when the pjsip contact tries to update the contact table.
[Oct 15 21:34:55] WARNING[3033]: res_odbc.c:649
ast_odbc_prepare_and_execute: SQL Execute returned an error -1: 22018:
[FreeTDS][SQL Server]Conversion failed when converting the varchar value
'3.000000' to data type int. (101)
The datatype
2010 Aug 23
2
problem with mssql and Asterisk 1.8.0 beta3
Hi all,
I am testing with Asterisk 1.8.0 beta3 using realtime with a mssql server using freetds and unixodbc, which works with 1.6.1.20.
With the same config in 1.8 I get an error when trying to start asterisk which says:
[Aug 23 15:06:12] WARNING[7180]: loader.c:387 load_dynamic_module: Error loading module 'res_config_odbc.so': /usr/lib/asterisk/modules/res_config_odbc.so: undefined
2007 Jul 23
2
ODBC Connection failed
Hi,
im trying to get an odbc connection to work. Its no problem if asterisk an
mysl running on one machine. When i try to set up an external DB it won't
connect. External connections to the db are possible (bind-address = 0.0.0.0
and the user asterisk is allowed to connect from each ip). The password in
the config is the right one i already double checked it.
Jul 23 12:31:54
2006 Mar 15
10
Scaffold with Foreign Key
I have two tables:
------------------------------
drop table if exists users;
create table users (
id int not null auto_increment,
username varchar(100) not null,
password varchar(20) not null,
firstname varchar(20) not null,
lastname varchar(20) not null,
primary key (id)
) TYPE = InnoDB;
------------------------------
drop table
2015 Apr 26
1
Error writing CDR
>> Hi All
>>
>> I have dozens of these messages on CLI complaining about database
>> connection and error writing CDR to disk.
>>
>> The curious thing is I can find them all inside the database. I
>> "selected" them using uniqueid and manually compared each column
>> with the cdr_adaptive_odbc.c error line.
>>
>>
2009 May 03
2
Asterisk not starting up due to database problems
When I try and start asterisk I get the following, however I have commented out the data the connections in res_mysql.conf and res_pgsql.conf. I am not sure therefore why I am getting these errors. Do I have to change something else to turn this off?
Thanks
Asterisk 1.4.21.2~dfsg-3, Copyright (C) 1999 - 2008 Digium, Inc. and others.
Created by Mark Spencer <markster at digium.com>
Asterisk
2007 Mar 10
1
installation pb on debian etch
Hello,
I get some problem installing asterisk + ekiga on my debian etch:
ii asterisk 1.2.13~dfsg-2 Open Source Private Branch Exchange (PBX)
ii ekiga 2.0.3-4 H.323 and SIP compatible VOIP client
$: asterisk -U asterisk -vgc give me some WARNING like :
,----
| WARNING[21806]: res_musiconhold.c:852 moh_register: Unable to open
| pseudo channel for timing... Sound
2004 Jul 07
1
res_odbc not working
I have been playing with res_odbc in these last days, but it doesn't want to work.
This is the output when starting Asterisk, so everything seems OK:
[res_odbc.so] => (ODBC Resource)
== Parsing '/etc/asterisk/res_odbc.conf': Found
Jul 7 20:11:32 NOTICE[-1084915040]: res_odbc.c:132 load_odbc_config: registered database handle 'mysql' dsn->[MySQL-asterisk]
Jul 7
2006 Oct 16
0
Some Warning in Asterisk for Voicemail intgreting,
Hello Users,
I doing on Voicemail in Asterisk For my RealTime, By using the ODBC
connectivity For Voicemessages.
in Made the Change in
res_odbc.conf,
odbc.ini,
odbcinst.ini and
voicemail.conf
When I start My Asterisk server it give me Some Warning,
When I googled , a proper Docummentation is not found, it found in some
there languages,
the First Warning is.
Warning [30188]
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
2005 Jul 17
0
Debugging Realtime Asterisk
Is there any way to get debug info on res_odbc? I get
the following but this is the last I ever see of
anything ODBC related. Obviously, my extensions are
not working from the database, but I can connect to
ODBC via isql and run queries just fine.
Jul 17 22:12:13 NOTICE[3923]: res_odbc.c:215
load_odbc_config: registered database handle
'asterisk' dsn->[asterisk]
Jul 17 22:12:13