All about asterisk

OP

asterisk
A complete software PBX
* Compilation
  based on asterisk-1.0.3:     ftp://ftp.asterisk.org/pub/asterisk/       configure options:     . linked statically against openssl (res_crypto.so)
* Configuration
  /etc/asterisk/*.conf   /etc/default/asterisk - startup script defaults
* Startup script
  /etc/init.d/asterisk
* Links
  homepage: http://www.asterisk.org/   sources: http://nthill.free.fr/openwrt/sources/asterisk/
* FAQ
  1) how do I start asterisk ?             /etc/init.d/asterisk start
  2) how do I stop asterisk ?
       /etc/init.d/asterisk stop
  3) how do I start asterisk at boot ?
     put a symbolic link to /etc/init.d/asterisk starting with S in /etc/init.d
       ln -s /etc/init.d/asterisk /etc/init.d/S99asterisk
  4) how can I change the default options the startup script is using ?
     edit /etc/default/asterisk
Sphere: Related Content

Leave a Reply