WO2011109972A1 - 一种多媒体会议的实现方法和系统 - Google Patents

一种多媒体会议的实现方法和系统 Download PDF

Info

Publication number
WO2011109972A1
WO2011109972A1 PCT/CN2010/074174 CN2010074174W WO2011109972A1 WO 2011109972 A1 WO2011109972 A1 WO 2011109972A1 CN 2010074174 W CN2010074174 W CN 2010074174W WO 2011109972 A1 WO2011109972 A1 WO 2011109972A1
Authority
WO
WIPO (PCT)
Prior art keywords
conference
conf
client
request
web page
Prior art date
Application number
PCT/CN2010/074174
Other languages
English (en)
French (fr)
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 WO2011109972A1 publication Critical patent/WO2011109972A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/40Support for services or applications
    • H04L65/403Arrangements for multi-party communication, e.g. for conferences

Definitions

  • the present invention relates to the field of intelligent network communication, and mainly relates to a method and system for implementing a multimedia conference. Background technique
  • a multimedia conference can be an audio conference or a video conference, or a conference in which audio, video, and data applications coexist.
  • the so-called smart terminal refers to a PC smart terminal such as MSN or QQ.
  • MSN mobile network
  • QQ QQ
  • client server Client Server
  • multimedia conference which is implemented by an Interactive Voice Response (IVR) system, in which a mobile phone user obtains the required information or participates in an interactive service by dialing a designated number.
  • IVR Interactive Voice Response
  • Voice traffic After the process, you can start the IVR business.
  • IVR Interactive Voice Response
  • the main purpose of the present invention is to provide a method and system for implementing a multimedia conference.
  • the user terminal only needs to log in to the web page or the client to perform conference-related operations.
  • the present invention provides a method for implementing a multimedia conference, including:
  • the user logs in to the web page or the client, and sends a request to create a site to the media resource server (MRS) through the conference web server (Conf WS) and the conference service capability server (Conf AS);
  • MRS media resource server
  • Conf WS conference web server
  • Conf AS conference service capability server
  • the user After the MRS is successfully created, the user adds a conference member through the web page or the client, and invites the conference member through the Conf WS and the Conf AS;
  • the conference members hold a meeting on Conf AS.
  • the above method further includes: the user logs in to the web page or the client ends the conference.
  • the user logs in to the web page or the client ends the conference specifically: the user logs in to the web page or the client clicks to end the conference, and sends an HTTP Post request to end the conference to the Conf WS; the Conf WS
  • the TCP request message for ending the conference is sent to the Conf AS, and the Conf AS sends a BYE to the terminal of the invited conference member and the MRS to release the call and the resource; after all the calls and media resources are released, the The Conf AS returns a TCP response message of the end of the conference to the Conf WS; the ConfWS returns an HTTP response of the conference end to the web page or the client, and the web page or the client prompts that the conference has ended.
  • the user logs in to the web page or the client, and sends a request to create a site to the MRS through Conf WS and Conf AS:
  • the user logs in to the web page or the client, and sends a request for creating a conference to the Conf WS through the web page or the client; after receiving the request for creating the conference, the Conf WS sends a create conference to the Conf AS.
  • the message for creating a conference is a Transmission Control Protocol (TCP) message for creating a conference; or a Binary Layer Control Protocol (BFCP) message for creating a conference.
  • TCP Transmission Control Protocol
  • BFCP Binary Layer Control Protocol
  • the user adds the conference member through the web page or the client, and invites the conference member through Conf WS and Conf AS as:
  • the Conf WS After the MRS is successfully created, the Conf WS returns a successful HTTP response message to the web page or the client. After receiving the response message, the web page or the client prompts that the site is successfully created and pops up. a conference control interface; the user adds a conference member through the web page or the conference control interface popped up by the client, and after the addition is completed, the request of the conference member is invited to be sent to the conference member terminal through the Conf WS and the Conf AS; After the invitation, the Conf WS saves the status information of the conference members sent by the Conf AS.
  • the meeting of the conference member on the Conf AS further includes: when the conference is held, the Conf WS receives the HTTP Get request for updating the conference information sent by the web page or the client, The web or the client returns an HTTP response, and the response carries the latest state of the conference and the conference member. After receiving the response, the web page or the client displays the specific status information of the member.
  • the client is a client that supports the HTTP protocol.
  • the present invention also provides a multimedia conference implementation system, including: a login module, a ConfWS module, a Conf AS module, and an MRS module;
  • a login module configured to provide a web page or a client, where the user logs in through the login module
  • the web page or the client sends a request for creating a site to the MRS module through the Conf WS module and the Conf AS module, and adds a conference member;
  • a Conf WS module configured to receive a request for creating a site sent by the login module and request a meeting member, and send the request to the Conf AS module;
  • a Conf AS module configured to receive the request for creating a conference site and request a conference member, and send a request for creating a conference site to the MRS module, to provide a platform for the conference member to convene the conference;
  • the MRS module is used to create a site after receiving a request to create a site.
  • the login module is further used for the user to log in to the web or the client to end the conference.
  • the Conf AS and the ConfWS use the TCP message or the BFCP message to implement interworking.
  • the method and system for implementing the multimedia conference provided by the present invention are multimedia conferences based on a browser/server (BS, Browser Server) mode.
  • BS Browser Server
  • the user terminal can perform conference-related operations by logging in to the webpage or the client.
  • Conf AS and ConfWS interworking can be implemented through TCP messages or application layer protocols such as BFCP. It can be implemented by using TCP messages.
  • Conf AS and Conf WS can be interconnected by different vendors. The method is simple and convenient. It can be implemented by using application layer protocols such as BFCP. It has good scalability; Conf WS has a standard interface for HTTP, so the functionality of Conf WS can be provided to clients that support HTTP.
  • FIG. 1 is a schematic flowchart of a method for implementing a multimedia conference according to the present invention
  • FIG. 2 is a schematic structural diagram of an implementation system of a multimedia conference according to the present invention. detailed description
  • the present invention proposes a multimedia conference in the BS mode, and the basic idea is: the user logs in to the web page or the client, and sends a request for creating the site to the media resource server through the conference web server (Conf WS) and the conference service capability server (Conf AS) ( MRS); After the MRS creates the site successfully, the user adds the meeting members through the web page or client, and invites the meeting members through Conf WS and Conf AS; the meeting members hold the meeting on Conf AS.
  • Conf WS conference web server
  • Conf AS conference service capability server
  • a multimedia conference in the BS mode refers to a conference in which a user conducts a conference and a conference through a web browser or a client.
  • a Convergence Control Protocol (TCP) message is used for interworking between a Conf WS (Conference Web Server) and a Conference Service Server (Conf AS, Conference Application Server). It is customized by the present invention, and the format is as shown in Table 1:
  • UNIT8 and UNIT32 represent the type of the variable, [xx] represents the length of the variable, a UNIT8 represents a unit or a byte, a UNIT32 represents 4 UNIT8, and UNIT8[32] indicates that the variable needs to occupy 32 UNIT8 lengths;
  • HTTPSessionld indicates Hypertext Transfer Protocol (HTTP).
  • the service session number is used to identify the request sent by Conf WS.
  • the HTTPSessionld of each request sent by Conf WS is different.
  • CallSessionld indicates the conference service session number, that is, the conference call number, which is filled in when Conf WS sends a request to create a conference.
  • the actual value is generated by Conf AS after the site is created successfully and returned to Conf WS through the invitation member's response message. After that, all the request and response messages of the conference are filled in CallSessionld;
  • Confld indicates the conference number, which is the only meeting.
  • the identifier is generated by the Conf AS in the order of the creation request.
  • the ConfURI indicates the URI (Universal Resource Identifier) of the conference, which is used by the user to join the conference or subscribe to the site information.
  • Functionld indicates the conference operation function number.
  • Reserved is used for message body extension, which is a variable structure length. According to Functionld, the structure of the Reserved content is different, and different conference functions can be implemented.
  • FIG. 1 is a schematic flowchart of a method for implementing a multimedia conference according to the present invention. As shown in FIG. 1, the method includes the following steps:
  • Step 101 The user logs in to the web page or the client, and sends a request for creating the site to the media resource server (MRS, Media Resource Server) through Conf WS and Conf AS; specifically, the user logs in to the web page or the client, through the web page or The client sends a request to create a conference to the Conf WS.
  • the request for creating the conference carries the conference attribute information.
  • the web page or the client sends the conference attribute information to the Conf WS through the Post method, and the client supports the HTTP, by installing the corresponding client software.
  • the client has functions such as QQ, MSN, such as chat, group, voice, etc., and also has the function of talking with the fixed telephone and the mobile phone;
  • the intercommunication between the web page or the client and the Conf WS can be With HTTP
  • the conference attribute information is some parameters related to the conference, such as the duration of the conference, the size of the conference, the theme of the conference, etc. According to the different needs of the user, the types and the number of parameters are also different;
  • Conf WS After receiving the request to create a conference, Conf WS sends a Conf AS to the Conf AS to create a conference.
  • the message that creates the conference carries the conference attribute information.
  • the message for creating the conference can be used but is not limited to the TCP message for creating the conference, or the message of the Binary Floor Control Protocol (BFCP) for creating the conference;
  • the message for creating a conference is a TCP message for creating a conference.
  • the Functionld in the message is 100.
  • the specific content of the conference attribute information carried in the message is shown in Table 2:
  • the Conf AS After receiving the request for creating the conference and the conference attribute information, the Conf AS initializes the conference attribute according to the conference attribute information, that is, sets the value of the parameter in the conference attribute information, and sends a request message for creating the conference site to the MRS, and the message carries the Conf.
  • the AS initializes the conference attribute information.
  • the MRS After receiving the request message for creating the site, the MRS returns 200 OK to the Conf AS, indicating that the request message for creating the site has been received.
  • Step 102 After the MRS is successfully created, the user adds the conference member through the web page or the client, and invites the conference member through the Conf WS and the Conf AS.
  • the MRS creates a site.
  • the method for creating a site by the MRS can be, but is not limited to: the MRS sends its own information, such as an IP address, and the conference attribute information to the terminal where the conference member is located in the media stream, and obtains the terminal where the conference member is located.
  • the information such as the IP address, so that both the MRS and the user terminal know the other party's information, and the conference member can learn the subject of the conference, the length of the conference, and the like through the conference attribute information, and the MRS allocates the media resource and opens the media channel.
  • the MRS sends a response message to the Conf AS.
  • the Conf AS returns a response message to the MRS.
  • the interworking between the Conf ASs generally uses the Session Initiation Protocol (SIP) or the Media Gateway Control Protocol (MGCP).
  • SIP Session Initiation Protocol
  • MGCP Media Gateway Control Protocol
  • the specific protocol used depends on the type of protocol supported by the MRS.
  • Conf AS receives the conference site. Create a successful response message Then, the TCP response message for creating a conference is sent to the Conf WS.
  • the Functionld of the message is 100.
  • the specific content carried in the message is as shown in Table 3:
  • the Conf WS After receiving the TCP response message for creating a conference, the Conf WS returns a successful HTTP response message to the Web page or the client. After receiving the response message, the Web page or the client prompts the user to create the site successfully and pops up the conference.
  • the control interface is added by the user through the web page or the conference control interface popped up by the client. After the addition is completed, the web page or the client will send the HTTP Post request of the conference member to the Conf WS, and the Conf WS receives the After the request, the TCP request message of the inviting conference member is sent to the Conf AS, and the request message carries the number information of the invited conference member.
  • the Functionld is 200 in the TCP message, and the specific content carried in the message is as shown in Table 4:
  • the Conf AS returns a response message to the Conf WS to invite the conference member, indicating that the request has been successfully received.
  • the response message is a TCP response message, and the Functionld is 200 in the message.
  • the specific content carried in the message is as shown in Table 5:
  • Conf WS After receiving the response message from the inviting conference member, Conf WS returns an HTTP response to the web page or client, indicating that the request to invite the conference member has been successfully received by the Conf AS, and the web page or the client displays that the conference member is inviting; Conf AS Sending an invitation message to the terminal of the invited conference member. The terminal returns 180 Ringing to indicate that the invitation message is received, and then returns 200 OK to accept the invitation. The Conf AS returns an ACK to the terminal, indicating that the 200 OK received by the terminal is successfully received, and the terminal side is completed first. Secondary media negotiation, the interworking between Conf AS and the terminal uses SIP;
  • the Conf AS sends an invitation message to the MRS to negotiate the use of the media resource, and the MRS returns 200 OK indicates that the usage negotiation of the media resource is successful.
  • the Conf AS returns an ACK indicating that the 200 OK received by the MRS is successfully received, and the media resource server side media negotiation is completed.
  • the Conf AS obtains the MRS media resource information, and the Conf AS uses the MRS media resource information and the terminal side to perform the terminal side. Second media consultation;
  • the Conf AS sends a successful TCP message to the Conf WS.
  • the Functionld is 300.
  • the specific content carried in the message is shown in Table 6.
  • the Conf WS saves the status information of the conference members sent by the Conf AS. If you want to continue to invite the conference members, the user adds the conference members through the web page or the conference control interface popped up by the client. After the completion, the conference members will be invited to send the HTTP Post request. For Conf WS, the following steps are the same as described above and will not be repeated here.
  • Step 103 the meeting members hold a meeting on the Conf AS;
  • the conference member convene a conference on the Conf AS.
  • the MRS allocates conference resources to the terminals where the conference members are located, so that the terminals of each conference member are connected with the allocated conference resources, and the MRS commands the conference chip. Tones, the conference chip mixes the voice streams from the terminals where the conference members are located, so that each conference member can hear each other's voices; when the conference is held, Conf WS receives the web page or the client sends it.
  • the HTTP Get request for updating the conference information returns an HTTP response to the Web or the client. The response carries the latest status of the conference and conference members. After receiving the response, the Web page or the client displays the member-specific status information, including the conference. Whether the member is online, the number of the meeting member, etc.
  • Step 104 The user logs in to the web page or the client ends the conference;
  • the user logs in to the web page or the client clicks to end the conference, and sends an HTTP Post request to end the conference to Conf WS, and the Conf WS sends a TCP request message for ending the conference to the Conf AS, where the Functionld is 101, in the message.
  • Table 7 The specific contents of carrying are shown in Table 7:
  • the Conf AS sends a BYE to the endpoint of the invited conference member and the MRS to release the call and resources. After all the calls and media resources are released, the Conf AS returns a TCP response message to the Conf WS.
  • the Functionld is 101. The specific content carried in the message is shown in Table 8:
  • Conf WS returns an HTTP response to the end of the meeting to the web page or client, and the web page or client prompts that the meeting has ended.
  • FIG. 2 is a schematic structural diagram of a system for implementing a multimedia conference according to the present invention. As shown in FIG. 2, the system includes: a login module 21, a Conf WS 22, Conf AS 23, MRS 24; among them,
  • the login module 21 is configured to provide a web page or a client.
  • the user logs in to the web page or the client through the login module 21, and sends a request for creating the site to the MRS 24 through the Conf WS 22 and the Conf AS 23, adding the conference member and ending the conference;
  • the Conf WS 22 is configured to receive a request for creating a site sent by the login module 21 and request a meeting member, and send the request to the Conf AS 23;
  • the Conf AS 23 is configured to receive a request for creating a conference site and a request for inviting a conference member, and send a request for creating a conference site to the MRS 24; providing a platform for the conference member to hold the conference;
  • MRS 24 used to create a site after receiving a request to create a site.

