Yealink Forums
accept calls only from proxy? - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: General topics (/forumdisplay.php?fid=15)
+--- Thread: accept calls only from proxy? (/showthread.php?tid=1418)



accept calls only from proxy? - jdackert - 03-14-2014 03:57 AM

Is there a way to block inbound calls from all IPs except the configured proxy IP? Phones outside a firewall get spam calls.


RE: accept calls only from proxy? - Yealink Support - 03-14-2014 06:34 PM

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

--------------------------


RE: accept calls only from proxy? - jdackert - 03-15-2014 12:35 AM

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


RE: accept calls only from proxy? - Yealink Support - 03-17-2014 01:31 PM

Yes. I think you can test this syntax which can just accept the sip message from your sip server.


RE: accept calls only from proxy? - jdackert - 03-19-2014 01:45 AM

That seems to have worked. Thank you for your help!