Discussion:
TSP Name in Phone and Modem Option
(too old to reply)
Ravi Kansangara
2013-12-03 11:44:18 UTC
Permalink
Hi,

I need to develop new TSP for my hardware.

I have seen default driver list in Windows Phone and Modem option.

for example:

Microsoft HID Phone TSP
Unimodem5 Service Provider

Now i see into system32 folder, where i have found the ".tsp" file named as

hidphone.tsp
unimdm.tsp

accordingly.

Here actual name of TSP file is "unimdm.tsp", So how TAPI service or Windows Displays Name of that service provider as "Unimodem5 Service Provider" in Phone and Modem Option.

Is there any way from which TAPI Service gets the name of service provider to be displayed in Phone and Modem Option ?

Thanks.
Andreas Marschall [exMVP TAPI]
2013-12-04 03:37:58 UTC
Permalink
Post by Ravi Kansangara
Is there any way from which TAPI Service gets the name of service provider to be displayed in Phone and Modem Option ?
Ravi,
the TSP name displayed in Telephon.CPL is taken from the TSP's FileDescription.
To change / add this in your TSP's Visual Studio project you need to change / add a version resource and set the value for key "FileDescription" as you like.
--
Best Regards
Andreas Marschall
Microsoft MVP for TAPI / Windows SDK / Visual C++ 2003-2008
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
* Please post all messages and replies to the group / forum 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.
Ravi Kansangara
2013-12-04 06:08:46 UTC
Permalink
Post by Andreas Marschall [exMVP TAPI]
Post by Ravi Kansangara
Is there any way from which TAPI Service gets the name of service provider to be displayed in Phone and Modem Option ?
Ravi,
the TSP name displayed in Telephon.CPL is taken from the TSP's FileDescription.
To change / add this in your TSP's Visual Studio project you need to change / add a version resource and set the value for key "FileDescription" as you like.
--
Best Regards
Andreas Marschall
Microsoft MVP for TAPI / Windows SDK / Visual C++ 2003-2008
TAPI / TSP Developer and Tester
http://www.I-B-A-M.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm
http://www.I-B-A-M.de/Andreas_Marschall's_Toto_Tools.htm
* Please post all messages and replies to the group / forum 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.
Thank you for reply...
Andreas Marschall [exMVP TAPI]
2013-12-05 09:11:24 UTC
Permalink
Post by Ravi Kansangara
Thank you for reply...
Ravi, you are welcome.

Loading...