Schrift
Wiki:Tipp zum Debugging: use Data::Dumper; local $Data::Dumper::Useqq = 1; print Dumper \@var;
[thread]1333[/thread]

MS Voice Unimodem Extension: ich will Klingeltöne *lol*



<< >> 4 Einträge, 1 Seite
perlinator
 2003-08-29 11:16
#16635 #16635
User since
2003-08-07
20 Artikel
BenutzerIn
[default_avatar]
Juhuuu ;)
Weiß jmd. von euch, wo man die MS Voice Unimodem Extension herbekommt???
Gibts das überhaupt??? Hmm, auf dem Seiten vom Microdoof hab ich nix gefunden... Laut Handbuch meines Entwicklungstools brauch ich das Teil... ich sollte das installieren heißt es da. Hmm, ich hab nix gefunden, vielleicht wisst ihr ja was :) *hoff*

Greetz,
Perlinator
Greetz,
Perlinator :D
http://www.gegenort.org/
snadra
 2003-08-29 11:24
#16636 #16636
User since
2003-08-11
265 Artikel
BenutzerIn
[Homepage] [default_avatar]
Da Du aus Versehen(?) zweimal gepostet hast, habe ich einen Beitrag gelöscht, zumal beide identisch waren.

"MS Voice Unimodem Extension " sagt mir leider nichts, sorry...
http://hamburg.pm.org
jeden 2. mittwoch im monat
--
#!/usr/bin/perl -w
$l=join('',map chr,(116,110,105,114,112))if$^T;
!!$$?@_=qw(Jhfg Aabgure Prey Hnpxre):$l=1;
for(@_){eval reverse($l)."'"._(_(_($_))).' \''}
sub _{$_=~y+a-z+n-za-m+and pop}
perlinator
 2003-08-29 11:48
#16637 #16637
User since
2003-08-07
20 Artikel
BenutzerIn
[default_avatar]
Ups... sorry... Wollte nicht doppelt Posten... tut mir leid.
Naja, die MS Voice Unimodem (Unimodem/V) Extension brauche ich, damit ich Klingeltöne hören kann. Ich hab en Software-Telefon geschrieben, und jetzt fehlen mir noch die Klingeltöne bzw. Wähltöne, Besetztzeichen usw. ... deshalb brauch ich das Ding *grml*
Greetz,
Perlinator :D
http://www.gegenort.org/
esskar
 2003-08-29 14:27
#16638 #16638
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
Quote
Unimodem TSP
The Unimodem, or Universal Modem Driver, TSP (Unimdm.tsp) provides access to nearly all standard modems. The versions on Windows 95, Windows 98, and Windows 2000 support voice modems that allow half-duplex streaming. They are supported by the Wave MSP and stream control is possible. Unimodem on Windows NT 4.0 or less does not support voice modems, so direct stream control is not possible .

This TSP supports an address type value of LINEADDRESSTYPE_PHONENUMBER. If the programmer wants to use the dialing rules, the TAPI 3 ITAddressTranslation interface or the TAPI 2 lineTranslateAddress function must be used to obtain a dialable string from a phone number in canonical format.

The Unimodem TSP is installed with Windows NT, Windows 95, Windows 98, and Windows 2000.

The Service Providers
Service providers implement detailed telephony device controls. A telephony service provider (TSP) provides call controls and a media service provider, if it exists, provides control over the media stream.

All telephony service providers execute in the TAPISRV process. Service providers can create threads in the TAPISRV context as needed to do their work, and be confident that none of the resources they create will be destroyed by the exit of any individual application. The TAPI Server translates application commands as needed into a consistent set of commands known as the Telephony Service Provider Interface (TSPI).

Media service providers execute in the process space of the application, allowing for the fast response sometimes required in media controls. The TAPI DLL provides for consistent adherence to the Media Service Provider Interface (MSPI).

For more detailed coverage of the service providers, please see TAPI Service Provider Overview.

Underneath the telephony service provider DLL, the service provider can use any system functions or other components necessary. These functions include CreateFile and DeviceIoControl, which work with independent hardware vendor-designed kernel mode components and services, as well as standard devices such as serial and parallel ports to control external, locally attached devices. They can also access network services (such as RPC, Windows Sockets, and Named Pipes) for client/server telephony.

The Telephony service provider user interface DLL is loaded by TAPI into the process of an application that invokes any of the service provider functions that can display a dialog box (for example, TSPI_lineConfigDialog). The service provider can also cause its associated UI DLL to be loaded and executed in the process of an application if the service provider needs to display UI at unexpected times, such as to display the Talk/Hang-up dialog box displayed by the Universal Modem Driver (UNIMODEM) when a data modem is used to dial an interactive voice call using TSPI_lineMakeCall (not normally considered to be a UI-generating function).

The proxy request handler is a full telephony application that normally executes on a telephony server (the same server on which the telephony service provider is executing for the associated line devices). This architecture, rather than the WOSA service provider architecture, is used when a particular service is more appropriately implemented in an application than in a driver on the server. For example, the ACD Agent management functions are implemented in a proxy request handler rather than in a service provider.

The UNIMODEM driver service provider for modem control is available on Windows NT/Windows 2000. Windows Telephony for Windows NT/Windows 2000 also includes a generic kernel-mode Telephony Service Provider Interface (TSPI) mapper, KMDDSP, that allows service providers to be implemented as kernel-mode device drivers.


Dies steht in der "MSDN Library - Oktober 2001"... die aktuellere Version auf meinem Rechner (MSDN Library - January 2003) ist irgendwie kaputt!

Such mal auf http://msdn.microsoft.com nach "Voice unimodem"

Viel Erfolg!
<< >> 4 Einträge, 1 Seite



View all threads created 2003-08-29 11:16.