Olivier
2015-May-06 13:19 UTC
[asterisk-users] Cannot "dialplan reload". Explain module loading
Hi, I've got a system on which Asterisk 11 was first installed. Then Asterisk 13 was tentatively installed. Then I'm trying to re-install Asterisk 11. Every install was made from Asterisk source. Now Asterisk 11 seems correctly installed but basic "dialplan reload" command fails with: dialplan reload No such command 'dialplan reload' (type 'core show help dialplan' for other possible commands) 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. Comparing my mis-configured system with a running one, I can see, for example, that the following dialplan-related commands are missing: dialplan add dialplan reload dialplan remove dialplan save but the following are present: dialplan debug dialplan set dialplan show So my current goal is to use CLI and type: core set verbose 10 module load <something> and hopefully see why <something> loading failed. Reading Asterisk source code, is there a method to find which value I should replace <something> with to load "dialplan reload" command ? Best regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150506/05d8af98/attachment.html>