WO2010133061A1 - Method and apparatus for implementing video conferencing with vxml - Google Patents

Method and apparatus for implementing video conferencing with vxml Download PDF

Info

Publication number
WO2010133061A1
WO2010133061A1 PCT/CN2009/074378 CN2009074378W WO2010133061A1 WO 2010133061 A1 WO2010133061 A1 WO 2010133061A1 CN 2009074378 W CN2009074378 W CN 2009074378W WO 2010133061 A1 WO2010133061 A1 WO 2010133061A1
Authority
WO
WIPO (PCT)
Prior art keywords
conference
tag
vxml
user
call
Prior art date
Application number
PCT/CN2009/074378
Other languages
French (fr)
Chinese (zh)
Inventor
周大刚
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2010133061A1 publication Critical patent/WO2010133061A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N7/00Television systems
    • H04N7/14Systems for two-way working
    • H04N7/15Conference systems
    • H04N7/152Multipoint control units therefor
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M3/00Automatic or semi-automatic exchanges
    • H04M3/42Systems providing special services or facilities to subscribers
    • H04M3/56Arrangements for connecting several subscribers to a common circuit, i.e. affording conference facilities

Definitions

  • the present invention relates to the field of network communications, and in particular, to a method and apparatus for implementing a video conference through VXML. Background technique
  • VXML is an XML-based p-language language. XML can extend the standard language and is an abbreviation of Extensible Markup Language. VXML is Voice Extensible Markup Language (VoiceXML). VXML supports voice browsing and defines voice-related tags. Since the tag functions in the VXML standard are relatively simple, as the business develops, more complex functions, such as video conferencing, will be involved in the future. Thus, VXML is available. The label is hard to meet the demand. First, the tags defined in the VXML 2.0 standard are all voice-based and do not support video. Second, existing VXML tags are synchronous, so tags in VXML scripts are serial when executed.
  • FIG. 1 it is a schematic diagram of the synchronous transit label in the VXML2.0 standard.
  • the figure shows the transfer label.
  • the p is executed to the transfer, the called party and the called party enter.
  • the execution flow of the script will remain blocked in this tab, and the entire process can continue after the call ends.
  • the script executes to another transfer, and the execution flow of the script will block the call state of the other caller and the called party.
  • the asynchronous label needs to be supported, because multiple users may need to be called out during the conference. After the user answers, the user is added to the conference. If the labels are synchronized, multiple conferences cannot be called simultaneously in the conference. user.
  • the existing VXML is only used for ordinary calls, and only two users, the calling party and the called party, can exist at the same time, and the power of the conference cannot be realized. Enter the functionality of multiple users.
  • the present invention implements a video conferencing method through VXML, extends the object tag in VXML, and defines a series of tags for video conferencing. These tags extend the existing VXML tags, add support for video parameters, and define partial asynchronous tags. These asynchronous tags do not need to wait for the specified action to return after performing the specified actions. The VXML process continues to execute downwards. Call multiple users at the same time in a conference. According to an aspect of the invention.
  • a method for implementing video conferencing through VXML is provided.
  • a script in the VXML server is triggered, and a custom classid extended object label is formed to create a conference label, an outgoing call label, and a conference.
  • the label and the stop conference label; the method for implementing the video conference includes the following steps:
  • the VXML server invokes the creation of a conference label and specifies video parameters to create a video conference
  • the VXML server After the return value of the created conference label is successful, the VXML server adds the calling user to the conference, and then calls the outgoing call label to sequentially call out the called users; (3) when the called user of the outbound call returns a value When the call is successful, the VXML server calls the join conference label to join the related called user to the conference;
  • the VXML server invokes the stop conference label to release all conference resources.
  • the method for implementing a video conference by using VXML of the present invention further includes the following subordinate technical features: 1.
  • the object tag is configured to extend the object tag according to the custom classid; the VXML server calls the event waiting tag, and processes the return value of the outbound tag. .
  • VXML server executes the join conference label, it continues to execute according to the script.
  • the return value of the conference label is processed in the event wait tag.
  • step (3) the called user is directly joined to the conference after the call is successfully sent.
  • step (1) when the user dials the conference access code and dials, the VXML server invokes the join conference label to join the user to the conference, or directly joins the user to the conference.
  • the outbound call tag further includes a calling, called, and call answer timeout parameter, and defines a parameter for obtaining an identifier assigned to the call after the call is answered.
  • an apparatus for implementing a video conference through VXML is also provided.
  • the apparatus for implementing a video conference by VXML includes: a VXML server that parses an xml document, performs interaction with a user terminal, and a module called by the VXML server according to the video conference script: creating a conference module, an outbound module, joining the conference a module and a stop conference module, wherein: a conference module is created, which is used to specify a video parameter, and a video conference platform is created; an external call module is configured to sequentially create a call sign to call out each called user; and join a conference module, configured to obtain an outgoing call response The called user is forced to enter the conference; the conference module is stopped, and all conference resources are released at the end of the conference.
  • the foregoing apparatus further includes an event waiting module, configured to process return information of the called user called by the external call module, and/or return information of the user joined by the conference module, and/or stop returning information after the conference module is executed.
  • an event waiting module configured to process return information of the called user called by the external call module, and/or return information of the user joined by the conference module, and/or stop returning information after the conference module is executed.
  • the conference module is added to join the conference, or the VXML server directly joins the user to the conference.
  • the present invention has the following beneficial effects:
  • the present invention expands the object tag, combines the use of these tags and video parameters to enable VXML to support video conferencing, and extends the scope of application of the VXML standard.
  • FIG. 1 is a schematic diagram of the execution flow of a synchronized transit tag in the VXML 2.0 standard.
  • FIG. 2 is a schematic flowchart of implementing a video conference according to an embodiment of the present invention.
  • FIG. 3 is a schematic diagram of functional modules of a device for implementing a video conference according to an embodiment of the present invention.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Functionality is due to the fact that in the field of communications, the prior art is implemented based on VXML, but since the tags defined in the existing VXML 2.0 standard are all voice-based, video is not supported, and existing VXML tags are synchronous, so tags in VXML scripts are serial when executed. As a result, it cannot support video conferencing. To solve this problem, a method and an apparatus for implementing a video conference by using VXML are provided in the embodiment of the present invention.
  • the method for implementing a video conference through VXML extends the object tag in the VXML and defines a series of tags for the video conference. These tags extend the existing VXML tags, add support for video parameters, and define partial asynchronous tags. These asynchronous tags do not need to wait for the specified action to return after performing the specified actions.
  • the VXML process continues to execute downwards. Call multiple users at the same time in a conference.
  • the present invention defines a VXML tag that utilizes extended video parameters and asynchronous functions, including:
  • Creating a meeting tag extends the object tag with a custom classid. Create a conference label with video conference parameters. If this parameter is set, the conference created by the platform is a video conference. In addition to defining the video conference parameters, you also need to define the number of channels for the conference to be used for the conference. The site number is used to create the site number.
  • Outbound call extension tag support video outbound call parameter
  • the outbound call extension tag is an asynchronous tag, which needs to wait for the return of the call result in the event wait tag.
  • the parameter IsVideo indicates whether to make a video outbound call. This tag is an asynchronous tag.
  • the parameters of the outgoing call extension tag are as follows:
  • CalllD uniquely identifies a call instance.
  • ( OUT ) A 64-bit integer variable used to hold the return value.
  • the default is the access code of the service, up to 25 bytes. Use this call that the user uses to notify the switch
  • the CLI user can use a string type parameter or a calling number that can be used. (IN) ( OP )
  • the calling number and called number in the system parameters Up to 25 bytes long.
  • the user can use the string type to notify the switch of the called call.
  • the CLD parameter can also use the calling number number in the system parameters.
  • Time Out Parameter type integer, in seconds (s).
  • the outbound tag extends the object tag with a custom classid.
  • the outgoing call tag also has a video parameter indicating whether or not to make a video call.
  • the outgoing call tag also has a calling, called, and call answer timeout parameter, and defines a parameter for obtaining an identifier assigned to the call after the call is answered. Since the outgoing call tag is an asynchronous tag, it is necessary to wait for the return of the outgoing call result in the event waiting tag.
  • Join the meeting tag to extend the object tag with a custom classid.
  • the parameters to be added to the conference label are: the site number, the type or permission to join the conference, and the channel number of the user in the conference site.
  • the event wait tag parameters are as follows:
  • the return value is as follows:
  • the event wait tag extends the object by a custom classid. Mainly used to handle asynchronous events.
  • the event wait tag needs to define an output parameter for getting incoming events. These events include: the user picks up the phone, the user hangs up, the user joins in the site, the user quits the site, timeout, exception, and other related events.
  • VXI will interrupt the call of all users in the conference and release the conference resources. This tag is an asynchronous tag. After executing it once, the tag is executed and VXI will process the script.
  • the parameters for stopping the conference label are as follows:
  • FIG. 2 is a flowchart of creating a video conference by using the extended label according to the present invention, and the main steps are as follows:
  • the user enters the VXML business process by dialing the access code.
  • the script calls to create a conference label CreateConf, and specifies that the IsVedioConf parameter value is 1 to create a video conference.
  • Event Waiting tab Process all asynchronous events and messages in the video conference in the Event Waiting tab. For example, the called response event, the user joins the conference, the user exits the conference, the user hangs up, and the like.
  • the manner in which the user joins the conference in the foregoing step 3 includes: a. The user is called out during the conference. After the user answers, the user is directly added to the conference without using the conference label. b. The user dials the conference access code to join the conference. The user dials the access code to trigger a VXML. Business, in this business, use the Join Conference tab to join the user to the conference that has already been created. The event that the user joins the conference can be obtained in the event wait tag of the script. c. The user dials the conference access code by dialing in. After dialing, the conference is added to the label to join the user to the conference.
  • the manner in which the conference ends in step 5 of the method of the present invention includes: 1. The script stops the conference by using the stop conference label.
  • FIG. 3 is a schematic diagram of a function module of a device for implementing a video conference according to an embodiment of the present invention.
  • an apparatus for implementing a video conference according to the present invention includes: parsing an XML document, and performing interaction with a user terminal.
  • the conference module 31 is created, and the function of creating a conference is performed according to the foregoing creation of the conference label; the outbound call module 32, 4 performs the outbound call function according to the outbound call label; and joins the conference module 33, and performs the acquisition according to the join conference label.
  • the method for implementing video conference by using the label combination of the embodiment of the present invention is as follows: 1) The user triggers the VXML script by dialing the access code; 2) the script invokes to create a conference label (with video parameters) to create a video conference; 3) the video conference is successfully created. After using the outbound call tag to call out other users, after the call is successfully sent, join the conference using the Join Conference tab.
  • Join Conference tab In addition to the above-mentioned joining mode, there are many ways for users to join the meeting: After the call is successfully sent, the user joins the meeting directly, and does not need to use the join conference label; the user actively calls the conference join mode. In addition to creating video conferencing and event waiting tags, the outbound tag and other feature tags in the meeting are asynchronous tags.
  • the asynchronous tag is executed and jumped to the event waiting tag for processing; 4)
  • the events and messages in the video conference are processed in the event waiting tag. For example, the called response event, the user joins the conference, the user exits the conference, the user hangs up, and the like; 5)
  • the video conference ends, and all conference resources are released.
  • the method for implementing a video conference through VXML in the embodiment of the present invention extends the object tag in the VXML and defines a series of tags for the video conference. These tags extend the existing VXML tags, add support for video parameters, and define partial asynchronous tags.
  • VXML tags do not need to wait for the specified action to return after performing the specified actions.
  • the VXML process continues to execute downward. , you can call multiple users at the same time in a meeting. It should be understood that the above description of the definitions of the VXML tags and the specific steps of the specific steps are not to be construed as limiting the scope of the invention. The scope of the invention should be determined by the appended claims. .

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
  • Telephonic Communication Services (AREA)

