Skip to content

Instantly share code, notes, and snippets.

@themainframe
Created October 16, 2016 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save themainframe/b7003f936a7c14684a240ec084ee3690 to your computer and use it in GitHub Desktop.
Save themainframe/b7003f936a7c14684a240ec084ee3690 to your computer and use it in GitHub Desktop.
Dialplan.xml
<DIALTEMPLATE>
<TEMPLATE MATCH="999" Timeout="0"/> <!-- Emergency -->
<TEMPLATE MATCH="112" Timeout="0"/> <!-- Emergency -->
<TEMPLATE MATCH="101" Timeout="0"/> <!-- Almost an Emergency -->
<TEMPLATE MATCH="7..." Timeout="0"/> <!-- Asterisk tools -->
<TEMPLATE MATCH="10000" Timeout="0"/> <!-- Sipgate Test -->
<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="2.." Timeout="0" Tone="Bellcore-Alerting"/> <!-- 1 prefixed 3 digit (internal extensions) -->
<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