外部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 14

ガイドはアスタリスク用ですが、問題は同じです。ポートが転送される場合、おそらくポートの再マッピングが問題です。ポートの再マッピングを無効にしましたか?
ローレンス14

静的ポートはyesに設定されています。
user277244 14

その後、SIPプロキシをインストールします。
ローレンス14

OK sip proxyをセットアップしましたが、うまくいきませんでした。プロキシを使用していると電話が表示されなかったため、何か間違ったことをしたに違いありません。SIPプロキシパッケージを使用して、ポリコムとpfsenseのシナリオ例を見つけることができませんでした。
user277244 14
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.