WO2010102588A1 - Method and system for control multimedia conference - Google Patents

Method and system for control multimedia conference Download PDF

Info

Publication number
WO2010102588A1
WO2010102588A1 PCT/CN2010/071048 CN2010071048W WO2010102588A1 WO 2010102588 A1 WO2010102588 A1 WO 2010102588A1 CN 2010071048 W CN2010071048 W CN 2010071048W WO 2010102588 A1 WO2010102588 A1 WO 2010102588A1
Authority
WO
WIPO (PCT)
Prior art keywords
module
conference
group
control request
batch operation
Prior art date
Application number
PCT/CN2010/071048
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 WO2010102588A1 publication Critical patent/WO2010102588A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/02Details
    • H04L12/16Arrangements for providing special services to substations
    • H04L12/18Arrangements for providing special services to substations for broadcast or conference, e.g. multicast
    • H04L12/1813Arrangements for providing special services to substations for broadcast or conference, e.g. multicast for computer conferences, e.g. chat rooms
    • H04L12/1822Conducting the conference, e.g. admission, detection, selection or grouping of participants, correlating users to one or more conference sessions, prioritising transmission

Definitions

  • the present invention relates to the field of communications technologies, and in particular, to a multimedia conference control method and system. Background technique
  • Parlay X is a set of interface specifications defined by the 3GPP, Third Generation Partnership Project and the European Telecommunication Standards Institute (ETSI) standard organization, which defines a multimedia conference ( Multimedia Conference ) interface, which includes create conference, get Conference Info, end conference, invite Participant, request conference member to leave (disconnect Participant) ), get member information ( get Participant Info ) and get some meeting member information ( get Participants ) and other 7 operations.
  • ETSI European Telecommunication Standards Institute
  • a simple process for creating a multimedia conference through an parlay X interface includes: an application first creates a multimedia conference through a create conference operation in a Parlay X interface; and obtains a current semantic state through a get Conference Info operation, including the current The number of participants, the duration of the meeting, the start time, etc.; the application invites the user to join the meeting through the invite Participant operation in the multimedia conference created by the application; the application obtains the status of the currently invited user in the right-in-one by the get Conference Info and the get Participant Info operation.
  • the purpose of the embodiments of the present invention is to provide a multimedia conference control method and system, which can change the existing multimedia conference control mode, reduce signaling interaction, and improve interface usage efficiency.
  • the embodiment of the present invention provides the following technical solutions:
  • a multimedia conference control method includes: Determining, according to the batch operation identifier carried in the received first conference control request, the batch operation object identifier;
  • a multimedia meaning control system including:
  • a service opening module configured to receive a first conference control request, and carry a batch operation identifier in the conference control request
  • a service execution module configured to determine, according to the batch operation identifier carried in the first conference control request received by the service open module, a batch operation object identifier, where the bulk operation object identifier acquires a batch operation parameter, and the batch operation parameter is used according to the batch operation parameter
  • the adaptation module sends a second conference control request
  • the service adaptation module is configured to forward the received second conference control request to the multimedia conference server.
  • the batch operation object identifier is determined according to the batch operation identifier carried in the received first control request, and the batch operation parameter is obtained according to the batch operation object identifier;
  • the multimedia conference server sends a second conference control request, where the multimedia conference server performs a corresponding operation according to the second conference control request, and the application sends a conference control request to perform a batch operation, where, regardless of the number of objects in the batch operation Both can be completed by one control request, which greatly reduces the interaction signaling between the application and the Parlay X multimedia capability system, improves the success rate and stability of the operation, saves network resources, and improves network utilization.
  • FIG. 1 is a flow chart of a method according to an embodiment of the present invention.
  • FIG. 2 is a signaling flow diagram of a method according to an embodiment of the present invention.
  • FIG. 3 is a signaling flow diagram of a method according to another embodiment of the present invention.
  • FIG. 4 is a signaling flow diagram of a method according to another embodiment of the present invention.
  • FIG. 5 is a schematic structural diagram of a system according to an embodiment of the present invention.
  • FIG. 6 is a schematic structural diagram of a system according to another embodiment of the present invention.
  • FIG. 7 is a schematic structural diagram of a system according to another embodiment of the present invention
  • FIG. 8 is a schematic structural diagram of a system according to another embodiment of the present invention. . detailed description
  • the method provided by the embodiment of the present invention specifically includes:
  • Step 101 Determine a batch operation object identifier according to the batch operation identifier carried in the received first conference control request.
  • the first conference control request is generally initiated by an application, and the batch operation identifier may be determined according to needs. For example, it may be represented by a flag of the first conference control request, or may be set by a parameter such as is batch, which is not limited by the present invention.
  • the objects of the batch operation are distinguished by the batch operation object identifier.
  • the object of the batch operation includes a conference or a conference member.
  • an application can apply to create 10 meetings, or invite 10 meeting members in a meeting, or request 7 of them to leave in a single-minded process.
  • the batch operation object identifier may be an independent parameter, and the batch conference operation object is distinguished by different values; or may be only some attributes of a parameter, for example, the name of a parameter is the number of conferences, then the name has been explicitly indicated.
  • the object of this operation is the conference, which plays the role of batch operation object identification.
  • the batch operation object identifier is read, and according to the batch operation object identifier, it is determined whether the current batch operation object is a true meaning or a member.
  • Step 102 Acquire batch operation parameters according to the batch operation object identifier.
  • the batch operation parameter is corresponding to the batch operation object.
  • the parameter of the batch operation is the number of conferences that need to be batch controlled;
  • the parameter of the batch operation is a conference member list, which indicates which specific conference member is involved in the conference control operation.
  • the second conference operation request is formed according to the batch operation parameter.
  • the conference control is a conference creation, and if the batch operation parameter is 10, that is, 10 conferences need to be created in batches, the conference server is sent to the multimedia conference server. Send a meeting request 10 times.
  • Step 104 Receive a response from the multimedia conference server.
  • the method provided by the embodiment of the present invention enables the application to implement batch control of the multimedia conference by using one conference control request, which greatly reduces the conference control request signaling sent by the application, improves the success rate and stability of the operation, and saves Network resources have increased network utilization.
  • the multimedia control includes the multimedia creation, the multimedia deletion, the invitation, or the conference member to leave the conference, and the like.
  • the conference control method provided by the embodiment of the present invention is described in detail in conjunction with the conference creation process.
  • the method provided by the embodiment of the present invention includes:
  • S101 Determine an operation object indicated by the batch operation object identifier according to the batch operation identifier carried in the received first conference creation request.
  • the operation object is a conference.
  • the first conference creation request is sent by the application, and the ordinary conference creation request and the batch conference creation request are distinguished by the batch operation identifier in the request.
  • the number of meetings requested to be created is greater than one.
  • S103 Send a second authentication request to the multimedia conference server according to the number of conferences that need to be created in batches.
  • the method provided by the embodiment of the present invention can be applied to a Parlay X multimedia conference capability system, which is composed of a service open module, a service execution module, a batch module, and a service adaptation module.
  • FIG. 2 shows a specific execution process of the method when the method provided by the embodiment of the present invention is applied to the Parlay X multimedia conference capability system, including:
  • Step 201 The application proxy user sends a request to the service open module to create a conference request in batch.
  • the request message carries the identifiers that need to be created in batches and the number of conferences that need to be created in batches.
  • the application communicates with the Parlay X multimedia conference capability system to implement the function of the conference control, and the communication interface is a 3GPP Parlay X multimedia interface protocol.
  • Step 202 The service opening module forwards the batch creation meeting request to the service execution module.
  • Step 203 The service execution module checks whether the creation of the conference request is a batch creation conference request, and if yes, performs step 204, otherwise directly executes a single conference creation process.
  • Step 204 The service execution module sends a batch creation meeting request message to the batch module.
  • Step 205 The batch module constructs a request message for the conference A according to the number of conferences that need to be created in batches.
  • the batch module is specifically configured for the batch processing of the conference. In the embodiment of the present invention, it is used to process the batch creation conference request.
  • step 205 the batch module initiates a corresponding number of conference creation requests according to the number of conferences that need to be created in batches in the batch creation conference request message.
  • Step 206 The batch module initiates a request to create a conference A to the service execution module.
  • Step 207 The service execution module sends a request message for creating the conference A to the service adaptation module.
  • Step 209 The multimedia server returns a response to create a meaning A to the service adaptation module.
  • Step 210 The service adaptation module forwards a response message for creating a conference to the service execution module.
  • Step 212 The batch module starts to create a conference B process. Refer to steps 205 ⁇ 211 for the specific process.
  • Step 213 The batch module starts to create a conference C process. Refer to steps 205 ⁇ 211 for the specific process.
  • Step 214 The batch module constructs a response message for creating a conference in batch according to the result of the previous conference creation.
  • each conference is created by the batch module (step 205), and the batch module receives the response message after each conference is created. (Step 211), so the batch module grasps the process of creating a conference in batches. After all the conferences that need to be created in batches are created, the batch module constructs a response message of the batch creation conference through step 214 to mark the entire batch creation conference. The process is all completed. Step 215: The batch module returns a response message of the batch creation conference to the service execution module. The response message contains the corresponding successfully created conference ID, and part of the error message that creates the conference failure.
  • Step 216 The service execution module returns a response message to the service open module.
  • Step 217 The service open module returns a response message to the application.
  • the embodiment of the present invention provides a detailed description of the method provided by the embodiment of the present invention by using three conferences in batches.
  • three conferences are created in the method provided by the embodiment of the present invention.
  • a creation request is sent to the Parlay X multimedia conferencing capability system (step 201), but the creation request carries the batch creation conference information, and the Parlay X multimedia conference capability system creates the conference information and the multimedia conference server according to the batch. The interaction is performed automatically, and the batch creation of the conference is completed automatically.
  • the Parlay X multimedia conference capability system reports to the application the batch response to the general response (step 217). It is obvious that the method provided by the embodiment of the present invention reduces the interaction signaling between the application and the Parlay X multimedia capability system by batch creation of the conference, improves the success rate and stability of the operation, and saves network resources. , improved network utilization.
  • the process of creating a conference in batches is described in the embodiment of the present invention, the embodiment of the present invention is also applicable to other batch operations of the conference, such as batch deletion of the conference.
  • the specific process refer to the process of batch creation of the conference.
  • the batch operation object may be a member of the group, in addition to the conference itself, and the members of the group may be directly carried by the member list of the member, or may be set as a group in advance.
  • the information provided in the embodiment of the present invention is described in detail below in conjunction with different situations.
  • S201 Determine an operation object indicated by the batch operation object identifier according to the batch operation identifier carried in the received first conference creation request.
  • the operation object is a member.
  • S202 Obtain, from the first identifier creation request, a group identifier that needs to be added in batches.
  • S203 Create and send a group resolution request message according to the group identifier.
  • S204 Receive a group resolution response returned by the group resolution server according to the group resolution request message, where the response carries a group member list.
  • the group resolution server may be a Parlay X ALM capability system or an address book server.
  • S205 Send a second control request to the multimedia server according to the group member list, where the member information in the group member list is carried in the control request.
  • the method provided by the embodiment of the present invention can be applied to a Parlay X multimedia conference capability system, where the system is composed of a service open module, a service execution module, a group module, and a service adaptation module.
  • FIG. 3 shows a specific execution process of the method, when the method provided by the embodiment of the present invention is applied to the Parlay X multimedia conference capability system, including:
  • Step 301 The application sends a create and set group operation request message to the Parlay X ALM capability system.
  • an application proxy user is required to preset a group object.
  • the group function of the group object is set to apply to all interfaces of the Parlay X multimedia system.
  • Step 302 The Parlay X ALM capability system processes the create and set group operation request, and returns a response message for creating and setting the group success.
  • the Parlay X ALM capability system performs related work of creating and setting a group object.
  • related work may also be accomplished by other devices, such as an address book server.
  • Step 303 The application sends a first create conference request message to the service open module of the Parlay X multimedia conference capability system, where the request message carries the group object.
  • the request message includes a group uniform resource identifier (URI, Uniform Resource Identifier).
  • URI Uniform Resource Identifier
  • ns2 http://www.csapi.org/schema/parlayx/multimedia— conference/v3— 1/1 ocal
  • This message uses the Simple Object Access Protocol (SOAP) request message as an example.
  • Message body content is described by the extensible markup language (xml, extensible Markup Language).
  • the meaning of this message is to request to create a conference, and to carry the conference member as a group URI.
  • the element participant is a meaningful member.
  • the value of the attribute isGroup is true, indicating that the URI is a member of the group.
  • the value of the participant is sip:huawei.group@huawei.com.
  • Step 304 The service opening module decodes the creation request into an internal message, and forwards the internal message to the service execution module.
  • Step 305 The service execution module checks whether the internal message includes a group object.
  • the judgment is based on detecting whether the group object parameter exists in the internal message, that is, the isGroup parameter in the URI. If there is an execution step 306, otherwise step 315 is performed.
  • Step 306 The service execution module sends a request message carrying the group URI object to the group module, requesting to parse the group.
  • the group module initiates a message parsing process.
  • the group module is a module specially set for the group to form a group parsing request, and obtains a group member list according to the group parsing response.
  • Step 307 The specific parameters of the group module parsing the group request according to the group object of the service execution module to cancel the request message include: a requester (ie, a conference creator), a group owner, a group type, a group Logo, etc.
  • Step 308 The group module sends an internal request message for parsing the group to the service execution module.
  • Step 309 The service execution module sends an internal request message for parsing the group to the service adaptation module.
  • the SOAP message may preferably be the queryMembers or getOwnersGroups operations defined in 3GPP TS 29.199-13.
  • the queryMembers request message is as follows:
  • This message is an example of a SOAP request message.
  • the body content of the message is described by the xml language.
  • the meaning of this message expression is to request to resolve group members.
  • the element group is the group URI to be resolved.
  • the value is sip:huawei.group@huawei.com 0
  • the Parlay X multimedia conferencing capability system may request resolution from the address book server through a protocol such as SIP/XML Configuration Access Protocol (XCAP) when the group resolution server is an address book server. Group.
  • XCAP SIP/XML Configuration Access Protocol
  • the SIP request may use the SUBSCRIBE and NOTIFY methods to set the group identifier in the SUBSCRIBE request URL, for example: SUBSCRIBE sip: John@huawei.com SIP/2.0, and the subscription request is a one-time subscription.
  • the XCAP request can use the HTTP GET method to set the group ID in the HTTP GET request URL.
  • Step 311 The service adaptation module receives the parsing response message from the Parlay X ALM capability system.
  • the message contains the group member ID.
  • the contents of the message are as follows:
  • urn 1 "urn : ietf : params: xml: ns: resource-lists"
  • This message is exemplified by a SOAP response message.
  • the body content of the message is described by the xml language.
  • the meaning of this message is the response message returned by the Parlay X ALM system to the service adaptation module.
  • the value of the element result is the member after the group is resolved. In this example, three values are obtained, namely sip:zhangsan@huawei.com, sip:Bob@huawei.com, sip:John@huawei.com.
  • Step 312 The service adaptation module forwards the group resolution response to the service execution module.
  • Step 313 After receiving the group resolution response, the service execution module forwards the response to the group module.
  • Step 314 The group module returns a group member list to the service execution module according to the received group resolution response.
  • the group parsing process ends, and the business execution module obtains a list of group members.
  • Step 315 The service execution module sends an internal request message to the service adaptation module to create a member and an invite member.
  • Step 316 The service adaptation module sends a request to create a conference and invite members to the multimedia conference server.
  • the creation of the identifier and the request member are added by the SIP protocol, the example is as follows:
  • INVITE sip confas@psi.cmccims3.com SIP/2.0
  • This message takes the SIP request message as an example.
  • the message body content is described by SDP and xml language.
  • the meaning of the message is that the service adaptation module sends a request to create a conference message to the multimedia conference system.
  • the request carries a righteous member.
  • the entry is the member after the group is resolved.
  • three values are taken, and the other ones are sip:zhangsan@huawei.com, sip:Bob@huawei.com, and sip:John@huawei.com.
  • the Parlay X multimedia capability system will separately initiate a conference creation request and a membership request request to the multimedia conference server, and the processing process of the request is basically the same as the above process.
  • Step 317 The multimedia server returns a conference operation response to the service adaptation module.
  • Step 318 The service adaptation module forwards the response message to the service execution module.
  • Step 319 The service execution module returns a response message to the service open module.
  • Step 320 The application finally receives the response message returned by the service open module.
  • the group members when the group members that need to be added in batches are identified in a group manner, the group members are first parsed, and the group member list is obtained, and then the group members are sequentially added according to the group member list.
  • the added meeting member In the whole process, the application carries the group identifier to which the added member belongs, and then all the conference members in the group can be invited after one request, which reduces the application and the multimedia conference server. Inter-active signaling improves the success rate and stability of the operation, saves network resources, and improves network utilization.
  • Another method provided by the embodiment of the present invention includes:
  • S301 Determine, according to the batch operation identifier carried in the received first conference creation request, an operation object indicated by the batch operation object identifier.
  • the operation object is a member.
  • S302 Obtain a list of the right member from the first creation request.
  • S303 Send an invitation member request to the multimedia server according to the member list, and carry the member information in the conference member list in the invitation member request.
  • FIG. 4 shows the specific execution flow of the method when the method provided by the embodiment of the present invention is applied to the Parlay X multimedia conference capability system. , including:
  • Step 401 The application sends a create request message to the service open module of the Parlay X multimedia conference capability system, where the request message carries a list of the right member. For the convenience of description, it is assumed that member A, member B, and member C are recorded in the conference member list.
  • Step 402 The Parlay X multimedia conference capability system sends a create conference request to the multimedia server.
  • Step 403 The Parlay X multimedia conference capability system receives the creation success response returned by the multimedia server.
  • the Parlay X multimedia capability system invites member A, member B, and member C to participate in the conference.
  • Step 404 The Parlay X multimedia conference capability system sends an invitation request to the multimedia server, inviting the member A to join the identifier, and the member information of the member A is carried in the invitation request.
  • Step 405 Member A joins the ⁇ i response.
  • Step 406 The Parlay X multimedia conference capability system sends an invitation request to the multimedia server, and invites the member B to join the member, and the member information of the member B is carried in the invitation request.
  • Step 407 Member B joins the meeting response.
  • Step 408 The Parlay X multimedia conference capability system sends an invitation request to the multimedia server, and invites the member C to join the member, and the member information of the member C is carried in the invitation request.
  • Step 409 Member C joins the meeting response.
  • Step 410 The Parlay X multimedia conference capability system sends a create conference success response to the application. From step 404 to step 409, the Parlay X multimedia capability system adds the members of the list of members to the conference in turn, and the result is fed back to the application through step 410.
  • the conference members in FIG. 3 are represented by group groups, and it is necessary to form a resolution request through the group unit to obtain a group member list.
  • group member list it is basically the same as the method shown in Figure 4, and only members are invited in order according to the member list.
  • a conference member in the conference member list may be associated with a group identifier.
  • group identifier In this case, only the group member list needs to be obtained by referring to the method shown in FIG.
  • the application can complete all invitations by one request, thereby reducing application and multimedia.
  • the interaction signaling between the conference servers improves the success rate and stability of the operation, saves network resources, and improves network utilization.
  • the batch operation of the conference itself or the conference member can be arbitrarily combined in the actual application. For example, when the operator or the CP/SP creates the chat room in batches, the conference can be created by batch creation, and the chat room is used.
  • the initiating member includes the group A, the member B, and the member C, the member can be indirectly invited by the conference member.
  • the specific implementation process refer to the foregoing embodiments.
  • the embodiment of the present invention further provides a multimedia conference control system.
  • the system includes:
  • the service opening module 501 is configured to receive a first conference control request, and carry a batch operation identifier in the first conference control request.
  • the service execution module 502 is configured to determine a batch operation object identifier according to the batch operation identifier carried in the first conference control request received by the service opening module, obtain a batch operation parameter according to the batch operation object identifier, and send the service to the service according to the batch operation parameter.
  • the adaptation module sends a second conference control request;
  • the service adaptation module 503 is configured to forward the received second conference control request to the multimedia conference server.
  • the system provided by the embodiment of the present invention further includes: a batch module 504,
  • the service execution module 502 is further configured to send, according to the number of conferences that need to be batch controlled acquired in the first conference control request received from the service open module, to the batch module to construct a second conference control request; Sending, by the second conference control request, the service adaptation module;
  • the batch module 504 is configured to construct a second conference control request.
  • the service execution module includes: a policy submodule 601, an acquisition submodule 602, a request submodule 603, and a sending submodule 604, where:
  • the policy sub-module 601 is configured to determine, according to the batch operation identifier carried in the first conference control request received by the service opening module, the batch operation object identifier;
  • the obtaining sub-module 602 is configured to obtain, when the policy sub-module determines that the operation object indicated by the batch operation object identifier is a conference, obtain the number of conferences that need to be batch controlled from the first conference control request received by the service opening module;
  • the requesting sub-module 603 is configured to send a second conference control request to the batch module, where the request carries the number of conferences that need to be batch controlled acquired by the acquiring sub-module; the sending sub-module 604 And sending, by the batch module, the second conference control request to the service adaptation module.
  • the specific signaling flow between the various functional modules in the system shown in Figure 6 can be seen in Figure 2.
  • the system provided by the embodiment of the invention implements batch control of the multimedia conference, reduces the interaction signaling between the application and the Parlay X multimedia conference capability system, improves the success rate and stability of the operation, saves network resources, and improves Network utilization.
  • the system provided by the embodiment of the present invention further includes a group module 505.
  • the service execution module 502 is further configured to: obtain a group identifier from the first conference control request received by the service opening module; send a parsing request to the group module according to the group identifier; receive according to the group module The group member list sends a second conference control request to the service adaptation module, and the member information in the invited member list is carried in the second control request;
  • the group module 505 is configured to create and send a group resolution request message according to the group identifier carried in the parsing request sent by the service execution module, and receive the group parsing returned by the group parsing server according to the group parsing request message. In response, the response carries a list of group members.
  • the resolution server may be a Parlay X ALM capability system or an address book server.
  • the service execution module includes a policy sub-module 701, an acquisition sub-module 702, a request sub-module 703, and a transmission sub-module 704, where:
  • the policy sub-module 701 is configured to determine, according to the batch operation identifier carried in the first conference control request received by the service opening module, the batch operation object identifier;
  • the obtaining sub-module 702 is configured to obtain a group identifier from a first conference control request received by the service opening module when the policy sub-module determines that the operation object indicated by the batch operation object identifier is a conference member;
  • the request sub-module 703 is configured to send a parsing request to the group module according to the group identifier;
  • the sending sub-module 704 is configured to send, according to the group member list received by the group module, a second conference control request to the service adaptation module, where the second conference control request carries the invited The member information in the member list.
  • all group members are invited to participate in the conference by sending a request, which greatly reduces the interaction signaling between the application and the Parlay X multimedia conference capability system, improves the success rate and stability of the operation, and saves Network resources have increased network utilization.
  • the application may directly carry the right member list in the first conference request.
  • the service execution module A policy sub-module 801, an acquisition sub-module 802, and a transmission sub-module 803 are included;
  • the policy sub-module 801 is configured to determine a batch operation object according to the batch operation identifier carried in the first conference control request received by the service opening module.
  • the obtaining sub-module 802 is configured to obtain, when the policy sub-module determines that the operation object indicated by the batch operation object identifier is a conference member, obtain a list of the right member from the first conference control request received by the service opening module;
  • the sending sub-module 803 is configured to send a second conference control request to the service adaptation module according to the conference member list, and carry the member information in the conference member list in the second conference control request.
  • the application can invite members of all the conference member lists to participate in the conference by sending a request, which greatly reduces the interaction signaling between the application and the Parlay X multimedia conference capability system, and improves the operation. Success rate and stability save network resources and improve network utilization.
  • the invention may be described in the general context of computer-executable instructions executed by a computer, such as a program module.
  • program modules include routines, programs, objects, components, data structures, and the like that perform particular tasks or implement particular abstract data types.
  • the invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are connected through a communication network.
  • program modules can be located in a storage device In local and remote computer storage media.

