I am too facing the same issue.I basically take in the extension number as a parameter and try to make a full sip URI out of it. makeFullSipUri(string strExtention,pjsua_call_info *ptrCallInfo,string& strfullUri) { } But ptrCallInfo->acc_id is always 0 for the incoming call. For the outgoing call though the acc_id points to the correct account. I'd also like to know more on this issue Thanks, Sandeep On Fri, Jan 27, 2012 at 2:20 PM, Gideon Spreeth <gspreeth at gmail.com> wrote: > I am working on a pjsua based client that registers more than one account. > internally I want to know which account was called on incoming call. > I i look at the pjsua console the registered accounts are nomber 2 and > three. and i am able to call them. > > I call the function: > > pjsua_call_get_info(call_id, &call_info); > > but when I look at call_info.acc_id it is always 0 for any account that > was called.. > > How can i know what account was called? > > thank you! > > Regards > Gideon Spreeth > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20120127/19094165/attachment.html>