VoIP telefones perdendo o registro de SIP PBX externo

0

Isso tem sido uma dor. Meus telefones VoIP da Polycom (cerca de 10 deles) estão perdendo o registro a cada poucas horas. Cada vez que eu os verifico, alguns serão registrados e outros não. A reinicialização do meu firewall corrige o problema por algumas horas (quatro a cinco horas).

Estou usando o pfsense. Os telefones estão configurados para se registrarem a cada 180 segundos.

O que posso fazer para corrigir este problema?

-Obrigado

    
por user277244 22.07.2014 / 02:17

1 resposta

1

Atualmente estou tendo os mesmos problemas.

Verifique se você fez o seguinte:

RTP

For this you will need the ports you setup in step 1.a above. I will be using my
port configuration. Add a NAT rule for RTP. This is essential or you will have
no audio or one way audio in your calls. Also change the NAT IP to whatever your 
Asterisk server is and change the description to something that makes sense for you.

Interface: WAN
Protocol: UDP
External port range: From: 10000
External port range: To: 20000
NAT IP: 192.168.1.50
Local Port: 10000
Description: Asterisk PBX - RTP
Enable Auto-add a firewall rule to permit traffic through this NAT rule

SIP

For this you will need the ports you setup in step 1.a above. I will be using my port
configuration. Add a NAT rule for SIP. This is essential or you won't be able to receive
calls and you may have trouble registering with your SIP provider. Also change the NAT IP
to whatever your Asterisk server is and change the description to something that makes
sense for you. 
Code:

Interface: WAN
Protocol: UDP
External port range: From: 5060
External port range: To: 5060
NAT IP: 192.168.1.50
Local Port: 5060
Description: Asterisk PBX - SIP
Enable Auto-add a firewall rule to permit traffic through this NAT rule

E também Desativar o remapeamento de portas

Click Firewall -> NAT, and the Outbound tab. Click "Manual Outbound NAT rule  
generation (Advanced Outbound NAT (AON))" and click Save. 
You will then see a rule at the bottom of the page labeled "Auto created rule for
LAN". Click + to copy that rule. Change the rule so it only covers the source IP of
your device that needs static port, and any other settings you need. Check the 
"static port" box on that page, and click Save. 
Move the rule to the top of the list. Apply changes and this behavior will be disabled. 

E se tudo isso não funcionar, você também pode instalar o daemon SIP Proxy no pfSense

Referências: link
link
link     
por 22.07.2014 / 02:29

Tags