From bcd742c4466d6cf4e7d465c16e71c17e0e326dc3 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 24 Aug 2007 08:28:52 +0000 Subject: Ticket #365: ability to override generated ttuple ID in PIDF message body (thanks Babon Frederic) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1423 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/include/pjsua-lib/pjsua.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pjsip/include') diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h index 73793247..d6af018d 100644 --- a/pjsip/include/pjsua-lib/pjsua.h +++ b/pjsip/include/pjsua-lib/pjsua.h @@ -1769,6 +1769,12 @@ typedef struct pjsua_acc_config */ pj_bool_t publish_enabled; + /** + * Optional PIDF tuple ID for outgoing PUBLISH and NOTIFY. If this value + * is not specified, a random string will be used. + */ + pj_str_t pidf_tuple_id; + /** * Optional URI to be put as Contact for this account. It is recommended * that this field is left empty, so that the value will be calculated -- cgit v1.2.3