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> &lt;<a href="mailto:shmaltz@gmail.com">shmaltz@gmail.com</a>&gt; 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 =&gt;, and Mr for context so you got:<br><br>[1]<br>include =&gt; 10<br>include =&gt; 11<br><br>[10]<br>include =&gt; 100<br>include =&gt; 111<br><br>[11]<br>
include =&gt; 111<br><br>[88]<br>include =&gt; 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&#39;t given) Asterisk looks
<br>for that extension in that context, if it can&#39;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 &lt;<a href="mailto:Brads@ftnco.com">Brads@ftnco.com</a>&gt; wrote:<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; Does anyone know where there is better documentation on understanding
<br>&gt; context relations and priorities &quot;with examples&quot;?<br>&gt;<br>&gt;<br>&gt;<br>&gt; <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>&gt;<br>&gt;<br>&gt;<br>&gt; Does tell me anything other than they point to each other. Not how or who<br>&gt; comes first or even how to get them to work with each other!<br>&gt; _______________________________________________
<br>&gt; --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br>&gt;<br>&gt; asterisk-users mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;<br>&gt; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt;<br>&gt;<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>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote>
</div><br>