From f5ee360b0b649ef24fe671b6e37006badce0634d Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 14 Sep 2006 16:05:16 +0000 Subject: Added account ID in pjsua_call_info. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@719 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/include/pjsua-lib/pjsua.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pjsip/include') diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h index 1fbcd2f3..1af7e98b 100644 --- a/pjsip/include/pjsua-lib/pjsua.h +++ b/pjsip/include/pjsua-lib/pjsua.h @@ -1437,6 +1437,9 @@ typedef struct pjsua_call_info /** Initial call role (UAC == caller) */ pjsip_role_e role; + /** The account ID where this call belongs. */ + pjsua_acc_id acc_id; + /** Local URI */ pj_str_t local_info; -- cgit v1.2.3