返回列表 發帖
If you install asterisk from the source tarball, for instance, the source is extraxted to /usr/src/asterisk. If you type in ls command, it would say:
  1. ~# ls /usr/src/asterisk/contrib/init.d/
  2. CVS/
  3. rc.gentoo.asterisk*
  4. rc.mandrake.zaptel
  5. rc.slackware.asterisk
  6. rc.debian.asterisk
  7. rc.mandrake.asterisk
  8. rc.redhat.asterisk*
複製代碼
Select your system script file, copy to the /etc/init.d directory, chmod to 755. And add you it to rc.d and update.

TOP

返回列表