Yealink Forums

Full Version: Allow only specific IP...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Someone has been ringing our office phones from outside of our PBX, i.e. they are sending directly to our IP. (Our PBX is remote from our office).

Is there a way in the T38G phone to limit incoming traffic to a specific IP, i.e. our PBX?

I know this could also be a firewall/router setting, but in many cases, the IP phones are on networks in which we have no access to the router settings, so I'm looking for a solution within the phone itself.
Hi,

According to your application scenario, our IP phone can disable the IP call feature, in this way all IP direct calls will be forbidden.
Please follow the steps below:
1.Login the web UI -> Phone -> Features -> “Allow IP Call” = “Disabled” -> Confirm
[attachment=1299]
2. Access to web GUI->Account->Advanced tab, set the “Accept SIP Trust Server Only” value to “Enabled”. Click confirm button to accept the changes.
One point need to be attentive, please enable the SIP Trust parameter of corresponding accounts.
[attachment=1300]
By auto provision :
Set two parameters via auto provision. The auto provision sentences are as follow:
#!version:1.0.0.1
##The x of the parameter "account.x.sip_trust_ctrl " ranges from 1 to max accounts. For example, x ranges from 1 to 2 of T20.
##When you want to enable this sip trust control for account 1, fill 1 to “account.1.sip_trust_ctrl”.
account.X.sip_trust_ctrl=1
##Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default);
features.direct_ip_call_enable = 0

If there is any questions, please feel free to contact me.

Thank you.

Best Regards
Quote:According to your application scenario, our IP phone can disable the IP call feature, in this way all IP direct calls will be forbidden.
Please follow the steps below:
1.Login the web UI -> Phone -> Features -> “Allow IP Call” = “Disabled” -> Confirm

There is no such setting in the T38G that I can find.

[attachment=1301]
Hi,

Please change these two settings by auto provision :
Set two parameters via auto provision. The auto provision sentences are as follow:
#!version:1.0.0.1
##The x of the parameter "account.x.sip_trust_ctrl " ranges from 1 to max accounts. For example, x ranges from 1 to 2 of T20.
##When you want to enable this sip trust control for account 1, fill 1 to “account.1.sip_trust_ctrl”.
account.X.sip_trust_ctrl=1
##Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default);
features.direct_ip_call_enable = 0

For more information about auto provision, please refer auto provision guide:
Yealink T3XG Auto Provisioning_70.0

Best regards
Reference URL's