외부 SIP PBX에서 등록을 잃어 버리는 VoIP 전화


0

이것은 고통이었습니다. 내 폴리콤 VoIP 전화기 (약 10 대)는 몇 시간마다 등록이 모두 끊깁니다. 내가 그들을 확인할 때마다 일부는 등록되고 일부는 등록되지 않을 것입니다. 방화벽을 재부팅하면 몇 시간 (4-5 시간) 문제가 해결됩니다.

나는 pfsense를 사용하고있다. 전화기는 180 초마다 재 등록되도록 설정됩니다.

이 문제를 해결하려면 어떻게해야합니까?

-감사

답변:


1

현재 같은 문제가 있습니다.

다음 작업을 완료했는지 확인하십시오.

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

또한 포트 재 매핑을 비활성화합니다.

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. 

그런 다음 작동하지 않는 경우 pfSense에 SIP 프록시 데몬을 설치할 수도 있습니다


참고 문헌 : https://doc.pfsense.org/index.php/Asterisk_VoIP
https://doc.pfsense.org/index.php/VoIP_Configuration
https://doc.pfsense.org/index.php/Static_Port

그래서 우리는 별표를 사용하지 않습니다. 우리는 몇 가지 서비스를 시도했습니다 ... centric, anveo 및 voip.ms를 호출하고 모두 동일한 문제가 있습니다.
user277244

가이드가 별표 용이지만 문제는 같습니다. 포트가 전달되면 포트 재 매핑이 문제 일 수 있습니다. 포트 재 매핑을 비활성화 했습니까?
Lawrence

정적 포트가 yes로 설정되었습니다.
user277244

그러면 SIP 프록시를 설치합니다.
Lawrence

확인을 내가 프록시를 설정하고 그것이 작동하지 않았다. 나는 전화가 프록시를 사용하는 것처럼 보이게 할 수 없기 때문에 뭔가 잘못되었을 것임에 틀림 없다. sip 프록시 패키지를 사용하여 폴리콤 및 pfsense에 대한 예제 시나리오를 찾을 수 없었습니다.
user277244
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.