For Programmers: Free Programming Magazines  


Home > Archive > Smartphone Developer Forum > May 2005 > LINECALLINFOSTATE_CALLEDID-Not working









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author LINECALLINFOSTATE_CALLEDID-Not working
Ketan

2005-05-30, 4:00 pm

Hi m facing some problem with LINECALLINFOSTATE_CALLEDID in a TAPI
application. I have written a portion of it below but the
LINECALLINFOSTATE_CALLEDID never gets executed.........I want to fetch
some information at this event......Plz help me.....


case LINE_CALLINFO: // Call Info is available
{ if(dwParam1 == LINECALLINFOSTATE_CALLERID)
{ //Caller ID became available.
break;
}
if(dwParam1 == LINECALLINFOSTATE_CALLEDID)
{ //called ID became available
break;
}
}

Alex Feinman [MVP]

2005-05-31, 4:02 am

Generally CALLEDID is only available on systems that support DID. E.g. if
you have a T1/E1 line, CALLEDID will carry the DNIS infrmation if available.
On the smartphone you should not expect to receive it. What are you trying
to do?

--
Alex Feinman
---
Visit http://www.opennetcf.org
"Ketan" <ketan123@sify.com> wrote in message
news:Ok7krURZFHA.1088@TK2MSFTNGP14.phx.gbl...
> Hi m facing some problem with LINECALLINFOSTATE_CALLEDID in a TAPI
> application. I have written a portion of it below but the
> LINECALLINFOSTATE_CALLEDID never gets executed.........I want to fetch
> some information at this event......Plz help me.....
>
>
> case LINE_CALLINFO: // Call Info is available
> { if(dwParam1 == LINECALLINFOSTATE_CALLERID)
> { //Caller ID became available.
> break;
> }
> if(dwParam1 == LINECALLINFOSTATE_CALLEDID)
> { //called ID became available
> break;
> }
> }
>


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com