Abstract

A method and apparatus for implementing video conferencing with VXML is provided, wherein a user dialing a corresponding access number triggers the VXML server script to extend the object, according to a self-defined classid, so as to form a create-conference tag, a call-out tag, a join-conference tag, an event-waiting tag and a stop-conference tag, wherein said call-out tag, join-conference tag and event-waiting tag are asynchronous VXML tags; the video conference function is enabled by means of the combined use of said function tags and video parameters. By means of extending the object tag and utilizing the video parameters, the present invention enables VXML to support video conferencing and extends the applicability of the VXML standard, while allowing a plurality of users to be called at the same time during a conference.

Description

通过 VXML实现视频会议的方法和装置 技术领域 本发明涉及网络通信领域, 尤其涉及一种通过 VXML实现视频会议的 方法和装置。 背景技术  TECHNICAL FIELD The present invention relates to the field of network communications, and in particular, to a method and apparatus for implementing a video conference through VXML. Background technique
VXML 是一种基于 XML 的 p本语言, XML 即可扩展标己语言, 是 Extensible Markup Language 的缩写; VXML 即 Voice Extensible Markup Language (VoiceXML)。 VXML支持语音浏览, 定义了和语音有关的标签, 由于 VXML标准中的标签功能相对筒单, 随着业务的发展, 将来必定会涉及 到更加复杂的功能, 比如说视频会议, 从而, VXML现有的标签就艮难满足 需求了。 首先, VXML2.0标准中定义的标签都是基于语音的, 不支持视频; 其 次 , 现有的 VXML标签都是同步的, 因此 VXML脚本中的标签在执行的时 候是串行的。 如图 1所示, 是 VXML2.0标准中的同步的转接标签示意图 , 图中所示为 transfer (转接) 标签, p本执行到 transfer时, 被叫应答后, 主 叫和被叫进入通话状态 , 脚本的执行流程会一直阻塞在此标签中 , 通话结束 后整个流程才能够继续。 然后脚本执行到另一个 transfer, 脚本的执行流程又 会一直阻塞在另一个主叫和被叫的通话状态。 而对于一个会议来说, 需要支持异步标签, 因为会议中可能需要呼出多 个用户, 在用户应答后, 再将用户加入到会议中, 如果标签是同步的, 则无 法在会议中同时呼叫多个用户。 而且现有 VXML只用于普通呼叫 , 只能同时 存在主叫和被叫两个用户 , 无法实现会议中力。入多个用户的功能。 发明内容 针对上述现有技术中存在的不足, 本发明通过 VXML实现视频会议的 方法,扩展了 VXML中的 object标签,并定义了一系列用于视频会议的标签。 这些标签扩展了现有的 VXML标签,增加了支持视频的参数并定义了部分异 步标签, 这些异步标签在执行规定的动作后, 不需要等待规定的动作返回, VXML流程仍然继续向下执行, 可以在会议中同时呼叫多个用户。 根据本发明的一个方面。 首先提供了一种通过 VXML实现视频会议的 方法。 才艮据本发明的通过 VXML实现视频会议的方法, 当用户拨打相应的接 入码时触发 VXML服务器中的脚本, 才艮据自定义 classid扩展 object标签构 成创建会议标签、 外呼标签、 加入会议标签和停止会议标签; 该实现视频会 议的方法包括如下步骤: VXML is an XML-based p-language language. XML can extend the standard language and is an abbreviation of Extensible Markup Language. VXML is Voice Extensible Markup Language (VoiceXML). VXML supports voice browsing and defines voice-related tags. Since the tag functions in the VXML standard are relatively simple, as the business develops, more complex functions, such as video conferencing, will be involved in the future. Thus, VXML is available. The label is hard to meet the demand. First, the tags defined in the VXML 2.0 standard are all voice-based and do not support video. Second, existing VXML tags are synchronous, so tags in VXML scripts are serial when executed. As shown in Figure 1, it is a schematic diagram of the synchronous transit label in the VXML2.0 standard. The figure shows the transfer label. When the p is executed to the transfer, the called party and the called party enter. In the call state, the execution flow of the script will remain blocked in this tab, and the entire process can continue after the call ends. Then the script executes to another transfer, and the execution flow of the script will block the call state of the other caller and the called party. For a conference, the asynchronous label needs to be supported, because multiple users may need to be called out during the conference. After the user answers, the user is added to the conference. If the labels are synchronized, multiple conferences cannot be called simultaneously in the conference. user. Moreover, the existing VXML is only used for ordinary calls, and only two users, the calling party and the called party, can exist at the same time, and the power of the conference cannot be realized. Enter the functionality of multiple users. SUMMARY OF THE INVENTION In view of the deficiencies in the prior art described above, the present invention implements a video conferencing method through VXML, extends the object tag in VXML, and defines a series of tags for video conferencing. These tags extend the existing VXML tags, add support for video parameters, and define partial asynchronous tags. These asynchronous tags do not need to wait for the specified action to return after performing the specified actions. The VXML process continues to execute downwards. Call multiple users at the same time in a conference. According to an aspect of the invention. First, a method for implementing video conferencing through VXML is provided. According to the method of implementing video conference in VXML according to the present invention, when a user dials a corresponding access code, a script in the VXML server is triggered, and a custom classid extended object label is formed to create a conference label, an outgoing call label, and a conference. The label and the stop conference label; the method for implementing the video conference includes the following steps:
( 1 )VXML服务器调用创建会议标签,并指定视频参数,创建视频会议; (1) The VXML server invokes the creation of a conference label and specifies video parameters to create a video conference;
( 2 )创建会议标签返回值为成功以后, VXML服务器将主叫用户加入 到会议中 , 然后再调用外呼标签依次呼出各个被叫用户; ( 3 ) 当外呼标签的被叫用户返回值为呼出成功时, VXML服务器调用 加入会议标签将相关的被叫用户加入到会议中; (2) After the return value of the created conference label is successful, the VXML server adds the calling user to the conference, and then calls the outgoing call label to sequentially call out the called users; (3) when the called user of the outbound call returns a value When the call is successful, the VXML server calls the join conference label to join the related called user to the conference;
( 4 ) VXML月 务器调用停止会议标签, 释放所有会议资源。 具体地 , 本发明的通过 VXML实现视频会议的方法还包括如下从属技 术特征: 1、 才艮据自定义 classid扩展 object标签构成事件等待标签; VXML服务 器调用事件等待标签, 处理外呼标签的返回值。 (4) The VXML server invokes the stop conference label to release all conference resources. Specifically, the method for implementing a video conference by using VXML of the present invention further includes the following subordinate technical features: 1. The object tag is configured to extend the object tag according to the custom classid; the VXML server calls the event waiting tag, and processes the return value of the outbound tag. .
2、 VXML服务器执行了加入会议标签后, 继续按照脚本向下执行, 加 入会议标签的返回值在事件等待标签中处理。 2. After the VXML server executes the join conference label, it continues to execute according to the script. The return value of the conference label is processed in the event wait tag.
3、 VXML服务器执行了停止会议标签后, 继续按照脚本向下执行, 停 止会议标签的返回值在事件等待标签中处理。 其中, 在步骤 ( 3 ) 中被叫用户在呼出成功后被直接加入会议。 在步骤 ( 1 )之后, 在用户拨打会议接入码并且拨通时, VXML 服务器调用加入会 议标签将用户加入到会议中, 或者将用户直接加入到会议中。 具体地, 上述外呼标签还带有主叫、 被叫、 呼叫应答超时参数, 同时定 义一个参数用于获取呼叫应答后分配给此呼叫的标识符。 才艮据本发明的另一个方面, 还提供一种通过 VXML实现视频会议的装 置。 根据本发明的通过 VXML实现视频会议的装置, 包括: 解析 xml文档、 执行与用户终端的交互的 VXML服务器 , 以及由 VXML服务器按照视频会 议脚本调用的模块: 创建会议模块、 外呼模块、 加入会议模块和停止会议模 块, 其中, 创建会议模块, 用于指定视频参数, 创建视频会议平台; 外呼模块 , 用于依次创建呼叫标志呼出各个被叫用户; 加入会议模块 , 用于把获取外呼应答的被叫用户力口入会议; 停止会议模块 , 用于在会议结束时释放所有会议资源。 进一步地, 上述装置还包括事件等待模块, 用于处理外呼模块呼叫的被 叫用户的返回信息, 和 /或加入会议模块加入的用户的返回信息, 和 /或停止 会议模块执行以后的返回信息。 在用户拨打会议接入码并且拨通时 , 加入会议模块将用户加入到会议 中, 或者 VXML服务器将所述用户直接加入到会议中。 本发明与现有技术相比具有以下有益效果: 本发明通过扩展 object 标 签, 组合使用这些标签和视频参数使得 VXML 能够支持视频会议, 扩展了 VXML标准的适用范围, 同时, 本发明还引入了异步 VXML标签, 可以支 持同时呼出多个用户,解决了现有技术无法实现会议中加入多个用户的问题。 本发明的其它特征和优点将在随后的说明书中阐述, 并且, 部分地从说 明书中变得显而易见, 或者通过实施本发明而了解。 本发明的目的和其他优 点可通过在所写的说明书、 权利要求书、 以及附图中所特别指出的结构来实 现和获得。 附图说明 附图用来提供对本发明的进一步理解, 并且构成说明书的一部分, 与本 发明的实施例一起用于解释本发明 , 并不构成对本发明的限制。 在附图中: 图 1是 VXML2.0标准中的同步的转接标签执行流程示意图。 图 2是本发明实施例的实现视频会议的流程示意图。 图 3是本发明实施例的实现视频会议的装置功能模块示意图。 具体实施方式 功能相克述 由于在通信领域, 现有技术都是基于 VXML来实现的, 但由于现有的 VXML2.0 标准中定义的标签都是基于语音的, 不支持视频, 并且, 现有的 VXML标签都是同步的, 因此 VXML脚本中的标签在执行的时候是串行的。 从而导致其无法支持视频会议。 针对该问题, 本发明实施例中提供了一种通 过 VXML实现视频会议的方法和装置。 在本发明实施例中, 通过 VXML实 现视频会议的方法扩展了 VXML中的 object标签,并定义了一系列用于视频 会议的标签。 这些标签扩展了现有的 VXML标签, 增加了支持视频的参数并 定义了部分异步标签, 这些异步标签在执行规定的动作后, 不需要等待规定 的动作返回, VXML流程仍然继续向下执行, 可以在会议中同时呼叫多个用 户。 为了更好地理解本发明 , 下面结合附图和具体实施例对通过 VXML实 现视频会议的具体实施方式和实施例加以详细说明。 应当理解, 此处所描述 的优选实施例仅用于说明和解释本发明, 并不用于限定本发明。 在不冲突的情况下, 本申请中的实施例及实施例中的特征可以相互组 合。 才艮据本发明实施例的通过 VXML实现视频会议的方法, 以下部分结合 附图 2和具体实施方式对上述方法和呼叫流程 ^故进一步说明。 首先 , 本发明为了实现视频会议的功能, 定义了利用扩展的支持视频参 数和异步功能的 VXML标签 , 包括: 3. After the VXML server executes the stop conference label, it continues to execute according to the script. The return value of the stop conference label is processed in the event wait tag. Among them, in step (3), the called user is directly joined to the conference after the call is successfully sent. After step (1), when the user dials the conference access code and dials, the VXML server invokes the join conference label to join the user to the conference, or directly joins the user to the conference. Specifically, the outbound call tag further includes a calling, called, and call answer timeout parameter, and defines a parameter for obtaining an identifier assigned to the call after the call is answered. According to another aspect of the present invention, an apparatus for implementing a video conference through VXML is also provided. The apparatus for implementing a video conference by VXML according to the present invention includes: a VXML server that parses an xml document, performs interaction with a user terminal, and a module called by the VXML server according to the video conference script: creating a conference module, an outbound module, joining the conference a module and a stop conference module, wherein: a conference module is created, which is used to specify a video parameter, and a video conference platform is created; an external call module is configured to sequentially create a call sign to call out each called user; and join a conference module, configured to obtain an outgoing call response The called user is forced to enter the conference; the conference module is stopped, and all conference resources are released at the end of the conference. Further, the foregoing apparatus further includes an event waiting module, configured to process return information of the called user called by the external call module, and/or return information of the user joined by the conference module, and/or stop returning information after the conference module is executed. . When the user dials the conference access code and dials, the conference module is added to join the conference, or the VXML server directly joins the user to the conference. Compared with the prior art, the present invention has the following beneficial effects: The present invention expands the object tag, combines the use of these tags and video parameters to enable VXML to support video conferencing, and extends the scope of application of the VXML standard. At the same time, the present invention also introduces asynchronous The VXML tag can support multiple users simultaneously, which solves the problem that the prior art cannot implement multiple users in the conference. Other features and advantages of the invention will be set forth in the description which follows, and The objectives and other advantages of the invention will be realized and attained by the <RTI The drawings are intended to provide a further understanding of the invention, and are intended to be a part of the description of the invention. In the drawings: Figure 1 is a schematic diagram of the execution flow of a synchronized transit tag in the VXML 2.0 standard. FIG. 2 is a schematic flowchart of implementing a video conference according to an embodiment of the present invention. FIG. 3 is a schematic diagram of functional modules of a device for implementing a video conference according to an embodiment of the present invention. DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Functionality is due to the fact that in the field of communications, the prior art is implemented based on VXML, but since the tags defined in the existing VXML 2.0 standard are all voice-based, video is not supported, and existing VXML tags are synchronous, so tags in VXML scripts are serial when executed. As a result, it cannot support video conferencing. To solve this problem, a method and an apparatus for implementing a video conference by using VXML are provided in the embodiment of the present invention. In the embodiment of the present invention, the method for implementing a video conference through VXML extends the object tag in the VXML and defines a series of tags for the video conference. These tags extend the existing VXML tags, add support for video parameters, and define partial asynchronous tags. These asynchronous tags do not need to wait for the specified action to return after performing the specified actions. The VXML process continues to execute downwards. Call multiple users at the same time in a conference. For a better understanding of the present invention, a specific implementation manner and an embodiment of implementing a video conference by VXML will be described in detail below with reference to the accompanying drawings and specific embodiments. The preferred embodiments described herein are for illustrative purposes only and are not intended to limit the invention. The embodiments in the present application and the features in the embodiments may be combined with each other without conflict. The method for implementing video conference by VXML according to the embodiment of the present invention is further described in the following part in conjunction with FIG. 2 and the specific implementation manner. First, in order to implement the function of video conferencing, the present invention defines a VXML tag that utilizes extended video parameters and asynchronous functions, including:
1. 创建会议标签, 支持视频外呼参数 其调用方法可定义为: classid = "method:〃 Conf/CreateConf'。 创建会议标签中带有视频会议参数 IsVedioConf,如果此参数设置为 1 , 则表示会议平台创建的会议为视频会议。 此标签为同步标签。 创建会议标签的参数如下表所示: 1. Create a conference label, support video outbound parameters. The calling method can be defined as: classid = "method:〃 Conf/CreateConf'. Create a conference label with the video conference parameter IsVedioConf. If this parameter is set to 1, it means the conference. The conference created by the platform is a video conference. This tab is a sync label. The parameters for creating a meeting label are shown in the following table:
Figure imgf000007_0001
Figure imgf000007_0001
创建会议标签的返回值如下表:
Figure imgf000007_0002
The return values for creating meeting labels are as follows:
Figure imgf000007_0002
创建会议标签通过自定义 classid扩展了 object标签。 创建会议标签中 带有视频会议参数,如果此参数被置位, 则平台创建的会议为视频会议。 除了 定义视频会议参数 , 同时, 创建视频会议标签还需要定义申请会议时的通道 数, 用于预留资源; 定义会场号, 用于创建会议后获取会场编号。  Creating a meeting tag extends the object tag with a custom classid. Create a conference label with video conference parameters. If this parameter is set, the conference created by the platform is a video conference. In addition to defining the video conference parameters, you also need to define the number of channels for the conference to be used for the conference. The site number is used to create the site number.
2. 外呼扩展标签, 支持视频外呼参数 外呼标签调用方法可定义为: classid="method:〃 Call/AnsyCallOut" 外呼扩展标签为异步标签, 需要在事件等待标签中等待呼出结果的返 回。 参数 IsVideo表示是否进行视频外呼。 此标签是异步标签。 外呼扩展标签的参数如下: 2. Outbound call extension tag, support video outbound call parameter Outbound call tag call method can be defined as: classid="method:〃 Call/AnsyCallOut" The outbound call extension tag is an asynchronous tag, which needs to wait for the return of the call result in the event wait tag. . The parameter IsVideo indicates whether to make a video outbound call. This tag is an asynchronous tag. The parameters of the outgoing call extension tag are as follows:
参数名 如何理解 如何设置  Parameter name How to understand How to set
CalllD 唯一标志一个呼叫实例。 ( OUT ) 64位整数变量, 用来保存返回值。  CalllD uniquely identifies a call instance. ( OUT ) A 64-bit integer variable used to hold the return value.
缺省为业务的接入码, 最长 25字节。 用 用户用来通知交换机的本次呼叫  The default is the access code of the service, up to 25 bytes. Use this call that the user uses to notify the switch
CLI 户可以使用字符串型的参数也可以使用 的主叫号码。 (IN ) ( OP )  The CLI user can use a string type parameter or a calling number that can be used. (IN) ( OP )
系统参数中的主叫号码和被叫号码。 最长 25字节。 用户可以使用字符串型的 用来通知交换机本次呼叫的被叫  The calling number and called number in the system parameters. Up to 25 bytes long. The user can use the string type to notify the switch of the called call.
CLD 参数也可以使用系统参数中的主叫号码 号码。 (IN )  The CLD parameter can also use the calling number number in the system parameters. (IN)
和被叫号码。  And the called number.
IsVideo 是否视频呼出 0不是; 1是  IsVideo whether the video is called out 0 is not; 1 is
呼出成功等待被叫摘机的振铃时  When the call is successfully waiting for the ringing of the called off-hook
Time Out 参数类型整数, 单位为秒 (s )。  Time Out Parameter type integer, in seconds (s).
长。 (IN ) ( OP ) 外呼扩展标签的返回值如下:
Figure imgf000008_0001
long. (IN) ( OP ) The return value of the outgoing call extension tag is as follows:
Figure imgf000008_0001
外呼标签通过自定义 classid扩展了 object标签。 外呼标签也带有视频 参数表示是否进行视频外呼。 外呼标签还带有主叫、 被叫、 呼叫应答超时参 数, 同时定义一个参数用于获取呼叫应答后分配给此呼叫的标识符。 因为外 呼标签是异步标签, 所以需要在事件等待标签中等待呼出结果的返回。  The outbound tag extends the object tag with a custom classid. The outgoing call tag also has a video parameter indicating whether or not to make a video call. The outgoing call tag also has a calling, called, and call answer timeout parameter, and defines a parameter for obtaining an identifier assigned to the call after the call is answered. Since the outgoing call tag is an asynchronous tag, it is necessary to wait for the return of the outgoing call result in the event waiting tag.
3. 加入会议标签 加入会议标签调用方法可定义为: classid="method://Conf/ConfAddUser" 在外呼一个用户成功后, 可以使用呼加入会议标签将用户加入一个会 议。 此标签为异步标签。 加入会议标签参数如下: 3. Join the conference label Join the conference label call method can be defined as: classid="method://Conf/ConfAddUser" After a user is successfully called out, you can use the call to join conference tab to join the user to a conference. This tag is an asynchronous tag. Join the conference label parameters as follows:
Figure imgf000008_0002
Figure imgf000008_0002
加入会议标签返回值如下:
Figure imgf000008_0003
Join the meeting label to return the following values:
Figure imgf000008_0003
加入会议标签通过自定义 classid扩展了 object标签。 在外呼一个用户 成功后, 可以使用呼加入会议标签将用户加入一个会议。 加入会议标签需要 定义的参数有: 会场号、 加入会议的类型或权限、 用户在会场中的通道号。  Join the meeting tag to extend the object tag with a custom classid. After a user is successfully called out, you can use the Join Conference tab to join the user to a conference. The parameters to be added to the conference label are: the site number, the type or permission to join the conference, and the channel number of the user in the conference site.
4. 事件等待标签 事件等待标签调用方法可定义为: clas sid= " method:〃 function/waitEvent' 主要用于处理异步事件。 本标签是同步标签, 收到希望的事件才处理, 否则应当使用 <goto^^签跳回自身, 使 VXI ( VXML解析器) 重复执行本标 签, 直到希望的事件到来。 事件等待标签参数如下:
Figure imgf000009_0001
Figure imgf000009_0002
4. Event Waiting Tab The event wait tag call method can be defined as: clas sid= " method: 〃 function / waitEvent' is mainly used to handle asynchronous events. This tag is a synchronization tag, it will be processed only after receiving the desired event, otherwise it should use <goto^^ Go back to itself and have VXI (VXML parser) repeat this tag until the desired event arrives. The event wait tag parameters are as follows:
Figure imgf000009_0001
Figure imgf000009_0002
返回值如下:  The return value is as follows:
Figure imgf000009_0003
Figure imgf000009_0003
事件等待标签通过自定义 classid扩展了 object。主要用于处理异步事件。 事件等待标签需要定义一个输出参数, 用于获取到来的事件。这些事件包括: 用户摘机、 用户挂机、 会场中用户加入、 用户退出会场、 超时、 异常等相关 事件。  The event wait tag extends the object by a custom classid. Mainly used to handle asynchronous events. The event wait tag needs to define an output parameter for getting incoming events. These events include: the user picks up the phone, the user hangs up, the user joins in the site, the user quits the site, timeout, exception, and other related events.
5. 停止会议标签 jt匕标签调用方法可定义为: classid="method:// Conf/ReleaseCon 停止会议标签执行后, VXI将中断会议中所有用户的通话, 释放会议资 源。 此标签为异步标签, 执行一次后就认为标签执行完毕, VXI会接着处理 脚本流程。 停止会议标签的参数说明如下:
Figure imgf000010_0001
5. Stop the conference tag jt 匕 tag call method can be defined as: Classid="method:// Conf/ReleaseCon After the session tag is stopped, VXI will interrupt the call of all users in the conference and release the conference resources. This tag is an asynchronous tag. After executing it once, the tag is executed and VXI will process the script. The parameters for stopping the conference label are as follows:
Figure imgf000010_0001
停止会议标签的返回值如下:
Figure imgf000010_0002
The return value of the stop conference label is as follows:
Figure imgf000010_0002
停止会议标签同样是通过自定义 classid扩展了 object标签。 此标签需 要定义会场号参数。 通过上述功能标签的组合使用, 可以实现视频会议功能, 如图 2所示。 图 2是采用本发明所述的扩展标签创建视频会议流程图 , 主要步骤为:  Stopping the meeting tag also extends the object tag with a custom classid. This tag needs to define the site number parameter. Through the combination of the above function tags, the video conferencing function can be realized, as shown in FIG. 2. 2 is a flowchart of creating a video conference by using the extended label according to the present invention, and the main steps are as follows:
1、 用户通过拨打接入码进入 VXML业务流程; 1. The user enters the VXML business process by dialing the access code.
2、脚本调用创建会议标签 CreateConf,指定 IsVedioConf参数值为 1 , 创 建视频会议。 2. The script calls to create a conference label CreateConf, and specifies that the IsVedioConf parameter value is 1 to create a video conference.
3、 视频会议创建成功后, 主叫被自动加入到会议中。 然后使用外呼标 签呼出用户 1 , 呼出成功后使用加入会议标签将其加入到会议中。 外呼标签 在执行了外呼后, 脚本不会停在此处, 脚本继续呼出其它用户 2 , 同样在执 行了外呼后, 脚本不会停在此处, 而是继续执行下面的流程。 这里还可以继 续呼出其它用户, 在这些异步标签执行后跳转到事件等待标签中去处理。 3. After the video conference is successfully created, the caller is automatically added to the conference. Then use the outbound call to call out the user 1 . After the call is successful, use the Join Conference tab to add it to the conference. Outbound Calls After the outbound call is executed, the script does not stop here, and the script continues to call out other users. 2 Also after the outbound call is executed, the script will not stop here, but will continue with the following process. Here, it is also possible to continue to call out other users, and after these asynchronous tags are executed, jump to the event waiting tag for processing.
4、 在事件等待标签中处理视频会议中的所有的异步事件和消息。 比如 被叫应答事件、 用户加入会议、 用户退出会议、 用户挂机等事件。 4. Process all asynchronous events and messages in the video conference in the Event Waiting tab. For example, the called response event, the user joins the conference, the user exits the conference, the user hangs up, and the like.
5、 会议结束, 释放所有会议资源。 在具体实施过程中 , 上述步骤 3中用户加入会议的方式还包括: a、 会议中呼出用户, 用户应答后直接将用户加入会议, 无需使用加入 会议标签; b、 用户通过拨入方式, 拨打会议接入码加入到会议中; 用户拨打接入 码, 可以触发一个 VXML业务, 在这个业务中使用加入会议标签将用户加入 到已经创建的会议。 在脚本的事件等待标签中可以得到用户加入到会议中这 个事件。 c、 用户通过拨入方式, 拨打会议接入码, 拨通后使用会议加入标签将 用户加入到会议中。 本发明方法的步骤 5中会议结束的方式包括: 1、 脚本使用停止会议标签停止会议。 5. The meeting is over and all meeting resources are released. In the specific implementation process, the manner in which the user joins the conference in the foregoing step 3 includes: a. The user is called out during the conference. After the user answers, the user is directly added to the conference without using the conference label. b. The user dials the conference access code to join the conference. The user dials the access code to trigger a VXML. Business, in this business, use the Join Conference tab to join the user to the conference that has already been created. The event that the user joins the conference can be obtained in the event wait tag of the script. c. The user dials the conference access code by dialing in. After dialing, the conference is added to the label to join the user to the conference. The manner in which the conference ends in step 5 of the method of the present invention includes: 1. The script stops the conference by using the stop conference label.
2、 会议中所有成员都退出了 , 则会议自动终止。 这里可以由 VXML解 析器控制。 VXML解析器知道会议中有多少成员。 综上 , 本发明通过 展 VXML标签, 支持视频参数和异步标签的方法 , 能够提供更加丰富的会议功能, 在本发明的基础上, 还可以进一步扩展出在 会议中播放视频, 录像等功能, 使得 VXML能够支持视频会议。 如图 3所示是本发明实施例的实现视频会议的装置功能模块示意图,如 图 3所示, 根据本发明的实现视频会议的装置, 包括: 在解析 xml文档、 执 行与用户终端的交互的 VXML服务器基础上, 创建会议模块 31 , 根据上述 创建会议标签执行创建会议的功能; 外呼模块 32 , 4艮据上述外呼标签执行外 呼功能; 加入会议模块 33 , 根据加入会议标签执行把获取外呼应答的用户加 入会议的功能; 时间等待模块 34 , 才艮据上述事件等待标签执行时间等待的功 能; 停止会议模块 35 , 才艮据停止上述会议标签执行停止会议功能。 通过本发明实施例的标签组合实现视频会议的方法如下: 1 ) 用户通过 拨打接入码触发 VXML脚本; 2 )脚本调用创建会议标签 (带上视频参数 ) 创建视频会议; 3 )视频会议创建成功后使用外呼标签呼出其它用户, 呼出 成功后使用加入会议标签将其加入到会议中。 除了上述的加入会议方式, 用 户加入会议还有多种方式: 呼出成功后直接加入会议, 不需要使用加入会议 标签; 用户主动呼叫会议加入的方式。 除了创建视频会议和事件等待标签 , 外呼标签和会议中的其它功能标签都是异步标签。外呼标签在执行了外呼后, p本不会停在此处, 而是继续执行下面的流程。 这里的实现方法是异步标签 执行后跳转到事件等待标签中去处理; 4 ) 视频会议中的事件和消息在事件 等待标签中处理。 比如被叫应答事件、 用户加入会议、 用户退出会议、 用户 挂机等事件; 5 )视频会议结束, 释放所有会议资源。 纵上所述, 本发明实施例通过 VXML 实现视频会议的方法扩展了 VXML中的 object标签, 并定义了一系列用于视频会议的标签。 这些标签才广 展了现有的 VXML标签, 增加了支持视频的参数并定义了部分异步标签, 这 些异步标签在执行规定的动作后, 不需要等待规定的动作返回, VXML流程 仍然继续向下执行, 可以在会议中同时呼叫多个用户。 应当理解的是, 上述针对 VXML标签的定义和各具体步骤的举例说明 较为具体, 并不能因此而认为是对本发明的专利保护范围的限制, 本发明的 专利保护范围应以所附权利要求为准。 2. If all members of the meeting have quit, the meeting will be automatically terminated. This can be controlled by the VXML parser. The VXML parser knows how many members are in the meeting. In summary, the present invention can provide a richer conference function by displaying VXML tags and supporting video parameters and asynchronous tags. On the basis of the present invention, functions such as playing video and video in a conference can be further extended. VXML can support video conferencing. FIG. 3 is a schematic diagram of a function module of a device for implementing a video conference according to an embodiment of the present invention. As shown in FIG. 3, an apparatus for implementing a video conference according to the present invention includes: parsing an XML document, and performing interaction with a user terminal. On the basis of the VXML server, the conference module 31 is created, and the function of creating a conference is performed according to the foregoing creation of the conference label; the outbound call module 32, 4 performs the outbound call function according to the outbound call label; and joins the conference module 33, and performs the acquisition according to the join conference label. The function of the user who joins the call to join the conference; the time waiting module 34 waits for the function of the tag execution time waiting according to the above event; the conference module 35 is stopped, and the function of stopping the conference is stopped according to the stop of the conference tag. The method for implementing video conference by using the label combination of the embodiment of the present invention is as follows: 1) The user triggers the VXML script by dialing the access code; 2) the script invokes to create a conference label (with video parameters) to create a video conference; 3) the video conference is successfully created. After using the outbound call tag to call out other users, after the call is successfully sent, join the conference using the Join Conference tab. In addition to the above-mentioned joining mode, there are many ways for users to join the meeting: After the call is successfully sent, the user joins the meeting directly, and does not need to use the join conference label; the user actively calls the conference join mode. In addition to creating video conferencing and event waiting tags, the outbound tag and other feature tags in the meeting are asynchronous tags. After the outbound call is executed, p will not stop here, but continue to perform the following process. The implementation here is that the asynchronous tag is executed and jumped to the event waiting tag for processing; 4) The events and messages in the video conference are processed in the event waiting tag. For example, the called response event, the user joins the conference, the user exits the conference, the user hangs up, and the like; 5) The video conference ends, and all conference resources are released. In the above description, the method for implementing a video conference through VXML in the embodiment of the present invention extends the object tag in the VXML and defines a series of tags for the video conference. These tags extend the existing VXML tags, add support for video parameters, and define partial asynchronous tags. These asynchronous tags do not need to wait for the specified action to return after performing the specified actions. The VXML process continues to execute downward. , you can call multiple users at the same time in a meeting. It should be understood that the above description of the definitions of the VXML tags and the specific steps of the specific steps are not to be construed as limiting the scope of the invention. The scope of the invention should be determined by the appended claims. .

