2008/8/6 vopjessie <jessievop at hotmail.com> > Benny, thanks a lot. The sip server is set to forward all the inbounds to > other registered users to a particular client, say MyClient. MyClient is > written in PJSIP. When MyClient receives a forwarded call, i need to know > the original callee id of the in bound call. The link you pointed out in > your message makes me feel close to the solution. In the following function, > > > static void on_incoming_call(pjsua_acc_id acc_id, pjsua_call_id call_id, > pjsip_rx_data *rdata) > { > } > I don't think you would be getting the original caller in pjsip_rx_data. Call forwarding is applied at PBX, that means its a telephony function. You need to use TAPI or some other telephony API to get telephony events which contain this sort of information. I have tried to get the info in rdata (I am not able to get all of them), > but still could not find the original calleed id. Is there a way that we can > get the original callee id in my case? > > thanks again > > -Jessica > > ------------------------------ > > Date: Tue, 5 Aug 2008 21:51:28 +0100 > From: bennylp@xxxxxxxxx > To: pjsip at lists.pjsip.org > Subject: Re: get callee id > > > > 2008/8/5 vopjessie <jessievop at hotmail.com> > > Hi there, I have created a client with pjsip. The sip server forwards all > calls to my client. However, I need to get the callee id of those calls. > Does anyone know how to do this? > > > > Not sure what do you mean by callee ID, but probably this would answer your > question: http://trac.pjsip.org/repos/wiki/FAQ#pjsip_event > > Cheers > Benny > > > ------------------------------ > Windows Live Writer????????????????????? ?????<http://get.live.cn/product/writer.html> > > _______________________________________________ > 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/20080813/ccaf2f05/attachment-0001.html