Abstract

本发明公开一种多媒体会议的实现方法,该方法包括:用户登录Web页面或客户端,通过会议Web服务器(ConfWS)和会议业务能力服务器(ConfAS)将创建会场的请求发送给媒体资源服务器(MRS);MRS创建会场成功后,用户通过Web页面或客户端添加会议成员,并通过ConfWS和ConfAS邀请会议成员;会议成员在ConfAS上召开会议;本发明还公开了一种多媒体会议的实现系统。根据本发明的技术方案,大大提升了参与会议的用户的易用和方便程度。

Description

一种多媒体会议的实现方法和系统 技术领域
本发明涉及智能网络通信领域, 主要涉及一种多媒体会议的实现方法 和系统。 背景技术
随着以电脑为中心的多媒体技术的普及和提高, 给会议工作带来了新 的手段和方法, 尤其是近些年, 视频会议、 远程教学等可视化信息技术在 智能网络通讯领域得到广泛的应用, 多媒体会议业务在越来越被人们所重 视和推广的 IP多媒体子系统( IMS , IP Multimedia Subsystem )及下一代通 信网络( NGN, Next Generation Network ) 中不断得到普及, 发挥着日益重 要的作用。 多媒体会议可以是一种音频会议或视频会议, 也可以是一种音 频、 视频与数据应用共存的会议。
现有技术中实现的多媒体会议, 如语音视频会议大多依赖于智能终端。 所谓智能终端,指的是例如 MSN、 QQ等 PC智能终端。对于智能终端来说, 如果要进行多媒体会议, 需要用户通过下载并安装这些智能终端来实现多 媒体会议的召开等操作。 这些软件只可以运行在 Internet, 无法实现与客户 机服务器(CS, Client Server ) 的互通, 即无法通过这些智能终端直接呼叫 手机或者固定电话, 而且只能在 Internet内相同的智能终端之间进行呼叫。
还有一种多媒体会议, 是通过交互语音应答 ( IVR, Interactive Voice Response ) 系统来实现的, 手机用户通过拨打指定号码, 来获得所需信息 或者参与互动式的服务。要想实现 IVR系统的多媒体会议, 需要向运营 商申请接入号码资源, 购买相应的语音平台设备与运营商的语音网关进 行信令 /话务中继的连接,搭建自己的服务系统,创建自己的语音业务流 程后, 即可开展 IVR业务。 但是目前没有相应的规范约束这种类型的设 备, 业务的互通性和开放性较差, 不同厂家的设备在业务互通时需要做 大量的协调工作。 发明内容
有鉴于此, 本发明的主要目的在于提供一种多媒体会议的实现方法和 系统,用户终端只需要登录 Web页面或客户端即可进行与会议有关的操作。
为达到上述目的, 本发明的技术方案是这样实现的:
本发明提供一种多媒体会议的实现方法, 包括:
用户登录 Web页面或客户端, 通过会议 Web服务器(Conf WS )和会议 业务能力服务器 (Conf AS ) 将创建会场的请求发送给媒体资源服务器 ( MRS ) ;
所述 MRS创建会场成功后, 用户通过所述 Web页面或客户端添加会议 成员, 并通过所述 Conf WS和 Conf AS邀请会议成员;
所述会议成员在 Conf AS上召开会议。
上述方法中, 还包括: 用户登录所述 Web页面或客户端结束会议。 上述方法中, 所述用户登录 Web页面或客户端结束会议具体为: 用户登录所述 Web 页面或客户端点击结束会议, 并发送结束会议的 HTTP Post请求给所述 Conf WS; 所述 Conf WS将结束会议的 TCP请求消 息发送给所述 Conf AS, 所述 Conf AS向被邀请的会议成员的终端和所述 MRS发送 BYE,进行呼叫和资源的释放;所有呼叫和媒体资源释放完毕后, 所述 Conf AS向 Conf WS返回会议结束的 TCP响应消息;所述 ConfWS向 所述 Web页面或客户端返回会议结束的 HTTP响应, 所述 Web页面或客户 端提示会议已结束。
上述方法中,所述用户登录 Web页面或客户端,通过 Conf WS和 Conf AS将创建会场的请求发送给 MRS为: 用户登录所述 Web页面或客户端,通过所述 Web页面或客户端发送创 建会议的请求给所述 Conf WS;所述 Conf WS在接收到创建会议的请求后, 向所述 Conf AS发送创建会议的消息和会议属性信息; 所述 Conf AS在接 收到创建会议的请求和会议属性信息后,并向所述 MRS发送创建会场的请 求消息。
上述方法中, 所述创建会议的消息是创建会议的传输控制协议(TCP ) 消息; 或者是创建会议的二进制层控制协议(BFCP ) 消息。
上述方法中, 所述 MRS创建会场成功后, 用户通过 Web页面或客户 端添加会议成员, 并通过 Conf WS和 Conf AS邀请会议成员为:
所述 MRS创建会场成功后, 所述 Conf WS向所述 Web页面或客户端 返回会场创建成功的 HTTP响应消息; 所述 Web页面或客户端在受到该响 应消息后, 提示会场创建成功, 并弹出会议控制界面; 用户通过所述 Web 页面或客户端弹出的会议控制界面添加一个会议成员, 添加完毕后将邀请 会议成员的请求通过所述 Conf WS和 Conf AS发送给会议成员的终端; 会 议成员接受邀请后, 所述 Conf WS保存 Conf AS发送的会议成员的状态信 息。
上述方法中, 所述会议成员在 Conf AS上召开会议进一步包括: 在会议召开时, 所述 Conf WS如果收到所述 Web页面或客户端发送的 更新会议信息的 HTTP Get请求, 则向所述 Web或客户端返回 HTTP响应, 响应中携带会议和会议成员的最新状态; 收到响应后, 所述 Web页面或客 户端显示成员具体的状态信息。
上述方法中, 所述客户端是支持 HTTP协议的客户端。
本发明还提供一种多媒体会议的实现系统, 包括: 登录模块、 ConfWS 模块、 Conf AS模块、 MRS模块; 其中,
登录模块, 用于提供 Web页面或客户端, 用户通过登录模块登录所述 Web页面或客户端, 通过 Conf WS模块和 Conf AS模块将创建会场的请求 发送给 MRS模块, 添加会议成员;
Conf WS模块, 用于接收所述登录模块发送的创建会场的请求和邀请 会议成员的请求, 并将请求发送给 Conf AS模块;
Conf AS模块, 用于接收所述 Conf WS模块发送创建会场的请求和邀 请会议成员的请求, 并将创建会场的请求发送给 MRS模块, 为会议成员召 开会议提供平台;
MRS模块, 用于在接收到创建会场的请求后创建会场。
上述系统中, 所述登录模块还用于用户登录 Web或客户端结束会议。 上述系统中, 所述 Conf AS和 ConfWS使用 TCP消息、 或者 BFCP消 息实现互通。
本发明所提供的多媒体会议的实现方法和系统, 是基于浏览器 /服务器 ( BS, Browser Server )模式的多媒体会议, 召开会议时用户终端通过登录 Web 网页或客户端即可进行与会议有关的操作, 大大提升了参与会议的用 户的易用和方便程度; 将会议的功能分离到 Conf AS和 Conf WS两个服务 器, 使得两个服务器专注于执行各自的功能, 降低功能的耦合度, Conf AS 和 ConfWS互通可以通过 TCP消息或使用 BFCP等应用层协议实现, 使用 TCP消息实现, 可以使不同厂家的 Conf AS和 Conf WS互通, 方式简单便 捷, 使用 BFCP等应用层协议实现, 可以实现互通方式标准化, 具有较好 的扩展性; Conf WS拥有 HTTP的标准接口, 所以 Conf WS的功能可以提 供给支持 HTTP的客户端。 附图说明
图 1为本发明多媒体会议的实现方法的流程示意图;
图 2为本发明多媒体会议的实现系统的结构示意图。 具体实施方式
本发明提出 BS模式的多媒体会议, 其基本思想是: 用户登录 Web页面 或客户端, 通过会议 Web服务器(Conf WS )和会议业务能力服务器( Conf AS )将创建会场的请求发送给媒体资源服务器(MRS ) ; MRS创建会场成 功后,用户通过 Web页面或客户端添加会议成员,并通过 Conf WS和 Conf AS 邀请会议成员; 会议成员在 Conf AS上召开会议。
BS模式的多媒体会议, 指用户通过 Web浏览器或者客户端进行会议的 召开和会议的控制操作。
在本发明的具体实施例中,会议 Web服务器( Conf WS, Conference Web Server )和会议业务能力月良务器 ( Conf AS, Conference Application Server ) 互通所用的传输控制协议 ( TCP, Transmission Control Protocol ) 消息是本 发明自定义的, 格式如表 1所示:
Figure imgf000007_0001
表 1
其中, UNIT8和 UNIT32表示变量的类型, [xx]表示变量的长度, 一个 UNIT8 表示一个单位或者一个字节, 一个 UNIT32 表示 4 个 UNIT8 , UNIT8[32]表示变量需要占用 32个 UNIT8的长度; Identity表示消息标识, 用于区分是会议使用的 TCP 消息, 还是其他普通的 TCP 消息; HTTPSessionld表示超文本传输协议 ( HTTP, Hyper Text Transfer Protocol ) 服务会话号, 用于标识 Conf WS发出的请求, 每次由 Conf WS发出的请求 的 HTTPSessionld各不相同; CallSessionld表示会议服务会话号, 即会议的 呼叫号, 在 Conf WS发送创建会议的请求时填写为 0, 实际值在会场创建 成功后由 Conf AS生成并将其通过邀请会员的响应消息返回给 Conf WS , 此后该会议的所有请求及响应消息都填写 CallSessionld; Confld表示会议 号, 是会议的唯一标识, 会场创建成功后由 Conf AS按创建请求的顺序生 成; ConfURI表示会议的资源标志符( URI, Universal Resource Identifier ), 供用户加入会议或订阅会场信息等操作使用; Functionld表示会议操作功 能号, 用于区分具体的会议操作, 如创建会场、 结束会议、 邀请成员等; Reserved用于消息体扩展,为可变结构长度,根据 Functionld不同, Reserved 内容的结构不同, 可以实现不同的会议功能。
下面通过附图及具体实施例对本发明再做进一步的详细说明。
本发明提供一种多媒体会议的实现方法, 图 1 是本发明多媒体会议的 实现方法的流程示意图, 如图 1所示, 该方法包括以下步骤:
步骤 101 , 用户登录 Web页面或客户端, 通过 Conf WS和 Conf AS将 创建会场的请求发送给媒体资源服务器 ( MRS , Media Resource Server ); 具体的, 用户登录 Web页面或客户端, 通过 Web页面或客户端发送创 建会议的请求给 Conf WS, 创建会议的请求中携带会议属性信息, Web页 面或客户端是通过 Post方式将会议属性信息发送到 Conf WS, 客户端支持 HTTP, 通过安装相应客户端软件即可实现, 客户端具有如 QQ、 MSN的功 能, 例如聊天、 群组、 语音等, 同时还具备与固定电话和移动电话进行通 话的功能; Web页面或客户端与 Conf WS之间的互通可以使用 HTTP , 会 议属性信息是与会议相关的一些参数, 如会议持续时长、 会议人数规模, 会议主题等, 根据用户的不同需求, 参数的种类和个数也不同;
Conf WS在接收到创建会议的请求后, 向 Conf AS发送创建会议的消 息, 创建会议的消息中携带有会议属性信息, 创建会议的消息可以釆用但 不限于创建会议的 TCP 消息, 也可以是创建会议的二进制层控制协议 ( BFCP , Binary Floor Control Protocol )消息; 如果创建会议的消息是创建 会议的 TCP消息, 该消息中的 Functionld是 100, 消息中携带的会议属性 信息的具体内容如表 2所示:
Figure imgf000009_0001
表 2
Conf AS在接收到创建会议的请求和会议属性信息后,根据会议属性信 息初始化会议属性, 即设置会议属性信息中的参数的数值, 并向 MRS发送 创建会场的请求消息, 消息中携带有经过 Conf AS初始化的会议属性信息, MRS接收到创建会场的请求消息后, 向 Conf AS返回 200OK, 表示创建 会场的请求消息已经接收。 步骤 102, MRS创建会场成功后, 用户通过 Web页面或客户端添加会 议成员, 并通过 Conf WS和 Conf AS邀请会议成员;
具体的, MRS创建会场, MRS创建会场的方法可以但不限于是: MRS 将自身的信息如 IP地址等、 以及会议属性信息以媒体流的方式发送给会议 成员所在终端, 同时得到会议成员所在终端的信息, 如 IP 地址等, 这样 MRS和用户终端都知道对方的信息, 并且会议成员可以通过会议属性信息 了解到会议的主题、 会议的时间长度等信息, 同时 MRS分配媒体资源并打 开媒体信道, MRS创建会场成功; MRS创建会场成功后, 向 Conf AS发送 会场创建成功的响应消息, Conf AS收到会场创建成功的响应消息后向 MRS 返回 200OK, 表示收到会场创建成功的响应消息, MRS和 Conf AS之间的 互通一般使用会话发起协议 ( SIP, Session Initiation Protocol )或者媒体网 关控制协议(MGCP, Media Gateway Control Protocol ), 具体使用的协议 根据 MRS支持的协议类型而定; Conf AS收到会场创建成功的响应消息后, 向 Conf WS发送创建会议成功的 TCP响应消息,该消息的 Functionld是 100, 消息中携带的具体内容如表 3所示:
Figure imgf000010_0001
表 3
Conf WS收到创建会议成功的 TCP响应消息后, 向 Web页面或客户端 返回会场创建成功的 HTTP响应消息, Web页面或客户端在收到该响应消 息后, 提示用户会场创建成功, 并弹出会议控制界面; 用户通过 Web页面 或客户端弹出的会议控制界面添加会议成员, 添加完毕后, Web 页面或客 户端将邀请会议成员的 HTTP Post请求发送给 Conf WS , Conf WS在接收 到该请求后发送邀请会议成员的 TCP请求消息给 Conf AS , 该请求消息中 携带被邀请的会议成员的号码信息, 该 TCP消息中 Functionld是 200, 消 息中携带的具体内容如表 4所示:
Figure imgf000011_0001
表 4
Conf AS向 Conf WS返回邀请会议成员的响应消息, 表示请求已经成 功接收, 该响应消息是 TCP响应消息, 消息中 Functionld是 200 , 消息中 携带的具体内容如表 5所示:
Figure imgf000011_0002
表 5
Conf WS收到邀请会议成员的响应消息后, 向 Web页面或客户端返回 HTTP响应,表示邀请会议成员的请求已经被 Conf AS成功接收, Web页面 或客户端上显示会议成员正在邀请中; Conf AS向被邀请的会议成员的终端 发送邀请消息,终端先返回 180 Ringing表示收到邀请消息,然后返回 200OK 表示接受邀请, Conf AS向终端返回 ACK表示终端发送的 200OK接收成功, 完成终端侧的第一次媒体协商, Conf AS与终端的互通使用 SIP;
Conf AS向 MRS发送邀请信息进行媒体资源的使用协商, MRS返回 200OK表示媒体资源的使用协商成功, Conf AS返回 ACK表示 MRS返回 的 200OK接收成功, 完成媒体资源服务器侧媒体协商, Conf AS得到 MRS 媒体资源信息, Conf AS使用 MRS媒体资源信息与终端侧进行终端侧的第 二次媒体协商;
Conf AS向 Conf WS发送会议成员加入成功的 TCP消息, 该消息中 Functionld是 300 , 消息中携带的具体内容如表 6所示:
Figure imgf000012_0001
表 6
Conf WS保存 Conf AS发送的会议成员的状态信息; 如果还想继续邀 请会议成员, 用户通过 Web页面或客户端弹出的会议控制界面再添加会议 成员, 填写完毕后将邀请会议成员的 HTTP Post请求发送给 Conf WS, 后 面的步骤与前面的描述一样, 这里不再重复。
步骤 103 , 会议成员在 Conf AS上召开会议;
具体的, 在邀请会议成员成功后, 会议成员在 Conf AS上召开会议, MRS为各个会议成员所在终端分配会议资源, 使各个会议成员所在终端与 所分配的会议资源对应连接, MRS命令会议芯片混音, 会议芯片把来自各 个会议成员所在终端的语音流进行混音处理, 这样就能使得各个会议成员 可以听到彼此的声音; 在会议召开时, Conf WS如果收到 Web页面或客户 端发送的更新会议信息的 HTTP Get请求, 就向 Web或客户端返回 HTTP 响应, 响应中携带会议和会议成员的最新状态, 收到响应后, Web 页面或 客户端显示成员具体的状态信息, 该信息包括会议成员是否在线, 会议成 员的号码等。 步骤 104, 用户登录 Web页面或客户端结束会议;
具体的, 用户登录 Web页面或客户端点击结束会议, 并发送结束会议 的 HTTP Post请求给 Conf WS , Conf WS将结束会议的 TCP请求消息发送 给 Conf AS , 该 TCP消息中 Functionld为 101 , 消息中携带的具体内容如表 7所示:
Figure imgf000013_0001
表 7
Conf AS向被邀请的会议成员的终端和 MRS发送 BYE, 进行呼叫和资 源的释放, 所有呼叫和媒体资源释放完毕后, Conf AS向 Conf WS返回会 议结束的 TCP响应消息, 该消息中 Functionld为 101 , 消息中携带的具体 内容如表 8所示:
Figure imgf000013_0002
表 8
Conf WS向 Web页面或客户端返回会议结束的 HTTP响应, Web页面 或客户端提示会议已结束。
为实现上述方法, 本发明还提供了一种多媒体会议的实现系统, 图 2 是本发明多媒体会议的实现系统的结构示意图, 如图 2所示, 该系统包括: 登录模块 21、 Conf WS 22、 Conf AS 23、 MRS 24; 其中,
登录模块 21 , 用于提供 Web页面或客户端, 用户通过登录模块 21登 录 Web页面或客户端, 通过 Conf WS 22和 Conf AS 23将创建会场的请求 发送给 MRS 24 , 添加会议成员和结束会议; Conf WS 22, 用于接收登录模块 21发送的创建会场的请求和邀请会议 成员的请求, 并将请求发送给 Conf AS 23;
Conf AS 23 , 用于接收 Conf WS 22发送创建会场的请求和邀请会议成 员的请求, 并将创建会场的请求发送给 MRS 24; 为会议成员召开会议提供 平台;
MRS 24, 用于在接收到创建会场的请求后创建会场。
以上所述, 仅为本发明的较佳实施例而已, 并非用于限定本发明的保 护范围, 凡在本发明的精神和原则之内所作的任何修改、 等同替换和改进 等, 均应包含在本发明的保护范围之内。