Claims

权 利 要 求 书 Claim
1. 一种通过 VXML实现视频会议的方法, 当用户拨打相应的接入码时触 发 VXML月 务器中的 p本,其特征在于 ,才艮据自定义 classid扩展 object 标签构成创建会议标签、 外呼标签、 加入会议标签和停止会议标签; 所述实现视频会议的方法包括如下步骤: A method for implementing a video conference through VXML, which triggers a p-book in a VXML server when a user dials a corresponding access code, and is characterized in that a custom classid extension object tag is used to create a conference tag, Calling a label, joining a conference label, and stopping a conference label; the method for implementing a video conference includes the following steps:
( 1 ) 所述 VXML 月 务器调用所述创建会议标签,并指定视频参 数, 创建视频会议;  (1) the VXML server invokes the creation of a conference label, and specifies a video parameter to create a video conference;
( 2 )所述创建会议标签返回值为成功以后, 所述 VXML服务器 将主叫用户加入到会议中 , 然后再调用所述外呼标签依次呼出各个被 叫用户;  (2) After the return value of the created conference label is successful, the VXML server adds the calling user to the conference, and then invokes the outbound call label to sequentially call out each called user;
( 3 ) 当所述外呼标签的被叫用户返回值为呼出成功时, 所述 VXML服务器调用所述加入会议标签将相关的所述被叫用户加入到会 议中;  (3) when the returned value of the called user of the outbound call is successful, the VXML server invokes the join conference label to join the related called user to the conference;
( 4 )所述 VXML服务器调用所述停止会议标签, 释放所有会议 资源。  (4) The VXML server invokes the stop conference label to release all conference resources.
2. 如权 1所述的方法 , 其特征在于 , 还才艮据自定义 classid扩展 object标 签构成事件等待标签; 在所述步骤 (2 ) 中, 所述 VXML服务器调用 所述外呼标签呼出被叫用户后, 继续按照脚本向下执行, 所述 VXML 服务器调用所述事件等待标签获取所述外呼标签的返回值。 2. The method according to claim 1, wherein the event tag is further configured according to the custom classid extension object tag; in the step (2), the VXML server invokes the outbound call tag to be called After the user is called, the script continues to execute downward according to the script, and the VXML server calls the event waiting tag to obtain the return value of the outbound call tag.
3. 如权 2所述的方法, 其特征在于, 所述 VXML服务器执行了加入会议 标签后, 继续按照脚本向下执行, 所述加入会议标签的返回值在所述 事件等待标签中处理。 3. The method according to claim 2, wherein after the VXML server performs the join conference label, the proxy continues to execute according to the script, and the return value of the join conference label is processed in the event waiting tag.
4. 如权 2所述的方法, 其特征在于, 所述 VXML服务器执行了停止会议 标签后, 继续按照脚本向下执行, 所述停止会议标签的返回值在所述 事件等待标签中处理。 4. The method according to claim 2, wherein after the VXML server executes the stop conference label, the proxy continues to execute according to the script, and the return value of the stop conference label is processed in the event wait tag.
5. 如权 1至 4任一项所述的方法, 其特征在于, 在步骤( 3 ) 中被叫用户 在呼出成功后被直接加入会议。 5. The method of any of claims 1 to 4, characterized in that, in step (3), the called user is directly joined to the conference after the call is successfully made.
6. 如权 5所述的方法, 其特征在于, 在所述步骤 ( 1 )之后, 在用户拨打 会议接入码并且拨通时 , 所述 VXML服务器调用加入会议标签将所述 用户力。入到会议中, 或者将所述用户直接加入到会议中。 6. The method of claim 5, wherein, after the step (1), when the user dials the conference access code and dials, the VXML server invokes the join conference label to apply the user strength. Enter the meeting or join the user directly to the meeting.
7. 如权 6所述的方法, 其特征在于, 所述外呼标签还带有主叫、 被叫、 呼叫应答超时参数, 同时定义一个参数用于获取呼叫应答后分配给此 呼叫的标识符。 7. The method according to claim 6, wherein the outbound call tag further has a calling, called, and call answer timeout parameter, and defines a parameter for obtaining an identifier assigned to the call after the call is answered. .
8. 一种通过 VXML实现视频会议的装置, 包括解析 xml文档、 执行与用 户终端的交互的 VXML服务器 , 其特征在于 , 还包括由所述 VXML 月 务器按照视频会议脚本调用的如下模块: 8. An apparatus for implementing a video conference by VXML, comprising: a VXML server for parsing an xml document and performing interaction with a user terminal, wherein the VXML server further includes the following module called by the VXML server according to the video conference script:
创建会议模块, 用于指定视频参数, 创建视频会议平台; 外呼模块 , 用于依次创建呼叫标志呼出各个被叫用户; 加入会议模块 , 用于把获取外呼应答的被叫用户力 p入会议; 停止会议模块 , 用于在会议结束时释放所有会议资源。  Create a conference module, which is used to specify video parameters, and create a video conference platform; an external call module, which is used to sequentially create a call sign to call out each called user; and join a conference module, which is used to input the called user who obtains the external call response into the conference. ; Stop the conference module to release all conference resources at the end of the conference.
9. 如权 8所述的装置, 其特征在于, 还包括事件等待模块, 用于处理所 述外呼模块呼叫的被叫用户的返回信息 , 和 /或所述加入会议模块加入 的所述用户的返回信息 , 和 /或执行所述停止会议模块以后的返回信 息。 9. The device of claim 8, further comprising an event waiting module, configured to process return information of the called user called by the outbound module, and/or the user joining the joining module Return information, and/or return information after the execution of the stop conference module.
10. 如权 9所述的装置, 其特征在于, 在用户拨打会议接入码并且拨通时, 所述加入会议模块将所述用户加入到会议中 ,或者所述 VXML服务器 将所述用户直接加入到会议中。 10. The device according to claim 9, wherein when the user dials the conference access code and dials, the joining conference module adds the user to the conference, or the VXML server directly connects the user Join the meeting.
PCT/CN2009/074378 2009-05-22 2009-10-09 Method and apparatus for implementing video conferencing with vxml WO2010133061A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200910107523.5 2009-05-22
CN 200910107523 CN101895715B (en) 2009-05-22 2009-05-22 Method and device for realizing video conference through VXML

