<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:tahoma,new york,times,serif;font-size:12pt"><div><font size="3"><br></font></div><div style="font-family: tahoma,new york,times,serif; font-size: 12pt;"><font size="3">Tilghman,<br>Thank you so much , that's what I'm looking for (<span style="font-weight: bold;">pbx/pbx_config.c</span>).<br><br>rhuddleston@gmail.com,<br>Sorry, it is my bad. My English is not very well :) , thank you for your response.<br><br>I really appreciate your help guys :)<br><br>~~~~~~<br>regards ,,,<br>Alasiri</font><br><br><div style="font-family: arial,helvetica,sans-serif; font-size: 13px;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Tilghman Lesher &lt;tilghman@meg.abyt.es&gt;<br><b><span style="font-weight: bold;">To:</span></b> Asterisk Developers Mailing List &lt;asterisk-dev@lists.digium.com&gt;<br><b><span
 style="font-weight: bold;">Sent:</span></b> Sun, April 24, 2011 5:36:34 AM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [asterisk-dev] HELP: Change the way of reading 'extensions.conf'<br></font><br>
On Thursday 21 April 2011 19:57:36 Abdulaziz Alasiri wrote:<br>&gt; I'm a Computer Sciences student and I'm working on my Graduate Project.<br>&gt; My professor asked me to change the way that 'Asterisk' uses to read<br>&gt; 'extensions.conf'<br>&gt; but I dont know which file I should edit.<br>&gt; <br>&gt; For more explanation, I wanna change<br>&gt; exten =&gt;_2XXXX,1,Dial(IAX2/Remote_Server/${EXTEN})<br>&gt; to something else.<br><br>The method of reading extensions.conf is defined in main/config.c.&nbsp; This<br>affects ALL config files, so it's probably not what you want.&nbsp; Once the file<br>is loaded into memory, the syntax is parsed with pbx/pbx_config.c.&nbsp; This may<br>be what you're looking for, but I suspect it is not.&nbsp; The real workhorse of<br>extension evaluation is located in main/pbx.c.<br><br>-- <br>Tilghman<br><br>--<br>_____________________________________________________________________<br><span>-- Bandwidth and Colocation
 Provided by <a target="_blank" href="http://www.api-digital.com">http://www.api-digital.com</a> --</span><br><br>asterisk-dev mailing list<br>To UNSUBSCRIBE or update options visit:<br><span>&nbsp;  <a target="_blank" href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev</a></span><br></div></div>
</div></body></html>