From b3637523d53067b5d50a28534566c7c30264563c Mon Sep 17 00:00:00 2001 From: markster Date: Thu, 10 Feb 2005 20:04:42 +0000 Subject: 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 --- configs/iax.conf.sample | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'configs/iax.conf.sample') 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. -- cgit v1.2.3