| |
microsoft.public.win32.programmer.tapi |
Adrien, this is stored in the LINECALLINFO structure. Best regards, Matthias Moetje > With my TSP, I detect incomings calls and I signal them to the TAPI > (*line->pfnEventProc)( line->htLine, 0, LINE_NEWCALL, (unsigned > Now, I'd like to know where I have to put the phone number of the caller, > Is it in the parameters of the function above, or maybe in the function > Thank you. > Sincerily, > --
A TSP notifies TAPI about callinfo changes by sending
a LINE_CALLINFO message.
-------------------------------------
TAPI WIKI: http://www.tapi.info
-------------------------------------
TERASENS GmbH
Augustenstraße 24
80333 Munich, GERMANY
-------------------------------------
e-mail: moetje at terasens dot com
www: www.terasens.com
-------------------------------------
> application with LINE_NEWCALL :
> long)line, (unsigned long)(&(line->htCall)), 0);
> SetCallState(line, LINECALLSTATE_OFFERING, NULL);
> so that my application can display it (Estos ProCall with Outlook).
> TSPI_lineGetCallIDs.
> Adrien HAVAS
> Student at ECE, School of Engineering Paris - Information Systems &
> Networking