WO2008083582A1 - A service trigger method, system and service trigger apparatus - Google Patents

A service trigger method, system and service trigger apparatus Download PDF

Info

Publication number
WO2008083582A1
WO2008083582A1 PCT/CN2007/071321 CN2007071321W WO2008083582A1 WO 2008083582 A1 WO2008083582 A1 WO 2008083582A1 CN 2007071321 W CN2007071321 W CN 2007071321W WO 2008083582 A1 WO2008083582 A1 WO 2008083582A1
Authority
WO
WIPO (PCT)
Prior art keywords
service
service control
triggering
trigger
control points
Prior art date
Application number
PCT/CN2007/071321
Other languages
French (fr)
Chinese (zh)
Inventor
Youzhu Shi
Sang Wu
Original Assignee
Huawei Technologies Co., Ltd.
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 Huawei Technologies Co., Ltd. filed Critical Huawei Technologies Co., Ltd.
Publication of WO2008083582A1 publication Critical patent/WO2008083582A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0805Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability

Definitions

  • the present invention relates to the field of communications technologies, and in particular, to a service triggering method, system, and service triggering apparatus. Background of the invention
  • the IP Multimedia Subsystem is a Session Initiation Protocol (SIP) based system introduced in the 3rd Generation Mobile Communications Standards Partnership Project (3GPP) Release 5.
  • SIP Session Initiation Protocol
  • the session layer of the IMS is separated from the service layer, and the session-layer service-call session control function (S-CSCF) triggers the service layer application server, including the SIP application server (AS), through preset initial filter rule (iFC) data.
  • S-CSCF session-layer service-call session control function
  • iFC initial filter rule
  • OSA SCS IP Multimedia Service Switching Function OSA SCS IP Multimedia Service Switching Function
  • an iFC data may include 0 or 1 Trigger Point description, 1 Priority (Nority) number description, 1 Server Name description, and AS not available. Description of Default Handling when routing.
  • the description of the above trigger point gives the conditions for the initial filter rule matching;
  • the server name description gives the AS address corresponding to the iFC data, and only one server name is described in one iFC data;
  • the priority number description gives the S-CSCF The processing order of the iFC data, and the same priority cannot be assigned to more than one iFC data usage.
  • the S-CSCF triggers the AS as follows: After receiving the SIP initial request message, the S-CSCF first sends the SIP request message to the higher priority iFCl data. The described service triggering conditions are matched. If the matching is successful, the S-CSCF sends the SIP request message to the service control point AS1 corresponding to the iFCl, and invokes the AS1. The S-CSCF receives the SIP request returned by the AS 1 After the message, the S-CSCF uses the SIP request message returned by the AS1 to match the service trigger condition described in the lower priority iFC2 data.
  • the S-CSCF sends the SIP request message returned by the AS1 to the iFC2.
  • the S-CSCF will not be able to continue to call the next AS.
  • the SUBSCRIBE message sent by the user is routed to the first AS through the S-CSCF.
  • the AS After receiving the SUBSCRIBE message sent to itself, the AS returns the 200 OK response message after completing the subscription process. If the service trigger mode of the existing S-CSCF is used, the next AS cannot be called according to the 200 OK message of the non-SIP initial request message.
  • the prior art adopts the foregoing serial service triggering mode, after triggering an AS, based on the SIP initial request message returned by the AS, continues to trigger the next AS, and the previously triggered AS fails to return a message, or returns The message type is not the SIP initial request message. Then, the existing service trigger mode cannot trigger the next service control point, so that the service trigger cannot be guaranteed.
  • the current S-CSCF adopts the serial trigger mode, and the triggering of the subsequent AS needs to wait for the previous AS trigger to complete, and the triggering efficiency is low.
  • the S-CSCF needs to continue to trigger the subsequent AS according to the SIP initial request message sent back by the AS, but since the AS may change the SIP message, this may cause a service interaction problem, that is, Causes subsequent business to not work or work abnormally.
  • the original SIP message received by the S-CSCF contains the +g.PoC.talkburst flag in the Accept-Contact header field, and one of the user's iFC rules is triggered according to the flag to provide wireless push-to-talk (PoC, Push to talk). Over Cellular) Business of AS Data.
  • the S-CSCF may first process other iFCs.
  • the S-CSCF first triggers to AS1, and the AS1 works in the Back to Back User Agent (B2BUA) mode for service processing and SIP messages.
  • B2BUA Back to Back User Agent
  • the flag is lost, so that the S-CSCF can no longer be triggered by the aforementioned iFC to the subsequent AS providing the PoC service after receiving the message again.
  • the embodiment of the present invention provides a service triggering method to ensure the implementation of service triggering.
  • a service triggering method including:
  • the embodiment of the invention further provides a service triggering device to ensure the implementation of the service trigger.
  • a service triggering device includes:
  • a monitoring unit a service control point information providing unit, and a triggering unit, where
  • a monitoring unit configured to monitor a service trigger event, and transmit the monitored service trigger event information to the service control point information providing unit;
  • a service control point information providing unit configured to receive service trigger event information from the monitoring unit, determine that a plurality of service control points need to be triggered according to the service triggering event, and transmit the multiple service control point information to the triggering unit;
  • the triggering unit is configured to receive multiple service control point information from the service control point information providing unit, and trigger the multiple service control points.
  • a service triggering system includes: a service triggering device and multiple service control points, where The service triggering device is configured to monitor a service triggering event, determine that a plurality of service control points need to be triggered according to the service triggering event, and trigger the multiple service control points.
  • the foregoing service triggering method, system, and service triggering apparatus provided by the embodiment of the present invention trigger multiple service control points based on the same service triggering event, without triggering a service control point, and then returning based on the service control point.
  • the message triggers the next service control point, which can ensure the triggering of the subsequent service control point, and can improve the trigger processing efficiency.
  • FIG. 1 is a schematic structural diagram of a service triggering system in an embodiment of the present invention
  • FIG. 2 is a flowchart of triggering two service control points in parallel in Embodiment 1 of the present invention
  • FIG. 3 is a flowchart of triggering a service control point in parallel in the embodiment of the present invention
  • FIG. 4 is a serial trigger in Embodiment 3 of the present invention
  • Fig. 5 is a flow chart of serially triggering two service control points in Embodiment 4 of the present invention.
  • the embodiment of the present invention first provides a service triggering method, where the method includes: monitoring a service triggering event; determining that a plurality of service control points need to be triggered according to the service triggering event; and triggering the multiple service control points.
  • the key of the embodiment of the present invention is to trigger multiple service control points according to the same service triggering event.
  • the service triggering device receives the message A, triggers the AS1 according to the message A, returns the message B after the AS1 processing, and triggers according to the same service.
  • the event invoking multiple service control points includes at least one of the following: triggering subsequent multiple service control points according to message A, or triggering subsequent multiple service control points according to message B.
  • the same service trigger event may be a service trigger device.
  • the original service trigger event received may also be a service trigger event received during the service trigger processing, for example, message B returned by AS 1.
  • the service triggering event mentioned in the embodiment of the present invention may include: a received service trigger message, or a migration of a call state.
  • the embodiment of the present invention further provides a service triggering system, where the system includes: a service triggering device and multiple service control points, where
  • the service triggering device is configured to monitor a service triggering event, determine that a plurality of service control points need to be triggered according to the service triggering event, and trigger the multiple service control points.
  • the service trigger device that is, the service trigger point, includes:
  • a monitoring unit a service control point information providing unit, and a triggering unit, where
  • a monitoring unit configured to monitor a service trigger event, and transmit the monitored service trigger event information to the service control point information providing unit;
  • a service control point information providing unit configured to receive service trigger event information from the monitoring unit, determine that a plurality of service control points need to be triggered according to the service triggering event, and transmit the multiple service control point information to the triggering unit;
  • the triggering unit is configured to receive multiple service control point information from the service control point information providing unit, and trigger the multiple service control points.
  • FIG. 1 is a schematic structural diagram of a service triggering system in an embodiment of the present invention.
  • the service triggering system may further include: a service trigger data storage unit, configured to store the service trigger data, and transmit the service trigger data to the service triggering device;
  • the service triggering apparatus may further include: a service trigger data acquiring unit, configured to: Obtaining service trigger data, and transmitting the service trigger data information to the service control point information providing unit;
  • the service control point information providing unit is further configured to receive the service trigger data information from the service trigger data acquiring unit, and trigger according to the service
  • the service trigger data corresponding to the event determines that multiple service control points need to be triggered according to the service trigger event.
  • the service trigger data storage unit may be a User Home Server (HSS) or the like.
  • the service triggering device may be: an S-CSCF or a Service Broker.
  • the service control point can be: SIP AS, OSA SCS or IM-SSF.
  • the interface between the service triggering device and the service trigger data storage unit is represented by E1, and the service triggering device obtains user subscription data, that is, service subscription data, from the service trigger data storage unit through the E1 interface.
  • the protocols used by the E1 interface may include: Diameter protocol, SIP protocol, Universal User Profile (GUP) protocol, HTTP protocol, Mobile Application Part (MAP) protocol, and the like.
  • the interface between the service triggering device and the service control point is represented by E2, and the service triggering device triggers the service triggering event to the service control point through the E2 interface. After the service is triggered, the service control point and the service triggering device pass the E2 interface. Interactive communication messages.
  • the protocol used by the E2 interface can be: SIP protocol.
  • the method of triggering multiple service control points may be:
  • Triggering multiple service control points in parallel according to the same service trigger event that is, triggering multiple service control points at the same time
  • multiple service control points are triggered serially, that is, multiple service control points are triggered one by one.
  • the method for triggering multiple service control points in parallel based on the same service trigger event in the embodiment of the present invention is described in detail.
  • the method may be: expanding the existing service trigger data description, and triggering data according to the service corresponding to the service trigger event. , determine that multiple business control points need to be triggered in parallel based on the business trigger event.
  • the extended service trigger data description includes: setting the priority of the multiple service trigger data corresponding to the service trigger event to be the same, or configuring the address information of the multiple service control points in a service trigger data corresponding to the service trigger event .
  • the service triggering device triggers multiple service control points in parallel according to the extended service trigger data.
  • the iFCl description can be:
  • iFC2 ⁇ /InitialFilterCriteria>
  • the priority of both iFCl and iFC2 is 10, and both are triggered according to the SIP INVITE message.
  • the service triggering device detects a service triggering event, for example, receives a service triggering message SIP INVITE message, and determines that the message matches the service triggering conditions described in the iFCl and the iFC2, the triggering of the service triggering device in the embodiment of the present invention
  • the unit triggers AS1 and AS2 in parallel, that is, based on the service triggering event, and simultaneously triggers to the service control point AS1 corresponding to iFCl and the service control point AS2 corresponding to iFC2.
  • the service triggering device may invoke multiple service control points corresponding to the multiple service trigger data in parallel according to the service trigger data corresponding to the same service triggering event.
  • the service triggering device may be: The service triggers the data priority, sorts the service trigger data, and finds the multiple service trigger data with the same priority after traversing all the service trigger data.
  • the service trigger device has the same priority according to the multiple service trigger data. And in parallel calling a plurality of service control points corresponding to the plurality of service trigger data respectively.
  • FIG. 2 is a flowchart of triggering two service control points in parallel in Embodiment 1 of the present invention.
  • the service trigger data storage unit is an HSS
  • the service triggering device is an S-CSCF.
  • the service control point may be any one of the SIP AS, the OSA SCS, or the IM-SSF.
  • the two service control points are all SIP ASs, which are AS1 and AS2, respectively.
  • the process includes the following steps:
  • Step 201 The S-CSCF obtains service trigger data iFC data from the HSS.
  • the iFC data can be obtained from the HSS through the Cx interface defined by the 3GPP.
  • Step 203 The S-CSCF finds two iFCls and iFC2s with the same priority from the iFC data of the user A.
  • the S-CSCF determines that there is no other iFC data of the same priority, and then processes the above iFCl and iFC2.
  • the service trigger conditions described in iFCl and iFC2 above are ⁇ Method>INVITE ⁇ /Method>. If the SIP request method is INVITE, it can be determined that the received INVITE message matches the service trigger conditions in iFCl and iFC2. That is, there are multiple service trigger data with the same priority level corresponding to the same service trigger event. Therefore, the S-CSCF calls multiple service control points corresponding to the multiple service trigger data in parallel.
  • step 204 the S-CSCF sends an INVITE message to AS1 corresponding to iFCl and AS2 corresponding to iFC2.
  • the addresses of AS1 and AS2 are respectively the server name described in iFCl and iFC2. sip: AS l @homedomain.com ,, , "sip:AS2@homedomain.com". The process ends.
  • the service triggering device matches the received service trigger message according to the description of the different header fields or message body content of the same INVITE message according to the two iFCs, for example, the service triggering condition described in iFCl is in the INVITE message.
  • the content of the From header field, the service trigger condition described in iFC2 is the content of the To header field in the INVITE message.
  • Embodiment 1 of the present invention has ended.
  • the address configuration information of the multiple service control points in the service trigger data corresponding to the service triggering event it is determined that multiple service control points corresponding to the service trigger data are triggered according to the service triggering event, for example:
  • the extended iFCl description can be as follows:
  • the service triggering device triggers, according to the description of the iFCl, a service triggering event that matches the service triggering condition description in the iFCl, the service triggering device triggers to the two service control points AS1 and AS2 corresponding to the iFCl based on the service triggering event.
  • a trigger sequence mode indication that is, a SequenceMode indication
  • the indication may indicate: triggering the service control point in parallel, or serially triggering the service control point.
  • Set Sequence Mode to 0 to indicate that AS1 and AS2 are triggered in parallel; Sequence Mode takes a value of 1, indicating serial triggering of AS1 and AS2. It can be set that when there is no Sequence Mode indication in the iFC data and there are multiple AS address descriptions, the trigger sequence mode can take a default value.
  • the default value is 0, that is, the multiple ASs are triggered in parallel, that is, the service trigger data is only When parallel triggering or serial triggering is supported, it is not necessary to add an explicit "trigger sequence mode indication" in the service trigger data.
  • the service trigger event can be triggered to AS1 and AS2 simultaneously; if serial triggering of AS1 and AS2 is required, then one of the service control points of AS1 and AS2 can be triggered based on the service trigger event. Trigger another service control point. Whether it is parallel triggering or serial triggering, it is based on the same business trigger event implementation. In this embodiment, the value of the Sequence Mode is 0.
  • the following describes a method for triggering multiple service control points in parallel after configuring multiple AS addresses in iFCl according to a specific embodiment.
  • FIG. 3 is a flowchart of triggering two service control points in parallel in Embodiment 2 of the present invention.
  • the service trigger data storage unit is an HSS
  • the service triggering device is an S-CSCF
  • the two service control points are AS1 and AS2.
  • the process includes the following steps: Step 301: The S-CSCF obtains service trigger data iFC data from the HSS.
  • Step 302 The S-CSCF receives the INVITE request message sent by the user A.
  • Step 303 The S-CSCF checks the iFC data of the user, and determines that the INVITE request message needs to be sent to the two ASs specified by the iFC data: AS1 and AS2.
  • the S-CSCF determines, according to the iFC data, that the received INVITE message matches the trigger condition ⁇ Method>INVITE ⁇ /Method> described in the iFC data, and the S-CSCF further determines that the SequenceMode value is 0 according to the iFC data description.
  • Step 304 and step 305 the S-CSCF sends the INVITE message to AS1 and AS2 at the same time.
  • the addresses of AS1 and AS2 are the server name described in iFC: "sip: AS l @homedomain.com", “sip:AS2@homedomain.com ". The 3 ⁇ 4! Cheng Jie bundle.
  • Embodiment 2 of the present invention has been completed.
  • a service triggering process such as a third-party registration process
  • the above-mentioned parallel triggering multiple service control points may be used.
  • the practice of business triggering, by calling multiple service control points in one trigger, can effectively improve the efficiency of business triggering.
  • the method may be: triggering multiple service control points in series by using mutually independent trigger modes.
  • the adopting mutually independent triggering manners means that multiple service control points are triggered based on the same service triggering event, instead of being triggered based on the returned message of the last service control point that is triggered, that is, the next service control point.
  • the trigger does not depend on the return message of the previous service control point.
  • the service triggering data description may be extended to determine that multiple service control points need to be triggered serially according to the service triggering event.
  • the scalable service trigger data description adding a "trigger condition mode indication," the indication may indicate whether to use the return message of the previous service control point for subsequent triggering.
  • the indication value indicates that the previous service control point is not used
  • the service triggering device is triggered to trigger the previous service control. After the point, the return message of the service control point is not used, and the service trigger event is continued to trigger the next service control point.
  • the service triggering data may not be extended.
  • the service triggering event is a specific service triggering message
  • the service triggering device determines whether the message needs to be local. Ending to implement the serial triggering, if yes, the service triggering device determines that the plurality of service control points described in the plurality of service triggering data corresponding to the service triggering event are serially triggered according to the service triggering event, where the specific service triggering message includes at least the following One: SIP REGISTER registration message, SIP SUBSCRIBE subscription message, SIP PUBLISH release message, SIP NOTIFY notification message.
  • the method of triggering multiple service control points in series may also be: determining, by using the foregoing method for describing multiple service control points in one service trigger data, that multiple service control points need to be triggered serially according to the service trigger event,
  • the serial trigger may be indicated by the aforementioned "trigger sequence mode indication", or the multiple service control points may be triggered serially by default as long as a plurality of service control points are described in one service trigger data.
  • the service triggering event is a specific service triggering message
  • the local termination decision is required, and multiple service control points are triggered independently of each other, for example:
  • FIG. 4 is a flowchart of triggering two service control points in Embodiment 3 of the present invention. The process includes the following steps:
  • Step 401 The Service Broker obtains service trigger data from the HSS.
  • the service trigger data can be described in the form of filtering rules (FC) data.
  • FC filtering rules
  • the specific method for the Service Broker to obtain the service trigger data from the HSS may be obtained through the Sh interface defined by the 3GPP.
  • Step 402 The Service Broker receives the SUBSCRIBE message sent by the user.
  • the Request-URI in the SUBSCRIBE message is Service Broker's own address sbl @home.net.
  • Step 403 The Service Broker determines that the SUBSCRIBE message needs to be terminated locally, and the Service Broker checks the FC data to determine how to send the SUBSCRIBE message to the service control point corresponding to the FC data.
  • the Service Broker determines that the SUBSCRIBE message needs to be terminated locally according to the Request-URI in the SUBSCRIBE message.
  • there are two service trigger data matching the SUBSCRIBE message namely, FC1 and FC2, where
  • FC1 be described as follows:
  • the service triggering event is a specific service triggering message
  • the service triggering device Service Broker determines that the service triggering message SUBSCRIBE needs to be locally terminated, and determines that the plurality of service triggering data FC1 and FC2 corresponding to the service triggering event are serially triggered according to the service triggering event. Described multiple service control points AS1, AS2. Service Broker serially triggers AS 1 and AS2 according to the priority of the filtering rules.
  • Step 404 The Service Broker triggers the SUBSCRIBE message to the AS1 corresponding to the FCl.
  • Step 405 The Service Broker triggers the SUBSCRIBE message to the AS2 corresponding to the FC2.
  • Step 406 The AS1 returns a 200 OK response to the Service Broker, and the AS2 returns a 200 OK response to the Service Broker.
  • the Service Broker determines the priority of the two FC data according to the foregoing.
  • the FC1 with the priority of 10 is processed first, and the SUBSCRIBE message is matched with the trigger condition of the FC1: ⁇ Method>SUBSCRIBE ⁇ /Method>.
  • the SUBSCRIBE message is sent according to the AS1 address item described in FC1. AS1.
  • AS1 After AS1 is successfully invoked, it returns a 200 OK response message to Service Broker.
  • Service Broker does not wait for AS 1 to return the 200 OK response message, but continues to process FC2 with priority 15 and the SUBSCRIBE message with the FC2.
  • Step 408 After receiving the 200 OK response message returned by AS1 and AS2, the Service Broker returns a 200 OK response message to User A, and the process ends. So far, the description of the third embodiment of the present invention has been completed.
  • FIG. 5 is a flowchart of serially triggering two service control points in Embodiment 4 of the present invention.
  • the service triggering device is Service Broker
  • the service trigger data storage unit is HSS
  • the two service control points are AS1 and AS2.
  • the process includes the following steps:
  • Step 501 The Service Broker obtains service trigger data from the HSS, for example, the FC data described in the form of an XML-based filtering rule.
  • Step 502 The Service Broker receives an INVITE request message sent by User A to User B.
  • Step 503 After processing, the INVITE message is forwarded to user B.
  • Step 504 User B sends a 180 Ringing message to prompt the called party to ring.
  • the Service Broker start timer monitors whether the called user B answers.
  • Step 505 After the timer expires, the Service Broker checks the FC data of the user A. In this step, User B fails to send a 200 OK response message before the timer started by Service Broker expires. Therefore, after the timer expires, Service Broker detects a service trigger event, and the call state transition processed by Service Broker is processed. To the origin _ no answer.
  • User A's FC data has the following descriptions:
  • FC1 is described as follows:
  • TriggerConditionMode TriggerConditionMode
  • FC1 ⁇ TriggerConditionMode>0 ⁇ /TriggerConditionMode>
  • the Service Broker triggers the INVITE message to AS1
  • the message returned by AS1 is not used, and the INVITE message can be used to continue processing FC2; according to FC2
  • the description ⁇ TriggerConditionMode> 1 ⁇ /TriggerConditionMode>
  • the Service Broker triggers the INVITE message to AS2, it needs to wait for the AS2 to return a message to perform subsequent trigger processing according to the return message.
  • Step 506 The Service Broker sends an INVITE message to the AS1 according to the FC1. After this step is processed, because TriggerConditionMode in FC1 is 0, Service Broker can continue to process the next low-priority FC2 without waiting for AS 1 to return a message, so Service Broker continues to process FC2.
  • Step 507 The Service Broker sends an INVITE message to the AS2 according to the FC2.
  • Service Broker according to the description of FC2, because TriggerConditionMode in FC2 is 1, Service Broker needs to wait for the return message of AS2 for subsequent trigger processing.
  • Step 508 AS1 returns a 200 OK message.
  • Step 509 The AS2 returns an INVITE message.
  • Embodiment 4 of the present invention has been completed.
  • the service triggering apparatus in the present invention processes a response of a plurality of service control points triggered by a service triggering event, and the manner of processing the response includes at least one of the following: separately processing responses of each service control point, including each The response message and the unresponsive condition; or, the service triggering device only processes the first one of the multiple service control points; or, the service triggering device only processes the response of the specified service control point; or, as long as the multiple If one of the service control points does not return a response, the service triggering device only processes the unresponsive condition; or, as long as the service triggering device receives a specific response returned by any of the service control points, only the specific response is processed; or The service triggering device processes the response when the responses of the multiple service control points are consistent, and the consistent situation may include: all of the successful responses, or all of the failed responses, or none of the responses.
  • the processing of the service triggering device includes at least one of: sending a response message for a service trigger message, failing processing, performing a subsequent service trigger, and SIP dialog processing.
  • the sending a response message for the service trigger message for example, the service trigger message is a user registration message, and the message may trigger a third party registration to be initiated for more than one AS.
  • the response message for the service trigger message refers to the response message of the registration message, such as a 200 OK message.
  • the failure processing refers to processing after the service triggering device fails to invoke the service control point, and the failure includes at least one of the following: the service control point is not responding, and the service control point returning message indicates that the call fails.
  • the service triggering device triggers multiple service control points in parallel
  • the service triggering device performs failure processing, such as termination of the session or continued triggering according to DefaultHandling in the iFC data.
  • the subsequent service triggering refers to the service triggering device continuing the subsequent service triggering process after processing the response of the service control point. For example, when the service triggering device triggers multiple service control points in parallel, when receiving the first one of the multiple service control points, the service triggering device performs subsequent service trigger processing based on the message, for example, according to the return The reply message checks the subsequent iFC to trigger the subsequent service control point.
  • the SIP session processing means that the service triggering device processes the SIP session after receiving the response returned by the service control point, for example, migrating the conversation state. For example, the service triggering device serially sends the SUBSCRIBE message to the multiple service control points, when each service control point returns. After the 200 OK message, the service triggering device sets the corresponding multiple SIP dialogs to the established state.
  • the service triggering device processes only one specific response, it indicates that the specific response is the response of all the service control points, for example, the service triggering device only receives one of the service control points returned by the service triggering device.
  • the response code is invalid, that is, the response code is processed as a response of all service control points, such as performing the above-described failure processing.
  • the specified manner may be: adding a description item of the specified processing to the service trigger data.
  • the description of the iFC may be:
  • the NeedResponse item is used to indicate that the response message needs to be sent to the originating end of the service trigger message (ie, the SUBSCRIBE message), or does not need to be sent to the originating end of the service trigger message.
  • a default value can be provided when the attribute item does not exist in the iFC data. For example, the response message does not need to be sent by default.
  • the service triggering device receives the response of the service control point described by the iFC, for example, if the service control point indicates that the call is successful, or the message indicating that the call fails, or the service control point does not respond, according to NeedResponse, it is determined whether the above need to be sent. In response to the message, setting the value of NeedResponse to 0 indicates that the above response message needs to be sent.
  • the response message sent by the service triggering device to the originating end of the service triggering event may be:
  • the service triggering device When the service triggering device receives the SIP response code (response code) message returned by the service control point, the service triggering device forwards the SIP response message to the initiator of the service triggering event; when the service triggering device receives the SIP initial request message returned by the service control point Sending a 200 OK response message to the originating end of the service triggering event;
  • SIP response code response code
  • the service triggering device When the service control point is unresponsive, the service triggering device sends a response message to the originating end of the service triggering event, and the response message may be: 480 Temporarily unavailable, 408 Request Timeout or SIP 5XX series response message.
  • the processing of the response of the service triggering device to the plurality of service control points is applicable to the manner of triggering in parallel or serially triggering multiple service control points.
  • the foregoing service triggering method, system, and service provided by the embodiments of the present invention are provided.
  • the triggering device based on the same service triggering event, invokes multiple service control points without calling a service control point, and then calling the next service control point based on the message returned by the service control point, thereby ensuring Trigger of subsequent business control points.
  • the efficiency of the service triggering can be effectively improved by calling multiple service control points at a time.

