更新 'README.md'
This commit is contained in:
parent
89825c9af9
commit
073a296657
56
README.md
56
README.md
@ -43,6 +43,62 @@ make config
|
|||||||
proxychains4 git clone -b 1.6.2.24 https://gerrit.asterisk.org/asterisk asterisk-1.6
|
proxychains4 git clone -b 1.6.2.24 https://gerrit.asterisk.org/asterisk asterisk-1.6
|
||||||
|
|
||||||
|
|
||||||
|
## extensions.conf
|
||||||
|
```
|
||||||
|
[general]
|
||||||
|
static=yes
|
||||||
|
writeprotect=yes
|
||||||
|
;
|
||||||
|
[default]
|
||||||
|
#include "fgcom.inc"
|
||||||
|
include => fgcom
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
## iax.conf
|
||||||
|
```
|
||||||
|
[general]
|
||||||
|
bandwidth=low
|
||||||
|
disallow=lpc10
|
||||||
|
jitterbuffer=yes
|
||||||
|
forcejitterbuffer=no
|
||||||
|
tos=lowdelay
|
||||||
|
autokill=30000
|
||||||
|
codecpriority=host
|
||||||
|
disallow=all
|
||||||
|
allow=gsm
|
||||||
|
allow=ilbc
|
||||||
|
allow=g726
|
||||||
|
language=en
|
||||||
|
maxauthreq=30
|
||||||
|
context=fgcom
|
||||||
|
minregexpire=30
|
||||||
|
maxregexpire=10800
|
||||||
|
maxexpirey=10800
|
||||||
|
defaultexpirey=10800
|
||||||
|
;
|
||||||
|
[guest]
|
||||||
|
type=user
|
||||||
|
username=guest
|
||||||
|
secret=guest
|
||||||
|
context=fgcom
|
||||||
|
qualify=yes
|
||||||
|
callerid=Guest IAX User
|
||||||
|
host=dynamic
|
||||||
|
requirecalltoken=no
|
||||||
|
;
|
||||||
|
```
|
||||||
|
## fgcom.inc
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
You need the gen_phonebook.pl script (https://sourceforge.net/p/flightgear/fgcom/ci/master/tree/server/gen_phonebook.pl?format=raw) and nav.dat.gz and apt.dat.gz from the git repository.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## fgcom 终端用户维护
|
## fgcom 终端用户维护
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user