Added missing parameters documentation.

git-svn-id: http://voip.null.ro/svn/yate@2632 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2009-05-19 13:21:56 +00:00
parent 3bc5415fc1
commit 3d78da49c4
1 changed files with 15 additions and 0 deletions

View File

@ -117,6 +117,21 @@
;probe_interval=1800000
;expire_interval=300000
; stanza_timeout: integer: The timeout interval (in milliseconds) of a stanza sent by a
; jingle session
; Session initiate and ping timeout will automatically lead to session termination
; Minimum allowed value is 10000
; Defaults to 20000 if missing or to the minimum value if invalid
;stanza_timeout=20000
; ping_interval: integer: The interval (in milliseconds) to ping the remote party of a
; jingle session
; If enabled and the ping element fails the session will be terminated
; Minimum allowed value is 60000. Set it to 0 to disable ping
; Defaults to 300000 if missing or invalid
; If enabled, it's value must be greater then stanza_timeout
;ping_interval=300000
; default_resource: string: Default resource name when missing from local users' JIDs
; Defaults to yate
;default_resource=yate