<html><body>Boa Tarde, Senhores<br><br>Fiz a instalação do Asterisk aqui e estou com o seguinte problema quando tento registrar uma conta em um softphone.<br><br>Connected to Asterisk 10.6.1 currently running on asterisk (pid = 3765)<br>[Jul 20 15:00:55] ERROR[3783]: chan_sip.c:15320 register_verify: Peer 'estofhellen' is trying to register, but not configured as host=dynamic<br>[Jul 20 15:00:55] NOTICE[3783]: chan_sip.c:25929 handle_request_register: Registration from '"estofhellen"&lt;sip:estofhellen@10.5.5.46;transport=UDP&gt;' failed for '10.5.5.26:48694' - Peer is not supposed to register<br>[Jul 20 15:00:55] ERROR[3783]: chan_sip.c:15320 register_verify: Peer 'estofhellen' is trying to register, but not configured as host=dynamic<br>[Jul 20 15:00:55] NOTICE[3783]: chan_sip.c:25929 handle_request_register: Registration from '"estofhellen"&lt;sip:estofhellen@10.5.5.46;transport=UDP&gt;' failed for '10.5.5.26:48694' - Peer is not supposed to register<br><br>Segue configuração do SIP.conf<br><br>[estofhellen]<br>type=peer<br>username=estofhellen<br>secret=senha<br>domain=vono.net.br<br>fromuser=estofhellen<br>fromdomain=vono.net.br<br>host=vono.net.br<br>insecure=very<br>qualify=no<br>port=5060<br>nat=no<br>disallow=all<br>allow=ilbc<br>dtmfmode=rfc2833<br>context=recebe_vono<br>reinvite=no<br>canreinvite=no<br><br>[general]<br>srvlookup=yes<br>register =&gt; estofhellen:senha@vono.net.br/estofhellen<br><br>EXTENSIONS.conf<br><br>;CONFIGURAÇÕES DA OPERADORA<br><br>[rotadesaida]<br>exten=&gt;_XX.,1,Dial(SIP/${EXTEN}@vono,50)<br><br>[recebe_vono]<br>exten =&gt; vono,1,Goto(rotadeentrada,s,1)<br><br>[rotadeentrada]<br>exten =&gt; s,1,Dial(SIP/ramal123,50) <br><br><br>Alguem pode ajudar ? <br><br>Abraços<br></body></html>