Hi guys,<div><br></div><div>I&#39;m currently playing around with optimizing an Asterisk install (trying to remove as many possible configuration files as possible) for testing and debugging purposes.</div><div><br></div><div>
I&#39;ve been able to remove most of the files and maintain an error-less Asterisk full file, with a single exception: I can&#39;t seem to remove `chan_dahdi.conf` without having Asterisk complain in the full logs:</div><div>
<br></div><div>ERROR[1182] chan_dahdi.c: Unable to load config chan_dahdi.conf</div><div><br></div><div>I&#39;m only using DAHDI for dahdi_dummy timing, and nothing else. If I have an empty `chan_dahdi.conf` file, then Asterisk won&#39;t complain at all, but if I remove the empty file, Asterisk spits out the above error message.</div>
<div><br></div><div>So my questions are:</div><div><br></div><div>1. By removing `chan_dahdi.conf`, am I breaking any functionality that would cause dahdi_dummy to not provide timing (or some other critical feature) in my Asterisk environment?</div>
<div><br></div><div>2. Is there someway to let Asterisk know that I *only* need DAHDI for the dahdi_dummy driver, and that the configuration file is unnecessary? (This way I don&#39;t get errors in my logs.)</div><div><br>
</div><div>The point of me pursuing this is because it *seems* as if I can currently `get by` without having the `chan_dahdi.conf` file at all, even with the error message I&#39;m getting in the logs. I just worry that there may be another consequence for not having this file that I will experience at some point, and since I haven&#39;t found one yet, I wanted to check with the experts to get a definitive answer.</div>
<div><br></div><div>I&#39;m currently using Asterisk 1.6.1.1.</div><div><br></div><div>I plan to go through the source code for the module loader to see what I can find, but I figured I&#39;d pop this email off anyhow to see what you all have to say.</div>
<div><br></div><div>Thanks for your time.<br clear="all"><br>-- <br>Randall Degges<div><i><a href="http://rdegges.com/" target="_blank">http://rdegges.com/</a></i></div><br>
</div>