Re: How to accept or reject incoming calls programatically - reg by PradeepKumarS
PradeepKumarS
Wed Jun 22 05:22:03 CDT 2005
"Morten Hanssen" wrote:
> On Tue, 21 Jun 2005 13:49:01 +0200, Pradeep Kumar S
> <PradeepKumarS@discussions.microsoft.com> wrote:
>
> > I am working on pocket pc 2003 projects using Visual Studio .Net 2003
> > using C#.
> > How to handle incoming calls programatically? i.e progrom itself should
> > handle this one, not manually.
>
> Use TAPI to wait for an incoming call, then lineAccept() perhaps? I have
> never tried it, but it sounds like it might be correct. Cellcore/Extapi
> and Cellcore/Tapi in the SDK samples probably have some ok examples you
> can look at.
>
> --
> Morten.
>
Dear Mr. Morten,
Thanx for the information. Now I am able to answer to incoming calls
programatically using NativeTapi.lineAnswer(hCall, null, 0). But it is not
showing anything about call info(time duration, etc..) while call is in
progress.
Actually it has to show one window where timer will run to measure the time
duration. Please help me out how to resolve this problem.
Regards
Pradeep