<BODY bgcolor='#ffffff' style='background-color:#ffffff; width:605px;'> 

<SPAN style="FONT-WEIGHT: bold">1. Linha de registro:</SPAN> 
<BR><BR>Tipicamente, na configuração do Asterisk (arquivo sip.conf ou 
arquivo sip_additional.conf) existe uma linha que possibilita que a 
plataforma Asterisk do cliente se registre no proxy SIP da Vono: 
<BR><BR>register=&lt;username_sip&gt;:&lt;senha&gt;@vono.net.br:5060/&lt;ramal_que_recebe_chamada&gt; 
<BR><BR>Exemplo comum: register=loginvono:senha_aqui@vono.net.br:5060/ramal1 
<BR><BR><BR><SPAN style="COLOR: red"><SPAN style="FONT-WEIGHT: bold">É 
necessário que o ramal que recebe a chamada (após o "5060/" na linha de 
registro) tenha o mesmo nome que o login do Vono: <BR><BR>Exemplo CORRETO: 
register=loginvono:senha_aqui@vono.net.br:5060/loginvono</SPAN></SPAN> 
<BR><BR><SPAN style="FONT-WEIGHT: bold">2. Configurações do peer no 
Asterisk:</SPAN> <BR><BR>No arquivo sip.conf ou sip_additional.conf, deve 
existir um peer com a configuração abaixo: <BR><BR>[tronco_sip_vono] 
<BR><SPAN style="COLOR: red"><SPAN style="FONT-WEIGHT: 
bold">username=loginvono</SPAN></SPAN> <BR>type=peer <BR>secret=senha_aqui 
<BR>port=5060 <BR>insecure=very <BR>host=vono.net.br <BR><SPAN 
style="FONT-WEIGHT: bold"><SPAN style="COLOR: 
red">fromuser=loginvono</SPAN></SPAN> <BR>fromdomain=vono.net.br 
<BR>dtmfmode=rfc2833 <BR>disallow=all <BR>context=from-sipdid <BR>allow=ilbc 
<BR>allow=alaw <BR>allow=g729 <BR><BR><SPAN style="COLOR: red"><SPAN 
style="FONT-WEIGHT: bold"><SPAN style="TEXT-DECORATION: underline">É 
essencial que o username desse peer seja igual ao login usado no 
Vono.</SPAN></SPAN></SPAN> 
<BR><BR>_______________________________________________ LIsta de discussões 
AsteriskBrasil.org AsteriskBrasil@listas.asteriskbrasil.org 
http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil 
_______________________________________________ Acesse o wiki 
AsteriskBrasil.org: <PRE></PRE>---------- 
<TABLE width="100%"> 
<TBODY> 
<TR> 
<TD class=msgbody><NULL content="text/html; charset=iso-8859-1" 
http-equiv="Content-Type"><NULL content="MSHTML 6.00.2900.2912" 
name="GENERATOR"> 
<DIV bgColor="#ffffff"> 
<DIV><FONT face=Arial size=2>tenho funcionando, </FONT></DIV> 
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV> 
<DIV><FONT face=Arial size=2>otima qualidade, tanto para receber quanto para 
efetuar ligacoes.</FONT></DIV> 
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV> 
<DIV><FONT face=Arial size=2><A 
href="http://forum.vono.net.br/forum/viewtopic.php?t=175">http://forum.vono.net.br/forum/viewtopic.php?t=175</A></FONT></DIV> 
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV> 
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV> 
<DIV><FONT face=Arial size=2>o unico problema que achei foi o preço das 
ligacoes, que são caras.</FONT></DIV> 
<DIV><FONT face=Arial size=2></FONT>&nbsp;</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=diegocandido@pop.com.br 
href="mailto:diegocandido@pop.com.br">Diego Candido</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, August 09, 2006 9:37 
PM</DIV> 
<DIV style="FONT: 10pt arial"><B>Subject:</B> [AsteriskBrasil] Problema com 
a VONO</DIV> 
<DIV><BR></DIV> 
<P>Cara,</P> 
<P>Tb estou com problema naum funciona a conta VONO. ALguem tem conta VONO 
no Asterisk funcionando?</P> 
<P>Pode me passar como fez, pq naum funciona!</P> 
<P>valeu,<BR>Diego<BR></P> 
<P>&nbsp;</P> 
<P>&nbsp;</P> 
<P>--------------------------------------------------------------------------------<BR>Tente 
não colocar o 25.<BR><BR>andre<BR><BR>On 8/7/06, billrv wrote: &gt; Pessoal, 
estou com problemas para realizar ligacoes via VONO... recebo o seguinte 
erro:<BR>&gt;<BR>&gt; -- Executing Dial("Zap/1-1", 
"SIP/inovoip/0256436225566|50|rRtTw") in new stack<BR>&gt; -- Called 
inovoip/0256436225566<BR>&gt; -- Got SIP response 484 "Address Incomplete" 
back from 200.146.79.16<BR>&gt;<BR>&gt;<BR>&gt; Sendo que o arquivo sip esta 
configurado da seguinte fomra:<BR>&gt;<BR>&gt; 
register=inovoip:SENHASENHA@vono.net.br:5060/inovoip<BR>&gt;<BR>&gt; 
[inovoip]<BR>&gt; username=inovoip<BR>&gt; type=friend<BR>&gt; 
secret=SENHASENHA<BR>&gt; port=5060<BR>&gt; insecure=very<BR>&gt; 
host=vono.net.br<BR>&gt; fromuser=inovoip<BR>&gt; 
fromdomain=vono.net.br<BR>&gt; dtmfmode=rfc2833<BR>&gt; ;nat=yes<BR>&gt; 
context=perfil_vono<BR>&gt; disallow=all<BR>&gt; allow=g729<BR>&gt; 
allow=gsm<BR>&gt; allow=ilbc<BR>&gt; allow=ulaw<BR>&gt; 
allow=alaw<BR>&gt;<BR>&gt;<BR>&gt; Alguem sabe se tem algo errado?? Já 
tentei várias mudancas...mas nada!!!<BR>&gt;<BR>&gt; Agradeco a todos que 
puderem me ajudar!<BR>&gt;<BR>&gt; Atenciosamente,<BR>&gt;<BR>&gt;<BR>&gt; 
Huander Leão<BR>&gt;<BR>&gt; 
_______________________________________________<BR>&gt; LIsta de discussões 
AsteriskBrasil.org<BR>&gt; AsteriskBrasil@listas.asteriskbrasil.org<BR>&gt; 
http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil<BR>&gt;<BR>&gt; 
_______________________________________________<BR>&gt; Acesse o wiki 
AsteriskBrasil.org:<BR>&gt; 
http://www.asteriskbrasil.org<BR>&gt;<BR><BR><BR>-- <BR>Andre Ruiz Curitiba, 
PR, Brasil<BR>_______________________________________________<BR>LIsta de 
discussões 
AsteriskBrasil.org<BR>AsteriskBrasil@listas.asteriskbrasil.org<BR>http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil<BR><BR>_______________________________________________<BR>Acesse 
o wiki 
AsteriskBrasil.org:<BR>http://www.asteriskbrasil.org<BR><BR><BR><BR><BR><BR><BR><BR><BR></P> 
<P> 
<HR> 

<P></P>_______________________________________________<BR>LIsta de 
discussões 
AsteriskBrasil.org<BR>AsteriskBrasil@listas.asteriskbrasil.org<BR>http://listas.asteriskbrasil.org/mailman/listinfo/asteriskbrasil<BR><BR>_______________________________________________<BR>Acesse 
o&nbsp; wiki 
AsteriskBrasil.org:<BR>http://www.asteriskbrasil.org</BLOCKQUOTE><!-- 
--></DIV></TD></TR></TBODY></TABLE>---------- 

</BODY>