News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

8.10 alpha2 / Asterisk issue

Started by patricez, July 06, 2009, 04:56:49 PM

Previous topic - Next topic

patricez

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

merkur2k

Thanks for the info, I have created a patch.

ccoudsi

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.  :)
Cheers |[BEER]
Charlie,

donpaul

Will the patch be in the next alpha release? This screwed me up good too.