Claims

权利要求书
1、 一种多媒体会议的实现方法, 其特征在于, 该方法包括:
用户登录 Web页面或客户端, 通过会议 Web服务器( Conf WS )和会 议业务能力服务器 (Conf AS )将创建会场的请求发送给媒体资源服务器 ( MRS );
所述 MRS创建会场成功后, 用户通过所述 Web页面或客户端添加会 议成员, 并通过所述 Conf WS和 Conf AS邀请会议成员;
所述会议成员在 Conf AS上召开会议。
2、 根据权利要求 1所述的方法, 其特征在于, 该方法还包括: 用户登 录所述 Web页面或客户端结束会议。
3、根据权利要求 2所述的方法, 其特征在于, 所述用户登录 Web页面 或客户端结束会议具体为:
用户登录所述 Web 页面或客户端点击结束会议, 并发送结束会议的 HTTP Post请求给所述 Conf WS; 所述 Conf WS将结束会议的 TCP请求消 息发送给所述 Conf AS, 所述 Conf AS向被邀请的会议成员的终端和所述 MRS发送 BYE,进行呼叫和资源的释放;所有呼叫和媒体资源释放完毕后, 所述 Conf AS向 Conf WS返回会议结束的 TCP响应消息;所述 Conf WS向 所述 Web页面或客户端返回会议结束的 HTTP响应, 所述 Web页面或客户 端提示会议已结束。
4、根据权利要求 1所述的方法, 其特征在于, 所述用户登录 Web页面 或客户端, 通过 Conf WS和 Conf AS将创建会场的请求发送给 MRS为: 用户登录所述 Web页面或客户端,通过所述 Web页面或客户端发送创 建会议的请求给所述 Conf WS;所述 Conf WS在接收到创建会议的请求后, 向所述 Conf AS发送创建会议的消息和会议属性信息; 所述 Conf AS在接 收到创建会议的请求和会议属性信息后,并向所述 MRS发送创建会场的请 求消息。
5、 根据权利要求 4所述的方法, 其特征在于, 所述创建会议的消息是 创建会议的传输控制协议(TCP )消息; 或者是创建会议的二进制层控制协 议 ( BFCP ) 消息。
6、 根据权利要求 1所述的方法, 其特征在于, 所述 MRS创建会场成 功后, 用户通过 Web页面或客户端添加会议成员, 并通过 ConfWS和 Conf AS邀请会议成员为:
所述 MRS创建会场成功后, 所述 Conf WS向所述 Web页面或客户端 返回会场创建成功的 HTTP响应消息; 所述 Web页面或客户端在受到该响 应消息后, 提示会场创建成功, 并弹出会议控制界面; 用户通过所述 Web 页面或客户端弹出的会议控制界面添加一个会议成员, 添加完毕后将邀请 会议成员的请求通过所述 Conf WS和 Conf AS发送给会议成员的终端; 会 议成员接受邀请后, 所述 Conf WS保存 Conf AS发送的会议成员的状态信 息。
7、根据权利要求 1所述的方法,其特征在于,所述会议成员在 Conf AS 上召开会议进一步包括:
在会议召开时, 所述 ConfWS如果收到所述 Web页面或客户端发送的 更新会议信息的 HTTP Get请求, 则向所述 Web或客户端返回 HTTP响应, 响应中携带会议和会议成员的最新状态; 收到响应后, 所述 Web页面或客 户端显示成员具体的状态信息。
8、 根据权利要求 1至 7任一项所述的方法, 其特征在于, 所述客户端 是支持 HTTP协议的客户端。
9、 一种多媒体会议的实现系统, 其特征在于, 该系统包括: 登录模块、 ConfWS模块、 Conf AS模块、 MRS模块; 其中,
登录模块, 用于提供 Web页面或客户端, 用户通过登录模块登录所述 Web页面或客户端, 通过 Conf WS模块和 Conf AS模块将创建会场的请求 发送给 MRS模块, 添加会议成员;
Conf WS模块, 用于接收所述登录模块发送的创建会场的请求和邀请 会议成员的请求, 并将请求发送给 Conf AS模块;
Conf AS模块, 用于接收所述 Conf WS模块发送创建会场的请求和邀 请会议成员的请求, 并将创建会场的请求发送给 MRS模块, 为会议成员召 开会议提供平台;
MRS模块, 用于在接收到创建会场的请求后创建会场。
10、 根据权利要求 9所述的系统, 其特征在于, 所述登录模块还用于 用户登录 Web或客户端结束会议。
11、 根据权利要求 9或 10所述的系统, 其特征在于, 所述 Conf AS和 ConfWS使用 TCP消息、 或者 BFCP消息实现互通。
PCT/CN2010/074174 2010-03-08 2010-06-21 一种多媒体会议的实现方法和系统 WO2011109972A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201010119437.9A CN101815067B (zh) 2010-03-08 2010-03-08 一种多媒体会议的实现方法和系统
CN201010119437.9 2010-03-08

