Yealink Forums

Full Version: regular expression blacklist on T28 on 2.72.0.30
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Metaswitch 2510 to a t28 on firmware 2.72.0.30 with a public IP connected directly to the lan port of the modem. No router to place rules or NAT, only the blacklist to assist. Also these calls are not hitting the switch. The are probably scanners simply hitting the public ip looking for a hole. One night i removed the password and the next day it was forward to another place, I had ld blocked in the switch so no harm but they are (insert expletive ) persistant. I would like to limit accepting call from only 10 digit numbers but it seems that i would need to use some type of regular expression and it looks like this is not supported. any help, ideas, fixes or even denigrating comments are welcomed.

Thanks in advance!
Hi Lynn,

I suppose you just need to disable the IP call feature. Access to Features->General Information-> Allow IP call, to disable it and click confirm to accept the change.
To obeserve the issue whether exist, if yes, you can try to add below syntaxs to your cfg template(M7 template) and auto-provisioning it.
You can try this syntax in CFG template.

Code:
#!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 5 of W52P.
​#You need to confirm which line you used.
account.x.sip_trust_ctrl=1
When you want to enable this sip trust control for account 1, fill 1 to “account.1.sip_trust_ctrl”.
(11-25-2014 08:51 AM)Yealink_Wilson Wrote: [ -> ]Hi Lynn,

I suppose you just need to disable the IP call feature. Access to Features->General Information-> Allow IP call, to disable it and click confirm to accept the change.
To obeserve the issue whether exist, if yes, you can try to add below syntaxs to your cfg template(M7 template) and auto-provisioning it.
You can try this syntax in CFG template.

Code:
#!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 5 of W52P.
​#You need to confirm which line you used.
account.x.sip_trust_ctrl=1
When you want to enable this sip trust control for account 1, fill 1 to “account.1.sip_trust_ctrl”.
Reference URL's