Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Windows Telephony service Stops
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
  6 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 27, 8:24 pm
Newsgroups: microsoft.public.win32.programmer.tapi
From: "Akil Dsouza" <d.a...@teles.com>
Date: Tue, 27 Oct 2009 14:54:33 +0530
Local: Tues, Oct 27 2009 8:24 pm
Subject: Windows Telephony service Stops

Hi Andreas,

The windows telephony service gets stopped automatically after some time of
debugging my TSP. But no errors/error messages during Debugging.
How to debug this problem inside the TSP, that causes the windows telephony
service to stop.
I am using VC++ 2008 for debugging my TSP by attaching it to TAPISRV(Attact
to TAPISRV plug in to VS-2008)

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 27, 10:42 pm
Newsgroups: microsoft.public.win32.programmer.tapi
From: "Andreas Marschall [exMVP TAPI]" <Andreas.Marsch...@I-B-A-M.de>
Date: Tue, 27 Oct 2009 12:42:09 +0100
Local: Tues, Oct 27 2009 10:42 pm
Subject: Re: Windows Telephony service Stops
"Akil Dsouza" <d.a...@teles.com> schrieb im Newsbeitrag
news:%23jrSNduVKHA.3696@TK2MSFTNGP02.phx.gbl...

> The windows telephony service gets stopped automatically after some time
> of
> debugging my TSP. But no errors/error messages during Debugging.

Akil,
was there still a TAPI application active, i.e.TAPI was initialitzed, at
that time?
Was the TAPISRV process stopped in the debugger (by a breakpoint) or were
you manually stepping through the code or was it running normally in the
debugger?

Bachground for my questions: when TAPI isn't initialized by any TAPI app
anymore, i.e. lineShutdown by all apps, then TAPISRV stopps itself after
about 30 seconds.
This would neither be a TSP nor TAPISRV issue - it's by design of TAPISRV.

--
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.
Akil Dsouza  
View profile  
 More options Oct 27, 11:38 pm
Newsgroups: microsoft.public.win32.programmer.tapi
From: "Akil Dsouza" <d.a...@teles.com>
Date: Tue, 27 Oct 2009 18:08:18 +0530
Local: Tues, Oct 27 2009 11:38 pm
Subject: Re: Windows Telephony service Stops
Hi Andreas,

No, There were no TAPI applications active. I was running the TSP with
Debugger(Attached to TAPISRV). When I closed phone.exe the Debugger was
still running
But after say 1- minute debugging get stopped, and when I checked the
Windows Telephony Service, it was stopped. If this is a behaviour by design
then I have no issues.
That means, the windows telephony service gets restarted again when the
phone.exe is opened again?

Regards,
Akil

"Andreas Marschall [exMVP TAPI]" <Andreas.Marsch...@I-B-A-M.de> wrote in
message news:eYxjqqvVKHA.1268@TK2MSFTNGP04.phx.gbl...


    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 28, 1:05 am
Newsgroups: microsoft.public.win32.programmer.tapi
From: "Andreas Marschall [exMVP TAPI]" <Andreas.Marsch...@I-B-A-M.de>
Date: Tue, 27 Oct 2009 15:05:08 +0100
Local: Wed, Oct 28 2009 1:05 am
Subject: Re: Windows Telephony service Stops

"Akil Dsouza" <d.a...@teles.com> schrieb im Newsbeitrag
news:OYt0eJwVKHA.508@TK2MSFTNGP06.phx.gbl...

> No, There were no TAPI applications active. I was running the TSP with
> Debugger(Attached to TAPISRV). When I closed phone.exe the Debugger was
> still running
> But after say 1- minute debugging get stopped, and when I checked the
> Windows Telephony Service, it was stopped. If this is a behaviour by
> design then I have no issues.

Akil,
exactly, this is by design.

> That means, the windows telephony service gets restarted again when the
> phone.exe is opened again?

Yes, but...
presumably in another process, so your attached debugger doesn't get it.

I suggest to simply leave ony TAPI app constantly have TAPI initialized,
except you are debugging TSPI_providerInt() / TSPI_providerShutdown()
issues.
For those case a DebugBreak() in TSPI_providerEnumDevices() may help.
Or launching TAPISRV in the debugger may be a solution.
For details see my TAPI and TSPI FAQ:
Q: How can I debug a TSP ?
http://www.i-b-a-m.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm#_Q:_H...

--
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.
Akil Dsouza  
View profile  
 More options Oct 28, 1:45 am
Newsgroups: microsoft.public.win32.programmer.tapi
From: "Akil Dsouza" <d.a...@teles.com>
Date: Tue, 27 Oct 2009 20:15:04 +0530
Local: Wed, Oct 28 2009 1:45 am
Subject: Re: Windows Telephony service Stops
Thanks Andreas

"Andreas Marschall [exMVP TAPI]" <Andreas.Marsch...@I-B-A-M.de> wrote in
message news:um5M$5wVKHA.4484@TK2MSFTNGP02.phx.gbl...


    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 28, 1:54 am
Newsgroups: microsoft.public.win32.programmer.tapi
From: "Andreas Marschall [exMVP TAPI]" <Andreas.Marsch...@I-B-A-M.de>
Date: Tue, 27 Oct 2009 15:54:16 +0100
Local: Wed, Oct 28 2009 1:54 am
Subject: Re: Windows Telephony service Stops
"Akil Dsouza" <d.a...@teles.com> schrieb im Newsbeitrag
news:excPUQxVKHA.1280@TK2MSFTNGP04.phx.gbl...

> Thanks Andreas

Akil, you are welcome.

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