Hello list,<br>&nbsp;&nbsp;&nbsp;&nbsp; I am writing here to get some feedback about how to handle other XML documentation sources like &quot;addons&quot; and other extra files where we could be able to find (application/functions) XML documentation. The idea is to add a configuration context inside asterisk.conf of the form:<br>
<br>[documentation]<br>language =&gt; en_US<br>source =&gt; core<br>source =&gt; addons<br>source =&gt; anotherextra<br><br>So, asterisk will search inside PATH/core-en_US.xml, PATH/addons-en_US.xml and PATH/anotherextra-en_US.xml to find the XML documentation when needed.<br>
Right now core is being hardcoded inside the code (uggh), with this form we will be able to add as many sources as needed, then in asterisk-addons we will be able (in the make install) to generate the &quot;addons-language.xml&quot; file. And if we added our application from outside the source tree we will be able to create an xml file and just insert the name in asterisk.conf.<br>
&nbsp;<br>Sorry for my poor english. Hope you to understand the idea.<br clear="all"><br>Thanks in advanced<br><br>-- <br>Eliel Sardaņons<br>LU1ALY<br>