From 3d78da49c4811a4286b527a208691c05f6ba3c66 Mon Sep 17 00:00:00 2001 From: marian Date: Tue, 19 May 2009 13:21:56 +0000 Subject: [PATCH] Added missing parameters documentation. git-svn-id: http://voip.null.ro/svn/yate@2632 acf43c95-373e-0410-b603-e72c3f656dc1 --- conf.d/yjinglechan.conf.sample | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/conf.d/yjinglechan.conf.sample b/conf.d/yjinglechan.conf.sample index 942dc597..f8473188 100644 --- a/conf.d/yjinglechan.conf.sample +++ b/conf.d/yjinglechan.conf.sample @@ -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