[Freeswitch-svn] [commit] r6947 - freeswitch/trunk/scripts/contrib/trixter/dialplan

Freeswitch SVN trixter at freeswitch.org
Fri Dec 21 02:37:56 EST 2007


Author: trixter
Date: Fri Dec 21 02:37:56 2007
New Revision: 6947

Added:
   freeswitch/trunk/scripts/contrib/trixter/dialplan/dialplan.ie.xml

Log:
ireland


Added: freeswitch/trunk/scripts/contrib/trixter/dialplan/dialplan.ie.xml
==============================================================================
--- (empty file)
+++ freeswitch/trunk/scripts/contrib/trixter/dialplan/dialplan.ie.xml	Fri Dec 21 02:37:56 2007
@@ -0,0 +1,32 @@
+<!-- ireland -->
+<!-- include this in the USER DIRECTORY variables section -->
+
+<!-- anything we need to send to the provider before we send the number -->
+<variable name="dial_prefix" value=""/>
+
+<!-- do we use enum? -->
+<variable name="use_enum" value="true"/>
+
+<!-- this is the default gateway to send calls to if enum fails -->
+<variable name="default_gateway" value="telco.com"/>
+
+<!-- the country code, only numeric -->
+<variable name="default_country_code" value="353"/>
+
+<!-- variable for international dialing -->
+<variable name="default_international_prefix" value="00"/>
+
+<!-- variable for local prefix -->
+<variable name="default_local_prefix" value="20"/>
+
+<!-- What matches international dialing -->
+<variable name="default_international_regexp" value="^00(\d+)$"/>
+
+<!-- What matches a domestic out of area call -->
+<variable name="default_domestic_regexp" value="^0([1-9]\d{5,9})$"/>
+
+<!-- What matches a local same area call -->
+<variable name="default_local_regexp" value="^([1-9]\d(4,8})$"/>
+
+<!-- What is dialed for direct routed stuff like emergency numbers -->
+<variable name="default_emergency_number" value="^112$"/>



More information about the Freeswitch-svn mailing list