Abstract

A method and system for control a multimedia conference. The method includes the following steps: determining an ID of a batch operation object according to a batch operation ID carried in a received first conference control request, obtaining a batch operation parameter according to the batch operation object ID; sending a second conference control request to a multimedia conference server according to the batch operation parameter in order that the multimedia conference server executes a corresponding operation according to the second conference control request, an application can process a batch operation by sending only one conference control request, wherein the batch operation can be completed by only one control request regardless of the number of the objects of the batch operation, thus the interactive signals between the application and the capability system of Paralay X multimedia conference are decreased remarkably, and the success rate and stability of the operation are improved. The network source is saved and the network utilization is improved.

Description

一种多媒体会议控制方法和系统 本申请要求于 2009 年 03 月 13 日提交中国专利局、 申请号为 200910117881.4、 发明名称为 "一种多媒体会议控制方法和系统"的中国专利 申请的优先权, 其全部内容通过引用结合在本申请中。 技术领域  The present invention claims the priority of a Chinese patent application filed on March 13, 2009 by the Chinese Patent Office, the application number is 200910117881.4, and the invention is entitled "a multimedia conference control method and system". The entire contents are incorporated herein by reference. Technical field
本发明涉及通信技术领域, 尤其涉及一种多媒体会议控制方法和系统。 背景技术  The present invention relates to the field of communications technologies, and in particular, to a multimedia conference control method and system. Background technique
Parlay X是第三代合作伙伴项目的组织 ( 3GPP, Third Generation Partnership Project )与欧洲电信标准协会 ( ETSI, European Telecommunication Standards Institute )标准组织定义的一组接口规范, 该规范定义了一个多媒 体会议 ( Multimedia Conference ) 接口, 该接口包含了创建会议 (create Conference)、荻取 义信息 ( get Conference Info )、结束^义( end Conference )、 邀请^ i义成员 ( invite Participant )、请求会议成员离开( disconnect Participant )、 获取成员信息 ( get Participant Info ) 和获取某些会议成员信息 ( get Participants )等 7个操作。  Parlay X is a set of interface specifications defined by the 3GPP, Third Generation Partnership Project and the European Telecommunication Standards Institute (ETSI) standard organization, which defines a multimedia conference ( Multimedia Conference ) interface, which includes create conference, get Conference Info, end conference, invite Participant, request conference member to leave (disconnect Participant) ), get member information ( get Participant Info ) and get some meeting member information ( get Participants ) and other 7 operations.
现有技术中, 一个应用( Application )通过 parlay X接口创建多媒体会议 的简单流程包括: 应用先通过 Parlay X接口中的 create Conference操作创建一 个多媒体会议; 通过 get Conference Info操作获取当前 义状态, 包含目前参 与人数,会议时长、开始时间等信息;应用在其创建的多媒体会议中通过 invite Participant操作邀请用户加入会议; 应用通过 get Conference Info与 get Participant Info操作获取^ i义中当前邀请用户的状态。 如: 振铃, 加入会议, 拒绝加入, 无应答等。 发明内容  In the prior art, a simple process for creating a multimedia conference through an parlay X interface includes: an application first creates a multimedia conference through a create conference operation in a Parlay X interface; and obtains a current semantic state through a get Conference Info operation, including the current The number of participants, the duration of the meeting, the start time, etc.; the application invites the user to join the meeting through the invite Participant operation in the multimedia conference created by the application; the application obtains the status of the currently invited user in the right-in-one by the get Conference Info and the get Participant Info operation. Such as: ringing, joining the meeting, refusing to join, no answer, etc. Summary of the invention
有鉴于此, 本发明实施例的目的在于提供一种多媒体会议控制方法和系 统, 以改变现有的多媒体会议控制方式,减少信令交互,提高接口使用效率。  In view of this, the purpose of the embodiments of the present invention is to provide a multimedia conference control method and system, which can change the existing multimedia conference control mode, reduce signaling interaction, and improve interface usage efficiency.
为实现上述目的, 本发明实施例提供了如下技术方案:  To achieve the above objective, the embodiment of the present invention provides the following technical solutions:
一种多媒体会议控制方法, 包括: 根据接收的第一会议控制请求中携带的批量操作标识确定批量操作对 象标识; A multimedia conference control method includes: Determining, according to the batch operation identifier carried in the received first conference control request, the batch operation object identifier;
根据所述批量操作对象标识获取批量操作参数;  Obtaining batch operation parameters according to the batch operation object identifier;
根据所述批量操作参数向多媒体^ i义服务器发送第二会议控制请求, 用 于所述多媒体会议服务器根据所述第二会议控制请求执行相应操作。  And sending, by the batch operation parameter, a second conference control request to the multimedia conference server, where the multimedia conference server performs a corresponding operation according to the second conference control request.
一种多媒体 义控制系统, 包括:  A multimedia meaning control system, including:
业务开放模块, 用于接收第一会议控制请求, 在所述会议控制请求中携 带批量操作标识;  a service opening module, configured to receive a first conference control request, and carry a batch operation identifier in the conference control request;
业务执行模块, 用于根据业务开放模块接收的第一会议控制请求中携带 的批量操作标识确定批量操作对象标识; ^居所述批量操作对象标识获取批 量操作参数; 根据所述批量操作参数向业务适配模块发送第二会议控制请 求;  a service execution module, configured to determine, according to the batch operation identifier carried in the first conference control request received by the service open module, a batch operation object identifier, where the bulk operation object identifier acquires a batch operation parameter, and the batch operation parameter is used according to the batch operation parameter The adaptation module sends a second conference control request;
所述业务适配模块, 用于将接收到的所述第二会议控制请求转发给多媒 体会议服务器。  The service adaptation module is configured to forward the received second conference control request to the multimedia conference server.
可见, 在本发明实施例中, 根据接收的第一^ i义控制请求中携带的批量 操作标识确定批量操作对象标识;根据所述批量操作对象标识获取批量操作 参数; 根据所述批量操作参数向多媒体会议服务器发送第二会议控制请求, 用于所述多媒体会议服务器根据所述第二会议控制请求执行相应操作,应用 发送一次会议控制请求即可进行批量操作, 其中, 不管批量操作的对象有多 少, 都可以通过一次控制请求完成, 极大地减少了应用与 Parlay X多媒体能 力系统之间的交互信令, 提高了操作的成功率和稳定性, 节约了网络资源, 提高了网络利用率。 附图说明  It can be seen that, in the embodiment of the present invention, the batch operation object identifier is determined according to the batch operation identifier carried in the received first control request, and the batch operation parameter is obtained according to the batch operation object identifier; The multimedia conference server sends a second conference control request, where the multimedia conference server performs a corresponding operation according to the second conference control request, and the application sends a conference control request to perform a batch operation, where, regardless of the number of objects in the batch operation Both can be completed by one control request, which greatly reduces the interaction signaling between the application and the Parlay X multimedia capability system, improves the success rate and stability of the operation, saves network resources, and improves network utilization. DRAWINGS
图 1为本发明一实施例所提供的方法的流程图;  1 is a flow chart of a method according to an embodiment of the present invention;
图 2为本发明一实施例所提供的方法的信令流图;  2 is a signaling flow diagram of a method according to an embodiment of the present invention;
图 3为本发明另一实施例所提供的方法的信令流图;  3 is a signaling flow diagram of a method according to another embodiment of the present invention;
图 4为本发明又一实施例所提供的方法的信令流图;  4 is a signaling flow diagram of a method according to another embodiment of the present invention;
图 5为本发明一实施例所提供的系统的结构示意图;  FIG. 5 is a schematic structural diagram of a system according to an embodiment of the present invention; FIG.
图 6为本发明另一实施例所提供的系统的结构示意图;  6 is a schematic structural diagram of a system according to another embodiment of the present invention;
图 7为本发明又一实施例所提供的系统的结构示意图; 图 8为本发明另一实施例所提供的系统的结构示意图。。 具体实施方式 FIG. 7 is a schematic structural diagram of a system according to another embodiment of the present invention; FIG. FIG. 8 is a schematic structural diagram of a system according to another embodiment of the present invention. . detailed description
本发明实施例公开了一种实现多媒体会议的控制方法和系统, 为使本发 明的目的、 技术方案及优点更加清楚明白, 以下参照附图并举实施例, 对本 发明作进一步详细说明。  The embodiments of the present invention disclose a method and a system for implementing a multimedia conference. The present invention will be further described in detail below with reference to the accompanying drawings and embodiments.
参见图 1, 本发明实施例所提供的方法具体包括:  Referring to FIG. 1, the method provided by the embodiment of the present invention specifically includes:
步骤 101 : 根据接收的第一会议控制请求中携带的批量操作标识确定批 量操作对象标识。  Step 101: Determine a batch operation object identifier according to the batch operation identifier carried in the received first conference control request.
所述第一会议控制请求一般由应用发起, 所述批量操作标识可以根据需 要自行确定。 例如可以用所述第一会议控制请求的一个标志位 flag来表示, 也可以设置一个参数如: is batch来表示, 本发明对此不做限定。  The first conference control request is generally initiated by an application, and the batch operation identifier may be determined according to needs. For example, it may be represented by a flag of the first conference control request, or may be set by a parameter such as is batch, which is not limited by the present invention.
在本发明实施例中, 通过所述批量操作对象标识对批量操作的对象进行 区别。本发明实施例中,所述批量操作的对象包括会议或者会议成员。例如, 应用可以申请创建 10次会议, 或者在一个会议中邀请 10位会议成员, 或者 在一次 义过程中请求其中的 7位^ i义成员离开等等。  In the embodiment of the present invention, the objects of the batch operation are distinguished by the batch operation object identifier. In the embodiment of the present invention, the object of the batch operation includes a conference or a conference member. For example, an application can apply to create 10 meetings, or invite 10 meeting members in a meeting, or request 7 of them to leave in a single-minded process.
所述批量操作对象标识可以是一个独立的参数, 通过不同的值来区分批 量会议操作对象; 也可以只是一个参数的某些属性, 例如一个参数的名称为 会议数量, 那么这个名称已经明确地指示了该操作的对象是会议, 起到了批 量操作对象标识的作用。  The batch operation object identifier may be an independent parameter, and the batch conference operation object is distinguished by different values; or may be only some attributes of a parameter, for example, the name of a parameter is the number of conferences, then the name has been explicitly indicated. The object of this operation is the conference, which plays the role of batch operation object identification.
当根据所述批量操作标识确定所述第一会议控制请求为批量操作时, 读 取所述批量操作对象标识,根据所述批量操作对象标识确定当前批量操作对 象是^ i义本身还是^ i义成员。  When the first conference control request is determined to be a batch operation according to the batch operation identifier, the batch operation object identifier is read, and according to the batch operation object identifier, it is determined whether the current batch operation object is a true meaning or a member.
步骤 102: 根据所述批量操作对象标识获取批量操作参数。  Step 102: Acquire batch operation parameters according to the batch operation object identifier.
批量操作参数是与批量操作对象相对应的, 当批量操作的对象标识指示 的批量操作的对象为会议时, 所述批量操作的参数为需要批量控制的会议的 数量; 当批量操作的对象标识指示的批量操作的对象为会议成员时, 所述批 量操作的参数为会议成员列表, 即表明此次会议控制操作所涉及的具体会议 成员具体是哪些。 步骤 103: 根据所述批量操作参数向多媒体会议服务器发送第二会议控 制请求。 The batch operation parameter is corresponding to the batch operation object. When the object of the batch operation indicated by the object identifier of the batch operation is a conference, the parameter of the batch operation is the number of conferences that need to be batch controlled; When the object of the batch operation is a conference member, the parameter of the batch operation is a conference member list, which indicates which specific conference member is involved in the conference control operation. Step 103: Send a second conference control request to the multimedia conference server according to the batch operation parameter.
所述第二会议操作请求根据所述批量操作参数形成, 例如, 当批量操作 对象为会议, 会议控制为会议创建, 假设批量操作参数为 10, 即需要批量创 建 10个会议, 则向多媒体会议服务器发送 10次创建会议请求。  The second conference operation request is formed according to the batch operation parameter. For example, when the batch operation object is a conference, the conference control is a conference creation, and if the batch operation parameter is 10, that is, 10 conferences need to be created in batches, the conference server is sent to the multimedia conference server. Send a meeting request 10 times.
步骤 104: 接收来自所述多媒体会议服务器的响应。  Step 104: Receive a response from the multimedia conference server.
通过本发明实施例所提供的方法, 使应用通过一次会议控制请求实现了 对多媒体会议的批量控制, 极大地减少了应用发送的会议控制请求信令, 提 高了操作的成功率和稳定性, 节约了网络资源, 提高了网络利用率。  The method provided by the embodiment of the present invention enables the application to implement batch control of the multimedia conference by using one conference control request, which greatly reduces the conference control request signaling sent by the application, improves the success rate and stability of the operation, and saves Network resources have increased network utilization.
多媒体 义控制包括多媒体^ i义创建、 多媒体 义删除、 邀请^ i义成员 或者请会议成员离开会议等等, 下面, 结合会议创建过程, 对本发明实施例 所提供的会议控制方法进行详细说明。  The multimedia control includes the multimedia creation, the multimedia deletion, the invitation, or the conference member to leave the conference, and the like. The conference control method provided by the embodiment of the present invention is described in detail in conjunction with the conference creation process.
当批量操作的对象为会议本身时, 本发明实施例所提供的方法包括: When the object of the batch operation is the conference itself, the method provided by the embodiment of the present invention includes:
S101 :根据接收的第一会议创建请求中携带的批量操作标识确定批量操 作对象标识指示的操作对象。 S101: Determine an operation object indicated by the batch operation object identifier according to the batch operation identifier carried in the received first conference creation request.
本实施例中操作对象为会议。  In this embodiment, the operation object is a conference.
所述第一会议创建请求是由应用发送的, 在该请求中通过批量操作标识 区分普通的会议创建请求和批量会议创建请求。  The first conference creation request is sent by the application, and the ordinary conference creation request and the batch conference creation request are distinguished by the batch operation identifier in the request.
S102: 获取需要批量创建的会议的数量。  S102: Obtain the number of conferences that need to be created in batches.
因为应用进行的是批量创建会议请求, 所以, 请求创建的会议数量是大 于一个的。  Because the application is creating batch requests in batches, the number of meetings requested to be created is greater than one.
S103:根据所述需要批量创建的会议的数量向多媒体会议服务器发送第 二^ i义创建请求。  S103: Send a second authentication request to the multimedia conference server according to the number of conferences that need to be created in batches.
本发明实施例所提供的方法可以应用于 Parlay X多媒体会汉能力系统, 该系统由业务开放模块、 业务执行模块、 批量模块以及业务适配模块组成。 图 2显示的是本发明实施例所提供的方法应用于所述 Parlay X多媒体会议能 力系统时, 该方法的具体执行流程, 包括:  The method provided by the embodiment of the present invention can be applied to a Parlay X multimedia conference capability system, which is composed of a service open module, a service execution module, a batch module, and a service adaptation module. FIG. 2 shows a specific execution process of the method when the method provided by the embodiment of the present invention is applied to the Parlay X multimedia conference capability system, including:
步骤 201 : 应用代理用户向业务开放模块发送请求批量创建会议请求。 请求消息中携带需要批量创建会议的标识和需要批量创建的会议数量。 在本发明实施例中, 应用与 Parlay X多媒体会议能力系统通讯, 实现应 用进行会议控制的功能, 通讯接口为 3GPP Parlay X多媒体^ i义接口协议。 Step 201: The application proxy user sends a request to the service open module to create a conference request in batch. The request message carries the identifiers that need to be created in batches and the number of conferences that need to be created in batches. In the embodiment of the present invention, the application communicates with the Parlay X multimedia conference capability system to implement the function of the conference control, and the communication interface is a 3GPP Parlay X multimedia interface protocol.
步骤 202: 业务开放模块向业务执行模块转发批量创建会议请求。  Step 202: The service opening module forwards the batch creation meeting request to the service execution module.
步骤 203: 业务执行模块检查创建会议请求是否为批量创建会议请求, 如果是则执行步骤 204, 否则直接执行单个会议创建流程。  Step 203: The service execution module checks whether the creation of the conference request is a batch creation conference request, and if yes, performs step 204, otherwise directly executes a single conference creation process.
步骤 204: 业务执行模块向批量模块发送批量创建会议请求消息。  Step 204: The service execution module sends a batch creation meeting request message to the batch module.
步骤 205: 批量模块根据所述需要批量创建的会议数量构造创建会议 A 的请求消息。  Step 205: The batch module constructs a request message for the conference A according to the number of conferences that need to be created in batches.
所述批量模块是针对会议的批量处理专门设置的, 在本发明实施例中, 用来处理批量创建会议请求。  The batch module is specifically configured for the batch processing of the conference. In the embodiment of the present invention, it is used to process the batch creation conference request.
为了描述方面, 在本发明实施例中, 假设需要批量创建 A、 B和 C三个 会议。从步骤 205开始批量模块根据所述批量创建会议请求消息中需要批量 创建的会议数量, 分别发起相应数量的会议创建请求。  For the sake of description, in the embodiment of the present invention, it is assumed that three conferences A, B, and C need to be created in batches. In step 205, the batch module initiates a corresponding number of conference creation requests according to the number of conferences that need to be created in batches in the batch creation conference request message.
步骤 206: 批量模块向业务执行模块发起创建会议 A的请求。  Step 206: The batch module initiates a request to create a conference A to the service execution module.
步骤 207: 业务执行模块向业务适配模块发送创建会议 A的请求消息。 步骤 208: 业务适配模块向多媒体会议服务器发送创建会议 A的请求消 if  Step 207: The service execution module sends a request message for creating the conference A to the service adaptation module. Step 208: The service adaptation module sends a request to create a conference A to the multimedia conference server.
步骤 209: 多媒体 义服务器向业务适配模块返回创建 义 A的响应消 if  Step 209: The multimedia server returns a response to create a meaning A to the service adaptation module.
步骤 210: 业务适配模块向业务执行模块转发创建会议 Α的响应消息。 步骤 211 : 业务执行模块向批量模块转发创建会议 A的响应消息。  Step 210: The service adaptation module forwards a response message for creating a conference to the service execution module. Step 211: The service execution module forwards a response message for creating the conference A to the batch module.
步骤 212:批量模块启动创建会议 B流程。具体流程参考步骤 205 ~ 211。 步骤 213 :批量模块启动创建会议 C流程。具体流程参考步骤 205 ~ 211。 步骤 214: 批量模块根据之前会议创建的结果构造批量创建会议的响应 消息。  Step 212: The batch module starts to create a conference B process. Refer to steps 205 ~ 211 for the specific process. Step 213: The batch module starts to create a conference C process. Refer to steps 205 ~ 211 for the specific process. Step 214: The batch module constructs a response message for creating a conference in batch according to the result of the previous conference creation.
从上述流程中看出, 在批量创建会议的过程中, 每一个会议的创建都是 由批量模块发起的(步骤 205 ), 同时, 每一个会议被创建完成后所述批量模 块都会收到响应消息(步骤 211 ), 所以批量模块掌握了整个批量创建会议的 过程,当所有需要批量创建的会议都创建完成后,所述批量模块通过步骤 214 构造批量创建会议的响应消息标志着整个批量创建会议的过程全部完成。 步骤 215: 批量模块向业务执行模块返回批量创建会议的响应消息。 该响应消息包含相应的创建成功的会议标识, 部分创建会议失败的错误 提示。 As seen in the above process, during the batch creation of the conference, each conference is created by the batch module (step 205), and the batch module receives the response message after each conference is created. (Step 211), so the batch module grasps the process of creating a conference in batches. After all the conferences that need to be created in batches are created, the batch module constructs a response message of the batch creation conference through step 214 to mark the entire batch creation conference. The process is all completed. Step 215: The batch module returns a response message of the batch creation conference to the service execution module. The response message contains the corresponding successfully created conference ID, and part of the error message that creates the conference failure.
步骤 216: 业务执行模块向业务开放模块返回响应消息。  Step 216: The service execution module returns a response message to the service open module.
步骤 217: 业务开放模块向应用返回响应消息。  Step 217: The service open module returns a response message to the application.
本发明实施例以批量创建 3个会议为例对本发明实施例所提供的方法进 行了详细的描述,从上述方法流程中可以,在本发明实施例所提供的方法中, 创建 3个会议,应用只向 Parlay X多媒体会议能力系统发送了一个创建请求 (步骤 201 ), 但是在该创建请求中携带了批量创建会议信息, 所述 Parlay X 多媒体会议能力系统根据该批量创建会议信息与多媒体会议服务器进行交 互, 自动完成会议的批量创建, 当应用要求的会议批量创建完成后, 所述 The embodiment of the present invention provides a detailed description of the method provided by the embodiment of the present invention by using three conferences in batches. In the method of the foregoing method, three conferences are created in the method provided by the embodiment of the present invention. A creation request is sent to the Parlay X multimedia conferencing capability system (step 201), but the creation request carries the batch creation conference information, and the Parlay X multimedia conference capability system creates the conference information and the multimedia conference server according to the batch. The interaction is performed automatically, and the batch creation of the conference is completed automatically.
Parlay X多媒体会汉能力系统才向应用汇报批量创建会汉总的响应情况(步 骤 217 )。 很显然, 本发明实施例所提供的方法, 通过批量创建会议的实现, 减少了应用与 Parlay X多媒体 义能力系统之间的交互信令,提高了操作的 成功率和稳定性, 节约了网络资源, 提高了网络利用率。 The Parlay X multimedia conference capability system reports to the application the batch response to the general response (step 217). It is obvious that the method provided by the embodiment of the present invention reduces the interaction signaling between the application and the Parlay X multimedia capability system by batch creation of the conference, improves the success rate and stability of the operation, and saves network resources. , improved network utilization.
虽然本发明实施例中描述的是批量创建会议的过程,但是本发明实施例 同样适用于会议的其他批量操作, 例如会议的批量删除等, 具体过程可参见 会议的批量创建的过程。  Although the process of creating a conference in batches is described in the embodiment of the present invention, the embodiment of the present invention is also applicable to other batch operations of the conference, such as batch deletion of the conference. For the specific process, refer to the process of batch creation of the conference.
本发明实施例所提供的方法中, 批量操作对象除了会议本身外, 还可以 是^ i义成员, 这些^ i义成员可以通过^ i义成员列表直接携带, 也可以预先设 置成群组, 在^ i义创建过程中获得群组中的各个成员信息, 下面结合不同的 情况对本发明实施例所提供的方法进行详细说明。  In the method provided by the embodiment of the present invention, the batch operation object may be a member of the group, in addition to the conference itself, and the members of the group may be directly carried by the member list of the member, or may be set as a group in advance. The information provided in the embodiment of the present invention is described in detail below in conjunction with different situations.
当需要批量邀请的会议成员以群组表示时, 本发明实施例所提供的方法 包括:  The method provided by the embodiment of the present invention includes:
S201:根据接收的第一会议创建请求中携带的批量操作标识确定批量操 作对象标识指示的操作对象。  S201: Determine an operation object indicated by the batch operation object identifier according to the batch operation identifier carried in the received first conference creation request.
本发明实施例中操作对象为 义成员。  In the embodiment of the present invention, the operation object is a member.
S202:从所述第一^ i义创建请求中获取需要批量添加^ i义成员的群组标 识。 S203: 根据群组标识创建并发送群组解析请求消息。 S202: Obtain, from the first identifier creation request, a group identifier that needs to be added in batches. S203: Create and send a group resolution request message according to the group identifier.
S204: 接收群组解析服务器根据群组解析请求消息返回的群组解析响 应, 该响应中携带群组成员列表。  S204: Receive a group resolution response returned by the group resolution server according to the group resolution request message, where the response carries a group member list.
在实际应用中, 所述群组解析服务器可以是 Parlay X ALM能力系统或 者地址簿服务器。  In practical applications, the group resolution server may be a Parlay X ALM capability system or an address book server.
S205:根据所述群组成员列表向多媒体 义服务器发送第二^ i义控制请 求, 在所述控制请求中携带所述群组成员列表中的成员信息。  S205: Send a second control request to the multimedia server according to the group member list, where the member information in the group member list is carried in the control request.
本发明实施例所提供的方法可以应用于 Parlay X多媒体会汉能力系统, 该系统由业务开放模块、 业务执行模块、 群组模块以及业务适配模块组成。 图 3显示的是本发明实施例所提供的方法应用于所述 Parlay X多媒体会议能 力系统时, 该方法的具体执行流程, 包括:  The method provided by the embodiment of the present invention can be applied to a Parlay X multimedia conference capability system, where the system is composed of a service open module, a service execution module, a group module, and a service adaptation module. FIG. 3 shows a specific execution process of the method, when the method provided by the embodiment of the present invention is applied to the Parlay X multimedia conference capability system, including:
步骤 301:应用向 Parlay X ALM能力系统发送创建与设置群组操作请求 消息。  Step 301: The application sends a create and set group operation request message to the Parlay X ALM capability system.
在本发明实施例所提供的方法中, 需要应用代理用户预先设置群组对 象。 而设置好了群组对象具备的群组功能适用于 Parlay X多媒体 义能力系 统的所有接口。  In the method provided by the embodiment of the present invention, an application proxy user is required to preset a group object. The group function of the group object is set to apply to all interfaces of the Parlay X multimedia system.
步骤 302: Parlay X ALM能力系统处理创建与设置群组操作请求, 返回 创建与设置群组成功的响应消息。  Step 302: The Parlay X ALM capability system processes the create and set group operation request, and returns a response message for creating and setting the group success.
在本发明实施例中, 由 Parlay X ALM能力系统进行群组对象的创建与 设置的相关工作。 在其他实施例中, 也可以由其他设备, 例如地址簿服务器 等, 来完成相关的工作。  In the embodiment of the present invention, the Parlay X ALM capability system performs related work of creating and setting a group object. In other embodiments, related work may also be accomplished by other devices, such as an address book server.
步骤 303: 应用向 Parlay X多媒体会议能力系统的业务开放模块发送第 一创建会议请求消息, 请求消息中携带群组对象。  Step 303: The application sends a first create conference request message to the service open module of the Parlay X multimedia conference capability system, where the request message carries the group object.
请求消息中包含群组统一资源标识( URI, Uniform Resource Identifier )。 而且明确创建会议中包含群组 URL 具体消息举例如下:  The request message includes a group uniform resource identifier (URI, Uniform Resource Identifier). And the specific example of a specific message including the group URL in the created meeting is as follows:
POST /osg/services/Conference HTTP/ 1.1  POST /osg/services/Conference HTTP/ 1.1
Content-Type: text/xml; charset=UTF-8  Content-Type: text/xml; charset=UTF-8
User-Agent: Axis2  User-Agent: Axis2
Host: 3.3.4.10:8088  Host: 3.3.4.10:8088
Transfer-Encoding: chunked  Transfer-Encoding: chunked
<?xml version="1.0" encoding="UTF-8" ?> - <soapenv: Envelope <?xml version="1.0"encoding="UTF-8"?> - <soapenv: Envelope
xmlns:soapenv="http://schemas. xmlsoap.org/soap/envelope/">  Xmlns:soapenv="http://schemas. xmlsoap.org/soap/envelope/">
- <soapenv: Body>  - <soapenv: Body>
- < ns2 : createConference  - < ns2 : createConference
xmlns: ns2="http://www.csapi.org/schema/parlayx/multimedia— conference/v3— 1/1 ocal">  Xmlns: ns2="http://www.csapi.org/schema/parlayx/multimedia— conference/v3— 1/1 ocal">
< ns2: conferenceDescription >test</ns2: conferenceDescription >  < ns2: conferenceDescription >test</ns2: conferenceDescription >
<ns2: maximumDuration>3600</ns2 : maximumDuration>  <ns2: maximumDuration>3600</ns2 : maximumDuration>
<ns2: maximumNumberOfParticipants>5</ns2 : maximumNumberOfParticipants> <ns2:conferenceOwner>sip: zhangsan@huawei.com </ns2 :conferenceOwner> <ns2: maximumNumberOfParticipants>5</ns2 : maximumNumberOfParticipants> <ns2:conferenceOwner>sip: zhangsan@huawei.com </ns2 :conferenceOwner>
<ns2: participant <ns2: participant
isGroup="true">sip: huawei .group@huawei.com </ns2: participants  isGroup="true">sip: huawei .group@huawei.com </ns2: participants
</ns2: createConference>  </ns2: createConference>
</soapenv: Body>  </soapenv: Body>
</soapenv: Envelope>  </soapenv: Envelope>
本消息以简单对象访问协议 ( SOAP, Simple Object Access Protocol )请 求消息为例。 消息体内容通过可扩展标记语言 (xml, extensible Markup Language )描述。 该消息表达的含义是请求创建会议, 而且携带会议成员为 一个群组 URI。 其中元素 participant含义是 义成员, 其属性 isGroup取值 true 表 示 该 URI 为 群 组 成 员 , participant 的 取 值 为 sip:huawei.group@huawei.com。  This message uses the Simple Object Access Protocol (SOAP) request message as an example. Message body content is described by the extensible markup language (xml, extensible Markup Language). The meaning of this message is to request to create a conference, and to carry the conference member as a group URI. The element participant is a meaningful member. The value of the attribute isGroup is true, indicating that the URI is a member of the group. The value of the participant is sip:huawei.group@huawei.com.
步骤 304: 业务开放模块将创建 义请求解码为内部消息, 并转发该内 部消息至业务执行模块。  Step 304: The service opening module decodes the creation request into an internal message, and forwards the internal message to the service execution module.
步骤 305: 业务执行模块检查该内部消息是否包含群组对象。  Step 305: The service execution module checks whether the internal message includes a group object.
判断依据是检测该内部消息中是否存在群组对象参数, 即 URI 中的 isGroup参数, 如果存在执行步骤 306, 否则执行步骤 315。  The judgment is based on detecting whether the group object parameter exists in the internal message, that is, the isGroup parameter in the URI. If there is an execution step 306, otherwise step 315 is performed.
步骤 306:业务执行模块向群组模块发送携带群组 URI对象的请求消息, 请求解析群组。  Step 306: The service execution module sends a request message carrying the group URI object to the group module, requesting to parse the group.
从步骤 307开始, 群组模块启动消息解析流程。 所述群组模块是针对群 组专门设置的模块, 用于形成群组解析请求, 根据群组解析响应获取群组成 员列表。  Beginning in step 307, the group module initiates a message parsing process. The group module is a module specially set for the group to form a group parsing request, and obtains a group member list according to the group parsing response.
步骤 307: 群组模块根据业务执行模块的群组对象构造解析群组请求消 所述请求消息的具体参数包含: 请求者(即会议创建者), 群组的拥有 者, 群组类型, 群组标识等。 步骤 308: 群组模块向业务执行模块发送解析群组的内部请求消息。 步骤 309:业务执行模块向业务适配模块发送解析群组的内部请求消息。 步骤 310: 业务适配模块将解析群组的内部请求消息转化为 Parlay X的 简单对象访问协议 SOAP消息, 并将该 SOAP消息发送到 Parlay X ALM能 力系统。 Step 307: The specific parameters of the group module parsing the group request according to the group object of the service execution module to cancel the request message include: a requester (ie, a conference creator), a group owner, a group type, a group Logo, etc. Step 308: The group module sends an internal request message for parsing the group to the service execution module. Step 309: The service execution module sends an internal request message for parsing the group to the service adaptation module. Step 310: The service adaptation module converts the internal request message of the parsing group into a simple object access protocol SOAP message of Parlay X, and sends the SOAP message to the Parlay X ALM capability system.
该 SOAP消息可优选《3GPP TS 29.199-13》 中定义的 queryMembers或 者 getOwnersGroups操作。 其中, queryMembers请求消息如下所示:  The SOAP message may preferably be the queryMembers or getOwnersGroups operations defined in 3GPP TS 29.199-13. The queryMembers request message is as follows:
POST /xdms/services/group HTTP/ 1.1  POST /xdms/services/group HTTP/ 1.1
Content-Type: text/xml; charset=UTF-8  Content-Type: text/xml; charset=UTF-8
User-Agent: Axis2  User-Agent: Axis2
Host: 3.3.4.10 :8088  Host: 3.3.4.10: 8088
Transfer-Encoding: chunked  Transfer-Encoding: chunked
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
-<soapenv: Envelope xmlns:soapenv= "http://schemas.xmlsoap.org/soap/envelope/" xmlns: ns2="http://www. csapi.org/schema/parlayx/group/v3_0/local">  -<soapenv: Envelope xmlns:soapenv= "http://schemas.xmlsoap.org/soap/envelope/" xmlns: ns2="http://www. csapi.org/schema/parlayx/group/v3_0/local" >
-<soapenv: Body>  -<soapenv: Body>
-<ns2 :queryMembers>  -<ns2 :queryMembers>
<ns2:group>sip:huawei.group@huawei.com</ns2:group>  <ns2:group>sip:huawei.group@huawei.com</ns2:group>
<ns2: resolveGroups>true</ns2: resolveGroups>  <ns2: resolveGroups>true</ns2: resolveGroups>
<ns2:GroupOwner>sip: zhangsan@huawei.com </ns2 :GroupOwner>  <ns2:GroupOwner>sip: zhangsan@huawei.com </ns2 :GroupOwner>
<ns2: requester>sip:zhangsan@huawei.com</ns2: requester>  <ns2: requester>sip:zhangsan@huawei.com</ns2: requester>
</ns2:queryMembers>  </ns2:queryMembers>
</soapenv: Body>  </soapenv: Body>
</soapenv: Envelope>  </soapenv: Envelope>
本消息是以 SOAP请求消息为例。 消息体内容通过 xml语言描述。 该 消息表达的含义是请求解析群组成员。其中元素 group含义是将要解析的群 组 URI, 取值为 sip:huawei.group@huawei.com0 This message is an example of a SOAP request message. The body content of the message is described by the xml language. The meaning of this message expression is to request to resolve group members. The element group is the group URI to be resolved. The value is sip:huawei.group@huawei.com 0
在本发明的其他实施例中, Parlay X多媒体会议能力系统可以在群组解 析服务器为地址簿服务器时, 通过 SIP/ XML配置访问协议(XCAP, XML Configuration Access Protocol )等协议向地址簿服务器请求解析群组。  In other embodiments of the present invention, the Parlay X multimedia conferencing capability system may request resolution from the address book server through a protocol such as SIP/XML Configuration Access Protocol (XCAP) when the group resolution server is an address book server. Group.
其中, SIP请求可以使用 SUBSCRIBE与 NOTIFY的方法, 将群组标识 设置在 SUBSCRIBE 的请求 URL 中 , 例如: SUBSCRIBE sip: John@huawei.com SIP/2.0, 而且该订阅请求为一次性订阅。  The SIP request may use the SUBSCRIBE and NOTIFY methods to set the group identifier in the SUBSCRIBE request URL, for example: SUBSCRIBE sip: John@huawei.com SIP/2.0, and the subscription request is a one-time subscription.
而 XCAP请求可以使用 HTTP GET的方法, 将群组标识设置在 HTTP GET的请求 URL中。 步骤 311 :业务适配模块接收来自 Parlay X ALM能力系统群组解析响应 消息。 消息中包含群组成员标识。 消息内容举例如下: The XCAP request can use the HTTP GET method to set the group ID in the HTTP GET request URL. Step 311: The service adaptation module receives the parsing response message from the Parlay X ALM capability system. The message contains the group member ID. The contents of the message are as follows:
HTTP/ 1.1 200 OK  HTTP/ 1.1 200 OK
Server: Apache-Coyote/1.1  Server: Apache-Coyote/1.1
Content-Type: text/xml;charset=UTF-8  Content-Type: text/xml;charset=UTF-8
Transfer-Encoding: chunked  Transfer-Encoding: chunked
Date: Thu, 04 Dec 2008 09 : 21 : 59 GMT  Date: Thu, 04 Dec 2008 09 : 21 : 59 GMT
Connection : close  Connection : close
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
-<soapenv: Envelope xmlns:soapenv= "http://schemas.xmlsoap.org/soap/envelope/" xmlns: ns2="http://www. csapi.org/schema/parlayx/group/v3_0/local"  -<soapenv: Envelope xmlns:soapenv= "http://schemas.xmlsoap.org/soap/envelope/" xmlns: ns2="http://www. csapi.org/schema/parlayx/group/v3_0/local"
xmlns: urn="urn: ietf: params:xml: ns: rls-services"  Xmlns: urn="urn: ietf: params:xml: ns: rls-services"
xmlns: urn 1 = "urn : ietf : params: xml: ns: resource-lists"  Xmlns: urn 1 = "urn : ietf : params: xml: ns: resource-lists"
xmlns: urn2= "urn :oma :xml: poc: list-service">  Xmlns: urn2= "urn :oma :xml: poc: list-service">
-<soapenv: Body>  -<soapenv: Body>
-<ns2 :queryMembersResponse>  -<ns2 :queryMembersResponse>
<ns2: result>sip:zhangsan@huawei.com</ns2: result>  <ns2: result>sip:zhangsan@huawei.com</ns2: result>
<ns2: result>sip: Bob@huawei.com </ns2: result>  <ns2: result>sip: Bob@huawei.com </ns2: result>
<ns2: result>sip: John@huawei.com </ns2 : result>  <ns2: result>sip: John@huawei.com </ns2 : result>
</ns2:queryMembersResponse>  </ns2:queryMembersResponse>
</soapenv: Body>  </soapenv: Body>
</soapenv: Envelope>  </soapenv: Envelope>
本消息举例为 SOAP响应消息。 消息体内容通过 xml语言描述。 该消息 表达的含义是 Parlay X ALM系统向业务适配模块返回的响应消息。 其中元 素 result 含义是解析群组后的成员, 本举例中共取三个值, 分别为 sip:zhangsan@huawei.com, sip:Bob@huawei.com, sip: John@huawei.com。  This message is exemplified by a SOAP response message. The body content of the message is described by the xml language. The meaning of this message is the response message returned by the Parlay X ALM system to the service adaptation module. The value of the element result is the member after the group is resolved. In this example, three values are obtained, namely sip:zhangsan@huawei.com, sip:Bob@huawei.com, sip:John@huawei.com.
步骤 312: 业务适配模块将所述群组解析响应转发至业务执行模块。 步骤 313: 业务执行模块接收到群组解析响应后, 将该响应转发至群组 模块。  Step 312: The service adaptation module forwards the group resolution response to the service execution module. Step 313: After receiving the group resolution response, the service execution module forwards the response to the group module.
步骤 314: 群组模块根据收到的群组解析响应向业务执行模块返回群组 成员列表。  Step 314: The group module returns a group member list to the service execution module according to the received group resolution response.
至此群组解析流程结束, 业务执行模块获得了群组成员列表。  At this point, the group parsing process ends, and the business execution module obtains a list of group members.
步骤 315: 业务执行模块向业务适配模块发送创建^ i义与邀请^ i义成员 加入^ i义的内部请求消息。  Step 315: The service execution module sends an internal request message to the service adaptation module to create a member and an invite member.
步骤 316: 业务适配模块向多媒体会议服务器发送创建会议与邀请成员 力口入 义请求。 当通过 SIP协议发送所述创建^ i义与要求成员加入^ i义请求请求时, 举 例如下: Step 316: The service adaptation module sends a request to create a conference and invite members to the multimedia conference server. When the creation of the identifier and the request member are added by the SIP protocol, the example is as follows:
INVITE sip: confas@psi.cmccims3.com SIP/2.0  INVITE sip: confas@psi.cmccims3.com SIP/2.0
Via: SIP/2.0/UDP 10.70.139.158:5060;branch=z9hG4bK6e412422e  Via: SIP/2.0/UDP 10.70.139.158:5060;branch=z9hG4bK6e412422e
Route: <sip:conf.psi.cmccims3.com;lr>  Route: <sip:conf.psi.cmccims3.com;lr>
Call-ID: 31c809bfelcd688a50edfal26028b07e@SIPA  Call-ID: 31c809bfelcd688a50edfal26028b07e@SIPA
From: <sip:confuserll9@cmccims3.com>;tag=068b4d74  From: <sip:confuserll9@cmccims3.com>;tag=068b4d74
To: <sip:confas@psi.cmccims3.com>  To: <sip:confas@psi.cmccims3.com>
CSeq : 1 INVITE  CSeq : 1 INVITE
Contact: <sip: l.10.71.141.197@10.70.139.158:5060;transpor†=udp>  Contact: <sip: l.10.71.141.197@10.70.139.158:5060;transpor†=udp>
Max-Forwards: 67  Max-Forwards: 67
Session-Expires: 1800; refresher= uac  Session-Expires: 1800; refresher= uac
Min-SE: 1800  Min-SE: 1800
Content-Type: multipart/mixed; boundary="boundary"  Content-Type: multipart/mixed; boundary="boundary"
Content-Length : 622  Content-Length : 622
—boundary —boundary
Content-Type: application/sdp v=0  Content-Type: application/sdp v=0
0=ua 2890844526 2890842807 IN IP4 10.70.139.158  0=ua 2890844526 2890842807 IN IP4 10.70.139.158
s=test ua  s=test ua
C=IN IP4 10.70.139.158  C=IN IP4 10.70.139.158
t=0 0  t=0 0
m=message 19878 msrp/tcp *  m=message 19878 msrp/tcp *
a=accept-types:message/cpim  a=accept-types:message/cpim
—boundary —boundary
Content-Type: application/resource-lists+xml  Content-Type: application/resource-lists+xml
Content-Disposition: recipient-list  Content-Disposition: recipient-list
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
-<resource-lists>  -<resource-lists>
-<list>  -<list>
< entry uri="sip: zhangsan@huawei.com" />  < entry uri="sip: zhangsan@huawei.com" />
< entry uri="sip: Bob@huawei.com" />  < entry uri="sip: Bob@huawei.com" />
< entry uri="sip: John@huawei.com" />  < entry uri="sip: John@huawei.com" />
</list>  </list>
</resource-lists>  </resource-lists>
—boundary—  —boundary—
本消息以 SIP请求消息为例。消息体内容通过 SDP与 xml语言描述。该 消息表达的含义是业务适配模块向多媒体会议系统发送请求创建会议消息, 该请求中携带 义成员。 其中 entry含义是解析群组后的成员, 本举例中共 取三个值, 分另 ll为 sip :zhangsan@huawei.com、 sip:Bob@huawei.com、 sip: John@huawei . com。 This message takes the SIP request message as an example. The message body content is described by SDP and xml language. The meaning of the message is that the service adaptation module sends a request to create a conference message to the multimedia conference system. The request carries a righteous member. The entry is the member after the group is resolved. In this example, three values are taken, and the other ones are sip:zhangsan@huawei.com, sip:Bob@huawei.com, and sip:John@huawei.com.
如果多媒体会议服务器不支持创建会议时携带会议成员列表, 那么 Parlay X多媒体 义能力系统将向多媒体会议服务器分别发起会议创建请求 和^ i义成员邀请请求, 请求的处理过程与上述流程基本相同。  If the multimedia conference server does not support the conference member list when the conference is created, the Parlay X multimedia capability system will separately initiate a conference creation request and a membership request request to the multimedia conference server, and the processing process of the request is basically the same as the above process.
步骤 317: 多媒体 义服务器向业务适配模块返回会议操作响应。  Step 317: The multimedia server returns a conference operation response to the service adaptation module.
步骤 318: 业务适配模块转发响应消息至业务执行模块。  Step 318: The service adaptation module forwards the response message to the service execution module.
步骤 319: 业务执行模块向业务开放模块返回响应消息。  Step 319: The service execution module returns a response message to the service open module.
步骤 320: 应用最终接收到业务开放模块返回的响应消息。  Step 320: The application finally receives the response message returned by the service open module.
在本发明实施例所提供的方法中, 当需要批量添加的^ i义成员以群组方 式标识时, 首先要对其进行解析, 获取群组成员列表, 然后按照群组成员列 表依次添加需要批量添加的会议成员。 在整个过程中, 应用将需要添加的成 员所属的群组标识携带在^ i义创建请求中, 那么该群组中所有会议成员都可 以在一次请求之后被邀请, 减少了应用与多媒体会议服务器之间的交互信 令, 提高了操作的成功率和稳定性, 节约了网络资源, 提高了网络利用率。  In the method provided by the embodiment of the present invention, when the group members that need to be added in batches are identified in a group manner, the group members are first parsed, and the group member list is obtained, and then the group members are sequentially added according to the group member list. The added meeting member. In the whole process, the application carries the group identifier to which the added member belongs, and then all the conference members in the group can be invited after one request, which reduces the application and the multimedia conference server. Inter-active signaling improves the success rate and stability of the operation, saves network resources, and improves network utilization.
当批量操作对象为会议成员时, 本发明实施例所提供的另一种方法包 括:  When the batch operation object is a conference member, another method provided by the embodiment of the present invention includes:
S301 :根据接收的第一会议创建请求中携带的批量操作标识确定批量操 作对象标识指示的操作对象。  S301: Determine, according to the batch operation identifier carried in the received first conference creation request, an operation object indicated by the batch operation object identifier.
本发明实施例中操作对象为 义成员。  In the embodiment of the present invention, the operation object is a member.
S302: 从所述第一^ i义创建请求中获取^ i义成员列表。  S302: Obtain a list of the right member from the first creation request.
S303:根据^ i义成员列表依次向多媒体 义服务器发送邀请 义成员请 求, 在所述邀请成员请求中携带所述会议成员列表中的成员信息。  S303: Send an invitation member request to the multimedia server according to the member list, and carry the member information in the conference member list in the invitation member request.
本发明实施例所提供的方法可以应用于 Parlay X多媒体会汉能力系统, 图 4显示的是本发明实施例所提供的方法应用于所述 Parlay X多媒体会议能 力系统时, 该方法的具体执行流程, 包括:  The method provided by the embodiment of the present invention can be applied to the Parlay X multimedia conference capability system, and FIG. 4 shows the specific execution flow of the method when the method provided by the embodiment of the present invention is applied to the Parlay X multimedia conference capability system. , including:
步骤 401 : 应用向 Parlay X多媒体会议能力系统的业务开放模块发送创 建^ i义请求消息, 请求消息中携带^ i义成员列表。 为了描述上的方便,假设在该会议成员列表中记录了成员 A、成员 B和 成员 C。 Step 401: The application sends a create request message to the service open module of the Parlay X multimedia conference capability system, where the request message carries a list of the right member. For the convenience of description, it is assumed that member A, member B, and member C are recorded in the conference member list.
步骤 402: Parlay X多媒体会议能力系统向多媒体 义服务器发送创建 会议请求。  Step 402: The Parlay X multimedia conference capability system sends a create conference request to the multimedia server.
步骤 403: Parlay X多媒体会议能力系统接收多媒体^ i义服务器返回的 创建^ i义成功响应。  Step 403: The Parlay X multimedia conference capability system receives the creation success response returned by the multimedia server.
接下来, Parlay X多媒体 义能力系统依次邀请成员 A、 成员 B和成员 C参与到会议中来。  Next, the Parlay X multimedia capability system invites member A, member B, and member C to participate in the conference.
步骤 404: Parlay X多媒体会议能力系统向多媒体^ i义服务器发送邀请 请求, 邀请成员 A加入^ i义, 在所述邀请请求中携带有成员 A的成员信息。  Step 404: The Parlay X multimedia conference capability system sends an invitation request to the multimedia server, inviting the member A to join the identifier, and the member information of the member A is carried in the invitation request.
步骤 405: 成员 A加入^ i义响应。  Step 405: Member A joins the ^i response.
步骤 406: Parlay X多媒体会议能力系统向多媒体^ i义服务器发送邀请 请求, 邀请成员 B加入^ i义, 在所述邀请请求中携带有成员 B的成员信息。  Step 406: The Parlay X multimedia conference capability system sends an invitation request to the multimedia server, and invites the member B to join the member, and the member information of the member B is carried in the invitation request.
步骤 407: 成员 B加入会议响应。  Step 407: Member B joins the meeting response.
步骤 408: Parlay X多媒体会议能力系统向多媒体 义服务器发送邀请 请求, 邀请成员 C加入^ i义, 在所述邀请请求中携带有成员 C的成员信息。  Step 408: The Parlay X multimedia conference capability system sends an invitation request to the multimedia server, and invites the member C to join the member, and the member information of the member C is carried in the invitation request.
步骤 409: 成员 C加入会议响应。  Step 409: Member C joins the meeting response.
步骤 410: Parlay X多媒体会议能力系统向应用发送创建会议成功响应。 从步骤 404至步骤 409, Parlay X多媒体 义能力系统将 义成员列表 中的成员依次添加到会议中, 通过步骤 410将该结果向应用进行反馈。  Step 410: The Parlay X multimedia conference capability system sends a create conference success response to the application. From step 404 to step 409, the Parlay X multimedia capability system adds the members of the list of members to the conference in turn, and the result is fed back to the application through step 410.
通过将图 3与图 4所述的方法进行比较可知, 图 3中的会议成员是以群 组表示的, 需要通过群组单元形成解析请求进而获得群组成员列表。 当获得 群组成员列表后, 与图 4所示的方法基本相同, 只需要按照成员列表依次邀 请成员即可。  By comparing the methods described in FIG. 3 with FIG. 4, it can be seen that the conference members in FIG. 3 are represented by group groups, and it is necessary to form a resolution request through the group unit to obtain a group member list. When the group member list is obtained, it is basically the same as the method shown in Figure 4, and only members are invited in order according to the member list.
在实际应用中, 可能会出现会议成员列表中某个会议成员对应的是一个 群组标识的情况,此时,只需要参照图 3中所示方法获取群组成员列表即可。  In a practical application, a conference member in the conference member list may be associated with a group identifier. In this case, only the group member list needs to be obtained by referring to the method shown in FIG.
在本发明实施例所提供的方法中, 无论^ i义成员的数量是多少, 只要将 其携带在^ i义成员列表中, 那么应用通过一次请求就能够完成所有的邀请, 减少了应用与多媒体会议服务器之间的交互信令,提高了操作的成功率和稳 定性, 节约了网络资源, 提高了网络利用率。 本发明实施例所描述的多媒体会议中对会议本身或者会议成员的批量 操作在实际应用中可以任意结合, 例如当运营商或者 CP/SP批量创建聊天 室, 可以通过批量创建会议实现, 当聊天室初始化成员包含了群组 A、 成员 B与成员 C时, 可以通过批量邀请会议成员来实现, 具体实现过程可以参见 前述各个实施例。 In the method provided by the embodiment of the present invention, regardless of the number of members, as long as they are carried in the list of members, the application can complete all invitations by one request, thereby reducing application and multimedia. The interaction signaling between the conference servers improves the success rate and stability of the operation, saves network resources, and improves network utilization. In the multimedia conference described in the embodiment of the present invention, the batch operation of the conference itself or the conference member can be arbitrarily combined in the actual application. For example, when the operator or the CP/SP creates the chat room in batches, the conference can be created by batch creation, and the chat room is used. When the initiating member includes the group A, the member B, and the member C, the member can be indirectly invited by the conference member. For the specific implementation process, refer to the foregoing embodiments.
与方法实施例相对应, 本发明实施例还提供一种多媒体会议控制系统, 参见图 5, 该系统包括:  Corresponding to the method embodiment, the embodiment of the present invention further provides a multimedia conference control system. Referring to FIG. 5, the system includes:
业务开放模块 501, 用于接收第一会议控制请求, 在所述第一会议控制 请求中携带批量操作标识;  The service opening module 501 is configured to receive a first conference control request, and carry a batch operation identifier in the first conference control request.
业务执行模块 502, 用于根据业务开放模块接收的第一会议控制请求中 携带的批量操作标识确定批量操作对象标识; 根据所述批量操作对象标识获 取批量操作参数; 根据所述批量操作参数向业务适配模块发送第二会议控制 请求;  The service execution module 502 is configured to determine a batch operation object identifier according to the batch operation identifier carried in the first conference control request received by the service opening module, obtain a batch operation parameter according to the batch operation object identifier, and send the service to the service according to the batch operation parameter. The adaptation module sends a second conference control request;
所述业务适配模块 503 , 用于将接收到的所述第二会议控制请求转发给 多媒体会议服务器。  The service adaptation module 503 is configured to forward the received second conference control request to the multimedia conference server.
参见图 6, 当所述批量操作对象标识指示的批量操作对象为会议时, 本 发明实施例所提供的系统还包括: 批量模块 504,  Referring to FIG. 6, when the batch operation object indicated by the batch operation object identifier is a conference, the system provided by the embodiment of the present invention further includes: a batch module 504,
所述业务执行模块 502, 还用于根据从业务开放模块接收的第一会议控 制请求中获取的需要批量控制的会议的数量向所述批量模块发送构造第二 会议控制请求; 将批量模块构造的第二会议控制请求发送给所述业务适配模 块;  The service execution module 502 is further configured to send, according to the number of conferences that need to be batch controlled acquired in the first conference control request received from the service open module, to the batch module to construct a second conference control request; Sending, by the second conference control request, the service adaptation module;
所述批量模块 504, 用于构造第二会议控制请求。  The batch module 504 is configured to construct a second conference control request.
在本发明一实施例中, 所述业务执行模块包括: 策略子模块 601、 获取 子模块 602、 请求子模块 603和发送子模块 604, 其中:  In an embodiment of the present invention, the service execution module includes: a policy submodule 601, an acquisition submodule 602, a request submodule 603, and a sending submodule 604, where:
所述策略子模块 601, 用于根据业务开放模块接收的第一会议控制请求 中携带的批量操作标识确定批量操作对象标识;  The policy sub-module 601 is configured to determine, according to the batch operation identifier carried in the first conference control request received by the service opening module, the batch operation object identifier;
所述获取子模块 602, 用于在所述策略子模块确定批量操作对象标识指 示的操作对象为会议时,从业务开放模块接收的第一会议控制请求中获取需 要批量控制的会议的数量; 所述请求子模块 603 ,用于向所述批量模块发送构造第二会议控制请求, 在所述请求中携带由所述获取子模块获取的需要批量控制的会议的数量; 所述发送子模块 604, 用于将所述批量模块构造的所述第二会议控制请 求发送给所述业务适配模块。 The obtaining sub-module 602 is configured to obtain, when the policy sub-module determines that the operation object indicated by the batch operation object identifier is a conference, obtain the number of conferences that need to be batch controlled from the first conference control request received by the service opening module; The requesting sub-module 603 is configured to send a second conference control request to the batch module, where the request carries the number of conferences that need to be batch controlled acquired by the acquiring sub-module; the sending sub-module 604 And sending, by the batch module, the second conference control request to the service adaptation module.
图 6所示的系统中各个功能模块之间的具体信令流程可以参见图 2。 本发明实施例所提供的系统, 实现了多媒体会议的批量控制, 减少了应 用与 Parlay X多媒体会议能力系统之间的交互信令,提高了操作的成功率和 稳定性, 节约了网络资源, 提高了网络利用率。  The specific signaling flow between the various functional modules in the system shown in Figure 6 can be seen in Figure 2. The system provided by the embodiment of the invention implements batch control of the multimedia conference, reduces the interaction signaling between the application and the Parlay X multimedia conference capability system, improves the success rate and stability of the operation, saves network resources, and improves Network utilization.
参见图 7, 当所述批量操作对象标识指示的操作对象为会议成员时, 本 发明实施例所提供的系统还包括群组模块 505,  Referring to FIG. 7, when the operation object indicated by the batch operation object identifier is a conference member, the system provided by the embodiment of the present invention further includes a group module 505.
所述业务执行模块 502, 还用于从业务开放模块接收的第一会议控制请 求中获取群组标识; 根据所述群组标识向所述群组模块发送解析请求; 根据 所述群组模块接收的所述群组成员列表向所述业务适配模块发送第二会议 控制请求,在所述第二^ i义控制请求中携带所邀请的所述 义成员列表中的 成员信息;  The service execution module 502 is further configured to: obtain a group identifier from the first conference control request received by the service opening module; send a parsing request to the group module according to the group identifier; receive according to the group module The group member list sends a second conference control request to the service adaptation module, and the member information in the invited member list is carried in the second control request;
所述群组模块 505, 用于根据所述业务执行模块发送的解析请求中携带 的群组标识创建并发送群组解析请求消息,接收群组解析服务器根据群组解 析请求消息返回的群组解析响应, 该响应中携带群组成员列表。  The group module 505 is configured to create and send a group resolution request message according to the group identifier carried in the parsing request sent by the service execution module, and receive the group parsing returned by the group parsing server according to the group parsing request message. In response, the response carries a list of group members.
在实际应用中, 所述解析服务器可以是 Parlay X ALM能力系统或者地 址簿服务器。  In practical applications, the resolution server may be a Parlay X ALM capability system or an address book server.
在本发明一实施例中, 所述业务执行模块包括策略子模块 701、 获取子 模块 702、 请求子模块 703、 发送子模块 704, 其中:  In an embodiment of the present invention, the service execution module includes a policy sub-module 701, an acquisition sub-module 702, a request sub-module 703, and a transmission sub-module 704, where:
所述策略子模块 701, 用于根据业务开放模块接收的第一会议控制请求 中携带的批量操作标识确定批量操作对象标识;  The policy sub-module 701 is configured to determine, according to the batch operation identifier carried in the first conference control request received by the service opening module, the batch operation object identifier;
所述获取子模块 702, 用于在所述策略子模块确定批量操作对象标识指 示的操作对象为会议成员时从业务开放模块接收的第一会议控制请求中获 取群组标识;  The obtaining sub-module 702 is configured to obtain a group identifier from a first conference control request received by the service opening module when the policy sub-module determines that the operation object indicated by the batch operation object identifier is a conference member;
所述请求子模块 703, 用于根据所述群组标识向所述群组模块发送解析 请求; 所述发送子模块 704, 用于根据所述群组模块接收的所述群组成员列表 向所述业务适配模块发送第二会议控制请求,在所述第二会议控制请求中携 带所邀请的所述^ i义成员列表中的成员信息。 The request sub-module 703 is configured to send a parsing request to the group module according to the group identifier; The sending sub-module 704 is configured to send, according to the group member list received by the group module, a second conference control request to the service adaptation module, where the second conference control request carries the invited The member information in the member list.
本发明实施例所提供的系统中各个功能模块之间的信令关系可参见图 3。  The signaling relationship between the various functional modules in the system provided by the embodiment of the present invention can be seen in FIG. 3.
在本发明实施例中, 通过发送请求即可实现邀请所有的群组成员参加会 议, 极大地减少了应用与 Parlay X多媒体会议能力系统的交互信令, 提高了 操作的成功率和稳定性, 节约了网络资源, 提高了网络利用率。  In the embodiment of the present invention, all group members are invited to participate in the conference by sending a request, which greatly reduces the interaction signaling between the application and the Parlay X multimedia conference capability system, improves the success rate and stability of the operation, and saves Network resources have increased network utilization.
当所述批量操作对象标识指示的批量操作对象为会议成员时,应用可以 在第一会议请求中直接携带 义成员列表, 参见图 8, 本发明实施例所提供 的系统中, 所述业务执行模块包括策略子模块 801、 获取子模块 802和发送 子模块 803; 其中:  When the batch operation object indicated by the batch operation object identifier is a conference member, the application may directly carry the right member list in the first conference request. Referring to FIG. 8, in the system provided by the embodiment of the present invention, the service execution module A policy sub-module 801, an acquisition sub-module 802, and a transmission sub-module 803 are included;
所述策略子模块 801, 用于根据业务开放模块接收的第一会议控制请求 中携带的批量操作标识确定批量操作对象;  The policy sub-module 801 is configured to determine a batch operation object according to the batch operation identifier carried in the first conference control request received by the service opening module.
所述获取子模块 802, 用于在所述策略子模块确定批量操作对象标识指 示的操作对象为会议成员时从业务开放模块接收的第一会议控制请求中获 取^ i义成员列表;  The obtaining sub-module 802 is configured to obtain, when the policy sub-module determines that the operation object indicated by the batch operation object identifier is a conference member, obtain a list of the right member from the first conference control request received by the service opening module;
所述发送子模块 803, 用于根据所述会议成员列表向所述业务适配模块 发送第二会议控制请求,在所述第二会议控制请求中携带所述会议成员列表 中的成员信息。  The sending sub-module 803 is configured to send a second conference control request to the service adaptation module according to the conference member list, and carry the member information in the conference member list in the second conference control request.
在本发明实施例中,应用通过发送一次请求即可实现邀请所有会议成员 列表中的成员参与会汉,极大地减少了应用与 Parlay X多媒体会议能力系统 之间的交互信令, 提高了操作的成功率和稳定性, 节约了网络资源, 提高了 网络利用率。  In the embodiment of the present invention, the application can invite members of all the conference member lists to participate in the conference by sending a request, which greatly reduces the interaction signaling between the application and the Parlay X multimedia conference capability system, and improves the operation. Success rate and stability save network resources and improve network utilization.
本发明可以在由计算机执行的计算机可执行指令的一般上下文中描述, 例如程序模块。 一般地, 程序模块包括执行特定任务或实现特定抽象数据类 型的例程、 程序、 对象、 组件、 数据结构等等。 也可以在分布式计算环境中 实践本发明, 在这些分布式计算环境中, 由通过通信网络而被连接的远程处 理设备来执行任务。 在分布式计算环境中, 程序模块可以位于包括存储设备 在内的本地和远程计算机存储介质中。 The invention may be described in the general context of computer-executable instructions executed by a computer, such as a program module. Generally, program modules include routines, programs, objects, components, data structures, and the like that perform particular tasks or implement particular abstract data types. The invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are connected through a communication network. In a distributed computing environment, program modules can be located in a storage device In local and remote computer storage media.
以上所述仅是本发明的优选实施方式, 应当指出, 对于本技术领域的普 通技术人员来说, 在不脱离本发明原理的前提下, 还可以做出若干改进和润 饰, 这些改进和润饰也应视为本发明的保护范围。  The above description is only a preferred embodiment of the present invention, and it should be noted that those skilled in the art can also make several improvements and retouchings without departing from the principles of the present invention. It should be considered as the scope of protection of the present invention.

