I know that this is a silly suggestion but you should check to make sure
that you actually have the cdr_mysql module, because at some point (I
believe at the 1.2 release or shortly thereafter), it was moved into
asterisk-addons.
--Brian
On Tue, Oct 10, 2006 at 08:31:43AM +0200, Garth van Sittert
Joseph wrote:
On Mon, 2006-10-09 at 01:45 -0300, Hermann Wecke wrote:
On Sun, Oct 08, 2006 at 10:39:26PM -0600, Joseph wrote:
I have bind-address = 127.0.0.1 in my.cnf
the cdr was working find with asterisk 1.0.1 just after upgrade
something is not connecting.
I don't know if a
On Mon, 2006-10-09 at 01:45 -0300, Hermann Wecke wrote:
> On Sun, Oct 08, 2006 at 10:39:26PM -0600, Joseph wrote:
> > I have bind-address = 127.0.0.1 in my.cnf
> > the cdr was working find with asterisk 1.0.1 just after upgrade
> > something is not connecting.
>
> I don't know if asterisk will us
On Sun, Oct 08, 2006 at 10:39:26PM -0600, Joseph wrote:
> I have bind-address = 127.0.0.1 in my.cnf
> the cdr was working find with asterisk 1.0.1 just after upgrade
> something is not connecting.
I don't know if asterisk will use the localhost or the "network" IP to
connect. Just try to comment
On Mon, 2006-10-09 at 01:13 -0300, Hermann Wecke wrote:
> On Sun, Oct 08, 2006 at 10:04:51PM -0600, Joseph wrote:
> > What am I missing?
>
> Maybe your /etc/mysql/my.cnf ?
>
> # Instead of skip-networking you can listen only on
> # localhost which is more compatible and is not less se
On Sun, Oct 08, 2006 at 10:04:51PM -0600, Joseph wrote:
> What am I missing?
Maybe your /etc/mysql/my.cnf ?
# Instead of skip-networking you can listen only on
# localhost which is more compatible and is not less secure.
# bind-address = 127.0.0.1
#skip-networking
___
I just upgraded to asterisk 1.2.12 from 1.0.1 and I can not get cdr -
mysql to load
I've install asterisk-addon and have cdr_addon_mysql.so in module
directory
In modules.conf I have:
preload => cdr_addon_mysql.so
Should it be "load" or "preload"?
In cdr_mysql.conf (nothing has changed)
[global]