summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-09-15 02:25:06 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-09-15 02:25:06 +0000
commit4fb8ce1fd96e0529c5b14417cada377ef90b0685 (patch)
tree64fe7d663740664c37192e13e024f8eff9c49c75 /configs
parent981970c57bc69e3837728ea82251f511ebbd809c (diff)
allow minimum/maximum registration intervals to be set on server side (issue #51111)
respect server-provided registration interval on client side git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6612 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/iax.conf.sample5
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample
index 745f171b5..0ebcdc83a 100755
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -154,8 +154,11 @@ forcejitterbuffer=no
; they do not also need to have it enabled.
;
; trunktimestamps=yes
-
;
+; Minimum and maximum amounts of time that IAX peers can request as
+; a registration expiration interval (in seconds).
+; minregexpire = 60
+; maxregexpire = 60
;
; We can register with another IAX server to let him know where we are
; in case we have a dynamic IP address for example