Claims

权 利 要 求 Rights request
1、 一种多媒体会议控制方法, 其特征在于, 包括:  A multimedia conference control method, comprising:
根据接收的第一会议控制请求中携带的批量操作标识确定批量操作对 象标识;  Determining a batch operation object identifier according to the batch operation identifier carried in the received first conference control request;
根据所述批量操作对象标识获取批量操作参数;  Obtaining batch operation parameters according to the batch operation object identifier;
根据所述批量操作参数向多媒体^ i义服务器发送第二会议控制请求, 用 于所述多媒体会议服务器根据所述第二会议控制请求执行相应操作。  And sending, by the batch operation parameter, a second conference control request to the multimedia conference server, where the multimedia conference server performs a corresponding operation according to the second conference control request.
2、 根据权利要求 1 所述的方法, 其特征在于, 当所述批量操作对象标 识指示的操作对象为会议时, 所述批量操作参数为需要批量控制的会议的数 量,  The method according to claim 1, wherein when the operation object indicated by the batch operation object identifier is a conference, the batch operation parameter is the number of conferences that need to be batch controlled.
相应的,根据所述批量操作参数向多媒体^ i义服务器发送第二^ i义控制 请求包括:  Correspondingly, sending the second control request to the multimedia server according to the batch operation parameter includes:
根据所述需要批量控制的会议的数量构造第二会议控制请求; 向多媒体会议服务器发送所述第二会议控制请求。  And configuring a second conference control request according to the number of conferences that need to be batch controlled; and sending the second conference control request to the multimedia conference server.
3、 根据权利要求 1 所述的方法, 其特征在于, 当所述批量操作对象标 识指示的操作对象为会议成员时, 所述批量操作参数为会议成员列表, 根据 所述批量操作参数向多媒体会议服务器发送第二 义控制请求为:  The method according to claim 1, wherein, when the operation object indicated by the batch operation object identifier is a conference member, the batch operation parameter is a conference member list, and the multimedia conference is performed according to the batch operation parameter. The server sends the second control request to:
根据所述会议成员列表向多媒体会议服务器发送第二 义控制请求, 在 所述第二^ i义控制请求中携带所述^ i义成员列表中的成员信息。  And sending, by the conference member list, a second control request to the multimedia conference server, where the second member control request carries the member information in the member list.
4、 根据权利要求 1 所述的方法, 其特征在于, 当所述批量操作对象标 识指示的操作对象为会议成员时,根据所述批量操作对象标识获取批量操作 参数包括:  The method according to claim 1, wherein when the operation object indicated by the batch operation object identifier is a conference member, obtaining the batch operation parameter according to the batch operation object identifier includes:
根据所述批量操作对象标识获取群组标识,根据所述群组标识创建并发 送群组解析请求消息;  Obtaining a group identifier according to the batch operation object identifier, and creating and sending a group parsing request message according to the group identifier;
接收群组解析服务器根据群组解析请求消息返回的群组解析响应, 该响 应中携带群组成员列表;  Receiving, by the group resolution server, a group resolution response returned according to the group resolution request message, where the response carries a group member list;
相应的,根据所述批量操作参数向多媒体会议服务器发送第二 义控制 请求为: 根据所述群组成员列表向多媒体会议服务器发送第二 义控制请求, 在 所述第二^ i义控制请求中携带所述群组成员列表中的成员信息。 Correspondingly, sending the second control request to the multimedia conference server according to the batch operation parameter is: Sending a second control request to the multimedia conference server according to the group member list, and carrying the member information in the group member list in the second control request.
5、 根据权利要求 1~4中任意一项所述的方法, 其特征在于, 还包括: 接收来自所述多媒体会议服务器的响应。  The method according to any one of claims 1 to 4, further comprising: receiving a response from the multimedia conference server.
6、 一种多媒体会议控制系统, 其特征在于, 包括:  6. A multimedia conference control system, comprising:
业务开放模块, 用于接收第一会议控制请求, 在所述会议控制请求中携 带批量操作标识;  a service opening module, configured to receive a first conference control request, and carry a batch operation identifier in the conference control request;
业务执行模块, 用于根据业务开放模块接收的第一会议控制请求中携带 的批量操作标识确定批量操作对象标识; 根据所述批量操作对象标识获取批 量操作参数; 根据所述批量操作参数向业务适配模块发送第二会议控制请 求;  a service execution module, configured to determine a batch operation object identifier according to the batch operation identifier carried in the first conference control request received by the service open module, obtain a batch operation parameter according to the batch operation object identifier, and adapt to the service according to the batch operation parameter The matching module sends a second conference control request;
所述业务适配模块, 用于将接收到的所述第二会议控制请求转发给多媒 体会议服务器。  The service adaptation module is configured to forward the received second conference control request to the multimedia conference server.
7、 根据权利要求 6所述的系统, 其特征在于, 当所述批量操作对象标 识指示的批量操作对象为^ i义时, 该系统还包括: 批量模块,  7. The system according to claim 6, wherein when the batch operation object indicated by the batch operation object identifier is a meaning, the system further comprises: a batch module,
所述业务执行模块, 还用于根据从所述业务开放模块接收的第一会议控 制请求中获取的需要批量控制的会议的数量向所述批量模块发送构造第二 会议控制请求; 将批量模块构造的第二会议控制请求发送给所述业务适配模 块;  The service execution module is further configured to send a second conference control request to the batch module according to the number of conferences that need to be batch controlled acquired in the first conference control request received from the service open module; The second conference control request is sent to the service adaptation module;
所述批量模块, 用于构造第二会议控制请求。  The batch module is configured to construct a second conference control request.
8、 根据权利要求 7所述的系统, 其特征在于, 所述业务执行模块包括: 策略子模块、 获取子模块、 请求子模块和发送子模块, 其中  The system according to claim 7, wherein the service execution module comprises: a policy sub-module, an acquisition sub-module, a request sub-module, and a transmission sub-module, wherein
所述策略子模块, 用于根据业务开放模块接收的第一会议控制请求中携 带的批量操作标识确定批量操作对象标识;  The policy sub-module is configured to determine, according to the batch operation identifier carried in the first conference control request received by the service opening module, the batch operation object identifier;
所述获取子模块, 用于在所述策略子模块确定批量操作对象标识指示的 操作对象为会议时,从业务开放模块接收的第一会议控制请求中获取需要批 量控制的会议的数量;  The obtaining sub-module is configured to: when the policy sub-module determines that the operation object indicated by the batch operation object identifier is a conference, obtain the number of conferences that need batch control from the first conference control request received by the service opening module;
所述请求子模块, 用于向所述批量模块发送构造第二会议控制请求, 在 所述请求中携带由所述获取子模块获取的需要批量控制的会议的数量; 所述发送子模块, 用于将所述批量模块构造的所述第二会议控制请求发 送给所述业务适配模块。 The requesting submodule, configured to send, to the batch module, a configuration second conference control request, where The request carries the number of conferences that need to be controlled by the acquisition sub-module, and the sending sub-module is configured to send the second conference control request configured by the batch module to the service adaptation. Module.
9、 根据权利要求 6所述的系统, 其特征在于, 当所述批量操作对象标 识指示的操作对象为会议成员时, 所述业务执行模块包括策略子模块、 获取 子模块和发送子模块; 其中:  The system according to claim 6, wherein when the operation object indicated by the batch operation object identifier is a conference member, the service execution module includes a policy sub-module, an acquisition sub-module, and a transmission sub-module; :
所述策略子模块, 用于根据业务开放模块接收的第一会议控制请求中携 带的批量操作标识确定批量操作对象;  The policy sub-module is configured to determine a batch operation object according to the batch operation identifier carried in the first conference control request received by the service opening module;
所述获取子模块, 用于在所述策略子模块确定批量操作对象标识指示的 操作对象为会议成员时从业务开放模块接收的第一会议控制请求中获取会 议成员列表;  The obtaining submodule is configured to obtain a conference member list from the first conference control request received by the service opening module when the policy submodule determines that the operation object indicated by the batch operation object identifier is a conference member;
所述发送子模块, 用于根据所述会议成员列表向所述业务适配模块发送 第二^ i义控制请求,在所述第二会议控制请求中携带所述^ i义成员列表中的 成员信息。  The sending submodule is configured to send, according to the conference member list, a second control request to the service adaptation module, where the second conference control request carries the member in the member list information.
10、 根据权利要求 6所述的系统, 其特征在于, 当所述批量操作对象标 识指示的操作对象为 义成员时, 所述系统还包括群组模块,  The system according to claim 6, wherein when the operation object indicated by the batch operation object identifier is a right member, the system further includes a group module.
所述业务执行模块,还用于从业务开放模块接收的第一会议控制请求中 获取群组标识; 根据所述群组标识向所述群组模块发送解析请求; 根据所述 群组模块接收的所述群组成员列表向所述业务适配模块发送第二会议控制 请求,在所述第二会议控制请求中携带所邀请的所述 义成员列表中的成员 信息;  The service execution module is further configured to: obtain a group identifier from a first conference control request received by the service open module; send a parsing request to the group module according to the group identifier; and receive according to the group module The group member list sends a second conference control request to the service adaptation module, where the second conference control request carries the member information in the invited member list;
所述群组模块, 用于根据所述业务执行模块发送的解析请求中携带的群 组标识创建并发送群组解析请求消息,接收群组解析服务器根据群组解析请 求消息返回的群组解析响应, 该响应中携带群组成员列表。  The group module is configured to create and send a group resolution request message according to the group identifier carried in the parsing request sent by the service execution module, and receive a group parsing response returned by the group parsing server according to the group parsing request message. , the response carries a list of group members.
11、 根据权利要求 10所述的系统, 其特征在于, 所述业务执行模块包 括策略子模块、 获取子模块、 请求子模块、 发送子模块; 其中:  The system according to claim 10, wherein the service execution module comprises a policy submodule, an acquisition submodule, a request submodule, and a sending submodule; wherein:
所述策略子模块, 用于根据业务开放模块接收的第一会议控制请求中携 带的批量操作标识确定批量操作对象标识; 所述获取子模块, 用于在所述策略子模块确定批量操作对象标识指示的 操作对象为会议成员时从业务开放模块接收的第一会议控制请求中获取群 组标识; The policy sub-module is configured to determine, according to the batch operation identifier carried in the first conference control request received by the service opening module, the batch operation object identifier; The acquiring sub-module, configured to acquire a group identifier from a first conference control request received by the service opening module when the policy sub-module determines that the operation object indicated by the batch operation object identifier is a conference member;
所述请求子模块, 用于根据所述群组标识向所述群组模块发送解析请 求;  The requesting submodule is configured to send a parsing request to the group module according to the group identifier;
所述发送子模块, 用于根据所述群组模块接收的所述群组成员列表向所 述业务适配模块发送第二会议控制请求,在所述第二会议控制请求中携带所 邀请的所述^ i义成员列表中的成员信息。  The sending submodule is configured to send a second conference control request to the service adaptation module according to the group member list received by the group module, and carry the invited conference in the second conference control request The member information in the list of members.
12、 根据权利要求 9所述的系统, 其特征在于, 所述群组解析服务器为 Parlay X地址列表管理 ALM能力系统或者地址簿服务器。  12. The system according to claim 9, wherein the group resolution server manages an ALM capability system or an address book server for a Parlay X address list.
PCT/CN2010/071048 2009-03-13 2010-03-15 Method and system for control multimedia conference WO2010102588A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200910117881A CN101834730A (en) 2009-03-13 2009-03-13 Multimedia conferencing control method and system
CN200910117881.4 2009-03-13

