[asterisk-commits] murf: branch 1.4 r43739 -
/branches/1.4/configs/extensions.ael.sample
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Sep 26 19:32:48 MST 2006
Author: murf
Date: Tue Sep 26 21:32:47 2006
New Revision: 43739
URL: http://svn.digium.com/view/asterisk?rev=43739&view=rev
Log:
This change to extensions.ael was to fix bug 8031; the install scripts are causing it to be copied to /etc/asterisk/extensions.ael, and because it is a fairly direct conversion of the original extensions.conf, the macro and context names clash with the existing extensions.conf. So, I put an ael- in front of all macros and contexts, and checked every goto and macro call. Also, this file compiles under aelparse.
Modified:
branches/1.4/configs/extensions.ael.sample
Modified: branches/1.4/configs/extensions.ael.sample
URL: http://svn.digium.com/view/asterisk/branches/1.4/configs/extensions.ael.sample?rev=43739&r1=43738&r2=43739&view=diff
==============================================================================
--- branches/1.4/configs/extensions.ael.sample (original)
+++ branches/1.4/configs/extensions.ael.sample Tue Sep 26 21:32:47 2006
@@ -93,7 +93,7 @@
//
// includes {
// daytime|9:00-17:00|mon-fri|*|*;
-// };
+// };
//
// ignorepat can be used to instruct drivers to not cancel dialtone upon
// receipt of a particular pattern. The most commonly used example is
@@ -109,15 +109,15 @@
// Sample entries for extensions.conf
//
//
-context dundi-e164-canonical {
+context ael-dundi-e164-canonical {
//
// List canonical entries here
//
- // 12564286000 => &std-exten(6000,IAX2/foo);
+ // 12564286000 => &ael-std-exten(6000,IAX2/foo);
// _125642860XX => Dial(IAX2/otherbox/${EXTEN:7});
};
-context dundi-e164-customers {
+context ael-dundi-e164-customers {
//
// If you are an ITSP or Reseller, list your customers here.
//
@@ -125,7 +125,7 @@
//_12564286001 => Dial(IAX2/customer2);
};
-context dundi-e164-via-pstn {
+context ael-dundi-e164-via-pstn {
//
// If you are freely delivering calls to the PSTN, list them here
//
@@ -133,19 +133,19 @@
//_1256325XXXX => Dial(Zap/g2/${EXTEN:7}); // Ditto for 256-325
};
-context dundi-e164-local {
+context ael-dundi-e164-local {
//
// Context to put your dundi IAX2 or SIP user in for
// full access
//
includes {
- dundi-e164-canonical;
- dundi-e164-customers;
- dundi-e164-via-pstn;
- };
-};
-
-context dundi-e164-switch {
+ ael-dundi-e164-canonical;
+ ael-dundi-e164-customers;
+ ael-dundi-e164-via-pstn;
+ };
+};
+
+context ael-dundi-e164-switch {
//
// Just a wrapper for the switch
//
@@ -155,14 +155,14 @@
};
};
-context dundi-e164-lookup {
+context ael-dundi-e164-lookup {
//
// Locally to lookup, try looking for a local E.164 solution
// then try DUNDi if we don't have one.
//
includes {
- dundi-e164-local;
- dundi-e164-switch;
+ ael-dundi-e164-local;
+ ael-dundi-e164-switch;
};
//
};
@@ -171,7 +171,7 @@
// DUNDi can also be implemented as a Macro instead of using
// the Local channel driver.
//
-macro dundi-e164(exten) {
+macro ael-dundi-e164(exten) {
//
// ARG1 is the extension to Dial
//
@@ -184,7 +184,7 @@
// there are exceptions. For more information, and to sign
// up, please go to www.gnophone.com or www.iaxtel.com
//
-context iaxtel700 {
+context ael-iaxtel700 {
_91700XXXXXXX => Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel);
};
@@ -194,39 +194,39 @@
// allowed (e.g. both A -> B and B -> A), and the switched server needs
// to be on-line or else dialing can be severly delayed.
//
-context iaxprovider {
+context ael-iaxprovider {
switches {
// IAX2/user:[key]@myserver/mycontext;
};
};
-context trunkint {
+context ael-trunkint {
//
// International long distance through trunk
//
includes {
- dundi-e164-lookup;
+ ael-dundi-e164-lookup;
};
_9011. => {
- &dundi-e164(${EXTEN:4});
+ &ael-dundi-e164(${EXTEN:4});
Dial(${TRUNK}/${EXTEN:${TRUNKMSD}});
};
};
-context trunkld {
+context ael-trunkld {
//
// Long distance context accessed through trunk
//
includes {
- dundi-e164-lookup;
+ ael-dundi-e164-lookup;
};
_91NXXNXXXXXX => {
- &dundi-e164(${EXTEN:1});
+ &ael-dundi-e164(${EXTEN:1});
Dial(${TRUNK}/${EXTEN:${TRUNKMSD}});
};
};
-context trunklocal {
+context ael-trunklocal {
//
// Local seven-digit dialing accessed through trunk interface
//
@@ -235,7 +235,7 @@
};
};
-context trunktollfree {
+context ael-trunktollfree {
//
// Long distance context accessed through trunk interface
//
@@ -246,40 +246,40 @@
_91866NXXXXXX => Dial(${TRUNK}/${EXTEN:${TRUNKMSD}});
};
-context international {
+context ael-international {
//
// Master context for international long distance
//
ignorepat => 9;
includes {
- longdistance;
- trunkint;
- };
-};
-
-context longdistance {
+ ael-longdistance;
+ ael-trunkint;
+ };
+};
+
+context ael-longdistance {
//
// Master context for long distance
//
ignorepat => 9;
includes {
- local;
- trunkld;
- };
-};
-
-context local {
+ ael-local;
+ ael-trunkld;
+ };
+};
+
+context ael-local {
//
// Master context for local, toll-free, and iaxtel calls only
//
ignorepat => 9;
includes {
- default;
- parkedcalls;
- trunklocal;
- iaxtel700;
- trunktollfree;
- iaxprovider;
+ ael-default;
+ ael-parkedcalls;
+ ael-trunklocal;
+ ael-iaxtel700;
+ ael-trunktollfree;
+ ael-iaxprovider;
};
};
@@ -305,7 +305,7 @@
// eswitch => IAX2/context@${CURSERVER}
-macro std-exten-ael( ext , dev ) {
+macro ael-std-exten-ael( ext , dev ) {
Dial(${dev}/${ext},20);
switch(${DIALSTATUS}) {
case BUSY:
@@ -343,7 +343,7 @@
goto s|restart;
};
1000 => {
- goto default|s|1;
+ goto ael-default|s|1;
};
500 => {
Playback(demo-abouttotry);
@@ -357,7 +357,7 @@
Playback(demo-echodone);
goto s|instructions;
};
- _1234 => &std-exten-ael(${EXTEN}, "IAX2");
+ _1234 => &ael-std-exten-ael(${EXTEN}, "IAX2");
8500 => {
VoicemailMain();
goto s|instructions;
@@ -377,14 +377,14 @@
// and then uncomment the one here.
//
-// context default {
+context ael-default {
// By default we include the demo. In a production system, you
// probably don't want to have the demo there.
-// includes {
-// ael-demo;
-// };
+ includes {
+ ael-demo;
+ };
//
// Extensions like the two below can be used for FWD, Nikotel, sipgate etc.
// Note that you must have a [sipprovider] section in sip.conf whereas
@@ -444,4 +444,4 @@
// 'show application <command>' will show details of how you
// use that particular application in this file, the dial plan.
//
-// };
+}
More information about the asterisk-commits
mailing list