summaryrefslogtreecommitdiff
path: root/configs/iax.conf.sample
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-02-10 20:04:42 +0000
committerMark Spencer <markster@digium.com>2005-02-10 20:04:42 +0000
commit5d9bbe64c802c54ff5eea14b833fe3b4ef0863bc (patch)
treec2245b4a125e36134d3ff0342f7c0625bd93ca9a /configs/iax.conf.sample
parentd2c0c613c8683473f26d54b5af30c5a18521ae85 (diff)
Merge tony's IAX/SIP realtime cache (bug #3509)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5003 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/iax.conf.sample')
-rwxr-xr-xconfigs/iax.conf.sample20
1 files changed, 20 insertions, 0 deletions
diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample
index dd7f5e58c..b9033fe53 100755
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -192,6 +192,26 @@ tos=lowdelay
; The default value is 'host'
;
autokill=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.
+;
+;rtcachefriends=yes
+;
+; do not send the update request over realtime.
+;
+;rtnoupdate=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
+;
+;rtautoclear=yes
;
; Guest sections for unauthenticated connection attempts. Just
; specify an empty secret, or provide no secret section.