Publications (1)

Publication Number Publication Date
WO2010102588A1 true WO2010102588A1 (en) 2010-09-16

Family

ID=42718667

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2010/071048 WO2010102588A1 (en) 2009-03-13 2010-03-15 Method and system for control multimedia conference

Country Status (2)

Country Link
CN (1) CN101834730A (en)
WO (1) WO2010102588A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112788537A (en) * 2019-11-07 2021-05-11 维沃移动通信有限公司 Location query method, core network function and location service requester

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103618716B (en) * 2013-11-28 2017-01-18 福建星网锐捷网络有限公司 Conversation interaction method, equipment and system of terminal WAN management protocol
CN104753804B (en) * 2013-12-31 2019-01-08 中国移动通信集团公司 A kind of data stream transmitting control method, apparatus and system
CN105100031B (en) * 2014-05-23 2019-05-17 北京奇虎科技有限公司 A kind of methods, devices and systems that batch addition is trusted
CN105068430B (en) * 2015-06-30 2021-10-19 青岛海尔智能家电科技有限公司 Household appliance set operation method and device
CN109862307B (en) * 2019-01-25 2021-09-10 视联动力信息技术股份有限公司 Video conference initiating method and device
CN111586337B (en) * 2019-02-18 2022-01-25 阿里巴巴集团控股有限公司 Audio and video conference system, control method, equipment and storage medium
CN112541495A (en) * 2020-12-22 2021-03-23 厦门亿联网络技术股份有限公司 Conference message detection method, device, server and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101150424A (en) * 2007-10-15 2008-03-26 中兴通讯股份有限公司 Method for batch conference member addition after conference service creation
CN101369906A (en) * 2007-08-13 2009-02-18 华为技术有限公司 Conference service implementing method and apparatus

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101257395B (en) * 2007-02-27 2010-12-08 中国移动通信集团公司 System and method for supporting multimedia conference booking

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101369906A (en) * 2007-08-13 2009-02-18 华为技术有限公司 Conference service implementing method and apparatus
CN101150424A (en) * 2007-10-15 2008-03-26 中兴通讯股份有限公司 Method for batch conference member addition after conference service creation

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112788537A (en) * 2019-11-07 2021-05-11 维沃移动通信有限公司 Location query method, core network function and location service requester

