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;
}
}

Sponsored Links







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

Copyright 2008 codecomments.com