[Freeswitch-trunk] [commit] r6943 - freeswitch/trunk/scripts/contrib/trixter/dialplan
Freeswitch SVN
trixter at freeswitch.org
Fri Dec 21 01:24:51 EST 2007
Author: trixter
Date: Fri Dec 21 01:24:50 2007
New Revision: 6943
Modified:
freeswitch/trunk/scripts/contrib/trixter/dialplan/README
Log:
better dox
Modified: freeswitch/trunk/scripts/contrib/trixter/dialplan/README
==============================================================================
--- freeswitch/trunk/scripts/contrib/trixter/dialplan/README (original)
+++ freeswitch/trunk/scripts/contrib/trixter/dialplan/README Fri Dec 21 01:24:50 2007
@@ -44,7 +44,18 @@
If you want this to be used *with* your default context you must remove
the lines
-<context name="INT-Numbering-Plan">
+
+
+-=- IMPORTANT -=- IMPORTANT -=- IMPORTANT -=- IMPORTANT -=- IMPORTANT -=-
+
+dont just leave regexps undefined that may cause matches to occur that
+shouldnt. Instead use the regexp DONT_MATCH_ME or something similar that will
+never cause a match. dialplan.es.xml uses this if you need an example
+
+-=- IMPORTANT -=- IMPORTANT -=- IMPORTANT -=- IMPORTANT -=- IMPORTANT -=-
+
+
+<context name="default">
</context>
and place the remainder in the default context tags.
More information about the Freeswitch-trunk
mailing list