Hello, I have the following problem: on an incoming call my application displays the incoming call so that user immediately knows who calls him. Now user picks up the phone to talk to the person. Now user wants to forward the call to any other person in the company - but this functionallity is just disabled on the phone in this case. So I see two possibilities to solve this problem: 1. My program has to disconnect from that still existing call without ending it. But is this somehow possible? 2. I have to give the user the possibility to forward the call using my program. So user just had to type in the destination-number and then the call should be forwarded to that phone-number. But I don't know how to do this. Can one you the "Transfer"-method of "ITBasicCallControl" to do this? If yes: does anybody have an example for this? If no: how can this be done? Maybe one more information: if user currently is talking to anybody on the phone and closes application while that (what will cause a "UnregisterNotifications") then the connection on the phone is also disconnected. Can maybe anybody help me or at least give me a hint how to solve this? Thanks in advance. Regards, Dirk
"Dirk Flakowski" schrieb im Newsbeitrag news:45acad81.98826094@msnews.microsoft.com... > Can maybe anybody help me or at least give me a hint how to solve > this? Dirk, It is recommended to post TAPI questions only to the managed TAPI newsgroup: microsoft.public.win32.programmer.tapi See my TAPI and TSPI FAQ: Q: What newsgroups are covering TAPI ? http://www.i-b-a-m.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm#_Q:_What_newsgroups In addition, if you feel the need to post the same question to multiple newsgroup then you should do a cross-post rather than a multi-post. See my reply regarding the topic in microsoft.public.win32.programmer.tapi -- Best Regards Andreas Marschall Microsoft MVP for TAPI / Windows SDK 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.