Cannot “dialplan Reload”. Explain Module Loading

Home » Asterisk Users » Cannot “dialplan Reload”. Explain Module Loading
Asterisk Users No Comments

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

and hopefully see why loading failed.

Reading Asterisk source code, is there a method to find which value I
should replace with to load “dialplan reload” command ?

Best regards