<div>which source file do the job - I mean preprocesses conf files?</div>
<div> </div>
<div>By the way, is there any way to create/delete context on-fly?</div>
<div> </div>
<div>Valter<br><br></div>
<div class="gmail_quote">2009/6/1 Tzafrir Cohen <span dir="ltr">&lt;<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="im">On Mon, Jun 01, 2009 at 11:22:37AM -0300, Valter Nogueira wrote:<br>&gt; Kevin,<br>&gt;<br>&gt; I know it is a little off-topic - I will try #exec - thanks.<br>&gt;<br>&gt; Does it works for others conf files such meete, iax and so on?<br>
<br></div>Yes, works for just about any Asterisk config file. Basically: anywhere<br>&#39;#include&#39; will work (assuming you enabled using #exec in<br>asterisk.conf). As the &#39;#&#39; hist, #include and #exec are preprocessing<br>
directives that are essentially procssed before the configuration is<br>read just like the C pre-processor.<br><br>But no, there&#39;s aren&#39;t any #if* or #define directives.<br><br>OTOH, we have something called templaets. And like the thing in C++, it<br>
works in a more sematic level and supports (some sort of) inheritance.<br>Unlike the thing from C++ and #exec, it&#39;s not turing-complete.<br><font color="#888888"><br>--<br>              Tzafrir Cohen<br>icq#16849755              <a href="mailto:jabber%3Atzafrir.cohen@xorcom.com">jabber:tzafrir.cohen@xorcom.com</a><br>
+972-50-7952406           mailto:<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a><br><a href="http://www.xorcom.com/" target="_blank">http://www.xorcom.com</a>  <a href="http://iax:guest@local.xorcom.com/tzafrir" target="_blank">iax:guest@local.xorcom.com/tzafrir</a><br>
</font>
<div>
<div></div>
<div class="h5"><br>_______________________________________________<br>--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--/" target="_blank">http://www.api-digital.com--</a><br><br>asterisk-dev mailing list<br>
To UNSUBSCRIBE or update options visit:<br>  <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br></div></div></blockquote></div><br>