Posted On March 31, 2019

Dial Plans Decoded

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Dial Plans Decoded
()
parenthesis enclose the dial plan
|
pipe means OR
x
represents a digit between 0 and 9
.
period means that the preceding element can be repeated many times
[]
signifies a subset
e.g. ([2-9]xx[2-9]xxxxxx) = only numerical values between 2 and 9 are allowed to precede the two digits and the following six digits
!
Item blocked!
e.g. (411!|xxx|1900xxxxxxx!|1[2-9]xx[2-9]xxxxxx) = no 411 or 1900 numbers allowed in the dial plan
< : >
< “optional value” : “substitution element” > “sequence to be matched”
Example: adding 714 to a 7-digit sequence – < :714>xxxxxxx
S0
Send preceded value(s) immediately when a pattern is matched, bypassing the default Interdigit Short Timer delay 

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Securing Windows Remote Desktop Services

secpol.msc > Local Policies > User Rights Assignments > double-click "Allow Log on through Remote…

LDAP Ubuntu Client Setup

Install the client application: sudo apt-get update sudo apt-get -y install libnss-ldapd libpam-ldapd ldap-utils nscd…

Two Useful Workstation Shortcuts for Non-Savvy Users

Lockdown: %windir%\system32\rundll32.exe user32.dll,LockWorkStation Shutdown: shutdown -s -m \\computername -t 7200