Also Published As

Publication number Publication date
CN101834730A (en) 2010-09-15

Similar Documents

Publication Publication Date Title
US7155248B2 (en) System and method for initiating push-to-talk sessions between outside services and user equipment
TWI445433B (en) Method, user equipment and software product for media stream transfer between devices
EP2590376B1 (en) Method, apparatus and system for cross-platform conference convergence
WO2010102588A1 (en) Method and system for control multimedia conference
US8589547B2 (en) Side channel for membership management within conference control
CN101199185B (en) Multimedia transfer for wireless networks
EP2342883B1 (en) File transfer in conference services
Rosenberg et al. A session initiation protocol (SIP) event package for conference state
CN101232465B (en) Method for transmitting document in conference system, document transmitting system and conference server
US8379544B2 (en) Communications
CN100499598C (en) Method and system of instant message user to use other immediate news system
US20030014488A1 (en) System and method for enabling multimedia conferencing services on a real-time communications platform
US20080270553A1 (en) Method and System for Instant Notification of Communication Block Information
WO2018133702A1 (en) Conference communication method, server, intelligent terminal and computer-readable storage medium
WO2011017889A1 (en) Multimedia conference implementation method and system
WO2010108404A1 (en) Method, device and system for a terminal selectively participating in a conference or controlling a terminal selectively participating in a conference
WO2011109972A1 (en) Method and system for implementing multimedia conference
US10524012B2 (en) Method and system for integrating content viewing and communication in immersive social centre session
WO2021228005A1 (en) Session creation method and apparatus, and electronic device
WO2016119300A1 (en) Information synchronization method and information synchronization device based on ims multi-party call, and terminal
WO2008052488A1 (en) Method for associated processing service information and service server
KR101038736B1 (en) Session based communication
CN102291366A (en) Method for realizing instant messaging of multi-media conference and user equipment
Rosenberg A Framework for Application Interaction in the Session Initiation Protocol (SIP)
Wu et al. Integration of SIP VoIP and Messaging with the AccessGrid and H. 323 Systems

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

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

Country of ref document: EP

Kind code of ref document: A1