Author Topic: 8.10 alpha2 / Asterisk issue  (Read 2410 times)

patricez

  • Making baby steps
  • Posts: 2
    • View Profile
8.10 alpha2 / Asterisk issue
« 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

merkur2k

  • Addicted
  • *
  • Posts: 513
    • View Profile
Re: 8.10 alpha2 / Asterisk issue
« Reply #1 on: July 06, 2009, 10:35:43 pm »
Thanks for the info, I have created a patch.

ccoudsi

  • Guru
  • ****
  • Posts: 244
    • View Profile
Re: 8.10 alpha2 / Asterisk issue
« Reply #2 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.  :)
Cheers |[BEER]
Charlie,

donpaul

  • Guru
  • ****
  • Posts: 300
    • View Profile
Re: 8.10 alpha2 / Asterisk issue
« Reply #3 on: September 16, 2009, 10:02:53 pm »
Will the patch be in the next alpha release? This screwed me up good too.