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:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user