Thursday, November 27, 2008

F10 Asterisk bug fix

If you've got the initial version of F10 and you've installed Asterisk from packages, you're probably noticing that Asterisk isn't working properly. It's caused by a bug in the startup script. $AST_CONFIG is defined in line 27 and redefined using itself in line 88

  27 AST_CONFIG=/etc/asterisk/asterisk.conf
  88 ASTARGS="$ASTARGS -C $AST_CONFIG/asterisk.conf"

The fix is to drop the "/asterisk.conf" from the end of line 88.

No comments:

Post a Comment