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
36 lines
623 B
Plaintext
36 lines
623 B
Plaintext
[general]
|
|
bindport=4569
|
|
iaxcompat=yes
|
|
bandwidth=high
|
|
disallow=all
|
|
allow=all
|
|
allow=gsm ; Always allow GSM, it's cool :)
|
|
jitterbuffer=no
|
|
tos=lowdelay
|
|
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
|
|
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
|