惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

M
MIT News - Artificial intelligence
WordPress大学
WordPress大学
GbyAI
GbyAI
S
SegmentFault 最新的问题
量子位
爱范儿
爱范儿
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
aimingoo的专栏
aimingoo的专栏
V
Visual Studio Blog
U
Unit 42
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
The Cloudflare Blog
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
J
Java Code Geeks
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
IT之家
IT之家
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
雷峰网
雷峰网

博客园 - 相思天涯

无题 vs菜单怎么重复了4次?? 2004已经逝去 平安夜 特殊的日子 老工程师的心理话: 给年轻工程师的十大忠告 无题 msn怎么登陆不上? 又到了一年的中秋 无题 神奇莫幻的图片 无题 真实和谎言的故事 怎么了? Converting a project from VS.NET 2003 to VS.NET 2002 - 相思天涯 在午夜里听雨 离校 毕业答辩结束
CallXML
相思天涯 · 2004-09-23 · via 博客园 - 相思天涯

今后工作会比较多的接触CallXML

CallXML is a language based on the Extensible Markup Language (XML) that lets a company describe a phone-to-Web site application in terms of how the call would be handled at the Web site and how it would interact with the caller based on keyed-in or voice responses. CallXML is similar to other voice markup languages such as VoiceXML and Microsoft's WTE.

Basically, CallXML is used to describe the user interface of a telephone, VoIP, or multimedia application to a CallXML browser. A CallXML browser then uses that description to control and react to the call itself. According to a Voxeo, a vendor that supports CallXML, the markup language includes:

  • Media action elements such as "playAudio" and "recordAudio" to describe what to be presented to the user during a call
  • Call action elements such as "answer", "call" and "hangup" to describe how to control and route the call
  • Logic action elements such as "assign," "clear" and "goto" to describe how to modify variables and interact with traditional server-side Web logic such as Perl, other CGI languages, PHP or ASP
  • Event elements such as "onTermDigit," "onHangup" to describe how to react to things the user can do during the call, such as pressing digits or hanging up
  • Block elements that logically group actions & events together, so that one set of event handling elements can be used for several sequential actions

Whereas VoiceXML, another computer telephony language, is used with voice-based applications that provide access to Web content and information, CallXML aims to make it easy for Web developers to create applications that can interact with and control any number or type of calls. VoiceXML 1.0 was created through a collaboration of AT&T, IBM, Lucent Technologies, and Motorola.

From:http://search400.techtarget.com/gDefinition/0,294236,sid3_gci518993,00.html