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

推荐订阅源

Y
Y Combinator Blog
IT之家
IT之家
博客园_首页
量子位
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
博客园 - 聂微东
罗磊的独立博客
酷 壳 – CoolShell
酷 壳 – CoolShell
Hugging Face - Blog
Hugging Face - Blog
V
V2EX
爱范儿
爱范儿
大猫的无限游戏
大猫的无限游戏
宝玉的分享
宝玉的分享
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
雷峰网
雷峰网
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Google DeepMind News
Google DeepMind News
Microsoft Azure Blog
Microsoft Azure Blog
有赞技术团队
有赞技术团队
S
SegmentFault 最新的问题
Engineering at Meta
Engineering at Meta
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com

博客园 - 相思天涯

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