Publications (1)

Publication Number Publication Date
WO2010133061A1 true WO2010133061A1 (en) 2010-11-25

Family

ID=43104761

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2009/074378 WO2010133061A1 (en) 2009-05-22 2009-10-09 Method and apparatus for implementing video conferencing with vxml

Country Status (2)

Country Link
CN (1) CN101895715B (en)
WO (1) WO2010133061A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102149059B (en) * 2010-02-09 2014-08-13 中兴通讯股份有限公司 Method and device for realizing call transfer via VXML (voice extensible markup language)
CN102685337B (en) * 2011-03-17 2014-11-05 中兴通讯股份有限公司 Method and device for achieving voice extensive makeup language (Xml) call control

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1735191A (en) * 2004-08-10 2006-02-15 中兴通讯股份有限公司 Method for holding video conference on video operation platform
CN1770857A (en) * 2004-10-27 2006-05-10 梁松 Interactive voice video conference system based on multi communication platform
CN1976434A (en) * 2006-12-01 2007-06-06 王先来 Method and system for realizing on-line video-frequency conference

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100464555C (en) * 2004-01-20 2009-02-25 联想(北京)有限公司 A system and method for realtime interaction of telephone speech based on voicexml

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1735191A (en) * 2004-08-10 2006-02-15 中兴通讯股份有限公司 Method for holding video conference on video operation platform
CN1770857A (en) * 2004-10-27 2006-05-10 梁松 Interactive voice video conference system based on multi communication platform
CN1976434A (en) * 2006-12-01 2007-06-06 王先来 Method and system for realizing on-line video-frequency conference