Publications (1)

Publication Number Publication Date
WO2011109972A1 true WO2011109972A1 (zh) 2011-09-15

Family

ID=42622184

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2010/074174 WO2011109972A1 (zh) 2010-03-08 2010-06-21 一种多媒体会议的实现方法和系统

Country Status (2)

Country Link
CN (1) CN101815067B (zh)
WO (1) WO2011109972A1 (zh)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103348628B (zh) * 2011-11-10 2016-11-02 华为技术有限公司 一种会议控制的方法及装置
CN103457746A (zh) * 2012-06-05 2013-12-18 中兴通讯股份有限公司 会议数据的传输方法及装置
CN103546717A (zh) * 2012-07-16 2014-01-29 中兴通讯股份有限公司 音视频会议连接的建立方法及装置
CN104301127B (zh) * 2014-09-29 2017-11-14 大唐移动通信设备有限公司 一种会议控制的方法和设备
CN107276772A (zh) * 2016-04-06 2017-10-20 中兴通讯股份有限公司 一种云会议系统的应用方法及支付服务平台系统
TWI654880B (zh) 2017-06-23 2019-03-21 圓展科技股份有限公司 多方視訊會議的執行方法
CN109586930B (zh) * 2017-09-29 2021-03-16 腾讯科技(深圳)有限公司 与会用户添加方法、第一终端、第二终端及处理服务器
CN110401809B (zh) * 2018-04-25 2021-06-29 视联动力信息技术股份有限公司 一种强制停止视联网会议的方法及装置
CN114050944B (zh) * 2021-10-19 2023-09-26 厦门亿联网络技术股份有限公司 一种本地网络会议的通信方法、装置及系统

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1353544A (zh) * 2000-11-10 2002-06-12 华为技术有限公司 视讯业务系统视讯业务运营方法及业务中心
CN101039203A (zh) * 2007-03-02 2007-09-19 华为技术有限公司 一种接入设备、会议接入方法和会议业务系统
CN101257395A (zh) * 2007-02-27 2008-09-03 中国移动通信集团公司 支持多媒体会议预约的系统及方法
CN101345845A (zh) * 2008-08-15 2009-01-14 中兴通讯股份有限公司 一种在ims环境中实现视频会议业务的方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1353544A (zh) * 2000-11-10 2002-06-12 华为技术有限公司 视讯业务系统视讯业务运营方法及业务中心
CN101257395A (zh) * 2007-02-27 2008-09-03 中国移动通信集团公司 支持多媒体会议预约的系统及方法
CN101039203A (zh) * 2007-03-02 2007-09-19 华为技术有限公司 一种接入设备、会议接入方法和会议业务系统
CN101345845A (zh) * 2008-08-15 2009-01-14 中兴通讯股份有限公司 一种在ims环境中实现视频会议业务的方法

