Message from discussion
TSP - Incoming Call phone number
From: "Matthias Moetje [MVP]" <moetje@terasens_nospam_.de>
References: <uKAQIrJzIHA.5820@TK2MSFTNGP04.phx.gbl>
Subject: Re: TSP - Incoming Call phone number
Date: Thu, 12 Jun 2008 20:53:54 +0200
Lines: 49
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.3138
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198
X-RFC2646: Format=Flowed; Response
Message-ID: <u9BIK3LzIHA.2184@TK2MSFTNGP02.phx.gbl>
Newsgroups: microsoft.public.win32.programmer.tapi
NNTP-Posting-Host: p50988390.dip0.t-ipconnect.de 80.152.131.144
Path: g2news1.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx01.iad01.newshosting.com!newshosting.com!news.alt.net!msrtrans!TK2MSFTFEEDS02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP02.phx.gbl
Adrien,
this is stored in the LINECALLINFO structure.
A TSP notifies TAPI about callinfo changes by sending
a LINE_CALLINFO message.
Best regards,
Matthias Moetje
-------------------------------------
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
-------------------------------------
"Adrien HAVAS" <aha...@acropolistelecom.net> wrote in message
news:uKAQIrJzIHA.5820@TK2MSFTNGP04.phx.gbl...
> Hi,
>
> With my TSP, I detect incomings calls and I signal them to the TAPI
> application with LINE_NEWCALL :
>
> (*line->pfnEventProc)( line->htLine, 0, LINE_NEWCALL, (unsigned
> long)line, (unsigned long)(&(line->htCall)), 0);
> SetCallState(line, LINECALLSTATE_OFFERING, NULL);
>
> Now, I'd like to know where I have to put the phone number of the caller,
> so that my application can display it (Estos ProCall with Outlook).
>
> Is it in the parameters of the function above, or maybe in the function
> TSPI_lineGetCallIDs.
>
> Thank you.
>
> Sincerily,
>
> --
> Adrien HAVAS
> Student at ECE, School of Engineering Paris - Information Systems &
> Networking
>