LinuxMCE Forums

General => Installation issues => Topic started by: patricez on July 06, 2009, 04:56:49 pm

Title: 8.10 alpha2 / Asterisk issue
Post by: patricez on July 06, 2009, 04:56:49 pm
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
Title: Re: 8.10 alpha2 / Asterisk issue
Post by: merkur2k on July 06, 2009, 10:35:43 pm
Thanks for the info, I have created a patch.
Title: Re: 8.10 alpha2 / Asterisk issue
Post by: ccoudsi on July 09, 2009, 04:57:34 am
Thanks Patrice,
I was scratching my head for the last few days trying to figure out why I'm not able to recieve calls, after the recommended modification, my asterisk is back again working.  :)
Title: Re: 8.10 alpha2 / Asterisk issue
Post by: donpaul on September 16, 2009, 10:02:53 pm
Will the patch be in the next alpha release? This screwed me up good too.