Hello,
I had an issue, system did not create extensions_pluto_dial.conf.
Looking at the code I found that it was missing a semi column in the code in create_pluto_dialplan.pl.
At the end of the code I have changed
`chown asterisk:asterisk /etc/asterisk/*`
`asterisk -rx reload`;
by
`chown asterisk:asterisk /etc/asterisk/*`;
`asterisk -rx reload`;
And now extensions_pluto_dial.conf has been created (launching create_pluto_dialplan.pl manualy).
Patrice