summaryrefslogtreecommitdiff
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-05-11 13:54:00 +0000
committerOlle Johansson <oej@edvina.net>2006-05-11 13:54:00 +0000
commit5237a0e06d7c6a7b86f73d03cb07df7f59fa886f (patch)
tree49846b0745fb8955f9d7fdb5f9abac13612adc73 /configs/sip.conf.sample
parent76347c8d3111523dbfdb782f098f013fe23f9bf7 (diff)
- Use systemname for realm in sip, if we have no configuration for realm
- Optionally send systemname in manager (cool when you have a manager proxy) - Use systemname in CLI prompt git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26884 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/sip.conf.sample')
-rw-r--r--configs/sip.conf.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index d44b3c500..c4cbf0e66 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -32,7 +32,8 @@ allowoverlap=no ; Disable overlap dialing support. (Default is yes)
;allowtransfer=no ; Disable all transfers (unless enabled in peers or users)
; Default is enabled
;realm=mydomain.tld ; Realm for digest authentication
- ; defaults to "asterisk"
+ ; defaults to "asterisk". If you set a system name in
+ ; asterisk.conf, it defaults to that system name
; Realms MUST be globally unique according to RFC 3261
; Set this to your host name or domain name
bindport=5060 ; UDP Port to bind to (SIP standard port is 5060)