summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsua-lib/pjsua.h
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2011-03-15 03:20:37 +0000
committerLiong Sauw Ming <ming@teluu.com>2011-03-15 03:20:37 +0000
commitab69db8c96ae19269067fd98e5ff1a046d78a2de (patch)
tree3849b7cf4c1f21625f0378ccd0d0c048000f256a /pjsip/include/pjsua-lib/pjsua.h
parent477ebed76f7657565ef181da813ea2f7b409d24b (diff)
Fixed #1205: Configurable delay before registration refresh setting in pjsua_acc_config
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3441 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include/pjsua-lib/pjsua.h')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index d8243067..f7803175 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -2269,6 +2269,14 @@ typedef struct pjsua_acc_config
unsigned reg_timeout;
/**
+ * Specify the number of seconds to refresh the client registration
+ * before the registration expires.
+ *
+ * Default: PJSIP_REGISTER_CLIENT_DELAY_BEFORE_REFRESH, 5 seconds
+ */
+ unsigned reg_delay_before_refresh;
+
+ /**
* Specify the maximum time to wait for unregistration requests to
* complete during library shutdown sequence.
*