Bsumrall,<br><br>Take a look on this document, <a href="http://bef.eventphone.de/a/Ast.%20C.%20I._files/ast-ci-draft1.pdf">http://bef.eventphone.de/a/Ast.%20C.%20I._files/ast-ci-draft1.pdf</a><br><br><br>/Mats<br><br><div>
<span class="gmail_quote">On 6/1/07, <b class="gmail_sendername">C F</b> <<a href="mailto:shmaltz@gmail.com">shmaltz@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I can give the following example, let me know if it helps.<br><br>Mr 1 has a child Mr 10 and another child Mr 11, now Mr 10 has Mr 100<br>and Mr 11 has Mr 111. Mr 10 adopts Mr 111. Also Mr 88 adopts Mr 10.<br>Which brings us to the family tree, if you are a child of one, you are
<br>a grandchild of that ones parent, and as such included in that tree.<br>Now one of the children could be adopted by some other parent as well,<br>which makes that child a child of another parent hence a grandchild of<br>
that parents parent.<br><br>Subistute child and adopt for include =>, and Mr for context so you got:<br><br>[1]<br>include => 10<br>include => 11<br><br>[10]<br>include => 100<br>include => 111<br><br>[11]<br>
include => 111<br><br>[88]<br>include => 10<br><br>Within each context you got the instruction code, which is an<br>extension (exten) prioritized with numbers (or n for next number). The<br>instructions are executed one after the other, unless a jump is
<br>encountered. Each extension is a pointer within that context that<br>starts the instruction set.<br>In Asterisk one starts in a context, when an extension is called (by<br>dialing, or s when the extension number wasn't given) Asterisk looks
<br>for that extension in that context, if it can't find it there it<br>searches in that contexts family tree, if still no match it searches<br>in default context, if still no match it searches for the i extension<br>
in the same order, if still no match then 404 is given.<br><br>Hope this helps.<br><br>On 5/31/07, BSumrall <<a href="mailto:Brads@ftnco.com">Brads@ftnco.com</a>> wrote:<br>><br>><br>><br>><br>> Does anyone know where there is better documentation on understanding
<br>> context relations and priorities "with examples"?<br>><br>><br>><br>> <a href="http://www.voip-info.org/wiki/index.php?page=Asterisk+Dialplan+Introduction">http://www.voip-info.org/wiki/index.php?page=Asterisk+Dialplan+Introduction
</a><br>><br>><br>><br>> Does tell me anything other than they point to each other. Not how or who<br>> comes first or even how to get them to work with each other!<br>> _______________________________________________
<br>> --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br>><br>> asterisk-users mailing list<br>> To UNSUBSCRIBE or update options visit:<br>><br>> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>><br>><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br>
<br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote>
</div><br>