Groups | Blog | Home
all groups > dotnet compact framework > september 2003 >

dotnet compact framework : Phone Call onEnd event


matthew.muller NO[at]SPAM write-image.com
9/4/2003 5:16:12 PM
I have an app that I want to run whenever a phonecall is ended -
anyone know what part of the Smartphone2003 API I use to hook into
that?
Thanks,
Alex Feinman [MVP]
9/4/2003 10:41:13 PM
You need to use TAPI.
Call lineInitialize, lineOpen (as monitor) and watch for line events. When
call is finished, you will receive an event LINE_CALLSTATE with the state
LINECALLSTATE_IDLE
Don't forget to call lineDeallocateCall

[quoted text, click to view]

Simon
9/5/2003 2:42:39 PM
Matt,

I have been trying to find info on similar events. There isn't much out
there in the way of samples etc. Have a look at

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/UserManual/html/UM_dets_HandlingTelephonyTransactions.asp

Cheers,

Simon




[quoted text, click to view]

AddThis Social Bookmark Button