Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Phone and Modem Options(Not Responding) Hangs
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
  2 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
 
Akil Dsouza  
View profile  
 More options Oct 22, 7:27 pm
Newsgroups: microsoft.public.win32.programmer.tapi
From: "Akil Dsouza" <d.a...@teles.com>
Date: Thu, 22 Oct 2009 14:57:53 +0530
Local: Thurs, Oct 22 2009 7:27 pm
Subject: Phone and Modem Options(Not Responding) Hangs
Hi Andreas,

In the Phone and Modem Options window, if I double click or press
"Configure" button on My TSP it shows the TSP Configurartion dialog box. But
sometimes it doesn't show the TSP Configurartion dialog box and the Phone
and Modem Options(Not Responding)  window hangs indefinitely. How Can I
debug this problem? From the logs I am not getting  any clues. I am using
VS-2008 for debugging and attaching to TAPISRV(Attach to TAPISRV pluggin for
VS) doesn't hit breakpoints inside TUISPI_providerConfig(). I have attached
the log file output in which Configure succeeded for 5 times & after that it
hanged.

0544 2009-10-22 14:40:20.083 D DLL Main
0544 2009-10-22 14:40:20.098 D TSPI_providerUIIdentify
Parameters:
lpszUIDLLName=942f14

3656 2009-10-22 14:40:20.114 D DLL Main
3656 2009-10-22 14:40:20.114 D TUISPI_providerConfig
Parameters:
pfnUIDLLCallback=76ebde6e
hwndOwner=191c22
dwPermanentProviderID=266

0260 2009-10-22 14:40:27.145 D DLL Main
0260 2009-10-22 14:40:27.145 D TSPI_providerUIIdentify
Parameters:
lpszUIDLLName=942f14

3656 2009-10-22 14:40:27.161 D DLL Main
3656 2009-10-22 14:40:27.161 D TUISPI_providerConfig
Parameters:
pfnUIDLLCallback=76ebde6e
hwndOwner=191c22
dwPermanentProviderID=266

3812 2009-10-22 14:40:38.755 D DLL Main
3812 2009-10-22 14:40:38.755 D TSPI_providerUIIdentify
Parameters:
lpszUIDLLName=942f14

3656 2009-10-22 14:40:38.755 D DLL Main
3656 2009-10-22 14:40:38.755 D TUISPI_providerConfig
Parameters:
pfnUIDLLCallback=76ebde6e
hwndOwner=191c22
dwPermanentProviderID=266

0544 2009-10-22 14:40:42.395 D DLL Main
0544 2009-10-22 14:40:42.395 D TSPI_providerUIIdentify
Parameters:
lpszUIDLLName=942f14

3656 2009-10-22 14:40:42.395 D DLL Main
3656 2009-10-22 14:40:42.395 D TUISPI_providerConfig
Parameters:
pfnUIDLLCallback=76ebde6e
hwndOwner=191c22
dwPermanentProviderID=266

0260 2009-10-22 14:40:45.739 D DLL Main
0260 2009-10-22 14:40:45.739 D TSPI_providerUIIdentify
Parameters:
lpszUIDLLName=942f14

3656 2009-10-22 14:40:45.739 D DLL Main
3656 2009-10-22 14:40:45.739 D TUISPI_providerConfig
Parameters:
pfnUIDLLCallback=76ebde6e
hwndOwner=191c22
dwPermanentProviderID=266

How Can I solve this issue?

Regards,
Akil


    Reply    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 [exMVP TAPI]  
View profile  
 More options Oct 22, 9:42 pm
Newsgroups: microsoft.public.win32.programmer.tapi
From: "Andreas Marschall [exMVP TAPI]" <Andreas.Marsch...@I-B-A-M.de>
Date: Thu, 22 Oct 2009 13:42:46 +0200
Local: Thurs, Oct 22 2009 9:42 pm
Subject: Re: Phone and Modem Options(Not Responding) Hangs
"Akil Dsouza" <d.a...@teles.com> schrieb im Newsbeitrag
news:%23M2EwnvUKHA.1236@TK2MSFTNGP05.phx.gbl...

> In the Phone and Modem Options window, if I double click or press
> "Configure" button on My TSP it shows the TSP Configurartion dialog box.
> But sometimes it doesn't show the TSP Configurartion dialog box and the
> Phone and Modem Options(Not Responding)  window hangs indefinitely. How
> Can I debug this problem? From the logs I am not getting  any clues. I am
> using VS-2008 for debugging and attaching to TAPISRV(Attach to TAPISRV
> pluggin for VS) doesn't hit breakpoints inside TUISPI_providerConfig(). I
> have attached the log file output in which Configure succeeded for 5 times
> & after that it hanged.

Akil,
the TSP config dialog is not running within TAPISRV (Telephony Service),
but within the calling process, i.e. the Phone and Modem Options applet
(telephon.cpl)
which is hosted by rundll32.exe.
So for debugging your TSP config dialog you need to attach to rundll32.exe /
telephon.cpl.

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