Java Telephony API: Difference between revisions
Appearance
Content deleted Content added
m v2.05b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation) |
m References |
||
Line 1: | Line 1: | ||
The '''Java Telephony API''' ('''JTAPI''') was an [[API|application programming interface]] designed to provide [[telephony]] [[call control]] within the [[Java (programming language)|Java]] programming language.<ref>{{Cite web |date=October 1997 |title=Java Telephony API (JTAPI) Programmer’s Reference (JTAPI 1.2 Early Access) Issue 1.0 October 1997 |url=https://www.cs.cornell.edu/courses/cs519/1998fa/project/Doc/JTAPI/jtapi.pdf |url-status=live |access-date=September 1, 2024}}</ref> It was designed to provide an interface between a Java-based application and the telephony system,<ref>{{Cite web |date= |title=An Introduction to the Java Telephony API (JTAPI) |url=http://wapiti.enic.fr/commun/ens/peda/options/ST/RIO/pub/exposes/exposesrio2005ttnfa2006/hau-lhuisser/doc/jtapi-tutorial.pdf |url-status=live |access-date=September 1, 2024}}</ref> from first-party call control in a [[consumer]] device to third-party call control in large distributed [[call center]]s. The final release of JTAPI was version 1.4, released in July 2002. |
The '''Java Telephony API''' ('''JTAPI''') was an [[API|application programming interface]] designed to provide [[telephony]] [[call control]] within the [[Java (programming language)|Java]] programming language.<ref>{{Cite web |date=October 1997 |title=Java Telephony API (JTAPI) Programmer’s Reference (JTAPI 1.2 Early Access) Issue 1.0 October 1997 |url=https://www.cs.cornell.edu/courses/cs519/1998fa/project/Doc/JTAPI/jtapi.pdf |url-status=live |access-date=September 1, 2024}}</ref> It was designed to provide an interface between a Java-based application and the telephony system,<ref>{{Cite web |date= |title=An Introduction to the Java Telephony API (JTAPI) |url=http://wapiti.enic.fr/commun/ens/peda/options/ST/RIO/pub/exposes/exposesrio2005ttnfa2006/hau-lhuisser/doc/jtapi-tutorial.pdf |url-status=live |access-date=September 1, 2024}}</ref> from first-party call control in a [[consumer]] device to third-party call control in large distributed [[call center]]s. The final release of JTAPI was version 1.4, released in July 2002. |
||
==References== |
|||
{{Reflist}} |
|||
==External links== |
==External links== |
Revision as of 18:12, 17 October 2024
The Java Telephony API (JTAPI) was an application programming interface designed to provide telephony call control within the Java programming language.[1] It was designed to provide an interface between a Java-based application and the telephony system,[2] from first-party call control in a consumer device to third-party call control in large distributed call centers. The final release of JTAPI was version 1.4, released in July 2002.
References
- ^ "Java Telephony API (JTAPI) Programmer's Reference (JTAPI 1.2 Early Access) Issue 1.0 October 1997" (PDF). October 1997. Retrieved September 1, 2024.
{{cite web}}
: CS1 maint: url-status (link) - ^ "An Introduction to the Java Telephony API (JTAPI)" (PDF). Retrieved September 1, 2024.
{{cite web}}
: CS1 maint: url-status (link)
External links