Fixed ticket #355: Account ID is not initialized in pjsua_call_info for outgoing call (thanks Lemmel)

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1406 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2007-07-20 08:37:29 +00:00
parent 8ab968fd0d
commit b8864a97a3

View file

@ -331,7 +331,7 @@ PJ_DEF(pj_status_t) pjsua_call_make_call( pjsua_acc_id acc_id,
/* Create and associate our data in the session. */
call->acc_id = acc_id;
call->inv = inv;
dlg->mod_data[pjsua_var.mod.id] = call;