Skip to content

Instantly share code, notes, and snippets.

@themainframe
Created January 18, 2016 23:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save themainframe/9f5c494ee2970a00f681 to your computer and use it in GitHub Desktop.
Save themainframe/9f5c494ee2970a00f681 to your computer and use it in GitHub Desktop.
Cisco 7942 Dialplan
<DIALTEMPLATE>
<TEMPLATE MATCH="999" Timeout="0"/> <!-- Emergency -->
<TEMPLATE MATCH="112" Timeout="0"/> <!-- Emergency -->
<TEMPLATE MATCH="101" Timeout="0"/> <!-- Almost an Emergency -->
<TEMPLATE MATCH="100" Timeout="0"/> <!-- Operator -->
<TEMPLATE MATCH="155" Timeout="0"/> <!-- International Operator -->
<TEMPLATE MATCH="123" Timeout="0"/> <!-- Speaking Clock -->
<TEMPLATE MATCH="118..." Timeout="0"/> <!-- Men with moustaches et al -->
<TEMPLATE MATCH="116..." Timeout="0"/> <!-- Pan-European Social Help -->
<TEMPLATE MATCH="08001111" Timeout="0"/> <!-- Childline. lol -->
<TEMPLATE MATCH="0845464." Timeout="0"/> <!-- NHS Direct et al -->
<TEMPLATE MATCH="0500......" Timeout="0"/> <!-- Apparently 0500 is always 10 digits -->
<!-- Uncomment if you care about this one. Worst case, you'll wait 5 seconds -->
<!-- <TEMPLATE MATCH="016977...." Timeout="0"/> --> <!-- Brampton, Carlisle. Also 10 digits -->
<TEMPLATE MATCH="00*" Timeout="5"/> <!-- International, 00 prefixed. No fixed length -->
<TEMPLATE MATCH="0,.........." Timeout="0" Tone="Bellcore-Outside" /> <!-- UK 11 digit, 0 prefixed -->
<TEMPLATE MATCH="\*.." Timeout="0"/> <!-- Asterisk *.. codes -->
<TEMPLATE MATCH="7,..." Timeout="0" Tone="Bellcore-Alerting"/> <!-- Asterisk mailboxes -->
<TEMPLATE MATCH="1.." Timeout="0" Tone="Bellcore-Alerting"/> <!-- 1 prefixed 3 digit (internal extensions) -->
<TEMPLATE MATCH="*" Timeout="5"/> <!-- Anything else -->
</DIALTEMPLATE>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment