Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
TSP - Incoming Call phone number
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
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
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Adrien HAVAS  
View profile  
 More options Jun 13 2008, 12:44 am
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


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matthias Moetje [MVP]  
View profile  
 More options Jun 13 2008, 4:53 am
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...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
cctisoft  
View profile  
 More options Jul 11 2008, 3:35 am
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
Please contact us for more details on cctis...@gmail.com.

Thank you

--
Message posted using http://www.talkaboutsoftware.com/group/microsoft.public.win32.program...
More information at http://www.talkaboutsoftware.com/faq.html


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matthias Moetje [MVP]  
View profile  
 More options Jul 12 2008, 6:23 am
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@


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "TSP on WM device."
 
View profile  
 More options Dec 15 2008, 11:19 pm
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.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andreas Marschall [MVP TAPI]  
View profile  
 More options Dec 16 2008, 5:00 am
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.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google