Abstract

A service trigger method includes: monitoring the service trigger event; determining to trigger a plurality of service control point according to the service trigger event; triggering a plurality of service control point. A service trigger system and service trigger apparatus are provided based on said method, it invokes a plurality of service control point based on the same one service trigger event without returning back the initial request message based on the service control point after triggering one service control point, in order to trigger the next service control point, it can ensure the trigger of the subsequent service control point, and improve the efficiency of the trigger process.

Description

业务触发方法、 系统及业务触发装置 技术领域  Service triggering method, system and service triggering device
本发明涉及通信技术领域, 尤其涉及一种业务触发方法、 系统及 业务触发装置。 发明背景  The present invention relates to the field of communications technologies, and in particular, to a service triggering method, system, and service triggering apparatus. Background of the invention
IP多媒体子系统( IMS )是基于会话初始化协议( SIP )的体系, 在 第三代移动通信标准化伙伴项目 ( 3GPP )版本 5中被引入。 IMS的会话 层与业务层分离, 会话层的服务 -呼叫会话控制功能(S-CSCF )通过预 先设置的初始过滤规则 (iFC )数据来触发业务层的应用服务器, 包括 SIP应用服务器(AS )、 开放业务接入业务能力服务器(OSA SCS IP 多媒体业务交换功能(IM-SSF )等。  The IP Multimedia Subsystem (IMS) is a Session Initiation Protocol (SIP) based system introduced in the 3rd Generation Mobile Communications Standards Partnership Project (3GPP) Release 5. The session layer of the IMS is separated from the service layer, and the session-layer service-call session control function (S-CSCF) triggers the service layer application server, including the SIP application server (AS), through preset initial filter rule (iFC) data. Open Service Access Service Capability Server (OSA SCS IP Multimedia Service Switching Function (IM-SSF).
在现有 3GPP TS 29.288标准中, 一条 iFC数据可包括 0个或 1个触 发点 ( Trigger Point )描述, 1个优先级(Priority )数字描述, 1个服务 器名 (Server Name )描述, 以及 AS 不可路由时的缺省处理(Default Handling )描述。 上述触发点的描述给出初始过滤规则匹配的条件; 服 务器名描述给出与该 iFC数据对应的 AS地址, 且 1条 iFC数据中只有 1个服务器名描述; 优先级数字描述给出 S-CSCF对该 iFC数据的处理 次序, 且同一个优先级不能指定给多于 1条 iFC数据使用。  In the existing 3GPP TS 29.288 standard, an iFC data may include 0 or 1 Trigger Point description, 1 Priority (Nority) number description, 1 Server Name description, and AS not available. Description of Default Handling when routing. The description of the above trigger point gives the conditions for the initial filter rule matching; the server name description gives the AS address corresponding to the iFC data, and only one server name is described in one iFC data; the priority number description gives the S-CSCF The processing order of the iFC data, and the same priority cannot be assigned to more than one iFC data usage.
根据 3GPP TS 29.288标准, 除注册、 注销消息之外, S-CSCF触发 AS的流程如下: S-CSCF在接收到 SIP初始请求消息后, 先将该 SIP请 求消息与优先级较高的 iFCl 数据中描述的业务触发条件进行匹配, 若 匹配成功,那么 S-CSCF将该 SIP请求消息发送给与该 iFCl对应的业务 控制点 AS1 , 调用该 AS1。 S-CSCF在接收到该 AS 1返回的 SIP请求消 息后, S-CSCF利用 AS1返回的 SIP请求消息与优先级较低的 iFC2数据 中描述的业务触发条件进行匹配, 若匹配成功, 那么 S-CSCF将 AS1返 回的 SIP请求消息再发送给与 iFC2对应的 AS2, 调用 AS2; 依次执行, 直至满足业务触发条件的 iFC数据处理完毕。 即现有技术中后续 AS的 触发依赖于前面触发的 AS发送的 SIP初始请求消息。 在该流程中, 若 中间的 AS 未能返回消息或者返回的消息非 SIP初始请求消息, 那么 S-CSCF将无法继续调用下一个 AS。 According to the 3GPP TS 29.288 standard, in addition to the registration and deregistration messages, the S-CSCF triggers the AS as follows: After receiving the SIP initial request message, the S-CSCF first sends the SIP request message to the higher priority iFCl data. The described service triggering conditions are matched. If the matching is successful, the S-CSCF sends the SIP request message to the service control point AS1 corresponding to the iFCl, and invokes the AS1. The S-CSCF receives the SIP request returned by the AS 1 After the message, the S-CSCF uses the SIP request message returned by the AS1 to match the service trigger condition described in the lower priority iFC2 data. If the match is successful, the S-CSCF sends the SIP request message returned by the AS1 to the iFC2. The corresponding AS2, call AS2; execute sequentially, until the iFC data processing condition that meets the service trigger condition is completed. That is, the triggering of the subsequent AS in the prior art depends on the SIP initial request message sent by the previously triggered AS. In this flow, if the intermediate AS fails to return a message or the returned message is not a SIP initial request message, the S-CSCF will not be able to continue to call the next AS.
若用户订阅由多个 AS 提供的组合业务, 用户发送的订阅 ( SUBSCRIBE )消息通过 S-CSCF路由至第一个 AS, AS收到发给自身 的 SUBSCRIBE消息完成订阅处理后, 返回 200 OK响应消息, 此时若 采用现有的 S-CSCF的业务触发方式, 将无法根据非 SIP初始请求消息 的 200 OK消息调用下一个 AS。  If the user subscribes to the combined service provided by multiple ASs, the SUBSCRIBE message sent by the user is routed to the first AS through the S-CSCF. After receiving the SUBSCRIBE message sent to itself, the AS returns the 200 OK response message after completing the subscription process. If the service trigger mode of the existing S-CSCF is used, the next AS cannot be called according to the 200 OK message of the non-SIP initial request message.
即现有技术采用上述串行业务触发方式, 在触发一个 AS之后, 基 于该 AS返回的 SIP初始请求消息, 继续触发下一个 AS, —旦前一个被 触发的 AS未能返回消息,或者所返回的消息类型非 SIP初始请求消息, 那么, 采用现有的业务触发方式, 将无法触发下一个业务控制点, 从而 无法保证业务触发的实现。  That is, the prior art adopts the foregoing serial service triggering mode, after triggering an AS, based on the SIP initial request message returned by the AS, continues to trigger the next AS, and the previously triggered AS fails to return a message, or returns The message type is not the SIP initial request message. Then, the existing service trigger mode cannot trigger the next service control point, so that the service trigger cannot be guaranteed.
此外目前的 S-CSCF采用串行触发的方式, 后续 AS的触发需要等 待前面的 AS触发完毕才可以进行, 触发效率低下。  In addition, the current S-CSCF adopts the serial trigger mode, and the triggering of the subsequent AS needs to wait for the previous AS trigger to complete, and the triggering efficiency is low.
此外, 现有技术中, S-CSCF在触发一个 AS后, 需要根据该 AS发 送回的 SIP初始请求消息继续触发后续的 AS, 但由于 AS可能改变 SIP 消息, 这样可能引发业务交互问题, 即会引起后续的业务不工作或者工 作不正常。 例如 S-CSCF接收的原始 SIP消息中 Accept-Contact头域中 含 +g.PoC.talkburst标志, 且用户的 iFC规则中存在一条指定根据该标志 触发至提供无线一键通 ( PoC, Push to talk over Cellular )业务的 AS的 数据。 但根据业务优先级, S-CSCF可能先处理别的 iFC, 此时 S-CSCF 先触发至 AS1 , AS1工作于背靠背用户代理(B2BUA, Back to back user agent )模式进行业务处理并对 SIP消息进行了修改, 该标志被丢失, 这 样 S-CSCF再次接收到此消息后将不能再由前述 iFC触发到后续的提供 PoC业务的 AS上。 发明内容 In addition, in the prior art, after triggering an AS, the S-CSCF needs to continue to trigger the subsequent AS according to the SIP initial request message sent back by the AS, but since the AS may change the SIP message, this may cause a service interaction problem, that is, Causes subsequent business to not work or work abnormally. For example, the original SIP message received by the S-CSCF contains the +g.PoC.talkburst flag in the Accept-Contact header field, and one of the user's iFC rules is triggered according to the flag to provide wireless push-to-talk (PoC, Push to talk). Over Cellular) Business of AS Data. However, according to the service priority, the S-CSCF may first process other iFCs. At this time, the S-CSCF first triggers to AS1, and the AS1 works in the Back to Back User Agent (B2BUA) mode for service processing and SIP messages. After the modification, the flag is lost, so that the S-CSCF can no longer be triggered by the aforementioned iFC to the subsequent AS providing the PoC service after receiving the message again. Summary of the invention
有鉴于此, 本发明实施例提供一种业务触发方法, 保证业务触发的 实现。  In view of this, the embodiment of the present invention provides a service triggering method to ensure the implementation of service triggering.
一种业务触发方法, 包括:  A service triggering method, including:
监测业务触发事件;  Monitoring business trigger events;
确定需要根据该业务触发事件触发的多个业务控制点;  Determining a plurality of service control points that need to be triggered according to the service triggering event;
触发该多个业务控制点。  Trigger the multiple service control points.
本发明实施例还提供一种业务触发装置, 保证业务触发的实现。 一种业务触发装置, 包括:  The embodiment of the invention further provides a service triggering device to ensure the implementation of the service trigger. A service triggering device includes:
监测单元、 业务控制点信息提供单元和触发单元, 其中,  a monitoring unit, a service control point information providing unit, and a triggering unit, where
监测单元, 用于监测业务触发事件, 将监测到的业务触发事件信息 传送给业务控制点信息提供单元;  a monitoring unit, configured to monitor a service trigger event, and transmit the monitored service trigger event information to the service control point information providing unit;
业务控制点信息提供单元, 用于接收来自监测单元的业务触发事件 信息, 确定需要根据该业务触发事件触发多个业务控制点, 将该多个业 务控制点信息传送给触发单元;  a service control point information providing unit, configured to receive service trigger event information from the monitoring unit, determine that a plurality of service control points need to be triggered according to the service triggering event, and transmit the multiple service control point information to the triggering unit;
触发单元, 用于接收来自业务控制点信息提供单元的多个业务控制 点信息, 触发该多个业务控制点。  The triggering unit is configured to receive multiple service control point information from the service control point information providing unit, and trigger the multiple service control points.
本发明实施例还提供一种业务触发系统, 保证业务触发的实现。 一种业务触发系统, 包括: 业务触发装置和多个业务控制点, 其中, 业务触发装置, 用于监测业务触发事件, 确定需要根据该业务触发 事件触发多个业务控制点, 且触发该多个业务控制点。 The embodiment of the invention further provides a service triggering system to ensure the implementation of the service trigger. A service triggering system includes: a service triggering device and multiple service control points, where The service triggering device is configured to monitor a service triggering event, determine that a plurality of service control points need to be triggered according to the service triggering event, and trigger the multiple service control points.
本发明实施例提供的上述业务触发方法、 系统及业务触发装置, 基 于同一个业务触发事件, 来触发多个业务控制点, 而不需要在触发一个 业务控制点后, 再基于该业务控制点返回的消息, 触发下一个业务控制 点, 能够保证后续业务控制点的触发, 并能够提高触发处理效率。 附图简要说明  The foregoing service triggering method, system, and service triggering apparatus provided by the embodiment of the present invention trigger multiple service control points based on the same service triggering event, without triggering a service control point, and then returning based on the service control point. The message triggers the next service control point, which can ensure the triggering of the subsequent service control point, and can improve the trigger processing efficiency. BRIEF DESCRIPTION OF THE DRAWINGS
图 1是本发明实施例中的业务触发系统的架构示意图;  1 is a schematic structural diagram of a service triggering system in an embodiment of the present invention;
图 2是本发明实施例 1中并行触发 2个业务控制点的流程图; 图 3是本发明实施例 中并行触发 个业务控制点的流程图; 图 4是本发明实施例 3中串行触发 2个业务控制点的流程图; 图 5是本发明实施例 4中串行触发 2个业务控制点的流程图。 实施本发明的方式  2 is a flowchart of triggering two service control points in parallel in Embodiment 1 of the present invention; FIG. 3 is a flowchart of triggering a service control point in parallel in the embodiment of the present invention; FIG. 4 is a serial trigger in Embodiment 3 of the present invention; Flowchart of two service control points; Fig. 5 is a flow chart of serially triggering two service control points in Embodiment 4 of the present invention. Mode for carrying out the invention
为使本发明实施例的目的、 技术方案和优点更加清楚, 下面将结合 附图作进一步详细描述。  In order to make the objects, technical solutions and advantages of the embodiments of the present invention more clear, the following description will be further described in conjunction with the accompanying drawings.
本发明实施例首先提供一种业务触发方法, 该方法包括: 监测业务 触发事件; 确定需要根据该业务触发事件触发多个业务控制点; 触发该 多个业务控制点。  The embodiment of the present invention first provides a service triggering method, where the method includes: monitoring a service triggering event; determining that a plurality of service control points need to be triggered according to the service triggering event; and triggering the multiple service control points.
即本发明实施例的关键是根据同一个业务触发事件触发多个业务控 制点, 例如: 业务触发装置收到消息 A, 根据该消息 A触发 AS1 , 经过 AS1处理后返回消息 B, 根据同一业务触发事件调用多个业务控制点至 少包括如下之一: 根据消息 A触发后续多个业务控制点, 或者根据消息 B触发后续多个业务控制点。 即同一业务触发事件可以是业务触发装置 收到的原始业务触发事件, 也可以是业务触发处理过程中收到的业务触 发事件, 例如 AS 1返回的消息 B。 That is, the key of the embodiment of the present invention is to trigger multiple service control points according to the same service triggering event. For example, the service triggering device receives the message A, triggers the AS1 according to the message A, returns the message B after the AS1 processing, and triggers according to the same service. The event invoking multiple service control points includes at least one of the following: triggering subsequent multiple service control points according to message A, or triggering subsequent multiple service control points according to message B. That is, the same service trigger event may be a service trigger device. The original service trigger event received may also be a service trigger event received during the service trigger processing, for example, message B returned by AS 1.
本发明实施例提及的业务触发事件可包括:接收到的业务触发消息, 或呼叫 态的迁移。  The service triggering event mentioned in the embodiment of the present invention may include: a received service trigger message, or a migration of a call state.
本发明实施例还基于上述业务触发方法, 提供一种业务触发系统, 该系统包括: 业务触发装置和多个业务控制点, 其中,  The embodiment of the present invention further provides a service triggering system, where the system includes: a service triggering device and multiple service control points, where
业务触发装置, 用于监测业务触发事件, 确定需要根据该业务触发 事件触发多个业务控制点, 且触发该多个业务控制点。  The service triggering device is configured to monitor a service triggering event, determine that a plurality of service control points need to be triggered according to the service triggering event, and trigger the multiple service control points.
业务触发装置, 即业务触发点, 包括:  The service trigger device, that is, the service trigger point, includes:
监测单元、 业务控制点信息提供单元和触发单元, 其中,  a monitoring unit, a service control point information providing unit, and a triggering unit, where
监测单元, 用于监测业务触发事件, 将监测到的业务触发事件信息 传送给业务控制点信息提供单元;  a monitoring unit, configured to monitor a service trigger event, and transmit the monitored service trigger event information to the service control point information providing unit;
业务控制点信息提供单元, 用于接收来自监测单元的业务触发事件 信息, 确定需要根据该业务触发事件触发多个业务控制点, 将所述多个 业务控制点信息传送给触发单元;  a service control point information providing unit, configured to receive service trigger event information from the monitoring unit, determine that a plurality of service control points need to be triggered according to the service triggering event, and transmit the multiple service control point information to the triggering unit;
触发单元, 用于接收来自业务控制点信息提供单元的多个业务控制 点信息, 触发该多个业务控制点。  The triggering unit is configured to receive multiple service control point information from the service control point information providing unit, and trigger the multiple service control points.
参见图 1 , 图 1是本发明实施例中的业务触发系统的架构示意图。 其中, 业务触发系统进一步可包括: 业务触发数据存储单元, 该单元用 于存储业务触发数据, 并将业务触发数据传送给业务触发装置; 业务触 发装置进一步可包括: 业务触发数据获取单元,用于获取业务触发数据, 将业务触发数据信息传送给业务控制点信息提供单元; 业务控制点信息 提供单元, 进一步用于接收来自业务触发数据获取单元的所述业务触发 数据信息, 根据与所述业务触发事件对应的业务触发数据, 确定需要根 据该业务触发事件触发多个业务控制点。 业务触发数据存储单元可以是用户归属服务器(HSS )等。 业务触 发装置可以是: S-CSCF或业务代理(Service Broker )等。 业务控制点 可以是: SIP AS、 OSA SCS或 IM-SSF等。 业务触发装置与业务触发数 据存储单元之间的接口用 E1表示,业务触发装置通过该 E1接口从业务 触发数据存储单元获取用户签约数据, 即业务签约数据。 该 E1接口采 用的协议可包括: Diameter协议、 SIP协议、 通用用户档案 (GUP )协 议、 HTTP协议、 移动应用部分(MAP )协议等。 设业务触发装置和业 务控制点之间的接口用 E2表示,业务触发装置通过该 E2接口将业务触 发事件触发至业务控制点; 业务触发后, 业务控制点和业务触发装置之 间通过该 E2接口交互通信消息。该 E2接口采用的协议可为: SIP协议。 Referring to FIG. 1, FIG. 1 is a schematic structural diagram of a service triggering system in an embodiment of the present invention. The service triggering system may further include: a service trigger data storage unit, configured to store the service trigger data, and transmit the service trigger data to the service triggering device; the service triggering apparatus may further include: a service trigger data acquiring unit, configured to: Obtaining service trigger data, and transmitting the service trigger data information to the service control point information providing unit; the service control point information providing unit is further configured to receive the service trigger data information from the service trigger data acquiring unit, and trigger according to the service The service trigger data corresponding to the event determines that multiple service control points need to be triggered according to the service trigger event. The service trigger data storage unit may be a User Home Server (HSS) or the like. The service triggering device may be: an S-CSCF or a Service Broker. The service control point can be: SIP AS, OSA SCS or IM-SSF. The interface between the service triggering device and the service trigger data storage unit is represented by E1, and the service triggering device obtains user subscription data, that is, service subscription data, from the service trigger data storage unit through the E1 interface. The protocols used by the E1 interface may include: Diameter protocol, SIP protocol, Universal User Profile (GUP) protocol, HTTP protocol, Mobile Application Part (MAP) protocol, and the like. The interface between the service triggering device and the service control point is represented by E2, and the service triggering device triggers the service triggering event to the service control point through the E2 interface. After the service is triggered, the service control point and the service triggering device pass the E2 interface. Interactive communication messages. The protocol used by the E2 interface can be: SIP protocol.
在本发明实施例中, 触发多个业务控制点的做法可以是:  In the embodiment of the present invention, the method of triggering multiple service control points may be:
根据同一个业务触发事件, 并行触发多个业务控制点, 即同时触发 多个业务控制点; 或,  Triggering multiple service control points in parallel according to the same service trigger event, that is, triggering multiple service control points at the same time; or
根据同一个业务触发事件, 串行触发多个业务控制点, 即逐个触发 多个业务控制点。  According to the same service trigger event, multiple service control points are triggered serially, that is, multiple service control points are triggered one by one.
首先详细说明本发明实施例中基于同一个业务触发事件并行触发 多个业务控制点的做法, 该做法可以是: 对现有业务触发数据描述进行 扩展, 根据与该业务触发事件对应的业务触发数据, 确定需要根据该业 务触发事件并行触发多个业务控制点。 扩展的业务触发数据描述包括: 将与业务触发事件对应的多条业务触发数据的优先级设置为相同, 或 者, 在与业务触发事件对应的一条业务触发数据中配置多个业务控制点 的地址信息。 业务触发装置根据扩展的业务触发数据, 并行触发多个业 务控制点。  The method for triggering multiple service control points in parallel based on the same service trigger event in the embodiment of the present invention is described in detail. The method may be: expanding the existing service trigger data description, and triggering data according to the service corresponding to the service trigger event. , determine that multiple business control points need to be triggered in parallel based on the business trigger event. The extended service trigger data description includes: setting the priority of the multiple service trigger data corresponding to the service trigger event to be the same, or configuring the address information of the multiple service control points in a service trigger data corresponding to the service trigger event . The service triggering device triggers multiple service control points in parallel according to the extended service trigger data.
根据在与业务触发事件对应的多条业务触发数据中存在相同优先 级配置的信息, 确定需要根据该业务触发事件触发所述业务触发数据对 应的多个业务控制点, 例如: Determining that the service trigger data pair needs to be triggered according to the service triggering event according to the information of the same priority configuration in the multiple service trigger data corresponding to the service triggering event. Multiple business control points, such as:
将 条业务触发数据 iFCl与 iFC2的优先级设置为相同, 则 iFCl 描述可以是:  Set the priority of the service trigger data iFCl and iFC2 to be the same, then the iFCl description can be:
<InitialFilterCriteria>  <InitialFilterCriteria>
<Priority> 10</Priority>  <Priority> 10</Priority>
<TriggerPoint>  <TriggerPoint>
<SPT> <SPT>
<Method>INVITE</Method> <Method>INVITE</Method>
</SPT>  </SPT>
</TriggerPoint>  </TriggerPoint>
<ApplicationServer>
Figure imgf000009_0001
<ApplicationServer>
Figure imgf000009_0001
<DefaultHandling>0</DefaultHandling>  <DefaultHandling>0</DefaultHandling>
</ApplicationServer>  </ApplicationServer>
</InitialFilterCriteria> iFC2的描述可以是:  </InitialFilterCriteria> The description of iFC2 can be:
<InitialFilterCriteria>  <InitialFilterCriteria>
<Priority> 10</Priority>  <Priority> 10</Priority>
<TriggerPoint>  <TriggerPoint>
<SPT> <SPT>
<Method>INVITE</Method> </SPT> <Method>INVITE</Method> </SPT>
</TriggerPoint>  </TriggerPoint>
<ApplicationServer>  <ApplicationServer>
<DefaultHandling>0</DefaultHandling> <DefaultHandling>0</DefaultHandling>
</ApplicationServer>  </ApplicationServer>
</InitialFilterCriteria>  </InitialFilterCriteria>
由上述 iFCl与 iFC2的描述可见, iFCl与 iFC2的优先级均是 10, 且均根据 SIP INVITE消息触发。 当业务触发装置监测到一个业务触发 事件, 例如收到一个业务触发消息 SIP INVITE消息, 确定该消息与该 iFCl和 iFC2中描述的业务触发条件匹配时, 通过本发明实施例中业务 触发装置的触发单元, 并行触发 AS1和 AS2, 即基于该业务触发事件, 同时触发至与 iFCl对应的业务控制点 AS1和与 iFC2对应的业务控制点 AS2。  It can be seen from the descriptions of the above iFCl and iFC2 that the priority of both iFCl and iFC2 is 10, and both are triggered according to the SIP INVITE message. When the service triggering device detects a service triggering event, for example, receives a service triggering message SIP INVITE message, and determines that the message matches the service triggering conditions described in the iFCl and the iFC2, the triggering of the service triggering device in the embodiment of the present invention The unit triggers AS1 and AS2 in parallel, that is, based on the service triggering event, and simultaneously triggers to the service control point AS1 corresponding to iFCl and the service control point AS2 corresponding to iFC2.
基于存在多条优先级相同的与同一业务触发事件对应的业务触发 数据, 业务触发装置并行调用与该多条业务触发数据分别对应的多个业 务控制点的具体做法可以是: 业务触发装置根据各个业务触发数据的优 先级,对各个业务触发数据进行排序,并在遍历所有业务触发数据之后, 找出优先级相同的多个业务触发数据; 业务触发装置根据该多条业务触 发数据的优先级相同, 并行调用与该多条业务触发数据分别对应的多个 业务控制点。  The service triggering device may invoke multiple service control points corresponding to the multiple service trigger data in parallel according to the service trigger data corresponding to the same service triggering event. The service triggering device may be: The service triggers the data priority, sorts the service trigger data, and finds the multiple service trigger data with the same priority after traversing all the service trigger data. The service trigger device has the same priority according to the multiple service trigger data. And in parallel calling a plurality of service control points corresponding to the plurality of service trigger data respectively.
下面结合具体的实施例,说明上述将 iFCl与 iFC2的优先级设置为 相同后, 并行调用多个业务控制点的做法。  The following describes the above-mentioned method of calling multiple service control points in parallel after setting the priorities of iFCl and iFC2 to be the same in combination with specific embodiments.
参见图 2, 图 2是本发明实施例 1中并行触发 2个业务控制点的流 程图。 其中, 业务触发数据存储单元是 HSS, 业务触发装置是 S-CSCF, 业务控制点可以是 SIP AS、 OSA SCS或 IM-SSF任意之一, 本实施例中 设 2个业务控制点均是 SIP AS,分别是 ASl和 AS2。该流程包括以下步 骤: Referring to FIG. 2, FIG. 2 is a flowchart of triggering two service control points in parallel in Embodiment 1 of the present invention. The service trigger data storage unit is an HSS, and the service triggering device is an S-CSCF. The service control point may be any one of the SIP AS, the OSA SCS, or the IM-SSF. In this embodiment, the two service control points are all SIP ASs, which are AS1 and AS2, respectively. The process includes the following steps:
步骤 201、 S-CSCF从 HSS获取业务触发数据 iFC数据。  Step 201: The S-CSCF obtains service trigger data iFC data from the HSS.
该步骤中, 可通过 3GPP定义的 Cx接口从 HSS获取该 iFC数据。 步骤 202、 S-CSCF接收用户 A发送的 INVITE消息。  In this step, the iFC data can be obtained from the HSS through the Cx interface defined by the 3GPP. Step 202: The S-CSCF receives the INVITE message sent by the user A.
步骤 203、 S-CSCF从用户 A的 iFC数据中找到两条优先级相同的 iFCl和 iFC2。  Step 203: The S-CSCF finds two iFCls and iFC2s with the same priority from the iFC data of the user A.
该步骤中, 设 iFCl的描述为:  In this step, the description of iFCl is:
<InitialFilterCriteria>  <InitialFilterCriteria>
<Priority> 10</Priority>  <Priority> 10</Priority>
<TriggerPoint>  <TriggerPoint>
<SPT> <SPT>
<Method>INVITE</Method> <Method>INVITE</Method>
</SPT>  </SPT>
</TriggerPoint>  </TriggerPoint>
<ApplicationServer>
Figure imgf000011_0001
<ApplicationServer>
Figure imgf000011_0001
<DefaultHandling>0</DefaultHandling>  <DefaultHandling>0</DefaultHandling>
</ApplicationServer>  </ApplicationServer>
</InitialFilterCriteria> 设 iFC2的描述为:  </InitialFilterCriteria> Let i2002 be described as:
<InitialFilterCriteria> <Priority> 10</Priority> <InitialFilterCriteria> <Priority>10</Priority>
<TriggerPoint>  <TriggerPoint>
<SPT> <SPT>
<Method>INVITE</Method> <Method>INVITE</Method>
</SPT>  </SPT>
</TriggerPoint>  </TriggerPoint>
<ApplicationServer>  <ApplicationServer>
<DefaultHandling>0</DefaultHandling> <DefaultHandling>0</DefaultHandling>
</ApplicationServer>  </ApplicationServer>
</InitialFilterCriteria>  </InitialFilterCriteria>
S-CSCF确定再无其它相同优先级的 iFC数据, 则对上述 iFCl和 iFC2 进行处理。 上述 iFCl 和 iFC2 中描述的业务触发条件均为 <Method>INVITE</Method> , 即若 SIP请求方法为 INVITE, 则可确定 接收到的 INVITE消息与 iFCl和 iFC2中的业务触发条件相匹配。 即此 时存在与同一业务触发事件对应的多条优先级相同的业务触发数据, 因 此 S-CSCF并行调用与该多条业务触发数据对应的多个业务控制点。  The S-CSCF determines that there is no other iFC data of the same priority, and then processes the above iFCl and iFC2. The service trigger conditions described in iFCl and iFC2 above are <Method>INVITE</Method>. If the SIP request method is INVITE, it can be determined that the received INVITE message matches the service trigger conditions in iFCl and iFC2. That is, there are multiple service trigger data with the same priority level corresponding to the same service trigger event. Therefore, the S-CSCF calls multiple service control points corresponding to the multiple service trigger data in parallel.
步骤 204与步骤 205、S-CSCF同时向与 iFCl对应的 AS1和与 iFC2 对应的 AS2发送 INVITE消息, AS1和 AS2的地址分别为 iFCl和 iFC2 中 描 述 的 服 务 器 名 " sip: AS l @homedomain.com ,, 、 "sip:AS2@homedomain.com"。 该流程结束。  In step 204, the S-CSCF sends an INVITE message to AS1 corresponding to iFCl and AS2 corresponding to iFC2. The addresses of AS1 and AS2 are respectively the server name described in iFCl and iFC2. sip: AS l @homedomain.com ,, , "sip:AS2@homedomain.com". The process ends.
本实施例中, 虽然基于同一个 INVITE消息触发 2个业务控制点, 但是, 在实际应用中, 上述 iFCl与 iFC2中描述的业务触发条件可以不 相同, 如业务触发装置根据该两个 iFC可分别基于同一个 INVITE消息 的不同头域或消息体内容等描述与接收到的业务触发消息进行匹配, 如 iFCl中描述的业务触发条件是 INVITE消息中的 From头域内容, iFC2 中描述的业务触发条件是 INVITE消息中的 To头域内容,在匹配成功后, 触发与该 2个 iFC对应的业务控制点。 In this embodiment, although two service control points are triggered based on the same INVITE message, in actual applications, the service triggering conditions described in the foregoing iFCl and iFC2 may not be For example, the service triggering device matches the received service trigger message according to the description of the different header fields or message body content of the same INVITE message according to the two iFCs, for example, the service triggering condition described in iFCl is in the INVITE message. The content of the From header field, the service trigger condition described in iFC2 is the content of the To header field in the INVITE message. After the matching is successful, the service control points corresponding to the two iFCs are triggered.
至此, 对本发明实施例 1说明结束。  So far, the description of Embodiment 1 of the present invention has ended.
根据在与业务触发事件对应的一条业务触发数据中存在多个业务 控制点的地址配置信息, 确定需要根据该业务触发事件触发与该业务触 发数据对应的多个业务控制点, 例如:  According to the address configuration information of the multiple service control points in the service trigger data corresponding to the service triggering event, it is determined that multiple service control points corresponding to the service trigger data are triggered according to the service triggering event, for example:
若在 iFCl中配置多个 AS地址描述,则扩展后的 iFCl描述可如下: If multiple AS address descriptions are configured in iFCl, the extended iFCl description can be as follows:
<InitialFilterCriteria> <InitialFilterCriteria>
<Priority>0</Priority>  <Priority>0</Priority>
<TriggerPoint> <TriggerPoint>
</TriggerPoint> </TriggerPoint>
<ApplicationServer>  <ApplicationServer>
Figure imgf000013_0001
Figure imgf000013_0001
<SequenceMode>0</SequenceMode>  <SequenceMode>0</SequenceMode>
<DefaultHandling>0</DefaultHandling>  <DefaultHandling>0</DefaultHandling>
</ApplicationServer>  </ApplicationServer>
</InitialFilterCriteria>  </InitialFilterCriteria>
在该实施例中, 由对 iFCl的描述可见, 该 iFCl中存在两个业务控 制点 ASl与 AS2 的地址描述项:
Figure imgf000014_0001
In this embodiment, it can be seen from the description of iFCl that there are two service controls in the iFCl. Address description items of AS1 and AS2:
Figure imgf000014_0001
业务触发装置根据 iFCl的描述, 当接收到一个与该 iFCl中业务触 发条件描述匹配的业务触发事件时, 业务触发装置基于该业务触发事件 触发至与 iFCl对应的两个业务控制点 AS1和 AS2。  The service triggering device triggers, according to the description of the iFCl, a service triggering event that matches the service triggering condition description in the iFCl, the service triggering device triggers to the two service control points AS1 and AS2 corresponding to the iFCl based on the service triggering event.
另外, 在该 iFC数据描述中还增加了一个触发顺序模式指示, 即其 中的 SequenceMode指示, 该指示可表示: 并行触发业务控制点, 或者 串行触发业务控制点。 设 Sequence Mode取值为 0, 表示并行触发 ASl 和 AS2; Sequence Mode取值为 1 , 表示串行触发 ASl和 AS2。 并可设 定, 当 iFC数据中不存在 Sequence Mode指示且存在多个 AS地址描述 时, 触发顺序模式可取默认值, 例如取默认值为 0, 即并行触发该多个 AS, 即业务触发数据仅支持并行触发或串行触发时, 可以不需要在业务 触发数据增加明确的 "触发顺序模式指示", 当业务触发数据中描述了 多个业务控制点时, 要么并行触发, 要么按串行触发。 当并行触发 AS1 和 AS2时, 可基于该业务触发事件同时触发至 AS1和 AS2; 若需要串 行触发 AS1和 AS2, 那么可基于该业务触发事件先触发至 AS1与 AS2 的其中一个业务控制点, 再触发另一个业务控制点。 无论是并行触发, 还是串行触发, 都是基于同一个业务触发事件实现。 该实施例中, Sequence Mode的取值为 0。  In addition, a trigger sequence mode indication, that is, a SequenceMode indication, is added in the iFC data description, and the indication may indicate: triggering the service control point in parallel, or serially triggering the service control point. Set Sequence Mode to 0 to indicate that AS1 and AS2 are triggered in parallel; Sequence Mode takes a value of 1, indicating serial triggering of AS1 and AS2. It can be set that when there is no Sequence Mode indication in the iFC data and there are multiple AS address descriptions, the trigger sequence mode can take a default value. For example, the default value is 0, that is, the multiple ASs are triggered in parallel, that is, the service trigger data is only When parallel triggering or serial triggering is supported, it is not necessary to add an explicit "trigger sequence mode indication" in the service trigger data. When multiple service control points are described in the service trigger data, either the parallel trigger or the serial trigger. When AS1 and AS2 are triggered in parallel, the service trigger event can be triggered to AS1 and AS2 simultaneously; if serial triggering of AS1 and AS2 is required, then one of the service control points of AS1 and AS2 can be triggered based on the service trigger event. Trigger another service control point. Whether it is parallel triggering or serial triggering, it is based on the same business trigger event implementation. In this embodiment, the value of the Sequence Mode is 0.
下面结合具体的实施例, 说明上述在 iFCl中配置多个 AS地址后, 并行触发多个业务控制点的做法。  The following describes a method for triggering multiple service control points in parallel after configuring multiple AS addresses in iFCl according to a specific embodiment.
参见图 3, 图 3是本发明实施例 2中并行触发 2个业务控制点的流 程图。 其中, 业务触发数据存储单元是 HSS, 业务触发装置是 S-CSCF, 2个业务控制点分别是 AS1和 AS2。 该流程包括以下步骤: 步骤 301、 S-CSCF从 HSS获取业务触发数据 iFC数据。 Referring to FIG. 3, FIG. 3 is a flowchart of triggering two service control points in parallel in Embodiment 2 of the present invention. The service trigger data storage unit is an HSS, the service triggering device is an S-CSCF, and the two service control points are AS1 and AS2. The process includes the following steps: Step 301: The S-CSCF obtains service trigger data iFC data from the HSS.
步骤 302、 S-CSCF收到用户 A发送的 INVITE请求消息。  Step 302: The S-CSCF receives the INVITE request message sent by the user A.
步骤 303、 S-CSCF检查用户的 iFC数据, 确定需要将该 INVITE请 求消息发送给该 iFC数据指定的 2个 AS: AS1和 AS2。  Step 303: The S-CSCF checks the iFC data of the user, and determines that the INVITE request message needs to be sent to the two ASs specified by the iFC data: AS1 and AS2.
该步骤中, 设 iFC数据描述如下:  In this step, set the iFC data as follows:
<InitialFilterCriteria>  <InitialFilterCriteria>
<Priority>0</Priority>  <Priority>0</Priority>
<TriggerPoint> <TriggerPoint>
<SPT>  <SPT>
<Method>INVITE</Method> <Method>INVITE</Method>
</SPT>  </SPT>
</TriggerPoint>  </TriggerPoint>
<ApplicationServer>  <ApplicationServer>
Figure imgf000015_0001
Figure imgf000015_0001
<SequenceMode>0</SequenceMode>  <SequenceMode>0</SequenceMode>
<DefaultHandling>0</DefaultHandling>  <DefaultHandling>0</DefaultHandling>
</ApplicationServer>  </ApplicationServer>
</InitialFilterCriteria>  </InitialFilterCriteria>
S-CSCF根据该 iFC数据, 确定接收到的 INVITE消息与该 iFC数 据中描述的触发条件 <Method〉INVITE</Method〉相匹配, S-CSCF进一 步根据该 iFC 数据描述中 SequenceMode 取值为 0 以及存在多个 ServerName的描述,确定需要并行调用 ServerName描述的 AS1和 AS2。 即此时存在与同一业务触发事件对应的一条配置有多个业务控制点的 地址信息的业务触发数据, 因此 S-CSCF并行调用与该多条业务触发数 据对应的多个业务控制点。 The S-CSCF determines, according to the iFC data, that the received INVITE message matches the trigger condition <Method>INVITE</Method> described in the iFC data, and the S-CSCF further determines that the SequenceMode value is 0 according to the iFC data description. There are multiple descriptions of ServerName, which determines that AS1 and AS2 described by ServerName need to be called in parallel. That is, the service trigger data of the address information of the multiple service control points corresponding to the same service triggering event is present, so the S-CSCF calls multiple service control points corresponding to the multiple service trigger data in parallel.
步骤 304与步骤 305、 S-CSCF同时将 INVITE消息发送给 AS1和 AS2 , AS1 和 AS2 的 地址 为 iFC 中 描述 的 服务器名 "sip: AS l @homedomain.com"、 "sip:AS2@homedomain.com"。该¾!程结 束。  Step 304 and step 305, the S-CSCF sends the INVITE message to AS1 and AS2 at the same time. The addresses of AS1 and AS2 are the server name described in iFC: "sip: AS l @homedomain.com", "sip:AS2@homedomain.com ". The 3⁄4! Cheng Jie bundle.
至此, 对本发明实施例 2的说明结束。  So far, the description of Embodiment 2 of the present invention has been completed.
在实际应用中, 如果一个业务触发过程, 如第三方注册流程, 不需 要严格按照现有 iFC的优先级调用业务控制点, 那么可采用本发明实施 例给出的上述并行触发多个业务控制点的做法进行业务触发, 通过一次 触发调用多个业务控制点, 能够有效提高业务触发的效率。  In a practical application, if a service triggering process, such as a third-party registration process, does not need to strictly invoke the service control point according to the priority of the existing iFC, the above-mentioned parallel triggering multiple service control points according to the embodiment of the present invention may be used. The practice of business triggering, by calling multiple service control points in one trigger, can effectively improve the efficiency of business triggering.
至此, 对并行触发的说明结束。  At this point, the description of the parallel trigger ends.
下面详细说明本发明实施例中基于同一个业务触发事件, 串行触发 多个业务控制点的做法, 该做法可以是: 采用相互独立的触发方式, 串 行触发多个业务控制点。 所述采用相互独立的触发方式是指, 多个业务 控制点基于同一业务触发事件被触发, 而不是分别基于被触发的上一个 业务控制点的返回消息被触发, 也就是说下一个业务控制点的触发不依 赖于前一业务控制点的返回消息。  The following is a detailed description of the method for triggering multiple service control points in series based on the same service trigger event in the embodiment of the present invention. The method may be: triggering multiple service control points in series by using mutually independent trigger modes. The adopting mutually independent triggering manners means that multiple service control points are triggered based on the same service triggering event, instead of being triggered based on the returned message of the last service control point that is triggered, that is, the next service control point. The trigger does not depend on the return message of the previous service control point.
进一步说明, 在采用相互独立的触发方式实现串行触发多个业务控 制点的做法中, 可通过扩展业务触发数据描述, 确定需要根据该业务触 发事件串行触发多个业务控制点。 例如可扩展业务触发数据描述, 增加 一个 "触发条件模式指示,,, 该指示可表示是否采用上一个业务控制点 的返回消息进行后续触发。 当该指示取值表示不采用上一个业务控制点 的返回消息进行后续触发时, 指示业务触发装置在触发上一个业务控制 点之后, 不采用该业务控制点的返回消息, 而继续采用所述业务触发事 件触发下一个业务控制点。 Further, in the practice of triggering multiple service control points by using mutually independent triggering modes, the service triggering data description may be extended to determine that multiple service control points need to be triggered serially according to the service triggering event. For example, the scalable service trigger data description, adding a "trigger condition mode indication,", the indication may indicate whether to use the return message of the previous service control point for subsequent triggering. When the indication value indicates that the previous service control point is not used When the message is returned for subsequent triggering, the service triggering device is triggered to trigger the previous service control. After the point, the return message of the service control point is not used, and the service trigger event is continued to trigger the next service control point.
进一步说明, 所述采用互相独立的触发方式串行触发多个业务控制 点的做法中, 还可不扩展业务触发数据, 当业务触发事件为特定业务触 发消息时, 业务触发装置判断该消息是否需要本地终结以实现串行触 发, 若是, 则业务触发装置确定需要根据该业务触发事件串行触发与其 对应的多条业务触发数据中描述的多个业务控制点, 所述特定业务触发 消息至少包括如下之一: SIP REGISTER注册消息、 SIP SUBSCRIBE订 阅消息、 SIP PUBLISH发布消息、 SIP NOTIFY通知消息。  Further, in the method of triggering multiple service control points by using the mutually independent triggering manners, the service triggering data may not be extended. When the service triggering event is a specific service triggering message, the service triggering device determines whether the message needs to be local. Ending to implement the serial triggering, if yes, the service triggering device determines that the plurality of service control points described in the plurality of service triggering data corresponding to the service triggering event are serially triggered according to the service triggering event, where the specific service triggering message includes at least the following One: SIP REGISTER registration message, SIP SUBSCRIBE subscription message, SIP PUBLISH release message, SIP NOTIFY notification message.
当然, 串行触发多个业务控制点的做法还可以是: 通过前述的在一 个业务触发数据中描述多个业务控制点的方式, 确定需要根据该业务触 发事件串行触发多个业务控制点,可以通过前述的 "触发顺序模式指示" 来指示串行触发, 也可以缺省的只要一个业务触发数据中描述了多个业 务控制点就串行触发所述多个业务控制点。  Certainly, the method of triggering multiple service control points in series may also be: determining, by using the foregoing method for describing multiple service control points in one service trigger data, that multiple service control points need to be triggered serially according to the service trigger event, The serial trigger may be indicated by the aforementioned "trigger sequence mode indication", or the multiple service control points may be triggered serially by default as long as a plurality of service control points are described in one service trigger data.
下面结合本发明实施例 3至实施例 4, 说明根据同一个业务触发事 件, 串行触发多个业务控制点的做法。  The following describes the practice of serially triggering multiple service control points according to the same service triggering event in combination with Embodiment 3 to Embodiment 4 of the present invention.
当业务触发事件是特定业务触发消息时,根据该业务触发消息需要 本地终结的判定, 互相独立的串行触发多个业务控制点, 例如:  When the service triggering event is a specific service triggering message, according to the service triggering message, the local termination decision is required, and multiple service control points are triggered independently of each other, for example:
用户订阅由多个 AS提供的组合业务, 用户发送的订阅消息路由 至一个业务触发装置 Service Broker上, Service Broker本地终结该消 息, 且将该 SUBSCRIBE消息分别串行触发至提供上述组合业务的多 个 AS。 参见图 4, 图 4是本发明实施例 3中触发 2个业务控制点的 流程图。 该流程包括以下步骤:  The user subscribes to the combined service provided by multiple ASs, and the subscription message sent by the user is routed to a service trigger device Service Broker, the Service Broker terminates the message locally, and the SUBSCRIBE message is serially triggered to provide multiple services of the combined service. AS. Referring to FIG. 4, FIG. 4 is a flowchart of triggering two service control points in Embodiment 3 of the present invention. The process includes the following steps:
步骤 401、 Service Broker从 HSS获取业务触发数据。  Step 401: The Service Broker obtains service trigger data from the HSS.
该步骤中, 业务触发数据可采用过滤规则 (FC ) 数据的形式描 述, Service Broker从 HSS获取业务触发数据的具体方法可以是通过 3GPP定义的 Sh接口获取。 In this step, the service trigger data can be described in the form of filtering rules (FC) data. The specific method for the Service Broker to obtain the service trigger data from the HSS may be obtained through the Sh interface defined by the 3GPP.
步骤 402、 Service Broker接收到用户发送的 SUBSCRIBE消息。 该步骤中, 该 SUBSCRIBE 消息中的 Request-URI 为 Service Broker自身的地址 sbl @home.net。  Step 402: The Service Broker receives the SUBSCRIBE message sent by the user. In this step, the Request-URI in the SUBSCRIBE message is Service Broker's own address sbl @home.net.
步骤 403、 Service Broker确定该 SUBSCRIBE消息需要在本地终 结, Service Broker检查 FC数据, 以确定如何将该 SUBSCRIBE消息 发送给与 FC数据对应的业务控制点。  Step 403: The Service Broker determines that the SUBSCRIBE message needs to be terminated locally, and the Service Broker checks the FC data to determine how to send the SUBSCRIBE message to the service control point corresponding to the FC data.
该步骤中 , Service Broker 根据 SUBSCRIBE 消息中 的 Request-URI为本地地址来确定该 SUBSCRIBE消息需要在本地终结。 该步骤中, 与 SUBSCRIBE消息相匹配的业务触发数据有 2条, 分别 是 FC1与 FC2, 其中,  In this step, the Service Broker determines that the SUBSCRIBE message needs to be terminated locally according to the Request-URI in the SUBSCRIBE message. In this step, there are two service trigger data matching the SUBSCRIBE message, namely, FC1 and FC2, where
设 FC1的描述如下:  Let FC1 be described as follows:
<FilterCriteria>  <FilterCriteria>
<Priority> 10</Priority>  <Priority> 10</Priority>
<TriggerPoint>  <TriggerPoint>
<ConditionTypeCNF>0</ConditionTypeCNF> <SPT> <Group>0</Group>  <ConditionTypeCNF>0</ConditionTypeCNF> <SPT> <Group>0</Group>
<RequestURI>sbl @home.net</RequestURI> <RequestURI>sbl @home.net</RequestURI>
</SPT> </SPT>
<SPT> <Group>0</Group>  <SPT> <Group>0</Group>
<Method>SUBSCRIBE</Method>  <Method>SUBSCRIBE</Method>
</SPT> pp </catoSeve>Aliinrr>></SPT> Pp </catoSeve>Aliinrr>>
gg <eautadvo</eautad>DflHnlinDflHnlin Gg <eautadvo</eautad>DflHnlinDflHnlin
p <SeveNae>s:S@oedoa.co</SeveNae>rrmiA2hmminmrrm pp <catoSeve>Aliinrr>> p <SeveNae>s:S@oedoa.co</SeveNae>rrmiA2hmminmrrm pp <catoSeve>Aliinrr>>
gg </eot>TYirpin  Gg </eot>TYirpin
ypyp <CodtoeCN>0</CodtoeCN>niinTFniinTFYypp <CodtoeCN>0</CodtoeCN>niinTFniinTF
gg <eot>Trirpin-
Figure imgf000019_0001
Gg <eot>Trirpin-
Figure imgf000019_0001
yy <ot> 5</ot>Priri 1Priri**  Yy <ot> 5</ot>Priri 1Priri**
</teCtea>Filrriri</teCtea>Filrriri
pp </catoSeve>Aliinrr>> Pp </catoSeve>Aliinrr>>
gg <eautadvo</eautad>DflHnlinDflHnlin Gg <eautadvo</eautad>DflHnlinDflHnlin
p <SeveNae>s:S @oedoa.co</SeveNae>rrmiAlhmminmrrm pp <catoSeve>Aliinrr>> gg </eot>TYirpin </FilterCriteria> p <SeveNae>s:S @oedoa.co</SeveNae>rrmiAlhmminmrrm pp <catoSeve>Aliinrr>> gg </eot>TYirpin </FilterCriteria>
即此时业务触发事件是特定的业务触发消息, 业务触发装置 Service Broker判断该业务触发消息 SUBSCRIBE需要本地终结, 确 定需要根据该业务触发事件串行触发与其对应的多条业务触发数据 FC1和 FC2中描述的多个业务控制点 AS1、 AS2。 根据过滤规则的优 先级, Service Broker串行触发 AS 1、 AS2。  That is, the service triggering event is a specific service triggering message, and the service triggering device Service Broker determines that the service triggering message SUBSCRIBE needs to be locally terminated, and determines that the plurality of service triggering data FC1 and FC2 corresponding to the service triggering event are serially triggered according to the service triggering event. Described multiple service control points AS1, AS2. Service Broker serially triggers AS 1 and AS2 according to the priority of the filtering rules.
步骤 404、 Service Broker将 SUBSCRIBE消息触发给 FCl对应 的 AS1。  Step 404: The Service Broker triggers the SUBSCRIBE message to the AS1 corresponding to the FCl.
步骤 405、 Service Broker将 SUBSCRIBE消息触发给 FC2对应 的 AS2。  Step 405: The Service Broker triggers the SUBSCRIBE message to the AS2 corresponding to the FC2.
步骤 406、 AS1向 Service Broker返回触发成功的 200 OK响应消 步骤 407、 AS2向 Service Broker返回触发成功的 200 OK响应消 上述步骤 404至步骤 407中, Service Broker根据上述两个 FC数 据的优先级, 先处理优先级为 10的 FC1 , 将 SUBSCRIBE消息与该 FC1中的触发条件: <Method〉SUBSCRIBE</Method〉进行匹配, 在匹 配成功后, 根据 FC1 中描述的 AS1地址项, 将 SUBSCRIBE消息发 送给 AS1。 AS1被调用成功后, 向 Service Broker返回 200 OK响应 消息, 但是, Service Broker并不等待 AS 1返回该 200 OK响应消息, 而是继续处理优先级为 15的 FC2, 将 SUBSCRIBE消息与该 FC2中 的触发条件: <Method〉SUBSCRIBE</Method〉进行匹配,在匹配成功 后,根据 FC2中描述的 AS2地址项,将 SUBSCRIBE消息发送给 AS2。  Step 406: The AS1 returns a 200 OK response to the Service Broker, and the AS2 returns a 200 OK response to the Service Broker. In the above steps 404 to 407, the Service Broker determines the priority of the two FC data according to the foregoing. The FC1 with the priority of 10 is processed first, and the SUBSCRIBE message is matched with the trigger condition of the FC1: <Method>SUBSCRIBE</Method>. After the matching is successful, the SUBSCRIBE message is sent according to the AS1 address item described in FC1. AS1. After AS1 is successfully invoked, it returns a 200 OK response message to Service Broker. However, Service Broker does not wait for AS 1 to return the 200 OK response message, but continues to process FC2 with priority 15 and the SUBSCRIBE message with the FC2. Trigger condition: <Method>SUBSCRIBE</Method> performs matching. After the matching is successful, the SUBSCRIBE message is sent to AS2 according to the AS2 address item described in FC2.
步骤 408、 Service Broker在接收到 AS1与 AS2返回的 200 OK 响应消息后, 向用户 A返回 200 OK响应消息, 该流程结束。 至此, 对本发明实施例 3的说明结束。 Step 408: After receiving the 200 OK response message returned by AS1 and AS2, the Service Broker returns a 200 OK response message to User A, and the process ends. So far, the description of the third embodiment of the present invention has been completed.
根据 "触发条件模式指示" , 互相独立的串行触发多个业务控制 点, 参见图 5 , 图 5是本发明实施例 4中串行触发 2个业务控制点 的流程图。 其中, 业务触发装置为 Service Broker, 业务触发数据存 储单元为 HSS , 2个业务控制点分别是 AS1和 AS2。 该流程包括以下 步骤:  According to the "trigger condition mode indication", a plurality of service control points are triggered serially independently of each other. Referring to FIG. 5, FIG. 5 is a flowchart of serially triggering two service control points in Embodiment 4 of the present invention. The service triggering device is Service Broker, the service trigger data storage unit is HSS, and the two service control points are AS1 and AS2. The process includes the following steps:
步骤 501、 Service Broker从 HSS获取业务触发数据, 例如采用 基于 XML的过滤规则形式描述的 FC数据。  Step 501: The Service Broker obtains service trigger data from the HSS, for example, the FC data described in the form of an XML-based filtering rule.
步骤 502、 Service Broker接收用户 A发送给用户 B的 INVITE 请求消息。  Step 502: The Service Broker receives an INVITE request message sent by User A to User B.
步骤 503、 经过处理, 该 INVITE消息被转发至用户 B 。  Step 503: After processing, the INVITE message is forwarded to user B.
步骤 504、 用户 B发送 180 Ringing消息提示被叫振铃。  Step 504: User B sends a 180 Ringing message to prompt the called party to ring.
该步骤中, Service Broker启动定时器监视被叫用户 B是否应答。 步骤 505、定时器超时后, Service Broker检查用户 A的 FC数据。 该步骤中, 用户 B在 Service Broker启动的上述定时器超时前未 能发送 200 OK应答消息, 因此, 在定时器超时后, Service Broker 监测到一个业务触发事件, 此时 Service Broker处理的呼叫状态迁移 至发端 _无应答。 用户 A的 FC数据存在如下几条描述:  In this step, the Service Broker start timer monitors whether the called user B answers. Step 505: After the timer expires, the Service Broker checks the FC data of the user A. In this step, User B fails to send a 200 OK response message before the timer started by Service Broker expires. Therefore, after the timer expires, Service Broker detects a service trigger event, and the call state transition processed by Service Broker is processed. To the origin _ no answer. User A's FC data has the following descriptions:
FC1描述如下:  FC1 is described as follows:
<FilterCriteria>  <FilterCriteria>
<Priority> 10</Priority>  <Priority> 10</Priority>
<TriggerPoint>  <TriggerPoint>
<ConditionTypeCNF>0</ConditionTypeCNF> <SPT>  <ConditionTypeCNF>0</ConditionTypeCNF> <SPT>
<SessionState>0 NoAnswer</SessionState> t <SessionState>0 NoAnswer</SessionState> t
</teCtea>Filrriri </teCtea>Filrriri
pp </catoSeve>Aliinrr>> Pp </catoSeve>Aliinrr>>
gg <eautadvo</eautad>DflHnlinDflHnlin Gg <eautadvo</eautad>DflHnlinDflHnlin
gggg <eCoddoode> </eCodtoode>TrirninMTrirniinM p <SeveNae>s:S@oedoa.co</SeveNae>rrmiA2hmminmrrm pp <catoSeve>Aliinrr>> Gggg <eCoddoode> </eCodtoode>TrirninMTrirniinM p <SeveNae>s:S@oedoa.co</SeveNae>rrmiA2hmminmrrm pp <catoSeve>Aliinrr>>
gg </eot>TYirpin _ <sessostate>〇in ypyp <CodtoeCN>0</CodtoeCN>niinTFniinTF Gg </eot>TYirpin _ <sessostate>〇in ypyp <CodtoeCN>0</CodtoeCN>niinTFniinTF
gg <eot>Trirpin- yy <ot></ot>Priri 2Priri**
Figure imgf000022_0001
Gg <eot>Trirpin- yy <ot></ot>Priri 2Priri**
Figure imgf000022_0001
</teCtea>Filrriri </teCtea>Filrriri
pp </catoSeve>Aliinrr>> Pp </catoSeve>Aliinrr>>
gg <eautadvo</eautad>DflHnlinDflHnlin Gg <eautadvo</eautad>DflHnlinDflHnlin
gggg <ecoddoodevo</ecodtoode>TrirninMTrirniinM p 5 <SeveNae>s:S @oedoa.co</SeveNae>rrmiAlhmminmrrm pp <catoSeve>Aliinrr>> Gggg <ecoddoodevo</ecodtoode>TrirninMTrirniinM p 5 <SeveNae>s:S @oedoa.co</SeveNae>rrmiAlhmminmrrm pp <catoSeve>Aliinrr>>
gg </eot>TYirpin Gg </eot>TYirpin
</S>PT 其 中 FC1 与 FC2 的 业 务 触 发 条 件 均 为 <SessionState>0_NoAnswer</SessionState>, 即呼叫状态迁移为发端 _ 无应答状态。本实施例中, FC1与 FC2中均增加了一个触发条件模式 指示 ( TriggerConditionMode ) 的属' ί生, 该 TriggerConditionMode 即 用于指示业务触发装置是否采用上一个业务控制点的返回消息,再继 续调用下一个业务控制点。设 TriggerConditionMode为 0表示不采用; TriggerConditionMode为 1表示需要采用。 在本实施例中, 根据 FC1 的描述 <TriggerConditionMode>0</TriggerConditionMode> , Service Broker将 INVITE消息触发给 AS1后, 并不采用 AS1 返回的消息, 就可使用所述 INVITE 消息继续处理 FC2 ; 根据 FC2 的描述 <TriggerConditionMode> 1 </TriggerConditionMode> , Service Broker 将 INVITE消息触发给 AS2后, 需要等待 AS2 返回消息, 以根据该 返回消息进行后续的触发处理。 </S>PT The service triggering conditions of FC1 and FC2 are both <SessionState>0_NoAnswer</SessionState>, that is, the call state is migrated to the originating_non-answering state. In this embodiment, a trigger condition mode indication (TriggerConditionMode) is added to both FC1 and FC2, and the TriggerConditionMode is used to indicate whether the service triggering device uses the return message of the previous service control point, and then continues to call. A business control point. Let TriggerConditionMode be 0 means not used; TriggerConditionMode is 1 means it needs to be used. In this embodiment, according to the description of FC1 <TriggerConditionMode>0</TriggerConditionMode>, after the Service Broker triggers the INVITE message to AS1, the message returned by AS1 is not used, and the INVITE message can be used to continue processing FC2; according to FC2 The description <TriggerConditionMode> 1 </TriggerConditionMode> , after the Service Broker triggers the INVITE message to AS2, it needs to wait for the AS2 to return a message to perform subsequent trigger processing according to the return message.
步骤 506、 Service Broker根据 FC1向 AS1发送 INVITE消息。 该步骤处理完毕后, 由于 FC1中 TriggerConditionMode为 0, 表 示 Service Broker可以继续处理下一个低优先级的 FC2, 而不需要等 待 AS 1返回消息, 因此 Service Broker继续处理 FC2。  Step 506: The Service Broker sends an INVITE message to the AS1 according to the FC1. After this step is processed, because TriggerConditionMode in FC1 is 0, Service Broker can continue to process the next low-priority FC2 without waiting for AS 1 to return a message, so Service Broker continues to process FC2.
步骤 507、 Service Broker根据 FC2向 AS2发送 INVITE消息。 该步骤中, Service Broker 根据 FC2 的描述, 由于 FC2 中 TriggerConditionMode为 1 , 因此 Service Broker需要等待 AS2的返 回消息以进行后续的触发处理。  Step 507: The Service Broker sends an INVITE message to the AS2 according to the FC2. In this step, Service Broker according to the description of FC2, because TriggerConditionMode in FC2 is 1, Service Broker needs to wait for the return message of AS2 for subsequent trigger processing.
步骤 508、 AS1返回 200 OK消息。  Step 508: AS1 returns a 200 OK message.
步骤 509、 AS2返回 INVITE消息。  Step 509: The AS2 returns an INVITE message.
至此, 对本发明实施例 4的说明结束。  So far, the description of Embodiment 4 of the present invention has been completed.
至此, 对串行触发的说明结束。 接下来说明本发明中业务触发装置处理基于一个业务触发事件 所触发的多个业务控制点的响应,所述处理响应的方式至少包括如下 之一: 分别处理每个业务控制点的响应, 包括各种响应消息及未响应 的情况; 或者, 业务触发装置只处理所述多个业务控制点中第一个响 应; 或者, 业务触发装置只处理指定的业务控制点的响应; 或者, 只 要所述多个业务控制点中有一个没有返回响应,则业务触发装置只处 理该未响应情况; 或者, 只要业务触发装置收到其中任一业务控制点 返回的一个特定响应, 则只处理该特定响应; 或者, 业务触发装置在 所述多个业务控制点的响应都一致时, 处理该响应, 该一致的情况可 包括: 都是成功的响应、 或都是失败的响应、 或都未响应。 At this point, the description of the serial trigger ends. Next, the service triggering apparatus in the present invention processes a response of a plurality of service control points triggered by a service triggering event, and the manner of processing the response includes at least one of the following: separately processing responses of each service control point, including each The response message and the unresponsive condition; or, the service triggering device only processes the first one of the multiple service control points; or, the service triggering device only processes the response of the specified service control point; or, as long as the multiple If one of the service control points does not return a response, the service triggering device only processes the unresponsive condition; or, as long as the service triggering device receives a specific response returned by any of the service control points, only the specific response is processed; or The service triggering device processes the response when the responses of the multiple service control points are consistent, and the consistent situation may include: all of the successful responses, or all of the failed responses, or none of the responses.
所述业务触发装置的处理至少包括如下之一:针对业务触发消息 发送响应消息、 失败处理、 进行后续的业务触发、 SIP对话处理。  The processing of the service triggering device includes at least one of: sending a response message for a service trigger message, failing processing, performing a subsequent service trigger, and SIP dialog processing.
所述针对业务触发消息发送响应消息,例如业务触发消息为用户 注册消息,该消息可触发对一个以上的 AS发起第三方注册。相应地, 针对业务触发消息发送响应消息指的是该注册消息的响应消息, 如 200 OK消息。  The sending a response message for the service trigger message, for example, the service trigger message is a user registration message, and the message may trigger a third party registration to be initiated for more than one AS. Correspondingly, the response message for the service trigger message refers to the response message of the registration message, such as a 200 OK message.
所述失败处理指当业务触发装置调用业务控制点失败后的处理, 所述失败至少包括如下之一: 业务控制点无响应、 业务控制点返回消 息指示调用失败。 例如当业务触发装置并行触发多个业务控制点时, 当多个业务控制点都没有响应时, 业务触发装置进行失败处理, 如根 据 iFC数据中的 DefaultHandling进行终止会话或者继续触发等处理。  The failure processing refers to processing after the service triggering device fails to invoke the service control point, and the failure includes at least one of the following: the service control point is not responding, and the service control point returning message indicates that the call fails. For example, when the service triggering device triggers multiple service control points in parallel, when multiple service control points are not responding, the service triggering device performs failure processing, such as termination of the session or continued triggering according to DefaultHandling in the iFC data.
所述进行后续的业务触发指业务触发装置在处理业务控制点的 响应后继续进行后续的业务触发处理。例如当业务触发装置并行触发 多个业务控制点时, 当收到所述多个业务控制点中的第一个返回消息 时, 业务触发装置基于该消息进行后续的业务触发处理, 如根据该返 回消息检查后续的 iFC以触发后续业务控制点。 The subsequent service triggering refers to the service triggering device continuing the subsequent service triggering process after processing the response of the service control point. For example, when the service triggering device triggers multiple service control points in parallel, when receiving the first one of the multiple service control points, the service triggering device performs subsequent service trigger processing based on the message, for example, according to the return The reply message checks the subsequent iFC to trigger the subsequent service control point.
所述 SIP对话处理指业务触发装置在收到业务控制点返回的响 应后处理 SIP对话, 例如迁移对话状态, 例如业务触发装置串行向多 个业务控制点发送 SUBSCRIBE消息,当各个业务控制点返回 200 OK 消息后, 业务触发装置将对应的多个 SIP对话分别置为建立状态。  The SIP session processing means that the service triggering device processes the SIP session after receiving the response returned by the service control point, for example, migrating the conversation state. For example, the service triggering device serially sends the SUBSCRIBE message to the multiple service control points, when each service control point returns. After the 200 OK message, the service triggering device sets the corresponding multiple SIP dialogs to the established state.
在上述处理响应的方式中,当业务触发装置只处理一个特定响应 时, 表示以该特定响应作为所述所有业务控制点的响应, 如业务触发 装置只要收到其中任一个业务控制点返回的一个失败响应码等时,即 以该响应码作为所有业务控制点的响应进行处理,如进行上述的失败 处理等。  In the manner of processing the response, when the service triggering device processes only one specific response, it indicates that the specific response is the response of all the service control points, for example, the service triggering device only receives one of the service control points returned by the service triggering device. When the response code is invalid, that is, the response code is processed as a response of all service control points, such as performing the above-described failure processing.
在上述处理响应的方式中,当业务触发装置只处理指定的业务控 制点的响应时, 指定方式可以是: 在业务触发数据中增加是否需要进 行指定处理的描述项。例如指定业务触发装置是否需要针对业务触发 消息发送响应消息, 则该 iFC的描述可以是:  In the manner of processing the response, when the service triggering device only processes the response of the specified service control point, the specified manner may be: adding a description item of the specified processing to the service trigger data. For example, if the service triggering device needs to send a response message for the service trigger message, the description of the iFC may be:
<InitialFilterCriteria>  <InitialFilterCriteria>
<Priority>23</Priority>  <Priority>23</Priority>
<TriggerPoint>  <TriggerPoint>
<ConditionTypeCNF>0</ConditionTypeCNF> <SPT>  <ConditionTypeCNF>0</ConditionTypeCNF> <SPT>
<ConditionNegated>0</ConditionNegated> <ConditionNegated>0</ConditionNegated>
<Group>0</Group> <Group>0</Group>
<Method>SUBSCRIBE</Method>  <Method>SUBSCRIBE</Method>
</SPT>  </SPT>
</TriggerPoint>  </TriggerPoint>
<ApplicationServer> <ServerName>sip:AS2@homedomain.com</ServerName> <ApplicationServer> <ServerName>sip:AS2@homedomain.com</ServerName>
<NeedResponse>0</ NeedResponso  <NeedResponse>0</ NeedResponso
<DefaultHandling>0</DefaultHandling>  <DefaultHandling>0</DefaultHandling>
</ApplicationServer>  </ApplicationServer>
</InitialFilterCriteria>  </InitialFilterCriteria>
该 iFC描述中, 增力卩 NeedResponse项, 该 NeedResponse项用于 指示: 需要向业务触发消息(即 SUBSCRIBE消息)的发起端发送响 应消息, 或不需要向业务触发消息的发起端发送响应。 当 iFC数据中 该属性项不存在时可提供默认值, 例如默认不需要发送响应消息。 当 业务触发装置收到该 iFC描述的业务控制点的响应,例如收到业务控 制点表示调用成功的消息, 或者表示调用失败的消息, 或业务控制点 无响应时, 根据 NeedResponse判断是否需要发送上述响应消息, 设 NeedResponse取值为 0表示需要发送上述响应消息。  In the iFC description, the NeedResponse item is used to indicate that the response message needs to be sent to the originating end of the service trigger message (ie, the SUBSCRIBE message), or does not need to be sent to the originating end of the service trigger message. A default value can be provided when the attribute item does not exist in the iFC data. For example, the response message does not need to be sent by default. When the service triggering device receives the response of the service control point described by the iFC, for example, if the service control point indicates that the call is successful, or the message indicating that the call fails, or the service control point does not respond, according to NeedResponse, it is determined whether the above need to be sent. In response to the message, setting the value of NeedResponse to 0 indicates that the above response message needs to be sent.
具体的,业务触发装置向业务触发事件的发起端发送的响应消息 可以是:  Specifically, the response message sent by the service triggering device to the originating end of the service triggering event may be:
业务触发装置收到业务控制点的返回的 SIP 响应码 (response code ) 消息时, 将该 SIP响应消息转发给业务触发事件的发起端; 业务触发装置收到业务控制点返回的 SIP初始请求消息时,向业 务触发事件的发起端发送 200 OK响应消息;  When the service triggering device receives the SIP response code (response code) message returned by the service control point, the service triggering device forwards the SIP response message to the initiator of the service triggering event; when the service triggering device receives the SIP initial request message returned by the service control point Sending a 200 OK response message to the originating end of the service triggering event;
业务控制点无响应时,业务触发装置向业务触发事件的发起端发 送响应消息, 该响应消息可以是: 480 Temporarily unavailable, 408 Request Timeout或 SIP 5XX等系列响应消息。  When the service control point is unresponsive, the service triggering device sends a response message to the originating end of the service triggering event, and the response message may be: 480 Temporarily unavailable, 408 Request Timeout or SIP 5XX series response message.
所述业务触发装置对多个业务控制点的响应的处理对并行触发 或者串行触发多个业务控制点的方式均适用。  The processing of the response of the service triggering device to the plurality of service control points is applicable to the manner of triggering in parallel or serially triggering multiple service control points.
综上所述, 本发明实施例提供的上述业务触发方法、 系统及业务 触发装置, 基于同一个业务触发事件, 来调用多个业务控制点, 而不 需要在调用一个业务控制点后, 再基于该业务控制点返回的消息, 调 用下一个业务控制点, 因此, 能够保证后续业务控制点的触发。 而且 相比较串行调用业务控制点的做法而言,本发明实施例通过一次调用 多个业务控制点, 能够有效提高业务触发的效率。 In summary, the foregoing service triggering method, system, and service provided by the embodiments of the present invention are provided. The triggering device, based on the same service triggering event, invokes multiple service control points without calling a service control point, and then calling the next service control point based on the message returned by the service control point, thereby ensuring Trigger of subsequent business control points. Moreover, in the embodiment of the present invention, the efficiency of the service triggering can be effectively improved by calling multiple service control points at a time.

Claims

权利要求书 Claim
1、 一种业务触发方法, 其特征在于, 包括: A service triggering method, comprising:
监测业务触发事件;  Monitoring business trigger events;
确定需要根据该业务触发事件触发的多个业务控制点;  Determining a plurality of service control points that need to be triggered according to the service triggering event;
触发所述多个业务控制点。  Triggering the plurality of service control points.
2、根据权利要求 1所述的方法, 其特征在于, 所述触发多个业务控 制点的步骤包括: 并行触发, 或串行触发。  The method according to claim 1, wherein the step of triggering the plurality of service control points comprises: parallel triggering, or serial triggering.
3、根据权利要求 1所述的方法, 其特征在于, 所述确定需要根据该 业务触发事件触发的多个业务控制点的步骤包括:  The method according to claim 1, wherein the determining the plurality of service control points that need to be triggered according to the service triggering event comprises:
根据与该业务触发事件对应的业务触发数据, 确定需要根据该业务 触发事件触发的多个业务控制点。  Determining, according to the service trigger data corresponding to the service trigger event, multiple service control points that need to be triggered according to the service trigger event.
4、根据权利要求 3所述的方法, 其特征在于, 所述确定需要根据该 业务触发事件触发的多个业务控制点的步骤包括:  The method according to claim 3, wherein the determining the plurality of service control points that need to be triggered according to the service triggering event comprises:
根据在与该业务触发事件对应的一条业务触发数据中描述的多个业 务控制点, 确定需要根据该业务触发事件触发与所述业务触发数据对应 的多个业务控制点。  And determining, according to the service triggering event, a plurality of service control points corresponding to the service triggering data, according to the multiple service control points described in a service triggering data corresponding to the service triggering event.
5、根据权利要求 4所述的方法, 其特征在于, 所述触发该多个业务 控制点的步骤包括:根据所述业务触发数据中配置的触发顺序模式指示 或默认的触发顺序模式指示, 并行或串行触发所述多个业务控制点。  The method according to claim 4, wherein the step of triggering the plurality of service control points comprises: according to a trigger sequence mode indication configured in the service trigger data or a default trigger sequence mode indication, in parallel Or triggering the plurality of service control points in series.
6、根据权利要求 3所述的方法, 其特征在于, 所述确定需要根据该 业务触发事件触发的多个业务控制点的步骤包括:  The method according to claim 3, wherein the determining the plurality of service control points that need to be triggered according to the service triggering event comprises:
根据在与该业务触发事件对应的多条业务触发数据中分别描述的业 务控制点, 确定需要根据该业务触发事件触发与所述业务触发数据对应 的多个业务控制点。 Determining, according to the service control point that is respectively described in the multiple service trigger data corresponding to the service triggering event, that multiple service control points corresponding to the service trigger data are triggered according to the service triggering event.
7、根据权利要求 6所述的方法, 其特征在于, 所述触发该多个业务 控制点的步骤包括: The method according to claim 6, wherein the step of triggering the plurality of service control points comprises:
所述业务触发数据具有相同优先级配置, 并行触发所述多个业务控 制点;  The service trigger data has the same priority configuration, and the multiple service control points are triggered in parallel;
或者, 根据所述业务触发数据中配置的触发条件模式指示, 串行触 发所述多个业务控制点;  Or triggering, by the trigger condition mode indication configured in the service trigger data, the plurality of service control points;
或者,判断所述业务触发事件是需要本地终结的特定业务触发消息, 串行触发所述多个业务控制点。  Or determining that the service triggering event is a specific service trigger message that needs to be locally terminated, and triggering the multiple service control points in series.
8、根据权利要求 1所述的方法, 其特征在于, 触发所述多个业务控 制点之后, 该方法进一步包括: 处理所述多个业务控制点的响应, 所 述处理多个业务控制点的响应的步骤包括:  The method according to claim 1, wherein after the triggering the multiple service control points, the method further comprises: processing a response of the multiple service control points, where the processing of the multiple service control points The steps to respond include:
分别处理每个业务控制点的响应;  Handling the response of each service control point separately;
或, 只处理所述多个业务控制点中第一个返回的响应;  Or, processing only the response returned by the first one of the plurality of service control points;
或, 只处理指定的业务控制点的响应;  Or, only handle the response of the specified service control point;
或, 只要所述多个业务控制点中有一个没有返回响应, 则只处理 该未响应情况;  Or, as long as one of the plurality of service control points does not return a response, only the unresponsive condition is processed;
或, 只处理任一所述业务控制点返回的一个特定响应;  Or, only one specific response returned by any of the service control points is processed;
或, 在所述多个业务控制点的响应都一致时, 处理该响应。  Or, when the responses of the multiple service control points are consistent, the response is processed.
9、 根据权利要求 8所述的方法, 其特征在于, 所述处理所述多个 业务控制点的响应的步骤进一步包括:  The method according to claim 8, wherein the step of processing the response of the plurality of service control points further comprises:
针对业务触发消息发送响应消息、 进行失败处理、 进行后续的业 务触发、 或进行 SIP对话处理。  Send a response message for a service trigger message, perform a failure process, perform a subsequent service trigger, or perform a SIP dialog process.
10、 根据权利要求 8所述的方法, 其特征在于, 所述处理指定的业 务控制点的响应的步骤进一步包括:  10. The method according to claim 8, wherein the step of processing the response of the specified service control point further comprises:
根据所述业务触发数据中的配置, 决定是否需要向业务触发消息 的发起端发送响应消息。 Determining whether a message needs to be triggered to the service according to the configuration in the service trigger data The originator sends a response message.
11、 一种业务触发装置, 其特征在于, 包括:  11. A service triggering device, comprising:
监测单元、 业务控制点信息提供单元和触发单元, 其中, 监测单元, 用于监测业务触发事件, 将监测到的业务触发事件信 息传送给业务控制点信息提供单元;  a monitoring unit, a service control point information providing unit, and a triggering unit, wherein the monitoring unit is configured to monitor a service triggering event, and transmit the monitored service triggering event information to the service control point information providing unit;
业务控制点信息提供单元, 用于接收来自监测单元的业务触发事 件信息, 确定需要根据该业务触发事件触发多个业务控制点, 将所述 多个业务控制点信息传送给触发单元;  a service control point information providing unit, configured to receive service trigger event information from the monitoring unit, determine that a plurality of service control points need to be triggered according to the service triggering event, and transmit the multiple service control point information to the triggering unit;
触发单元, 用于接收来自业务控制点信息提供单元的多个业务控 制点信息, 触发该多个业务控制点。  The triggering unit is configured to receive multiple service control point information from the service control point information providing unit, and trigger the multiple service control points.
12、 根据权利要求 11 所述的装置, 其特征在于, 所述装置进一 步包括:  12. Apparatus according to claim 11 wherein said apparatus further comprises:
业务触发数据获取单元, 用于获取业务触发数据, 将业务触发数 据信息传送给业务控制点信息提供单元;  a service trigger data obtaining unit, configured to obtain service trigger data, and transmit the service trigger data information to the service control point information providing unit;
业务控制点信息提供单元, 进一步用于接收来自业务触发数据获 取单元的所述业务触发数据信息,根据与该业务触发事件对应的业务 触发数据, 确定需要根据该业务触发事件触发多个业务控制点。  The service control point information providing unit is further configured to receive the service trigger data information from the service trigger data acquiring unit, and determine, according to the service trigger data corresponding to the service trigger event, that multiple service control points need to be triggered according to the service trigger event. .
13、 根据权利要求 12所述的装置, 其特征在于, 所述业务控制 点信息提供单元, 进一步用于根据在与该业务触发事件对应的一条业 务触发数据中描述的多个业务控制点, 或根据在与该业务触发事件对应 的多条业务触发数据中分别描述的业务控制点, 确定所述多个业务控制 点。  The device according to claim 12, wherein the service control point information providing unit is further configured to: according to multiple service control points described in a service trigger data corresponding to the service trigger event, or And determining the multiple service control points according to the service control points respectively described in the multiple service trigger data corresponding to the service trigger event.
14、 根据权利要求 11所述的装置, 其特征在于, 所述触发单元, 进一步用于接收来自业务控制点信息提供单元的多个业务控制点信 息, 并行或串行触发该多个业务控制点。  The device according to claim 11, wherein the triggering unit is further configured to receive a plurality of service control point information from the service control point information providing unit, and trigger the multiple service control points in parallel or serially. .
PCT/CN2007/071321 2007-01-11 2007-12-25 A service trigger method, system and service trigger apparatus WO2008083582A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CNA2007100012600A CN101222483A (en) 2007-01-11 2007-01-11 Service triggering method, system and service trigger equipment
CN200710001260.0 2007-01-11

Publications (1)

Publication Number Publication Date
WO2008083582A1 true WO2008083582A1 (en) 2008-07-17

Family

ID=39608347

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2007/071321 WO2008083582A1 (en) 2007-01-11 2007-12-25 A service trigger method, system and service trigger apparatus

Country Status (2)

Country Link
CN (1) CN101222483A (en)
WO (1) WO2008083582A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200396262A1 (en) * 2019-06-14 2020-12-17 T-Mobile Usa, Inc. Ims routing based on subscriber type

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101800733B (en) * 2009-02-09 2012-09-19 华为技术有限公司 Method, system and device for processing business interaction
CN101997844A (en) * 2009-08-19 2011-03-30 华为终端有限公司 Event sending method and system and relevant equipment
CN101924789B (en) * 2010-07-27 2014-03-19 中兴通讯股份有限公司 Method and system for nesting different types of services
CN102025731B (en) * 2010-12-03 2013-04-24 华为技术有限公司 Intelligent service triggering method, related device and system
CN102651732B (en) * 2011-02-24 2016-03-02 中国移动通信集团公司 Service trigger method in a kind of IMS network and system
CN102655613A (en) * 2011-03-02 2012-09-05 中兴通讯股份有限公司 Service triggering method and device
EP2744173B1 (en) * 2012-10-26 2018-08-15 Huawei Device (Dongguan) Co., Ltd. Multiple-service processing method and browser
CN109582445A (en) * 2018-09-29 2019-04-05 阿里巴巴集团控股有限公司 Message treatment method, device, electronic equipment and computer readable storage medium
CN111177214B (en) * 2019-12-19 2024-02-09 腾讯云计算(北京)有限责任公司 Event linkage processing method, device and system, electronic equipment and storage medium
CN116266833A (en) * 2021-12-17 2023-06-20 华为技术有限公司 Method and device for executing call related service

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1741521A (en) * 2004-08-25 2006-03-01 华为技术有限公司 Call processing method
CN1770764A (en) * 2004-11-06 2006-05-10 华为技术有限公司 Service trigger point matching method
CN1863209A (en) * 2006-02-10 2006-11-15 华为技术有限公司 IMS service triggering method and IMS network
US20060291437A1 (en) * 2005-06-24 2006-12-28 Naqvi Shamim A System and method to provide dynamic call models for users in an IMS network

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1741521A (en) * 2004-08-25 2006-03-01 华为技术有限公司 Call processing method
CN1770764A (en) * 2004-11-06 2006-05-10 华为技术有限公司 Service trigger point matching method
US20060291437A1 (en) * 2005-06-24 2006-12-28 Naqvi Shamim A System and method to provide dynamic call models for users in an IMS network
CN1863209A (en) * 2006-02-10 2006-11-15 华为技术有限公司 IMS service triggering method and IMS network

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200396262A1 (en) * 2019-06-14 2020-12-17 T-Mobile Usa, Inc. Ims routing based on subscriber type
US11516261B2 (en) * 2019-06-14 2022-11-29 T-Mobile Usa, Inc. IMS routing based on subscriber type

Also Published As

Publication number Publication date
CN101222483A (en) 2008-07-16

Similar Documents

Publication Publication Date Title
WO2008083582A1 (en) A service trigger method, system and service trigger apparatus
EP1665722B1 (en) Exchange protocol for combinational multimedia services
US11431774B2 (en) Method, user equipment and application server for adding media stream of multimedia session
US9392028B2 (en) Apparatus and method for macro operation involving a plurality of session protocol transactions
JP5606074B2 (en) Dynamic service trigger in communication networks
JP5529129B2 (en) Method and system for selective call forwarding based on media attributes in a telecommunications network
US20110225307A1 (en) Apparatus and method for reducing responses when executing a session initiation protocol operation
WO2006010312A1 (en) A method of informing the capability change of the terminal to the network
JP2010541348A (en) Disaster recovery in IP multimedia subsystem networks
WO2005114906A1 (en) Method and system for getting the state of sip network nodes
WO2005027460A1 (en) Combinational multimedia services
WO2009015525A1 (en) A method for switching the session control path of ip multimedia core network subsystem centralized service
WO2011098972A1 (en) Devices and methods for implementing call pickup using gruu in an ims newtork
TW200841670A (en) Method and apparatus for media independent handover
WO2007079647A1 (en) A method, apparatus and system for network level backup of sip application system
WO2010091588A1 (en) Method and apparatus for distinguishing several user equipments sharing a same public user identity
WO2009010017A1 (en) The implementing method and system for ue redirection service of sharing pui
WO2011032402A1 (en) Method and system for set-top box to realize call transfer based on sip
CN100550884C (en) Based in the business procedure of retry mechanism to Session Initiation Protocol processing of request method
WO2009113947A1 (en) Using a hash value as a pointer to an application class in a communications device
WO2009097032A1 (en) Managing call delivery in an internet protocol communication system
WO2011023041A1 (en) Calling method and system for indicating terminal media types
EP2200254A1 (en) Mobile network system and guidance message providing method
WO2012159483A1 (en) Voice call processing method and service continuity server
JP2010525623A (en) Method and apparatus for use in a communication network

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

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

Country of ref document: EP

Kind code of ref document: A1