[asterisk-commits] branch murf/AEL2-1.2 r33068 - /team/murf/AEL2-1.2/doc/ael2.txt

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Jun 8 11:09:22 MST 2006


Author: murf
Date: Thu Jun  8 13:09:21 2006
New Revision: 33068

URL: http://svn.digium.com/view/asterisk?rev=33068&view=rev
Log:
Added some verbage here also about the CID matching in extension names.


Modified:
    team/murf/AEL2-1.2/doc/ael2.txt

Modified: team/murf/AEL2-1.2/doc/ael2.txt
URL: http://svn.digium.com/view/asterisk/team/murf/AEL2-1.2/doc/ael2.txt?rev=33068&r1=33067&r2=33068&view=diff
==============================================================================
--- team/murf/AEL2-1.2/doc/ael2.txt (original)
+++ team/murf/AEL2-1.2/doc/ael2.txt Thu Jun  8 13:09:21 2006
@@ -575,6 +575,9 @@
 specification of hints, and a keyword, regexten, that will force the
 numbering of priorities to start at 2.
 
+The ability to make extensions match by CID is preserved in
+AEL; just use '/' and the CID number in the specification. See below.
+
 
 context default {
 
@@ -597,6 +600,19 @@
 
 
 The regexten must come before the hint if they are both present.
+
+CID matching is done as with the extensions.conf file. Follow the extension
+name/number with a slash (/) and the number to match against the Caller ID:
+
+context zoombo 
+{
+	819/7079953345 => { NoOp(hello, 3345); }
+}
+
+In the above,  the 819/7079953345 extension will only be matched if the
+CallerID is 7079953345, and the dialed number is 819. Hopefully you have
+another 819 extension defined for all those who wish 819, that are not so lucky
+as to have 7079953345 as their CallerID!
 
 
 



More information about the asterisk-commits mailing list