Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
TSP and streaming media
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
  5 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
 
Mohit  
View profile  
 More options Oct 16, 4:13 pm
Newsgroups: microsoft.public.win32.programmer.tapi
From: Mohit <Mo...@discussions.microsoft.com>
Date: Thu, 15 Oct 2009 23:13:01 -0700
Local: Fri, Oct 16 2009 4:13 pm
Subject: TSP and streaming media
Hello friends,

I am working on TAPI Media Service Provider (MSP).

I have a question regarding to MSP that does MSP interacts with the hardware
directly or it receives the streaming media from TSP?

To clear my question check the following example,
Consider a PBX system is connected with the TAPI Server running using RS-232
a CTI Server along with ACD application link.

The PBX specific TSP is provided with the PBX which controls the
communication between TAPI and PBX via RS-232 link.

Now, my question is that, does the streaming media is tramnsmitted on the
RS-232 link or it requires connecting a saperate line from the PBX for
straming media.

And the second question is that, who handles the RS-232 link or the seperate
line connected from PBX to TAPI Server, i.e.,  is it TSP or MSP?

Thanks,
Mohit


    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 16, 7:07 pm
Newsgroups: microsoft.public.win32.programmer.tapi
From: "Andreas Marschall [exMVP TAPI]" <Andreas.Marsch...@I-B-A-M.de>
Date: Fri, 16 Oct 2009 11:07:13 +0200
Local: Fri, Oct 16 2009 7:07 pm
Subject: Re: TSP and streaming media
"Mohit" <Mo...@discussions.microsoft.com> schrieb im Newsbeitrag
news:E0FDAB77-1709-44DA-B537-6BE8B3F41DF5@microsoft.com...

Mohit,
this entirely depends on the PBX.
What does its specification say?
The 1st question is whether media streming access is supported by the PBX at
all.
In a 3rd party environment, i.e. many devices and calls,
I guess it can only be transmitted via an IP connection due to data rate.

> And the second question is that, who handles the RS-232 link or the
> seperate
> line connected from PBX to TAPI Server, i.e.,  is it TSP or MSP?

A RS-232 link can only be operated by one instance.

--
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 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.
Matthias Moetje [exMVP]  
View profile  
 More options Oct 17, 6:40 am
Newsgroups: microsoft.public.win32.programmer.tapi
From: "Matthias Moetje [exMVP]" <moetje@terasens_nospam_.de>
Date: Fri, 16 Oct 2009 22:40:27 +0200
Local: Sat, Oct 17 2009 6:40 am
Subject: Re: TSP and streaming media

Mohit,

in addition to Andreas' reply:

It must be the TSP to handle the connection to a device as an MSP is always
instantiated just later (and the MSP is only instantiated if the application
requests it). Additionally an MSP runs in the process of the application,
not in the process of the Telephony Service.

A TSP can send data to an MSP (or receive data) through a special TSPI
message. Though the audio data does not necessarily need to come from the
TSP. In case of a VoIP TSP, the MSP would send receive the data directly
from the network for example.

Best regards,

Matthias Moetje
-------------------------------------
TAPI WIKI: http://www.tapi.info
-------------------------------------
TERASENS GmbH
Augustenstraße 24
80333 Munich, GERMANY
-------------------------------------
e-mail: moetje at terasens dot com
www:   www.terasens.com
-------------------------------------

"Mohit" <Mo...@discussions.microsoft.com> wrote in message

news:E0FDAB77-1709-44DA-B537-6BE8B3F41DF5@microsoft.com...


    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.
Mohit  
View profile  
 More options Oct 20, 4:16 pm
Newsgroups: microsoft.public.win32.programmer.tapi
From: Mohit <Mo...@discussions.microsoft.com>
Date: Mon, 19 Oct 2009 23:16:01 -0700
Local: Tues, Oct 20 2009 4:16 pm
Subject: Re: TSP and streaming media
Andreas and Matthias

thanks for your reply,

but still i am not so clear about it.

What my understanding is, the MSP controls sending/receiving streaming media
from the termnals (mic., speaker, etc.) using its MSPI insterface with
TAPI3.DLL.

The TSP communicates with the MSP using TSPI link (am I right?).

The MSP is used when the client PC is running a softphone or IVR type TAPI
application (which requires to process streaming media) on it and a physical
line coming from PBX is connected with the Client PC (in case of VoIP, LAN
port will be used).

Now, the streaming data from terminals are controlled using MSPI link
between MSP and TAPI3.DLL (am I right?).

So, does it mean that the straming data to the physical line is provided by
MSP to TSP over TSPI interface and TSP sends the streaming data received from
MSP to the one of the line controlled by it?

Or the TSP tells MSP, on which line the streaming data is to be sent and
then MSP takes care of sending and receiving streaming data from the physical
line?

Also, I had read that in 3rd party CTI application, the client-server module
is used and in client-server module, the client communicates with the server
using the Remote TSP using RPC link.

Now, MSP is always installed in the CTI server (am I right?).
So, how a client PC can send and receive straming media to PBX?

Thanks,
Mohit


    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 21, 12:00 am
Newsgroups: microsoft.public.win32.programmer.tapi
From: "Andreas Marschall [exMVP TAPI]" <Andreas.Marsch...@I-B-A-M.de>
Date: Tue, 20 Oct 2009 16:00:53 +0200
Local: Wed, Oct 21 2009 12:00 am
Subject: Re: TSP and streaming media
"Mohit" <Mo...@discussions.microsoft.com> schrieb im Newsbeitrag
news:4FC1DEE2-676E-407C-A8F2-F93F4D40133F@microsoft.com...

> Andreas and Matthias

> thanks for your reply,

Mohit, you are welcome.

> Also, I had read that in 3rd party CTI application, the client-server
> module
> is used and in client-server module, the client communicates with the
> server
> using the Remote TSP using RPC link.

> Now, MSP is always installed in the CTI server (am I right?).
> So, how a client PC can send and receive straming media to PBX?

When using MS TAPI client/server architecture, i.e. Remote.TSP on client
side, then you have only call control available, but no media streaming,
because Remote.TSP doesn't support media.

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