<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div>Hi,<br><br></div>I've got a system on which Asterisk 11 was first installed.<br></div>Then Asterisk 13 was tentatively installed.<br></div>Then I'm trying to re-install Asterisk 11.<br><br></div>Every install was made from Asterisk source.<br><br></div>Now Asterisk 11 seems correctly installed but basic "dialplan reload" command fails with:<br>dialplan reload<br>No such command 'dialplan reload' (type 'core show help dialplan' for other possible commands)<br><br><br></div>I'm inclined to erase everything and restart from scratch but I'm seeing these issues as an opportunity to learn how Asterisk module loading works.<br><br><br></div>Comparing my mis-configured system with a running one, I can see, for example, that the following dialplan-related commands are missing:<br></div>dialplan add<br>dialplan reload<br>dialplan remove<br>dialplan save<br><br></div>but the following are present:<br></div>dialplan debug<br></div>dialplan set<br></div>dialplan show<br><br><br></div>So my current goal is to use CLI and type:<br></div>core set verbose 10<br></div>module load <something><br><br></div>and hopefully see why <something> loading failed.<br><br><br></div>Reading Asterisk source code, is there a method to find which value I should replace <something> with to load "dialplan reload" command ?<br><br></div>Best regards<br></div>