uncommented allowguest = no so that guest accounts are no longer permitted.

git-svn-id: svn://192.168.202.10@1652 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mikec
2011-05-05 15:44:03 +00:00
parent 6c6c27a0b2
commit 1292401b76
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[general]
context=trunkinbound ; Default context for incoming calls
;allowguest=no ; Allow or reject guest calls (default is yes, this can also be set to 'osp'
allowguest=no ; Allow or reject guest calls (default is yes, this can also be set to 'osp'
;realm=mydomain.tld ; Realm for digest authentication
bindport=5060 ; UDP Port to bind to (SIP standard port is 5060)
bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all)
+1 -1
View File
@@ -1,6 +1,6 @@
[general]
context=trunkinbound ; Default context for incoming calls
;allowguest=no ; Allow or reject guest calls (default is yes)
allowguest=no ; Allow or reject guest calls (default is yes)
allowoverlap=no ; Disable overlap dialing support. (Default is yes)
;allowtransfer=no ; Disable all transfers (unless enabled in peers or users)
;realm=mydomain.tld ; Realm for digest authentication