<!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># mysql -p<BR>Enter password: {ENTER}<BR>Welcome to 
the MySQL monitor.&nbsp; Commands end with ; or \g.<BR>Your MySQL connection id 
is 671<BR>Server version: 5.0.32-Debian_7etch8-log Debian etch 
distribution</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Type 'help;' or '\h' for help. Type '\c' to clear 
the buffer.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>mysql&gt;<BR>mysql&gt; quit<BR>Bye<BR></FONT></DIV>
<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=shazaum@gmail.com href="mailto:shazaum@gmail.com">Shazaum</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 11:29 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [AsteriskBrasil] CDR</DIV>
  <DIV><BR></DIV>tenta conectar no mysql pelo console...<BR><BR>mysql -p<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"># 
    ps -ef |grep mysql<BR>root &nbsp; &nbsp; &nbsp;5484 &nbsp; &nbsp; 1 &nbsp;0 
    09:01 pts/0 &nbsp; &nbsp;00:00:00 /bin/sh /usr/bin/mysqld_safe<BR>mysql 
    &nbsp; &nbsp; 5521 &nbsp;5484 &nbsp;0 09:01 pts/0 &nbsp; 
    &nbsp;00:00:00<BR>/usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql 
    --user=mysql 
    --pid-file=/var/run/mysqld/mysqld.pid<BR>&nbsp;--skip-external-locking 
    --port=3306 --socket=/var/run/mysqld/mysqld.sock<BR>root &nbsp; &nbsp; 
    &nbsp;5524 &nbsp;5484 &nbsp;0 09:01 pts/0 &nbsp; &nbsp;00:00:00 logger -p 
    daemon.err -t<BR>mysqld_safe -i -t mysqld<BR>root &nbsp; &nbsp; 15474 
    &nbsp;4571 &nbsp;0 10:25 pts/0 &nbsp; &nbsp;00:00:00 grep mysql<BR><BR># 
    netstat -pantu |grep mysql<BR>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>5521/mysqld<BR>
    <DIV>
    <DIV></DIV>
    <DIV class=Wj3C7c><BR><BR><BR><BR><BR>----- 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>Sent: 
    Wednesday, December 03, 2008 10:01 AM<BR>Subject: Re: [AsteriskBrasil] 
    CDR<BR><BR><BR>verifique se o servidor mysql esta rodando<BR><BR>ps -ef 
    |grep mysql<BR><BR><BR>e se a porta de conexão esta ativa<BR><BR>netstat 
    -pantu |grep mysql<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; 
    Olá felipe.<BR>&gt;<BR>&gt; to tentando instalar o CDR como está na apostila 
    porém estou tento<BR>&gt; problemas..preciso de ajuda!<BR>&gt;<BR>&gt; 
    Apostila:<BR>&gt; passo1<BR>&gt; apt-get install mysql-server ; Deixar a 
    senha do MySQL em branco, quando<BR>&gt; dou<BR>&gt; o comando apt-get 
    install mysql-server ele instala e tal só que naum pede<BR>&gt; 
    senha...<BR>&gt;<BR>&gt; apt-get install libmysqlclient15-dev<BR>&gt; cd 
    /usr/src/<BR>&gt; tar -zxvf asterisk-addons-*<BR>&gt; cd 
    asterisk-addons-*<BR>&gt; ./configure<BR>&gt; make menuselect<BR>&gt; ja 
    esta marcado o cdr_addon_mysql<BR>&gt;<BR>&gt; make<BR>&gt; make 
    install<BR>&gt; make samples<BR>&gt;<BR>&gt; vi 
    /etc/asterisk/cdr_mysql.conf<BR>&gt;<BR>&gt; [global]<BR>&gt; hostname=<A 
    href="http://127.0.0.1" target=_blank>127.0.0.1</A><BR>&gt; 
    dbname=asteriskcdrdb<BR>&gt; table=cdr<BR>&gt; password=<BR>&gt; 
    user=root<BR>&gt; port=3306<BR>&gt; ;sock=/tmp/mysql.sock<BR>&gt; 
    userfield=1<BR>&gt;<BR>&gt; mysql -u root -p &lt;cdr.sql<BR>&gt; deixei a 
    senha em branco..<BR>&gt;<BR>&gt; asterisk -vvvvvvvvvvvvvvvvvvvvr<BR>&gt; 
    stop now<BR>&gt; safe_asterisk<BR>&gt; asterisk 
    -vvvvvvvvvvvvvvvvvvvvvvr<BR>&gt;<BR>&gt; onde deveria apareçer na 
    CLI<BR>&gt; Connected to asteriskdb@localhost.......<BR>&gt; apareçe 
    assim<BR>&gt;<BR>&gt;<BR>&gt; pbx*CLI&gt; cdr mysql status<BR>&gt; Not 
    currently connected to a MySQL server.<BR>&gt; 
    pbx*CLI&gt;<BR>&gt;<BR>&gt;<BR>&gt; Obrigado pela atenção<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></DIV></DIV>--------------------------------------------------------------------------------<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>
    <DIV>
    <DIV></DIV>
    <DIV class=Wj3C7c><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><BR 
  clear=all><BR>-- <BR>Asterisk user number: 1099<BR>Linux user: #443184<BR><A 
  href="http://shazaum.googlepages.com">shazaum.googlepages.com</A><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>