Also Published As

Publication number Publication date
CN101895715A (en) 2010-11-24
CN101895715B (en) 2012-12-19

Similar Documents

Publication Publication Date Title
CN101877706B (en) Multi-terminal multimedia conference control system and implementation method
WO2004077796A2 (en) Method and apparatus for providing conference call announcement using sip signalling in a communication system
WO2012037846A1 (en) Method and system for telephone conference
CN101656797A (en) Method, system and device for controlling coloring ring back tone playing
EP2493137B1 (en) Method and device for call controlling based on the intelligent network
WO2006105408A2 (en) Connecting a packet-based call to multiple devices
WO2012062052A1 (en) Method and system for queue processing based on call center
US10931719B2 (en) Early media handling
JP2006191600A (en) Method and apparatus for providing calling subscriber identification sound to call waiting service
WO2011124042A1 (en) Method and apparatus for implementing call hold in click to dial (ctd) call service
WO2010133061A1 (en) Method and apparatus for implementing video conferencing with vxml
CN101159841A (en) Set up box with SIP based video telephone function and implementing method thereof
JP2000059441A (en) Programmable communication interface
CN101099406B (en) Method for realizing service activation operation and subscriber terminal for realizing the same
CN102244700A (en) Method and system for realizing synchronous-ringing group-calling in click-to-dial service
WO2007009386A1 (en) A method and system for realizing the supplementary service related to the hook flash
TW201134185A (en) System and method for managing waiting calls
WO2013091310A1 (en) Method, device and system for terminal to realize call waiting
JP5051368B2 (en) Communication terminal and communication progress display method in communication terminal
WO2012009994A1 (en) Method and talking terminal for implementing multiparty call
WO2016165669A1 (en) Automatic redialling method and device for mobile phone calling busy line, terminal and computer-readable storage medium
CN100461878C (en) Method for realizing media gateway control protocol playback
WO2012151859A1 (en) Method and system for implementing broadcast group call in click to dial service
WO2011153753A1 (en) Method, system and application server for achieving call waiting in click to dial service
WO2007107058A1 (en) A method, a system and a translating apparatus for realizing service activation and service data processing

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 09844813

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 09844813

Country of ref document: EP

Kind code of ref document: A1