TSP - Incoming Call phone number
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: microsoft.public.win32.programmer.tapi
From:
"Adrien HAVAS" <aha... @acropolistelecom.net>
Date: Thu, 12 Jun 2008 16:44:08 +0200
Local: Fri, Jun 13 2008 12:44 am
Subject: TSP - Incoming Call phone number
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
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: microsoft.public.win32.programmer.tapi
From: "Matthias Moetje [MVP]" <moetje@terasens_nospam_.de>
Date: Thu, 12 Jun 2008 20:53:54 +0200
Local: Fri, Jun 13 2008 4:53 am
Subject: Re: TSP - Incoming Call phone number
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
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: microsoft.public.win32.programmer.tapi
From:
"cctisoft" <cctis... @gmail.com>
Date: Thu, 10 Jul 2008 12:35:41 -0500
Local: Fri, Jul 11 2008 3:35 am
Subject: Re: TSP - Incoming Call phone number
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: microsoft.public.win32.programmer.tapi
From: "Matthias Moetje [MVP]" <moetje@terasens_nospam_.de>
Date: Fri, 11 Jul 2008 22:23:16 +0200
Local: Sat, Jul 12 2008 6:23 am
Subject: Re: TSP - Incoming Call phone number
Please stop posting irrelevant stuff immediately!
"cctisoft" <cctis
... @gmail.com> wrote in message
news:cd1154253ea30cdc266630e741f7043c@
> Please contact us for more details on cctis
... @gmail.com.
> Thank you
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: microsoft.public.win32.programmer.tapi
From: Jayshree Parmar
Date: Mon, 15 Dec 2008 04:19:03 -0800
Local: Mon, Dec 15 2008 11:19 pm
Subject: TSP on WM device.
Hi, Can you please tell me how could you identify incoming call on TSP .
I am developing tsp on window mobile.
when incoming call comes , which function of TSP gets called??
Please reply me.
It's urgent.
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: microsoft.public.win32.programmer.tapi
From:
"Andreas Marschall [MVP TAPI]" <Andreas.Marsch... @I-B-A-M.de>
Date: Mon, 15 Dec 2008 19:00:55 +0100
Local: Tues, Dec 16 2008 5:00 am
Subject: Re: TSP on WM device.
<Jayshree Parmar> schrieb im Newsbeitrag news:200812157192imshri2003@yahoo.co.in ...
> Can you please tell me how could you identify incoming call on TSP . > I am developing tsp on window mobile. > when incoming call comes , which function of TSP gets called??
Jayshree, you need to lineOpen() with LINECALLPRIVILEGE_MONITOR | LINECALLPRIVILEGE_OWNER to get notifications about incoming calls and to be able to lineAnswer() them. Please see MSDN on lineInitializeEx() about detail on call notification mechanisms (LINEINITIALIZEEXOPTION_). -- Best Regards Andreas Marschall Microsoft MVP for TAPI / Windows SDK / Visual C++ TAPI / TSP Developer and Tester My TAPI and TSPI FAQ: http://www.I-B-A-M.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm My Toto® Tools (a collection of free, mostly TAPI related tools): http://www.i-b-a-m.de/Andreas_Marschall's_Toto_Tools.htm TAPI development around the world (Frappr! map): http://www.frappr.com/TAPIaroundTheWorld * Please post all messages and replies to the newsgroup so all may * benefit from the discussion. Private mail is usually not replied to. * This posting is provided "AS IS" with no warranties, and confers no rights.
You must
Sign in before you can post messages.
You do not have the permission required to post.