<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>feito Shazaum</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>vim /etc/asterisk/modules.conf</FONT></DIV>
<DIV>load =&gt; cdr_addon_mysql.so<BR></DIV>
<DIV><FONT face=Arial size=2>CLI&gt; module load cdr_addon_mysql<BR>[Dec&nbsp; 4 
06:00:32] WARNING[6943]: loader.c:647 load_resource: Module 'cdr_addon_mysql' 
already exists.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>deu este erro na CLI porque eu já coloquei no 
modules e restartei o asterisk...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>o problema ainda continua.</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;</DIV>
<DIV>CLI&gt; cdr mysql status<BR>Not currently connected to a MySQL 
server.<BR></DIV>
<DIV><BR>&nbsp;</DIV></FONT>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=kim.delevati@gmail.com href="mailto:kim.delevati@gmail.com">Kim 
  Delevati</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=asteriskbrasil@listas.asteriskbrasil.org 
  href="mailto:asteriskbrasil@listas.asteriskbrasil.org">asteriskbrasil@listas.asteriskbrasil.org</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, December 03, 2008 3:12 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [AsteriskBrasil] CDR</DIV>
  <DIV><BR></DIV>Pelo que eu li, você não fez isso:<BR><BR>Vá em modules.conf e 
  coloque:<BR><BR>load =&gt; cdr_addon_mysql.so<BR><BR>Depois restarte o 
  Asterisk.<BR>Isso vai fazer com que carregue automaticamente o cdr_mysql 
  quando você ligar o Asterisk... senão teria que ser feito manualmente, por 
  <BR><BR>module load cdr_addon_mysql -- isso no CLI<BR><BR>Caso dê erro algum 
  dos dois, provável que o addon não tenha sido instalado corretamente .<BR><BR>
  <DIV class=gmail_quote>2008/12/3 Luis Fernando Vargas <SPAN dir=ltr>&lt;<A 
  href="mailto:luis@dinamicca.com.br">luis@dinamicca.com.br</A>&gt;</SPAN><BR>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">pbx:~# 
    mysql -u root<BR>
    <DIV class=Ih2E3d>Welcome to the MySQL monitor. &nbsp;Commands end with ; or 
    \g.<BR></DIV>Your MySQL connection id is 7<BR>
    <DIV class=Ih2E3d>Server version: 5.0.32-Debian_7etch8-log Debian etch 
    distribution<BR><BR>Type 'help;' or '\h' for help. Type '\c' to clear the 
    buffer.<BR><BR>mysql&gt;<BR><BR><BR><BR></DIV>
    <DIV class=Ih2E3d>----- Original Message -----<BR>From: "Felipe R. Pasa" 
    &lt;<A href="mailto:feliperp3@gmail.com">feliperp3@gmail.com</A>&gt;<BR>To: 
    &lt;<A 
    href="mailto:asteriskbrasil@listas.asteriskbrasil.org">asteriskbrasil@listas.asteriskbrasil.org</A>&gt;<BR></DIV>
    <DIV>
    <DIV></DIV>
    <DIV class=Wj3C7c>Sent: Wednesday, December 03, 2008 11:48 AM<BR>Subject: 
    Re: [AsteriskBrasil] CDR<BR><BR><BR>ok,<BR><BR>&nbsp;agora tenta logar com o 
    usuario root sem senha no mysql<BR><BR>&nbsp;msysql -u root &nbsp; 
    &nbsp;///////quando pedir a senha tecle 
    ENTER/////////<BR><BR><BR><BR><BR><BR>2008/12/3 Luis Fernando Vargas &lt;<A 
    href="mailto:luis@dinamicca.com.br">luis@dinamicca.com.br</A>&gt;:<BR>&gt; # 
    ps -ef |grep mysql<BR>&gt; root &nbsp; &nbsp; &nbsp;5484 &nbsp; &nbsp; 1 
    &nbsp;0 09:01 pts/0 &nbsp; &nbsp;00:00:00 /bin/sh<BR>&gt; 
    /usr/bin/mysqld_safe<BR>&gt; mysql &nbsp; &nbsp; 5521 &nbsp;5484 &nbsp;0 
    09:01 pts/0 &nbsp; &nbsp;00:00:00<BR>&gt; /usr/sbin/mysqld --basedir=/usr 
    --datadir=/var/lib/mysql --user=mysql 
    --pid-file=/var/run/mysqld/mysqld.pid<BR>&gt; &nbsp;--skip-external-locking 
    --port=3306 --socket=/var/run/mysqld/mysqld.sock<BR>&gt; root &nbsp; &nbsp; 
    &nbsp;5524 &nbsp;5484 &nbsp;0 09:01 pts/0 &nbsp; &nbsp;00:00:00 logger -p 
    daemon.err -t<BR>&gt; mysqld_safe -i -t mysqld<BR>&gt; root &nbsp; &nbsp; 
    15474 &nbsp;4571 &nbsp;0 10:25 pts/0 &nbsp; &nbsp;00:00:00 grep 
    mysql<BR>&gt;<BR>&gt; # netstat -pantu |grep mysql<BR>&gt; tcp &nbsp; &nbsp; 
    &nbsp; &nbsp;0 &nbsp; &nbsp; &nbsp;0 <A href="http://127.0.0.1:3306" 
    target=_blank>127.0.0.1:3306</A> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0.0.0.0:* 
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; OUÃA<BR>&gt; 
    5521/mysqld<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; ----- Original 
    Message -----<BR>&gt; From: "Felipe R. Pasa" &lt;<A 
    href="mailto:feliperp3@gmail.com">feliperp3@gmail.com</A>&gt;<BR>&gt; To: 
    &lt;<A 
    href="mailto:asteriskbrasil@listas.asteriskbrasil.org">asteriskbrasil@listas.asteriskbrasil.org</A>&gt;<BR>&gt; 
    Sent: Wednesday, December 03, 2008 10:01 AM<BR>&gt; Subject: Re: 
    [AsteriskBrasil] CDR<BR>&gt;<BR>&gt;<BR>&gt; verifique se o servidor mysql 
    esta rodando<BR>&gt;<BR>&gt; ps -ef |grep mysql<BR>&gt;<BR>&gt;<BR>&gt; e se 
    a porta de conexão esta ativa<BR>&gt;<BR>&gt; netstat -pantu |grep 
    mysql<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; 2008/12/3 Luis Fernando Vargas 
    &lt;<A 
    href="mailto:luis@dinamicca.com.br">luis@dinamicca.com.br</A>&gt;:<BR>&gt;&gt; 
    Olá felipe.<BR>&gt;&gt;<BR>&gt;&gt; to tentando instalar o CDR como está na 
    apostila porém estou tento<BR>&gt;&gt; problemas..preciso de 
    ajuda!<BR>&gt;&gt;<BR>&gt;&gt; Apostila:<BR>&gt;&gt; passo1<BR>&gt;&gt; 
    apt-get install mysql-server ; Deixar a senha do MySQL em branco, 
    quando<BR>&gt;&gt; dou<BR>&gt;&gt; o comando apt-get install mysql-server 
    ele instala e tal só que naum pede<BR>&gt;&gt; 
    senha...<BR>&gt;&gt;<BR>&gt;&gt; apt-get install 
    libmysqlclient15-dev<BR>&gt;&gt; cd /usr/src/<BR>&gt;&gt; tar -zxvf 
    asterisk-addons-*<BR>&gt;&gt; cd asterisk-addons-*<BR>&gt;&gt; 
    ./configure<BR>&gt;&gt; make menuselect<BR>&gt;&gt; ja esta marcado o 
    cdr_addon_mysql<BR>&gt;&gt;<BR>&gt;&gt; make<BR>&gt;&gt; make 
    install<BR>&gt;&gt; make samples<BR>&gt;&gt;<BR>&gt;&gt; vi 
    /etc/asterisk/cdr_mysql.conf<BR>&gt;&gt;<BR>&gt;&gt; [global]<BR>&gt;&gt; 
    hostname=<A href="http://127.0.0.1" target=_blank>127.0.0.1</A><BR>&gt;&gt; 
    dbname=asteriskcdrdb<BR>&gt;&gt; table=cdr<BR>&gt;&gt; password=<BR>&gt;&gt; 
    user=root<BR>&gt;&gt; port=3306<BR>&gt;&gt; 
    ;sock=/tmp/mysql.sock<BR>&gt;&gt; userfield=1<BR>&gt;&gt;<BR>&gt;&gt; mysql 
    -u root -p &lt;cdr.sql<BR>&gt;&gt; deixei a senha em 
    branco..<BR>&gt;&gt;<BR>&gt;&gt; asterisk -vvvvvvvvvvvvvvvvvvvvr<BR>&gt;&gt; 
    stop now<BR>&gt;&gt; safe_asterisk<BR>&gt;&gt; asterisk 
    -vvvvvvvvvvvvvvvvvvvvvvr<BR>&gt;&gt;<BR>&gt;&gt; onde deveria apareçer na 
    CLI<BR>&gt;&gt; Connected to asteriskdb@localhost.......<BR>&gt;&gt; apareçe 
    assim<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; pbx*CLI&gt; cdr mysql 
    status<BR>&gt;&gt; Not currently connected to a MySQL server.<BR>&gt;&gt; 
    pbx*CLI&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; Obrigado pela 
    atenção<BR>&gt;&gt;<BR>&gt;&gt; 
    _______________________________________________<BR>&gt;&gt; 2 a 4 de 
    Dezembro - IPComm 2008<BR>&gt;&gt; Com presença de engenheiros da Digium e 
    Jon "maddog" Hall.<BR>&gt;&gt; <A href="http://www.ipcomm2008.com.br" 
    target=_blank>http://www.ipcomm2008.com.br</A><BR>&gt;&gt;<BR>&gt;&gt; 
    Compre uma camiseta da AsteriskBrasil.org!<BR>&gt;&gt; <A 
    href="http://www.voipmania.com.br" 
    target=_blank>http://www.voipmania.com.br</A><BR>&gt;&gt;<BR>&gt;&gt; Acesse 
    o canal IRC de discussão sobre Asterisk em Português Brasileiro 
    na<BR>&gt;&gt; rede Freenode.net: #asterisk-br<BR>&gt;&gt; 
    _______________________________________________<BR>&gt;&gt; Lista de 
    discussões AsteriskBrasil.org<BR>&gt;&gt; <A 
    href="mailto:AsteriskBrasil@listas.asteriskbrasil.org">AsteriskBrasil@listas.asteriskbrasil.org</A><BR>&gt;&gt; 
    <A href="http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil" 
    target=_blank>http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil</A><BR>&gt;&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; 
    --<BR>&gt; Felipe R. Pasa<BR>&gt; Instrutor certificado dCAP<BR>&gt;<BR>&gt; 
    visite nosso site!!!!<BR>&gt; <A href="http://www.voipexperts.com.br" 
    target=_blank>http://www.voipexperts.com.br</A><BR>&gt; 
    _______________________________________________<BR>&gt; 2 a 4 de Dezembro - 
    IPComm 2008<BR>&gt; Com presença de engenheiros da Digium e Jon "maddog" 
    Hall.<BR>&gt; <A href="http://www.ipcomm2008.com.br" 
    target=_blank>http://www.ipcomm2008.com.br</A><BR>&gt;<BR>&gt; Compre uma 
    camiseta da AsteriskBrasil.org!<BR>&gt; <A 
    href="http://www.voipmania.com.br" 
    target=_blank>http://www.voipmania.com.br</A><BR>&gt;<BR>&gt; Acesse o canal 
    IRC de discussão sobre Asterisk em Português Brasileiro na<BR>&gt; rede 
    Freenode.net: #asterisk-br<BR>&gt; 
    _______________________________________________<BR>&gt; Lista de discussões 
    AsteriskBrasil.org<BR>&gt; <A 
    href="mailto:AsteriskBrasil@listas.asteriskbrasil.org">AsteriskBrasil@listas.asteriskbrasil.org</A><BR>&gt; 
    <A href="http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil" 
    target=_blank>http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil</A><BR>&gt;<BR>&gt;<BR>&gt; 
    --------------------------------------------------------------------------------<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; 
    No virus found in this incoming message.<BR>&gt; Checked by AVG - <A 
    href="http://www.avg.com" target=_blank>http://www.avg.com</A><BR>&gt; 
    Version: 8.0.176 / Virus Database: 270.9.13/1826 - Release Date: 
    3/12/2008<BR>&gt; 09:34<BR>&gt;<BR>&gt; 
    _______________________________________________<BR>&gt; 2 a 4 de Dezembro - 
    IPComm 2008<BR>&gt; Com presença de engenheiros da Digium e Jon "maddog" 
    Hall.<BR>&gt; <A href="http://www.ipcomm2008.com.br" 
    target=_blank>http://www.ipcomm2008.com.br</A><BR>&gt;<BR>&gt; Compre uma 
    camiseta da AsteriskBrasil.org!<BR>&gt; <A 
    href="http://www.voipmania.com.br" 
    target=_blank>http://www.voipmania.com.br</A><BR>&gt;<BR>&gt; Acesse o canal 
    IRC de discussão sobre Asterisk em Português Brasileiro na<BR>&gt; rede 
    Freenode.net: #asterisk-br<BR>&gt; 
    _______________________________________________<BR>&gt; Lista de discussões 
    AsteriskBrasil.org<BR>&gt; <A 
    href="mailto:AsteriskBrasil@listas.asteriskbrasil.org">AsteriskBrasil@listas.asteriskbrasil.org</A><BR>&gt; 
    <A href="http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil" 
    target=_blank>http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil</A><BR>&gt;<BR><BR><BR><BR>--<BR>Felipe 
    R. Pasa<BR>Instrutor certificado dCAP<BR><BR>visite nosso site!!!!<BR><A 
    href="http://www.voipexperts.com.br" 
    target=_blank>http://www.voipexperts.com.br</A><BR>_______________________________________________<BR>2 
    a 4 de Dezembro - IPComm 2008<BR>Com presença de engenheiros da Digium e Jon 
    "maddog" Hall.<BR><A href="http://www.ipcomm2008.com.br" 
    target=_blank>http://www.ipcomm2008.com.br</A><BR><BR>Compre uma camiseta da 
    AsteriskBrasil.org!<BR><A href="http://www.voipmania.com.br" 
    target=_blank>http://www.voipmania.com.br</A><BR><BR>Acesse o canal IRC de 
    discussão sobre Asterisk em Português Brasileiro na<BR>rede Freenode.net: 
    #asterisk-br<BR>_______________________________________________<BR>Lista de 
    discussões AsteriskBrasil.org<BR><A 
    href="mailto:AsteriskBrasil@listas.asteriskbrasil.org">AsteriskBrasil@listas.asteriskbrasil.org</A><BR><A 
    href="http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil" 
    target=_blank>http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil</A><BR><BR><BR>--------------------------------------------------------------------------------<BR><BR><BR><BR>No 
    virus found in this incoming message.<BR>Checked by AVG - <A 
    href="http://www.avg.com" target=_blank>http://www.avg.com</A><BR>Version: 
    8.0.176 / Virus Database: 270.9.13/1826 - Release Date: 
    3/12/2008<BR>09:34<BR><BR>_______________________________________________<BR>2 
    a 4 de Dezembro - IPComm 2008<BR>Com presença de engenheiros da Digium e Jon 
    "maddog" Hall.<BR><A href="http://www.ipcomm2008.com.br" 
    target=_blank>http://www.ipcomm2008.com.br</A><BR><BR>Compre uma camiseta da 
    AsteriskBrasil.org!<BR><A href="http://www.voipmania.com.br" 
    target=_blank>http://www.voipmania.com.br</A><BR><BR>Acesse o canal IRC de 
    discussão sobre Asterisk em Português Brasileiro na rede Freenode.net: 
    #asterisk-br<BR>_______________________________________________<BR>Lista de 
    discussões AsteriskBrasil.org<BR><A 
    href="mailto:AsteriskBrasil@listas.asteriskbrasil.org">AsteriskBrasil@listas.asteriskbrasil.org</A><BR><A 
    href="http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil" 
    target=_blank>http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil</A><BR></DIV></DIV></BLOCKQUOTE></DIV><BR>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>2 a 4 de Dezembro - 
  IPComm 2008<BR>Com presença de engenheiros da Digium e Jon "maddog" 
  Hall.<BR>http://www.ipcomm2008.com.br<BR><BR>Compre uma camiseta da 
  AsteriskBrasil.org!<BR>http://www.voipmania.com.br<BR><BR>Acesse o canal IRC 
  de discussão sobre Asterisk em Português Brasileiro na rede Freenode.net: 
  #asterisk-br<BR>_______________________________________________<BR>Lista de 
  discussões 
  AsteriskBrasil.org<BR>AsteriskBrasil@listas.asteriskbrasil.org<BR>http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil
  <P>
  <HR>

  <P></P><BR>No virus found in this incoming message.<BR>Checked by AVG - 
  http://www.avg.com <BR>Version: 8.0.176 / Virus Database: 270.9.13/1826 - 
  Release Date: 3/12/2008 09:34<BR></BLOCKQUOTE></BODY></HTML>