Howto:Set up a FGCom server: Difference between revisions

m
Line 139: Line 139:
=== extensions.conf ===
=== extensions.conf ===
If you are using an existing Asterisk server then add the following lines to the [default] context:
If you are using an existing Asterisk server then add the following lines to the [default] context:
#include "fgcom.inc"
include => fgcom
Or if you are using a new Asterisk install remove everything from ''''extensions.conf'''' and put in:
[general]
static=yes
writeprotect=yes
;
[default]
  #include "fgcom.inc"
  #include "fgcom.inc"
  include => fgcom
  include => fgcom
29

edits