summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-01-25 12:01:07 +0000
committerOlle Johansson <oej@edvina.net>2006-01-25 12:01:07 +0000
commitb64404e0399eb967da089c7f328c12612648f808 (patch)
tree099fe6a4d37cb4ae29f9a6cc9cf9b42c7c304c3a /configs
parent1d99282f9f579900b5991608f6aa3bd3b98b0d83 (diff)
From now on, apply maxexpiry and minexpiry to all subscriptions. Thanks to fourcheeze in the IRC channel
for pointing this out. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8642 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index da63b4d5e..aff02f9ff 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -58,8 +58,8 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; SIP compatibility (defaults to "no")
;tos=184 ; Set IP QoS to either a keyword or numeric val
;tos=lowdelay ; lowdelay,throughput,reliability,mincost,none
-;maxexpiry=3600 ; Max length of incoming registration we allow
-;minexpiry=60 ; Minimum length of registration (default 60)
+;maxexpiry=3600 ; Max length of incoming registrations/subscriptions we allow (seconds)
+;minexpiry=60 ; Minimum length of registrations/subscriptions (default 60)
;defaultexpiry=120 ; Default length of incoming/outoing registration
;notifymimetype=text/plain ; Allow overriding of mime type in MWI NOTIFY
;checkmwi=10 ; Default time between mailbox checks for peers