jtapi(二)

来源:互联网 发布:广州淘宝培训班多少钱 编辑:程序博客网 时间:2024/04/29 12:29
 
The Java Telephony API (JTAPI) is a portable, object-oriented application programming interface for Java-based computer-telephony applications.
JTAPI是一个轻便的,面向对象的应用设计接口,为基于java的”计算机-电话”应用软件定义的.
·         The JavaTM Telephony API
·              Introduction
介绍
JTAPI serves a broad audience, from call center application developers to web page designers. JTAPI supports both first- and third-party telephony application domains. The API is designed to make programming simple applications easy, while providing those features necessary for advanced telephony applications.
JTAPI适合一个广泛的听众,从呼叫中心应用程序的开发者到一个web页面的设计者.JTAPI提供两方或者三方电话应用模型.这个API被设计使用简单的应用更加容易,并且提供高级的电话模型.
The Java Telephony API is, in fact, a set of API's. The "core" API provides the basic call model and rudimentary telephony features, such as placing telephone calls and answering telephone calls. The core API is surrounded by standard extension APIs providing functionality for specific telephony domains, such as call centers and media stream access. The JTAPI core and extension package architectures are described later in this document.
Java电话API事实上是一组API.”CORE”API提供基本的呼叫模型和根本的电话特征,外呼和应答呼叫等.”CORE”API控制其它的扩展的API完成功能性的电话模型,例如呼叫中心和媒体流通道,这个”CORE”和其它的包的关系在这个文档中稍后将被描述.
Applications written using the Java Telephony API are portable across the various computer platforms and telephone systems. Implementations of JTAPI will be available for existing computer-telephony integration platforms such as Sun Microsystem's SunXTLTM, Microsoft and Intel's TAPI, Novell and Avaya's TSAPI, and IBM's CallPath. Additionally, independent hardware vendors may choose to provide implementations of the Java Telephony API on top of their own proprietary hardware.
应用软件使用JTAPI轻便的连接起不同的计算机平台和电话系统.JTAPI的实现将被用到现有的”计算机-电话” 综合平台,例如SUN公司的微系统的SunXTL,Microsoft和Intel的TAPI,Novell和Awaya的TSAPI,和IBM的CallPath.另外,中立的硬件厂商将选择提供他们自己的硬件的基础之上.
 
原创粉丝点击