From 6f267e7ec63eb8bcec2fd978b5e4b94985969adc Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 6 Mar 2006 13:35:47 +0000 Subject: Added to pjsua: write new media settings, modify call stat output, fixed general bug git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@293 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/include/pjsua-lib/pjsua.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pjsip/include') diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h index 978af96f..c3fb92a7 100644 --- a/pjsip/include/pjsua-lib/pjsua.h +++ b/pjsip/include/pjsua-lib/pjsua.h @@ -198,6 +198,7 @@ struct pjsua int auto_answer; /**< Automatically answer in calls. */ /* Account: */ + pj_bool_t has_acc; /**< Any --id cmdline? */ int acc_cnt; /**< Number of client registrations */ pjsua_acc acc[PJSUA_MAX_ACC]; /** Client regs array. */ -- cgit v1.2.3