aboutsummaryrefslogtreecommitdiffstats
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-10 20:04:42 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-10 20:04:42 +0000
commitb3637523d53067b5d50a28534566c7c30264563c (patch)
treec2245b4a125e36134d3ff0342f7c0625bd93ca9a /configs/sip.conf.sample
parent2ed64368c470a5e85a16d8feebd4ff1afafa6a28 (diff)
Merge tony's IAX/SIP realtime cache (bug #3509)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5003 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/sip.conf.sample')
-rwxr-xr-xconfigs/sip.conf.sample12
1 files changed, 12 insertions, 0 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 050617305..d2d02ed23 100755
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -157,6 +157,18 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; route = Assume NAT, don't send rport
; (work around more UNIDEN bugs)
+;rtcachefriends=yes ; Cache realtime friends by adding them to the internal list
+ ; just like friends added from the config file only on a
+ ; as-needed basis.
+;rtnoupdate=yes ; do not send the update request over realtime.
+;rtautoclear=yes ; Auto-Expire friends created on the fly on the same schedule
+ ; as if it had just registered when the registration expires
+ ; the friend will vanish from the configuration until requested
+ ; again. If set to an integer, friends expire
+ ; within this number of seconds instead of the
+ ; same as the registration interval
+
+
;-----------------------------------------------------------------------------------
; Users and peers have different settings available. Friends have all settings,
; since a friend is both a peer and a user