Changeset 719
- Timestamp:
- Sep 14, 2006 4:05:16 PM (18 years ago)
- Location:
- pjproject/trunk/pjsip
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r691 r719 1437 1437 /** Initial call role (UAC == caller) */ 1438 1438 pjsip_role_e role; 1439 1440 /** The account ID where this call belongs. */ 1441 pjsua_acc_id acc_id; 1439 1442 1440 1443 /** Local URI */ -
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c
r688 r719 605 605 info->id = call_id; 606 606 info->role = call->inv->role; 607 info->acc_id = call->acc_id; 607 608 608 609 /* local info */
Note: See TracChangeset
for help on using the changeset viewer.