Re: Redirect outbound call (Windows Mobile 5)



"DimaKL" <mo.dimakl@xxxxxxxxx> schrieb im Newsbeitrag
news:40a8d7c9-4362-44c0-bd01-bba9265e88ba@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I am installed Platform Builder, and found there all nedded file. Now
i can build and install sample TSP by calling lineAddProvider.
But how can i use new tsp now? How set up it such default tsp for
standard phone application? I thinking then need edit registry, but
what keys?

DimaKL,
a new TSP will expose additional line (and maybe phone) devices to the
existing ones (from already installed TSPs).
On lineOpen(,dwDeviceID,...) you can specify via dwDeviceID which line device
you want to use.
Valid range for dwDeviceID is 0 to *lpdwNumDevs-1 where lpdwNumDevs is filled
in by lineInitialize().
You can explore the devices capabilities with lineGetDevCaps(,dwDeviceID,...)
for each valid dwDeviceID from the range given above, to search for a device
with the capabilities you require (i.e. a device from your TSP).

--
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.



.



Relevant Pages

  • Re: TSPI_lineGetCallInfo
    ... It seems that you do lineOpenwith dwDeviceID = 0. ... Check the "check params" check box in the upper left corner before calling the ... Microsoft MVP for TAPI / Windows SDK ... * Please post all messages and replies to the newsgroup so all may ...
    (microsoft.public.win32.programmer.tapi)
  • Re: TSPI_lineGetCallInfo not getting the correct info?
    ... >> You suggested me to check if I can get the dwCallID from PBX messages. ... > It showns all communication between TAPISRV and a 1st party TSP when MS ... > Microsoft MVP for TAPI / Windows SDK ... > * Please post all messages and replies to the newsgroup so all may ...
    (microsoft.public.win32.programmer.tapi)
  • Re: VisualBc and Tapi 3.0
    ... > I'm really don't know exactly the meaning of unimodem/tsp and h323/tsp. ... Please search this newsgroup for "duplex". ... Microsoft MVP for TAPI / Windows SDK ... >> * Please post all messages and replies to the newsgroup so all may ...
    (microsoft.public.win32.programmer.tapi)
  • Re: Howto install modem and setup internet dialer connection?
    ... > - setup a slightly modified 19,200 baud modem device with an AT ... > - Add an internet connection to a known tel number with known username ... Microsoft MVP for TAPI / Windows SDK ... * Please post all messages and replies to the newsgroup so all may ...
    (microsoft.public.win32.programmer.tapi)
  • Re: callerid on pbx
    ... > All others have to press a key to "aquire" the call. ... This may be a call pickup group, or a team/top configuration. ... Microsoft MVP for TAPI / Windows SDK ... * Please post all messages and replies to the newsgroup so all may ...
    (microsoft.public.win32.programmer.tapi)

Loading