mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
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
This commit is contained in:
@@ -431,6 +431,10 @@ autokill=yes
|
||||
;
|
||||
;requirecalltoken=no
|
||||
;
|
||||
; Maximum time allowed for call token authentication handshaking. Default is 10 seconds.
|
||||
; Use higher values in lagged or high packet loss networks.
|
||||
;
|
||||
;calltokenexpiration=10
|
||||
|
||||
;
|
||||
; These options are used to limit the amount of call numbers allocated to a
|
||||
|
Reference in New Issue
Block a user