summaryrefslogtreecommitdiff
path: root/pjsip/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-04-02 20:43:06 +0000
committerBenny Prijono <bennylp@teluu.com>2007-04-02 20:43:06 +0000
commit11af5d6767e0dcbc4884fb66209428cb6c5c352c (patch)
tree7496129de5035bcc9efd47e52ed0387c7e961e78 /pjsip/include
parent7e0fee875ce0f5eaaba5e67e84539ebf6bf79a6f (diff)
Added pjsua_dump(), and fix STUN DNS SRV resolution error in pjsua
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1135 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index b6ba7d53..76a27d33 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -1327,7 +1327,14 @@ PJ_DECL(void) pjsua_perror(const char *sender, const char *title,
pj_status_t status);
-
+/**
+ * This is a utility function to dump the stack states to log, using
+ * verbosity level 3.
+ *
+ * @param detail Will print detailed output (such as list of
+ * SIP transactions) when non-zero.
+ */
+PJ_DECL(void) pjsua_dump(pj_bool_t detail);
/**
* @}