Changed the example iax.conf and sip.conf to default to context=trunkinbound to prevent unauthenticated calls on insecure phone accounts git-svn-id: svn://192.168.202.10@1509 3d104415-ff17-0410-8863-d5cf3c621b8a
67 lines
1.7 KiB
Plaintext
67 lines
1.7 KiB
Plaintext
[general]
|
|
bindport=4569 ; bindport and bindaddr may be specified
|
|
bindaddr=0.0.0.0 ; more than once to bind to multiple
|
|
;iaxcompat=yes
|
|
;nochecksums=no
|
|
delayreject=yes
|
|
;amaflags=default
|
|
adsi=no
|
|
;accountcode=vicidial
|
|
language=en
|
|
mohinterpret=passthrough
|
|
mohsuggest=default
|
|
disallow=all
|
|
allow=ulaw
|
|
allow=gsm
|
|
jitterbuffer=yes
|
|
forcejitterbuffer=no
|
|
maxjitterbuffer=1000
|
|
maxjitterinterps=10
|
|
resyncthreshold=1000
|
|
trunkfreq=20 ; How frequently to send trunk msgs (in ms)
|
|
trunktimestamps=yes
|
|
minregexpire = 60
|
|
maxregexpire = 360
|
|
iaxthreadcount = 50
|
|
iaxmaxthreadcount = 250
|
|
;register => marko:secretpass@tormenta.linux-support.net
|
|
;register => joe@remotehost:5656
|
|
;register => marko:[torkey]@tormenta.linux-support.net
|
|
;register => user:pass@iaxtel.com
|
|
;register => FWDNumber:passwd@iax.fwdnet.net
|
|
authdebug=no
|
|
regcontext=default
|
|
autokill=yes
|
|
codecpriority=host
|
|
allowfwdownload=no
|
|
;rtcachefriends=yes ; Cache realtime friends by adding them to the internal list
|
|
;rtupdate=yes ; Send registry updates to database using realtime? (yes|no)
|
|
;rtautoclear=yes ; Auto-Expire friends created on the fly on the same schedule
|
|
;rtignoreregexpire=yes ; When reading a peer from Realtime, if the peer's registration
|
|
context=trunkinbound
|
|
|
|
#include iax-vicidial.conf
|
|
|
|
;register => 1112223333:PASSWORD@iax.binfone.com
|
|
;ASTloop/ASTblind removed and now included in iax-vicidial.conf
|
|
|
|
|
|
[vicihelp]
|
|
host=67.134.219.20 ;voip.vicidial-group.com
|
|
type=friend
|
|
requirecalltoken=no
|
|
context=opengateway
|
|
disallow=all
|
|
allow=gsm
|
|
allow=ulaw
|
|
permit=67.134.219.20/255.255.255.255
|
|
insecure=very
|
|
|
|
[1112223333]
|
|
auth=md5
|
|
type=friend
|
|
username=1112223333
|
|
secret=PASSWORD
|
|
host=iax.binfone.com
|
|
context=trunkinbound
|