Yealink Forums

Full Version: accept calls only from proxy?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to block inbound calls from all IPs except the configured proxy IP? Phones outside a firewall get spam calls.
Hi jdackert,

If you are using our latest T2X V70 firmware, please use below auto provisioning parameter to enable this feature.
--------------------------
#!version:1.0.0.1
account.1.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 you are using V61 or V60 firmware, please use this parameter:
--------------------------
[ account ]
path = /config/voip/sipAccount0.cfg
SIPTrustCtrl = 1

--------------------------
Sorry, I may not have been very clear in my request. Customers are getting dead-air calls from some SIP dialer on the internet.
I want the Yealink (T28 2.71.193.6.rom in this case) to not accept calls that don't come from our proxy. Your parameter seems to control outbound dialing.

Thanks
Yes. I think you can test this syntax which can just accept the sip message from your sip server.
That seems to have worked. Thank you for your help!
Reference URL's