Also Published As

Publication number Publication date
CN101815067A (zh) 2010-08-25
CN101815067B (zh) 2014-09-10

Similar Documents

Publication Publication Date Title
TWI239172B (en) Method and system for group communications
WO2011109972A1 (zh) 一种多媒体会议的实现方法和系统
US8281369B2 (en) Method and apparatus for creating secure write-enabled web pages that are associated with active telephone calls
US8195147B2 (en) Method of enabling a combinational service and communication network implementing the service
CN108347337B (zh) 会议通信方法和装置
JP2008523662A (ja) 画像ベースのプッシュ・ツー・トークのユーザインタフェース向き画像交換方法
MXPA02005032A (es) Metodo y sistema para liberar una unidad de respuesta de voz de una sesion de protocolo.
EP2658232A1 (en) Method and system for an optimized multimedia communications system
CN102148775B (zh) 网页呼叫服务网关、呼叫服务系统和方法
US8379544B2 (en) Communications
WO2009052746A1 (fr) Méthode de lancement de conférences, mandataire de services d'applications, serveur de conférences et système associé
WO2010075696A1 (zh) 一种支持手机电视节目共享的系统和方法
WO2011017889A1 (zh) 一种多媒体会议的实现方法及系统
WO2010102588A1 (zh) 一种多媒体会议控制方法和系统
AU2007316108B2 (en) Session based communication
WO2010069176A1 (zh) 实现pc客户端绑定硬终端时召开会议的方法、登录服务器、会议服务器及pc客户端
WO2008052488A1 (fr) Procede de traitement associe d'informations de service et serveur de service
EP2018760A2 (en) Telecommunications system and method of initiating file transfers from voice endpoints
CN112751827B (zh) 一种sip多方会话在宽带集群中的应用方法及系统
WO2010091567A1 (zh) 一种点击拨号业务到多媒体会议业务的切换系统及方法
CN101877708A (zh) 一种ims网络中实现多媒体会议的方法和系统
KR100701125B1 (ko) 컨퍼런스 서비스 제공 방법과 그 장치, 컨퍼런스 서비스제공을 위한 음성 데이터 제공 방법 및 그 장치
CN101594623B (zh) 一种互联网协议语音呼叫的监听方法及设备
EP1858218B1 (en) Method and entities for providing call enrichment of voice calls and semantic combination of several service sessions to a virtual combined service session
WO2012009909A1 (zh) 会话启动协议sip终端参加多媒体会议的方法及系统

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: 10847230

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: 10847230

Country of ref document: EP

Kind code of ref document: A1