aboutsummaryrefslogtreecommitdiffstats
path: root/configs/iax.conf.sample
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-02 14:19:36 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-02 14:19:36 +0000
commitd1edefbcf4e83a7973009da15f5cc4117196da78 (patch)
treee5cd101bc94aa6718cbe4b79737a59821a215fe8 /configs/iax.conf.sample
parentd976cebb0ca48306bf7c7baa52347c489dc2ea50 (diff)
make chan_iax2 rtupdate behave the same as chan_sip
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6501 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/iax.conf.sample')
-rwxr-xr-xconfigs/iax.conf.sample40
1 files changed, 18 insertions, 22 deletions
diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample
index da166b0a8..b0878289e 100755
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -251,29 +251,25 @@ autokill=yes
;
;codecpriority=host
-;
-; 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
-;
-;rtignoreexpire=yes ; when reading a peer from Realtime, if the peer's registration
+;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? (yes|no)
+
+;rtupdate=yes ; Send registry updates to database using realtime? (yes|no)
+ ; If set to yes, when a SIP UA registers successfully, the ip address,
+ ; the origination port, the registration period, and the username of
+ ; the UA will be set to database via realtime. If not present, defaults to 'yes'.
+
+;rtautoclear=yes ; Auto-Expire friends created on the fly on the same schedule
+ ; as if it had just registered? (yes|no|<seconds>)
+ ; If set to yes, 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
+ ; registration interval.
+
+;rtignoreexpire=yes ; When reading a peer from Realtime, if the peer's registration
; has expired based on its registration interval, used the stored
- ; address information regardless
+ ; address information regardless. (yes|no)
; Guest sections for unauthenticated connection attempts. Just
; specify an empty secret, or provide no secret section.