summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2015-04-10 12:23:42 +0000
committerMatthew Jordan <mjordan@digium.com>2015-04-10 12:23:42 +0000
commitb3d01f1fbf16160ef2a4cf3a3d37f5b4fce782f4 (patch)
tree02049a32b3994bb77da62a546eb905b1e4a3805e /CHANGES
parented6b6e3c03d9ab54bb3fcb2fe3c912837dd3a007 (diff)
channels/chan_iax2: Add a configuration parameter for call token expiration
This patch adds a new configuration parameter, 'calltokenexpiration', that controls how long before an authentication call token is expired. The default maintains the RFC specified 10 seconds. Setting it to a higher value may be useful in lossy networks. Review: https://reviewboard.asterisk.org/r/4588 ASTERISK-24939 #close Reported by: Y Ateya patches: ctoken_configuration.diff submitted by Y Ateya (License 6693) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@434563 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0f47bfce0..7bd4ac270 100644
--- a/CHANGES
+++ b/CHANGES
@@ -46,6 +46,10 @@ chan_iax2
* The iax.conf forcejitterbuffer option has been removed. It is now always
forced if you set iax.conf jitterbuffer=yes. If you put a jitter buffer
on a channel it will be on the channel.
+ * A new configuration parameters, 'calltokenexpiration', has been added that
+ controls the duration before a call token expires. Default duration is 10
+ seconds. Setting this to a higher value may help in lagged networks or those
+ experiencing high packet loss.
chan_sip
------------------