03-14-2014, 03:57 AM
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
--------------------------
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
--------------------------
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
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
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.
03-19-2014, 01:45 AM
That seems to have worked. Thank you for your help!