WO2014015776A1 - Service parsing method flexibly adapted to ims system service tag - Google Patents

Service parsing method flexibly adapted to ims system service tag Download PDF

Info

Publication number
WO2014015776A1
WO2014015776A1 PCT/CN2013/079808 CN2013079808W WO2014015776A1 WO 2014015776 A1 WO2014015776 A1 WO 2014015776A1 CN 2013079808 W CN2013079808 W CN 2013079808W WO 2014015776 A1 WO2014015776 A1 WO 2014015776A1
Authority
WO
WIPO (PCT)
Prior art keywords
service
tag
pattern
ims
service tag
Prior art date
Application number
PCT/CN2013/079808
Other languages
French (fr)
Chinese (zh)
Inventor
覃洪清
王功乾
Original Assignee
烽火通信科技股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 烽火通信科技股份有限公司 filed Critical 烽火通信科技股份有限公司
Priority to RU2014146752/08A priority Critical patent/RU2604983C2/en
Publication of WO2014015776A1 publication Critical patent/WO2014015776A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/10Architectures or entities
    • H04L65/1016IP multimedia subsystem [IMS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/1066Session management
    • H04L65/1096Supplementary features, e.g. call forwarding or call holding

Definitions

  • the present invention relates to the field of an IMS system and an IMS SIP terminal, and more specifically to a service analysis method for an IMS SIP terminal that flexibly adapts to an IMS system service tag.
  • the IMS SIP terminal cooperates with the application server in the IMS system to implement related services in the IMS system by adaptively and flexibly parsing the NOTIFY message sent by the network side in the IMS system. Background technique
  • IMS IP Multimedia Subsystem
  • SIP Session Initiation Protocol
  • 3GPP 3GPP
  • OMA Open Mobile Alliance, Open Mobile Alliance
  • IMS technology allows operators to better control the business layer, integrate and implement IMS multimedia services faster, and reduce network investment and operational expenses, so operators pay great attention to IMS technology.
  • IMS technology can also bring a unified user experience to users, and users will get more IMS services with guaranteed quality and security.
  • the proposal of IMS conforms to the trend of communication network technology convergence and service convergence development, and it will play an important role in the future communication network.
  • the IMS SIP terminal is the most direct carrier for various services in the IMS system, and cooperates with other devices in the IMS system to provide various services for users.
  • the implementation of the PSTN (Public Switched Telephone Network) emulation service in the IMS network can be implemented in a loosely coupled manner by the IMS SIP terminal, the application server AS, and the user data center HSS.
  • the IMS SIP terminal needs to perceive the service customized and registered by the user, and completes the terminal-related service function implementation, including converting the hook flash action and the subsequent dialing event into corresponding SIP messages.
  • the IMS SIP terminal uses the subscription notification mechanism of the service to sense the services customized and registered by the user.
  • Figure 1 depicts the subscription notification mechanism in the IMS network: After the registration (REGISTER) is successful, the IMS SIP terminal sends a subscription (SUBSCRIBE) message to the IMS system to initiate a subscription request, requesting to inform the user of the registered service information; After the corresponding request information is obtained, the service registration information corresponding to the IMS SIP terminal user in the user data center HSS is queried, and the IMS SIP terminal is notified of the service registration information corresponding to the user by using a NOTIFY message (also referred to as a service notification message). .
  • the NOTIFY message specifically describes the service registration information corresponding to the IMS SIP terminal user in the XMLCExtensible Markup Language) document information format.
  • a typical XML document in a NOTIFY message is as follows:
  • the various types of service information registered or cancelled by the IMS SIP terminal user appear in the XML document in the form of a label (service tag), such as ⁇ cw-service> cw—service—proved ⁇ /cw-service> is the call waiting service tag, including The service tag name cw_service, the service tag value cw_service_provisioned and the like, so the identification and parsing of the service tag in the dish document is the key to the NOTIFY message processing.
  • IMS SIP terminals In practical applications, because the IMS server manufacturers support different types of services, the contents of the service tags often appear inconsistent, which makes the IMS SIP terminal encounter certain difficulties in identifying and parsing the service tags. It is often the case that a NOTIFY message sent by one IMS server manufacturer can be identified and parsed, but the NOTIFY message of another IMS server manufacturer cannot be identified and resolved. Due to the difference of the business label Righteousness, when new IMS server vendors (IMS platform vendors) are introduced, IMS SIP terminals often need to adapt and adjust accordingly to match related service tags, which will greatly affect and limit the overall promotion and use of IMS services.
  • IMS platform vendors IMS platform vendors
  • the object of the present invention is to provide a service parsing method that flexibly adapts to the service tag of the IMS system, so that the IMS SIP terminal can simultaneously adapt to different service representation methods of multiple IMS server manufacturers, thereby being effectively compatible.
  • the ambiguity in business analysis improves the adaptive capabilities and application scope of IMS SIP terminals.
  • a service parsing method for flexibly adapting to a service tag of an IMS system characterized in that the method includes the following steps:
  • Step 1 Defining a multi-service tag template: In a configuration file of an IMS SIP terminal, defining a format of a plurality of service tags that are accepted and recognized by the system for a service, and the format of the multi-service tag template is as follows, including the identifier and the content. :
  • Templates ⁇ Service [i] > Pattern [i] [ 1]
  • Templates ⁇ Service [i] > is the identifier of the multi-service template defined by the IMS SIP terminal for the service type i,
  • Pattern [i] [ 1] , Pattern [i] [2] , ..., Pattern [i] [n] Each represents a service tag that identifies the service type i as an IMS SIP terminal, via the "I" symbol string Then, the content of the multi-service label template is formed;
  • the set of tag instances is as follows:
  • Templates ⁇ Service [0] > pattern [0] [ 1]
  • Templates ⁇ Service [1] > pattern [l] [1]
  • pattern [l] [2] ' ⁇ I pattern [1] [n] templates ⁇ Service [i] > pattern [i] [1]
  • One row corresponds to one multi-service tag instance, and multiple service template instances between different service types are segmented by a carriage return and line-feed method to form a multi-service tag instance set;
  • the IMS SIP terminal learns the multi-service tag instance set in the configuration file, and adds the service tag matching operation rule of various services to generate a multi-service tag instance set at the runtime, so that the subsequent service tag matches. jobs;
  • Step 3 After receiving the NOTIFY message, the IMS SIP terminal obtains a service label of various services corresponding to the IMS SIP terminal user from the XML document information carried in the NOTIFY message.
  • Step 4 Perform the operation on the service label of each service corresponding to the IMS SIP terminal user and the multi-service label instance set at the runtime according to a series of related service label matching operation rules, that is, complete the XML Identification and parsing of service tags in the document: Parsing the subscribed service capabilities of the IMS SIP terminal users.
  • the platform sends a NOTIFY notification message to inform the user of the service capability.
  • the IMS SIP terminal After receiving the NOTIFY, the IMS SIP terminal performs the matching of the service tags according to the matching by successive means and the triggering by successive means.
  • Analytical processing :
  • the IMS SIP terminal After obtaining the XML document describing the subscribed service capability of the user, the IMS SIP terminal performs the one-by-one matching according to the service tag matching operation rule covered by the multi-service tag instance set at the running time, and the matching result is true. To the user;
  • the specific service tag matching operation rule is determined by the specific implementation. Once the operation is performed according to the operation rule, the IMS SIP terminal user is considered to have the service capability.
  • the control logic module invokes the multi-service tag instance set generation module and the instance storage module to implement control of the entire multi-service tag instance.
  • the multi-service tag instance set generating module generates a multi-service tag instance set according to the multi-service tag template and the specific IMS system service tag; the control logic module can at least increase the specific content of the multi-service tag instance set. , hold and delete operations.
  • the runtime multi-service tag instance set storage module is mainly used to import a multi-service tag instance set in the configuration file in the IMS SIP terminal, and attach matching rules of various service tags to form an operational A manageable set of instances, where the matching rule is the basis for tag matching and parsing.
  • the IMS SIP terminal when receiving the NOTIFY message, performs the following processing:
  • the above steps are repeated until the service tag resolution in all xml documents is completed.
  • the service parsing method for adapting the service tag of the IMS system according to the present invention enables the IMS SIP terminal to adapt to different service representation methods of multiple IMS server manufacturers at the same time, thereby effectively complicating the ambiguity in the service parsing and improving the IMS SIP.
  • the adaptive capabilities and application range of the terminal DRAWINGS
  • Figure 1 is a subscription notification mechanism in an IMS network.
  • Figure 2 is a schematic diagram of the generation and storage of a multi-service tag instance.
  • Figure 3 shows the business matching process.
  • the core idea of the present invention is: defining a multi-service tag template, generating a multi-service tag instance through a multi-service tag template, and parsing the service tag in the received XML document according to the generated multi-service tag instance to obtain an IMS SIP terminal User's business registration information.
  • the service parsing method for flexibly adapting the service tag of the IMS system according to the present invention includes the following steps:
  • Step 1 Defining a multi-service tag template: In a configuration file of an IMS SIP terminal, defining a format of a plurality of service tags that are accepted and recognized by the system for a service, and the format of the multi-service tag template is as follows, including the identifier and the content. :
  • Pattern [i] [ 1] , Pattern [i] [2] , ⁇ , Pattern [i] [ ⁇ ] each represents a service tag that can be used as an IMS SIP terminal to identify the service type i, via "I"
  • the symbols are concatenated to form the content of the multi-service tag template;
  • n is an integer, and the maximum value is the total number of service tag types of the service type i, the same below;
  • Step 2 Generate a multi-service tag instance set by using a multi-service tag template:
  • the business tag instance set is as follows:
  • Templates ⁇ Service [0] > pattern [0] [ 1]
  • Templates ⁇ Service [ 1] > pattern [ l] [ 1]
  • pattern [ l] [2] ... I pattern [ 1] [n] templates ⁇ Service [i] > pattern [ i] [ 1]
  • One row corresponds to one multi-service tag instance, and multiple service template instances between different service types are segmented by a carriage return and line-feed method to form a multi-service tag instance set;
  • the IMS SIP terminal learns the multi-service tag instance set in the configuration file, and adds the service tag matching operation rule of various services to generate a multi-service tag instance set at the runtime, so that the subsequent service tag matches. jobs;
  • Step 3 After receiving the NOTIFY message, the IMS SIP terminal obtains the service label of the service corresponding to the IMS SIP terminal user from the XML document information carried in the NOTIFY message; for example:
  • Step 4 The service tags of various services corresponding to the acquired IMS SIP terminal users,
  • the service matching resolution process is shown in Figure 3.
  • the platform sends a NOTIFY notification message to inform the user of the service capability.
  • the IMS SIP terminal After receiving the NOTIFY, the IMS SIP terminal performs the matching of the service tags according to the matching by successive means and the triggering by successive means.
  • Analytical processing :
  • the IMS SIP terminal After obtaining the XML document describing the subscribed service capability of the user, the IMS SIP terminal performs matching one by one according to the service tag matching operation rule
  • Business capabilities are assigned to the user;
  • FIG. 2 is a schematic diagram of generation and storage of the multi-service tag instance set described in step 2.
  • the control logic module invokes the multi-service tag instance set generation module and the instance storage module to implement control of the entire multi-service tag instance.
  • the multi-service tag instance set generating module generates a multi-service tag instance set according to the multi-service tag template and the specific IMS system service tag; the same IMS SIP terminal accesses different IMS systems, and the multi-service tag instance set It may be inconsistent or consistent.
  • the control logic module can at least (such as: through the command line, etc.) add, retain, and delete the specific content of the multi-service tag instance set.
  • the runtime multi-service tag instance set storage module is mainly used to import a multi-service tag instance set in the configuration file in the IMS SIP terminal, and
  • the matching rules of various service tags are added to form an operable and manageable set of instances, wherein the matching rules are the basis for tag matching and parsing.
  • the IMS SIP terminal performs the following processing:
  • the service parsing method for flexibly adapting the service tag of the IMS system includes the following steps:
  • the IMS SIP terminal imports the pre-configuration file and attaches a matching rule to generate a runtime multi-service tag set for storage.
  • the IMS SIP terminal subscribes to the service by using the subscription message mechanism, and performs matching according to the matching rule of the service tag instance set according to the received Notify notification message to complete the service analysis processing.
  • the service matching parsing process is performed by the IMS SIP terminal to send a service to the application server AS by sending a SUBSCRIBE message.
  • the application server AS After receiving the service subscription request, the application server AS notifies the IMS SIP terminal of the user service capability by using a NOTIFY message.
  • the IMS SIP terminal performs rule matching on the service tags in the received xml document according to the service tag instance, and finally parses out the service capability of the user.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Business, Economics & Management (AREA)
  • General Business, Economics & Management (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The present invention relates to a service parsing method flexibly adapted to an IMS system service tag, comprising the steps of: defining a multi-service tag template; defining an initial multi-service tag template instance set in a device pre-configuration file; importing the pre-configuration file into a runtime IMS SIP terminal, appending a matching rule, generating a runtime multi-service tag set, and storing same; and the IMS SIP terminal using a subscription message mechanism to subscribe to a service, and in accordance with a Notify notification message received, performing matching according to the matching rule corresponding to a service tag instance set to accomplish the parsing processing of a service. The service parsing method flexibly adapted to an IMS system service tag of the present invention makes an IMS SIP terminal capable of adapting to different service presentation methods of a plurality of IMS server manufacturers simultaneously, thus being effectively compatible with the ambiguity during service parsing, and improving the adaptive ability and application range of an IMS SIP terminal.

Description

技术领域 Technical field
本发明涉及 IMS系统及 IMS SIP终端领域, 具体说是 IMS SIP终 端的一种灵活适应 IMS系统业务标签的业务解析方法。尤指在 IMS SIP 终端通过自适应和灵活解析 IMS系统中网络侧发送的 NOTIFY消息, 来与 IMS系统中应用服务器配合,共同实现 IMS系统中相关业务的方 法。 背景技术  The present invention relates to the field of an IMS system and an IMS SIP terminal, and more specifically to a service analysis method for an IMS SIP terminal that flexibly adapts to an IMS system service tag. In particular, the IMS SIP terminal cooperates with the application server in the IMS system to implement related services in the IMS system by adaptively and flexibly parsing the NOTIFY message sent by the network side in the IMS system. Background technique
IMS (IP Multimedia Subsystem, IP多媒体子系统) 是基于 SIP (Session Initiation Protocol, 会话初始协议) 的系统, 它为多 媒体服务提供了一整套标准体系架构。 作为日趋成熟的标准体系, IETF, 3GPP、 OMA (Open Mobile Alliance, 开放移动联盟) 等国际 标准组织都在定义和完善 IMS标准。 IMS技术允许运营商能更好地控 制业务层, 能更快地集成和开展 IMS多媒体服务, 并减少网络投资和 运营开销, 所以运营商都很重视 IMS技术。 同时, IMS技术也能给用 户带来统一的用户体验, 用户将会获得更多质量和安全都有保障的 IMS服务。 IMS的提出, 顺应了通信网络技术融合与业务融合发展的 趋势, 它将在未来通信网络中发挥重要作用。  IMS (IP Multimedia Subsystem) is a SIP (Session Initiation Protocol)-based system that provides a complete set of standard architectures for multimedia services. As an increasingly mature standard system, IETF, 3GPP, OMA (Open Mobile Alliance, Open Mobile Alliance) and other international standards organizations are defining and improving the IMS standard. IMS technology allows operators to better control the business layer, integrate and implement IMS multimedia services faster, and reduce network investment and operational expenses, so operators pay great attention to IMS technology. At the same time, IMS technology can also bring a unified user experience to users, and users will get more IMS services with guaranteed quality and security. The proposal of IMS conforms to the trend of communication network technology convergence and service convergence development, and it will play an important role in the future communication network.
IMS SIP终端作为最终用户体验 IMS系统中各种业务最直接的载 体, 和 IMS系统中的其他设备相互配合, 为用户提供各类业务。 目前 IMS网络中 PSTN (Public Switched Telephone Network, 公共交换 电话网络) 仿真业务的实现,可以由 IMS SIP终端和应用服务器 AS、 用户数据中心 HSS等采用松耦合的方式协同完成。 其中 IMS SIP终端 需感知用户所定制和登记的业务, 并完成终端相关业务功能实现, 包 括将拍插(hookflash)动作及后续拨号事件转化为对应的 SIP消息。 IMS SIP 终端采用业务的订阅通知机制可以感知用户所定制和 登记的业务。 图 1描述了 IMS网络中的订阅通知机制: IMS SIP终端 在注册 (REGISTER) 成功后, 发送订阅 (SUBSCRIBE) 消息向 IMS系 统发起订阅的请求, 请求告知用户所登记的业务信息; IMS 系统在收 到相应的请求信息后, 查询用户数据中心 HSS中该 IMS SIP终端用户 对应的业务登记信息, 通过通知(NOTIFY)消息(亦称为业务通知消 息), 告知 IMS SIP终端其用户对应的业务登记信息。 NOTIFY消息以 XMLCExtensible Markup Language)文档信息格式具体描述了 IMS SIP 终端用户对应的业务登记信息。 NOTIFY消息中一个典型的 XML文档 如下: As the end user, the IMS SIP terminal is the most direct carrier for various services in the IMS system, and cooperates with other devices in the IMS system to provide various services for users. The implementation of the PSTN (Public Switched Telephone Network) emulation service in the IMS network can be implemented in a loosely coupled manner by the IMS SIP terminal, the application server AS, and the user data center HSS. The IMS SIP terminal needs to perceive the service customized and registered by the user, and completes the terminal-related service function implementation, including converting the hook flash action and the subsequent dialing event into corresponding SIP messages. The IMS SIP terminal uses the subscription notification mechanism of the service to sense the services customized and registered by the user. Figure 1 depicts the subscription notification mechanism in the IMS network: After the registration (REGISTER) is successful, the IMS SIP terminal sends a subscription (SUBSCRIBE) message to the IMS system to initiate a subscription request, requesting to inform the user of the registered service information; After the corresponding request information is obtained, the service registration information corresponding to the IMS SIP terminal user in the user data center HSS is queried, and the IMS SIP terminal is notified of the service registration information corresponding to the user by using a NOTIFY message (also referred to as a service notification message). . The NOTIFY message specifically describes the service registration information corresponding to the IMS SIP terminal user in the XMLCExtensible Markup Language) document information format. A typical XML document in a NOTIFY message is as follows:
<?xml version=/ l. 0" encoding="UTF - 8"?〉 <?xml version =/ l. 0"encoding="UTF - 8"?>
<simservs xmlns=/ http: //uri. etsi. org/ ngn/ params/ ml/ s imservs/ cap" > <simservs> <simservs xmlns =/ http: //uri. etsi. org/ ngn/ params/ ml/ s imservs/ cap"><simservs>
<dial- tone-management >  <dial- tone-management >
<dial-tone-pattern>special-condition-tone</ dial- tone-pat tern> <dial-tone-pattern>special-condition-tone</ dial- tone-pat tern>
</ dial-tone-management > </ dial-tone-management >
<no-dialling-behaviour>immediateCallSetup</no-dial ling-behaviour > <mcid-service>mcid-service-provisioned</mcid-service>  <no-dialling-behaviour>immediateCallSetup</no-dial ling-behaviour > <mcid-service>mcid-service-provisioned</mcid-service>
<three-pty-service>three-pty-service-provisioned</ three - pty - service) <cw-service>cw-service-provisioned</ cw-service>  <three-pty-service>three-pty-service-provisioned</ three - pty - service) <cw-service>cw-service-provisioned</ cw-service>
</simservs>  </simservs>
IMS SIP终端用户登记或取消的各类业务信息以标签(业务标签) 的形式出现在 XML 文档中, 比如 <cw-service> cw— service— provisioned </cw-service>为呼叫等待业务标签, 包括业务标签名 cw_service, 业 务标签值 cw_service_provisioned等信息, 因此对皿文档中业务 标签的识别和解析是 NOTIFY消息处理的关键。  The various types of service information registered or cancelled by the IMS SIP terminal user appear in the XML document in the form of a label (service tag), such as <cw-service> cw—service—proved </cw-service> is the call waiting service tag, including The service tag name cw_service, the service tag value cw_service_provisioned and the like, so the identification and parsing of the service tag in the dish document is the key to the NOTIFY message processing.
然而在实际应用中,由于各 IMS服务器厂家对各类业务的支持程 度不一, 业务标签的内容常常表现得不一致, 这使得 IMS SIP终端在 对业务标签进行识别和解析时会遇到一定困难,常常会出现可识别和 解析某一个 IMS服务器厂家发送的 NOTIFY消息, 但却不能识别和解 析另一个 IMS服务器厂家的 NOTIFY消息的现象。 由于业务标签的歧 义性, 在新引入 IMS服务器厂家 (IMS平台厂商) 时, IMS SIP终端 往往也需要进行相应的适应和调整来匹配相关的业务标签,这都会极 大地影响和限制 IMS业务的全面推广和使用。 However, in practical applications, because the IMS server manufacturers support different types of services, the contents of the service tags often appear inconsistent, which makes the IMS SIP terminal encounter certain difficulties in identifying and parsing the service tags. It is often the case that a NOTIFY message sent by one IMS server manufacturer can be identified and parsed, but the NOTIFY message of another IMS server manufacturer cannot be identified and resolved. Due to the difference of the business label Righteousness, when new IMS server vendors (IMS platform vendors) are introduced, IMS SIP terminals often need to adapt and adjust accordingly to match related service tags, which will greatly affect and limit the overall promotion and use of IMS services.
发明内容 Summary of the invention
针对现有技术中存在的缺陷,本发明的目的在于提供一种灵活适 应 IMS系统业务标签的业务解析方法, 使 IMS SIP终端可以同时适应 多个 IMS服务器厂家不同的业务表示方法,从而有效地兼容了业务解 析时的歧义性, 提升了 IMS SIP终端的自适应能力及应用范围。  In view of the deficiencies in the prior art, the object of the present invention is to provide a service parsing method that flexibly adapts to the service tag of the IMS system, so that the IMS SIP terminal can simultaneously adapt to different service representation methods of multiple IMS server manufacturers, thereby being effectively compatible. The ambiguity in business analysis improves the adaptive capabilities and application scope of IMS SIP terminals.
为达到以上目的, 本发明采取的技术方案是:  In order to achieve the above object, the technical solution adopted by the present invention is:
一种灵活适应 IMS系统业务标签的业务解析方法, 其特征在于, 包括以下歩骤:  A service parsing method for flexibly adapting to a service tag of an IMS system, characterized in that the method includes the following steps:
歩骤 1, 定义多业务标签模板: 在 IMS SIP终端的配置文件中, 为一个业务定义系统可接受和识别的多个业务标签的格式,所述多业 务标签模板的格式如下, 包括标识和内容:  Step 1: Defining a multi-service tag template: In a configuration file of an IMS SIP terminal, defining a format of a plurality of service tags that are accepted and recognized by the system for a service, and the format of the multi-service tag template is as follows, including the identifier and the content. :
Templates<Service [i] > = Pattern [i] [ 1] | Pattern [ i] [2] … I Pattern [i] [n]  Templates<Service [i] > = Pattern [i] [ 1] | Pattern [ i] [2] ... I Pattern [i] [n]
其中 Templates<Service [i] > 为 IMS SIP终端为业务类型 i定 义的多业务模板的标识,  Where Templates<Service [i] > is the identifier of the multi-service template defined by the IMS SIP terminal for the service type i,
Pattern [i] [ 1] , Pattern [i] [2] , …, Pattern [i] [n] 每一个都 表示一种可作为 IMS SIP终端识别业务类型 i的业务标签, 通过 " I " 符号串接起来, 形成多业务标签模板的内容;  Pattern [i] [ 1] , Pattern [i] [2] , ..., Pattern [i] [n] Each represents a service tag that identifies the service type i as an IMS SIP terminal, via the "I" symbol string Then, the content of the multi-service label template is formed;
歩骤 2, 通过多业务标签模板生成多业务标签实例集: 依据 IMS SIP终端所接入的 IMS系统的特性, 业务类型 i可能对应的业务标签 Pattern [i] [m]将是可以确定的, m〉=0 & m〈=n, 记为 pattern [i] [m]; 将不同业务对应的具体的业务标签,按照多业务标签模板定义的格式 存储在配置文件中, 形成配置文件中多业务标签实例集如下:  Step 2: Generate a multi-service tag instance set by using a multi-service tag template: According to the characteristics of the IMS system accessed by the IMS SIP terminal, the service tag Pattern [i] [m] corresponding to the service type i will be determinable. m>=0 & m<=n, denoted as pattern [i] [m]; Store the specific service tags corresponding to different services in the configuration file according to the format defined by the multi-service tag template to form multiple services in the configuration file. The set of tag instances is as follows:
templates<Service [0] >= pattern [0] [ 1] | pattern [0] [2] '· I pattern [0] [n] Templates<Service [0] >= pattern [0] [ 1] | pattern [0] [2] '· I pattern [0] [n]
templates<Service [1] >= pattern [l] [1] | pattern [l] [2] '· I pattern [1] [n] templates<Service [i] >= pattern [i] [1] | pattern [i] [2] … I pattern [i] [n]  Templates<Service [1] >= pattern [l] [1] | pattern [l] [2] '· I pattern [1] [n] templates<Service [i] >= pattern [i] [1] | pattern [i] [2] ... I pattern [i] [n]
其中, 一行对应一个多业务标签实例, 不同业务类型之间的多业 务模板实例, 通过回车换行方式进行分割, 共同构成多业务标签实例 集;  One row corresponds to one multi-service tag instance, and multiple service template instances between different service types are segmented by a carriage return and line-feed method to form a multi-service tag instance set;
在实际运行过程中, IMS SIP终端将对配置文件中的多业务标签 实例集进行学习, 附加各种业务的业务标签匹配运算规则, 生成运行 时刻的多业务标签实例集, 以便后续的业务标签匹配工作;  During the actual operation, the IMS SIP terminal learns the multi-service tag instance set in the configuration file, and adds the service tag matching operation rule of various services to generate a multi-service tag instance set at the runtime, so that the subsequent service tag matches. jobs;
歩骤 3, IMS SIP终端接收 NOTIFY消息后, 从 NOTIFY消息携带 的 XML文档信息中获取 IMS SIP终端用户对应的各种业务的业务标 签;  Step 3: After receiving the NOTIFY message, the IMS SIP terminal obtains a service label of various services corresponding to the IMS SIP terminal user from the XML document information carried in the NOTIFY message.
歩骤 4,将获取的 IMS SIP终端用户对应的各种业务的业务标签, 与运行时刻的多业务标签实例集,依据相关的一系列的业务标签匹配 运算规则, 进行运算, 即完成了对 XML文档中业务标签的识别和解析 工作: 解析出 IMS SIP终端用户的所订阅的业务能力。 在上述技术方案的基础上, 在业务订阅消息 SUBSCRIBE达到 IMS 平台后, 平台发送 NOTIFY通知消息告知用户业务能力, IMS SIP终 端在收到 NOTIFY后按照逐次匹配、 逐次触发的方式进行业务标签的 匹配和解析处理:  Step 4: Perform the operation on the service label of each service corresponding to the IMS SIP terminal user and the multi-service label instance set at the runtime according to a series of related service label matching operation rules, that is, complete the XML Identification and parsing of service tags in the document: Parsing the subscribed service capabilities of the IMS SIP terminal users. On the basis of the foregoing technical solution, after the service subscription message SUBSCRIBE reaches the IMS platform, the platform sends a NOTIFY notification message to inform the user of the service capability. After receiving the NOTIFY, the IMS SIP terminal performs the matching of the service tags according to the matching by successive means and the triggering by successive means. Analytical processing:
IMS SIP终端在获取到描述用户的所订阅的业务能力的 XML文档 后, 按照运行时刻的多业务标签实例集涵盖的业务标签匹配运算规 则, 进行逐条匹配, 并将匹配结果为真的业务能力赋给该用户;  After obtaining the XML document describing the subscribed service capability of the user, the IMS SIP terminal performs the one-by-one matching according to the service tag matching operation rule covered by the multi-service tag instance set at the running time, and the matching result is true. To the user;
具体的业务标签匹配运算规则由具体实现来决定,一旦按照运算 规则进行运算为真, 则认为 IMS SIP终端用户具有该业务能力。 在上述技术方案的基础上, 当多业务标签实例集的生成和存储 时,通过控制逻辑模块调用多业务标签实例集生成模块和实例存储模 块, 实现对整个多业务标签实例的控制。 在上述技术方案的基础上,多业务标签实例集生成模块根据多业 务标签模板以及特定的 IMS系统业务标签生成多业务标签实例集; 控制逻辑模块至少能对多业务标签实例集的具体内容进行增加、 保留和删除操作。 在上述技术方案的基础上,运行时刻多业务标签实例集存储模块 主要用于在 IMS SIP终端中导入配置文件中的多业务标签实例集, 并 附加各种业务标签的匹配规则,形成一个可运算、 可管理的实例集, 其中匹配规则是进行标签匹配和解析的依据。 在上述技术方案的基础上, 歩骤 4中, 在收到 NOTIFY消息时, IMS SIP终端做如下处理: The specific service tag matching operation rule is determined by the specific implementation. Once the operation is performed according to the operation rule, the IMS SIP terminal user is considered to have the service capability. On the basis of the foregoing technical solution, when the multi-service tag instance set is generated and stored, the control logic module invokes the multi-service tag instance set generation module and the instance storage module to implement control of the entire multi-service tag instance. On the basis of the foregoing technical solution, the multi-service tag instance set generating module generates a multi-service tag instance set according to the multi-service tag template and the specific IMS system service tag; the control logic module can at least increase the specific content of the multi-service tag instance set. , hold and delete operations. On the basis of the foregoing technical solution, the runtime multi-service tag instance set storage module is mainly used to import a multi-service tag instance set in the configuration file in the IMS SIP terminal, and attach matching rules of various service tags to form an operational A manageable set of instances, where the matching rule is the basis for tag matching and parsing. Based on the above technical solution, in step 4, when receiving the NOTIFY message, the IMS SIP terminal performs the following processing:
按照匹配规则, 对 XML文档中的业务标签 pattern [i] [m], 与多 业务标签实例 6111 1&168〈36:^:^6 [:[]〉中优先级进行第一优先级的业 务标签 pattern [i] [0], 进行运算: 结果为真, 表示匹配; 如果不匹 配, 则进行多业务标签实例 templates〈Service [i] ^ 其他业务标签 pattern [i] [k]进行运算; k〉0 & k〈=n;  According to the matching rule, the service label pattern [i] [m] in the XML document and the first priority service label pattern in the multi-service tag instance 6111 1&168<36:^:^6 [:[]> [i] [0], perform the operation: the result is true, indicating a match; if it does not match, the multi-service tag instance templates<Service [i] ^ other service tags pattern [i] [k] are operated; k>0 &k<=n;
如果匹配, 则认为该用户已登记该业务, 并进行下一业务标签 pattern [j] [m]的匹配处理;  If it matches, the user is considered to have registered the service, and the matching process of the next service tag pattern [j] [m] is performed;
当一个多业务标签实例 templates〈Service [i]〉的所有业务标签 均无法匹配时, 则认为该用户未登记该业务, 之后进行下一业务 pattern [j] [m]的处理;  When all the service tags of a multi-service tag instance templates<Service[i]> cannot be matched, it is considered that the user does not register the service, and then the next service pattern [j] [m] is processed;
上述歩骤重复执行直至所有 xml文档中的业务标签解析完成。 本发明所述的灵活适应 IMS 系统业务标签的业务解析方法, 使 IMS SIP终端可以同时适应多个 IMS服务器厂家不同的业务表示方法, 从而有效地兼容了业务解析时的歧义性, 提升了 IMS SIP终端的自适 应能力及应用范围。 附图说明 The above steps are repeated until the service tag resolution in all xml documents is completed. The service parsing method for adapting the service tag of the IMS system according to the present invention enables the IMS SIP terminal to adapt to different service representation methods of multiple IMS server manufacturers at the same time, thereby effectively complicating the ambiguity in the service parsing and improving the IMS SIP. The adaptive capabilities and application range of the terminal. DRAWINGS
本发明有如下附图:  The invention has the following figures:
图 1是 IMS网络中的订阅通知机制。  Figure 1 is a subscription notification mechanism in an IMS network.
图 2是多业务标签实例的生成和存储示意图。  Figure 2 is a schematic diagram of the generation and storage of a multi-service tag instance.
图 3是业务匹配流程。  Figure 3 shows the business matching process.
具体实施方式 detailed description
为了使本发明的目的、技术方案及优点更加清楚明白, 以下结合 附图及实施例对本发明进行进一歩详细说明。此处所描述的具体实施 例仅用以解释本发明, 并不用于限定本发明。  The present invention will be further described in detail below with reference to the accompanying drawings and embodiments. The specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
本发明的核心思想是: 定义多业务标签模板, 通过多业务标签模 板生成多业务标签实例, 并根据生成的多业务标签实例对接收到的 XML文档中业务标签进行解析处理, 以获取 IMS SIP终端用户的业务 登记信息。  The core idea of the present invention is: defining a multi-service tag template, generating a multi-service tag instance through a multi-service tag template, and parsing the service tag in the received XML document according to the generated multi-service tag instance to obtain an IMS SIP terminal User's business registration information.
本发明所述的灵活适应 IMS系统业务标签的业务解析方法,包括 以下歩骤:  The service parsing method for flexibly adapting the service tag of the IMS system according to the present invention includes the following steps:
歩骤 1, 定义多业务标签模板: 在 IMS SIP终端的配置文件中, 为一个业务定义系统可接受和识别的多个业务标签的格式,所述多业 务标签模板的格式如下, 包括标识和内容:  Step 1: Defining a multi-service tag template: In a configuration file of an IMS SIP terminal, defining a format of a plurality of service tags that are accepted and recognized by the system for a service, and the format of the multi-service tag template is as follows, including the identifier and the content. :
Templates<Service [i] > = Pattern [i] [1] | Pattern [i] [2] … I Pattern [i] [n]  Templates<Service [i] > = Pattern [i] [1] | Pattern [i] [2] ... I Pattern [i] [n]
其中 Templates〈Service [i]〉 为 IMS SIP终端为业务类型 i (如 呼叫等待、 三方通话等)定义的多业务模板的标识, i=l,2,3,4, ……Where Templates<Service [i]> is the IMS SIP terminal for the service type i (eg Call waiting, three-way calling, etc.) Identification of the defined multi-service template, i=l, 2, 3, 4, ...
Pattern [i] [ 1] , Pattern [i] [2] , ···, Pattern [i] [η]每一个都 表示一种可作为 IMS SIP终端识别业务类型 i的业务标签, 通过 " I " 符号串接起来, 形成多业务标签模板的内容; n为整数, 且最大值为 该业务类型 i的业务标签种类总数, 下同; Pattern [i] [ 1] , Pattern [i] [2] , ···, Pattern [i] [η] each represents a service tag that can be used as an IMS SIP terminal to identify the service type i, via "I" The symbols are concatenated to form the content of the multi-service tag template; n is an integer, and the maximum value is the total number of service tag types of the service type i, the same below;
歩骤 2, 通过多业务标签模板生成多业务标签实例集: 依据 IMS SIP终端所接入的 IMS系统的特性, 业务类型 i可能对应的业务标签 Pattern [i] [m] (m〉=0 & m〈=n)将是可以确定的, 记为 pattern [i] [m]; 将不同业务对应的具体的业务标签,按照多业务标签模板定义的格式 存储在配置文件中, 形成配置文件中多业务标签实例集如下:  Step 2: Generate a multi-service tag instance set by using a multi-service tag template: According to the characteristics of the IMS system accessed by the IMS SIP terminal, the service tag corresponding to the service type i may be [P] [m] [m] (m>=0 & m<=n) will be determinable, denoted as pattern [i] [m]; store the specific service tags corresponding to different services in the configuration file according to the format defined by the multi-service tag template, forming more in the configuration file. The business tag instance set is as follows:
templates<Service [0] >= pattern [0] [ 1] | pattern [0] [2] … I pattern [0] [n]  Templates<Service [0] >= pattern [0] [ 1] | pattern [0] [2] ... I pattern [0] [n]
templates<Service [ 1] >= pattern [ l] [ 1] | pattern [ l] [2] … I pattern [ 1] [n] templates<Service [i] >= pattern [ i] [ 1] | pattern [i] [2] … I pattern [i] [n]  Templates<Service [ 1] >= pattern [ l] [ 1] | pattern [ l] [2] ... I pattern [ 1] [n] templates<Service [i] >= pattern [ i] [ 1] | pattern [ i] [2] ... I pattern [i] [n]
其中, 一行对应一个多业务标签实例, 不同业务类型之间的多业 务模板实例, 通过回车换行方式进行分割, 共同构成多业务标签实例 集;  One row corresponds to one multi-service tag instance, and multiple service template instances between different service types are segmented by a carriage return and line-feed method to form a multi-service tag instance set;
在实际运行过程中, IMS SIP终端将对配置文件中的多业务标签 实例集进行学习, 附加各种业务的业务标签匹配运算规则, 生成运行 时刻的多业务标签实例集, 以便后续的业务标签匹配工作;  During the actual operation, the IMS SIP terminal learns the multi-service tag instance set in the configuration file, and adds the service tag matching operation rule of various services to generate a multi-service tag instance set at the runtime, so that the subsequent service tag matches. jobs;
歩骤 3, IMS SIP终端接收 NOTIFY消息后, 从 NOTIFY消息携带 的 XML文档信息中获取 IMS SIP终端用户对应的各种业务的业务标 签; 举例为:  Step 3: After receiving the NOTIFY message, the IMS SIP terminal obtains the service label of the service corresponding to the IMS SIP terminal user from the XML document information carried in the NOTIFY message; for example:
pattern [i] [k] (k>=0 & k〈=n)  Pattern [i] [k] (k>=0 & k<=n)
pattern [j] [m] (m〉=0 & m〈=n)  Pattern [j] [m] (m>=0 & m<=n)
歩骤 4,将获取的 IMS SIP终端用户对应的各种业务的业务标签, 与运行时刻的多业务标签实例集,依据相关的一系列的业务标签匹配 运算规则, 进行运算, 即完成了对 XML文档中业务标签的识别和解析 工作: 解析出 IMS SIP终端用户的所订阅的业务能力; 业务匹配解析 流程参考图 3。 在上述技术方案的基础上, 在业务订阅消息 SUBSCRIBE达到 IMS 平台后, 平台发送 NOTIFY通知消息告知用户业务能力, IMS SIP终 端在收到 NOTIFY后按照逐次匹配、 逐次触发的方式进行业务标签的 匹配和解析处理: Step 4: The service tags of various services corresponding to the acquired IMS SIP terminal users, The multi-service tag instance set with the runtime, according to the related series of service tag matching operation rules, performs the operation, that is, the identification and parsing of the service tag in the XML document is completed: parsing the subscribed IMS SIP terminal user's subscription Service Capability; The service matching resolution process is shown in Figure 3. On the basis of the foregoing technical solution, after the service subscription message SUBSCRIBE reaches the IMS platform, the platform sends a NOTIFY notification message to inform the user of the service capability. After receiving the NOTIFY, the IMS SIP terminal performs the matching of the service tags according to the matching by successive means and the triggering by successive means. Analytical processing:
IMS SIP终端在获取到描述用户的所订阅的业务能力的 XML文档 后, 按照运行时刻的多业务标签实例集涵盖的业务标签匹配运算规 贝 |J, 进行逐条匹配, 并将匹配结果为真的业务能力赋给该用户;  After obtaining the XML document describing the subscribed service capability of the user, the IMS SIP terminal performs matching one by one according to the service tag matching operation rule|J, which is covered by the multi-service tag instance set at the running time, and matches the result to be true. Business capabilities are assigned to the user;
具体的业务标签匹配运算规则可以由具体实现来决定,一般来说 需要检查业务标签名、业务标签值等, 一旦按照运算规则进行运算为 真, 则认为 IMS SIP终端用户具有该业务能力。 在上述技术方案的基础上,图 2是歩骤 2所述的多业务标签实例 集的生成和存储示意图。 当多业务标签实例集的生成和存储时, 通过 控制逻辑模块调用多业务标签实例集生成模块和实例存储模块,实现 对整个多业务标签实例的控制。 在上述技术方案的基础上,多业务标签实例集生成模块根据多业 务标签模板以及特定的 IMS系统业务标签生成多业务标签实例集;同 一 IMS SIP终端接入不同的 IMS系统, 多业务标签实例集可能不一致 也可能一致, 控制逻辑模块至少能(例如: 可通过命令行等方式)对 多业务标签实例集的具体内容进行增加、 保留和删除等操作。 在上述技术方案的基础上,运行时刻多业务标签实例集存储模块 主要用于在 IMS SIP终端中导入配置文件中的多业务标签实例集, 并 附加各种业务标签的匹配规则,形成一个可运算、 可管理的实例集, 其中匹配规则是进行标签匹配和解析的依据。 在上述技术方案的基础上,如图 3所示,歩骤 4中,在收到 NOTIFY 消息时, IMS SIP终端做如下处理: The specific service tag matching operation rule can be determined by a specific implementation. Generally, the service tag name, the service tag value, and the like need to be checked. Once the operation is performed according to the operation rule, the IMS SIP terminal user is considered to have the service capability. Based on the above technical solution, FIG. 2 is a schematic diagram of generation and storage of the multi-service tag instance set described in step 2. When the multi-service tag instance set is generated and stored, the control logic module invokes the multi-service tag instance set generation module and the instance storage module to implement control of the entire multi-service tag instance. On the basis of the foregoing technical solution, the multi-service tag instance set generating module generates a multi-service tag instance set according to the multi-service tag template and the specific IMS system service tag; the same IMS SIP terminal accesses different IMS systems, and the multi-service tag instance set It may be inconsistent or consistent. The control logic module can at least (such as: through the command line, etc.) add, retain, and delete the specific content of the multi-service tag instance set. Based on the foregoing technical solution, the runtime multi-service tag instance set storage module is mainly used to import a multi-service tag instance set in the configuration file in the IMS SIP terminal, and The matching rules of various service tags are added to form an operable and manageable set of instances, wherein the matching rules are the basis for tag matching and parsing. On the basis of the above technical solution, as shown in FIG. 3, in step 4, when receiving the NOTIFY message, the IMS SIP terminal performs the following processing:
按照匹配规则, 对 XML文档中的业务标签 pattern [i] [m], 与多 业务标签实例 6111 1&168〈36:^:^6 [:[]〉中优先级进行第一优先级的业 务标签 pattern [i] [0], 进行运算: 结果为真, 表示匹配; 如果不匹 配, 则进行多业务标签实例 templates〈Service [i] ^ 其他业务标签 pattern [i] [k] (k〉0 & k〈=n)进行运算;  According to the matching rule, the service label pattern [i] [m] in the XML document and the first priority service label pattern in the multi-service tag instance 6111 1&168<36:^:^6 [:[]> [i] [0], perform the operation: the result is true, indicating a match; if it does not match, the multi-service tag instance templates<Service [i] ^ other service tags pattern [i] [k] (k>0 & k <=n) to perform an operation;
如果匹配, 则认为该用户已登记该业务, 并进行下一业务标签 pattern [j] [m]的匹配处理;  If it matches, the user is considered to have registered the service, and the matching process of the next service tag pattern [j] [m] is performed;
当一个多业务标签实例 templates〈Service [i]〉的所有业务标签 均无法匹配时, 则认为该用户未登记该业务, 之后进行下一业务 pattern [j] [m]的处理;  When all the service tags of a multi-service tag instance templates<Service[i]> cannot be matched, it is considered that the user does not register the service, and then the next service pattern [j] [m] is processed;
上述歩骤重复执行直至所有 xml文档中的业务标签解析完成。 如上所述,本发明所述的一种灵活适应 IMS系统业务标签的业务 解析方法, 其包括的歩骤可概括如下:  The above steps are repeated until the service tag resolution in all xml documents is completed. As described above, the service parsing method for flexibly adapting the service tag of the IMS system according to the present invention includes the following steps:
定义多业务标签模板;  Define a multi-service label template;
在设备预配置文件中定义初始的多业务标签模板实例集  Define the initial set of multi-service tag template instances in the device pre-configuration file
在运行时刻 IMS SIP终端导入预配置文件, 并附加匹配规则, 生 成运行时刻多业务标签集, 进行存储。  At runtime, the IMS SIP terminal imports the pre-configuration file and attaches a matching rule to generate a runtime multi-service tag set for storage.
IMS SIP终端采用订阅消息机制进行业务的订阅, 根据所收到的 Notify通知消息,按照业务标签实例集对应的匹配规则进行匹配, 以 完成业务的解析处理。  The IMS SIP terminal subscribes to the service by using the subscription message mechanism, and performs matching according to the matching rule of the service tag instance set according to the received Notify notification message to complete the service analysis processing.
所述的业务匹配解析过程,是由 IMS SIP终端通过发送 SUBSCRIBE 消息向应用服务器 AS进行业务订阅,应用服务器 AS在收到该业务订 阅请求后, 以 NOTIFY消息将用户业务能力通知 IMS SIP终端, 之后 由 IMS SIP终端按照业务标签实例对收到的 xml文档中的业务标签进 行规则匹配, 并最终解析出用户的业务能力。 本说明书中未作详细描述的内容属于本领域专业技术人员公知 的现有技术。 The service matching parsing process is performed by the IMS SIP terminal to send a service to the application server AS by sending a SUBSCRIBE message. After receiving the service subscription request, the application server AS notifies the IMS SIP terminal of the user service capability by using a NOTIFY message. The IMS SIP terminal performs rule matching on the service tags in the received xml document according to the service tag instance, and finally parses out the service capability of the user. The contents not described in detail in the present specification belong to the prior art well known to those skilled in the art.

Claims

权 利 要 求 书 Claim
1. 一种灵活适应 IMS系统业务标签的业务解析方法, 其特征在 于, 包括以下歩骤:  A service parsing method that flexibly adapts to a service tag of an IMS system, and is characterized by the following steps:
歩骤 1, 定义多业务标签模板: 在 IMS SIP终端的配置文件中, 为一个业务定义系统可接受和识别的多个业务标签的格式,所述多业 务标签模板的格式如下, 包括标识和内容:  Step 1: Defining a multi-service tag template: In a configuration file of an IMS SIP terminal, defining a format of a plurality of service tags that are accepted and recognized by the system for a service, and the format of the multi-service tag template is as follows, including the identifier and the content. :
Templates<Service [i] > = Pattern[i] [1] | Pattern[i] [2] … I Pattern [i] [n]  Templates<Service [i] > = Pattern[i] [1] | Pattern[i] [2] ... I Pattern [i] [n]
其中 Templates<Service[i]> 为 IMS SIP终端为业务类型 i定 义的多业务模板的标识,  Where Templates<Service[i]> is the identifier of the multi-service template defined by the IMS SIP terminal for the service type i.
Pattern[i] [1] , Pattern[i] [2] , …, Pattern [i] [n] 每一个都 表示一种可作为 IMS SIP终端识别业务类型 i的业务标签, 通过 " I " 符号串接起来, 形成多业务标签模板的内容;  Pattern[i] [1] , Pattern[i] [2] , ..., Pattern [i] [n] Each represents a service tag that can identify the service type i as an IMS SIP terminal, via the "I" symbol string Then, the content of the multi-service label template is formed;
歩骤 2, 通过多业务标签模板生成多业务标签实例集: 依据 IMS SIP终端所接入的 IMS系统的特性, 业务类型 i可能对应的业务标签 Pattern[i] [m]将是可以确定的, m〉=0&m〈=n, 记为 pattern[i] [m]; 将不同业务对应的具体的业务标签,按照多业务标签模板定义的格式 存储在配置文件中, 形成配置文件中多业务标签实例集如下:  Step 2: Generate a multi-service tag instance set by using a multi-service tag template: According to the characteristics of the IMS system accessed by the IMS SIP terminal, the service tag Pattern[i][m] that the service type i may correspond to is determinable. m>=0&m<=n, denoted as pattern[i] [m]; The specific service tags corresponding to different services are stored in the configuration file according to the format defined by the multi-service tag template to form a multi-service tag instance in the configuration file. The set is as follows:
templates<Service [0] >= pattern[0] [1] | pattern [0] [2] … I pattern [0] [n]  Templates<Service [0] >= pattern[0] [1] | pattern [0] [2] ... I pattern [0] [n]
templates<Service [1] >= pattern[l] [1] | pattern[l] [2] … I pattern [1] [n] templates<Service [i] >= pattern[i] [1] | pattern[i] [2] … I pattern [i] [n]  Templates<Service [1] >= pattern[l] [1] | pattern[l] [2] ... I pattern [1] [n] templates<Service [i] >= pattern[i] [1] | pattern[ i] [2] ... I pattern [i] [n]
其中, 一行对应一个多业务标签实例, 不同业务类型之间的多业 务模板实例, 通过回车换行方式进行分割, 共同构成多业务标签实例 集; 在实际运行过程中, IMS SIP终端将对配置文件中的多业务标签 实例集进行学习, 附加各种业务的业务标签匹配运算规则, 生成运行 时刻的多业务标签实例集, 以便后续的业务标签匹配工作; One row corresponds to one multi-service tag instance, and multiple service template instances between different service types are segmented by a carriage return line-wrapping method to form a multi-service tag instance set; During the actual operation, the IMS SIP terminal learns the multi-service tag instance set in the configuration file, and adds the service tag matching operation rule of various services to generate a multi-service tag instance set at the runtime, so that the subsequent service tag matches. jobs;
歩骤 3, IMS SIP终端接收 NOTIFY消息后, 从 NOTIFY消息携带 的 XML文档信息中获取 IMS SIP终端用户对应的各种业务的业务标 签;  Step 3: After receiving the NOTIFY message, the IMS SIP terminal obtains a service label of various services corresponding to the IMS SIP terminal user from the XML document information carried in the NOTIFY message.
歩骤 4,将获取的 IMS SIP终端用户对应的各种业务的业务标签, 与运行时刻的多业务标签实例集,依据相关的一系列的业务标签匹配 运算规则, 进行运算, 即完成了对 XML文档中业务标签的识别和解析 工作: 解析出 IMS SIP终端用户的所订阅的业务能力。  Step 4: Perform the operation on the service label of each service corresponding to the IMS SIP terminal user and the multi-service label instance set at the runtime according to a series of related service label matching operation rules, that is, complete the XML Identification and parsing of service tags in the document: Parsing the subscribed service capabilities of the IMS SIP terminal users.
2. 如权利要求 1所述的灵活适应 IMS系统业务标签的业务解析 方法, 其特征在于: 在业务订阅消息 SUBSCRIBE达到 IMS平台后, 平 台发送 NOTIFY 通知消息告知用户业务能力, IMS SIP 终端在收到 NOTIFY 后按照逐次匹配、 逐次触发的方式进行业务标签的匹配和解 析处理:  2. The service parsing method for flexibly adapting an IMS system service tag according to claim 1, wherein: after the service subscription message SUBSCRIBE reaches the IMS platform, the platform sends a NOTIFY notification message to inform the user of the service capability, and the IMS SIP terminal receives the service capability. After NOTIFY, the matching and parsing of the service tags are performed in a manner of successive matching and successive triggering:
IMS SIP终端在获取到描述用户的所订阅的业务能力的 XML文档 后, 按照运行时刻的多业务标签实例集涵盖的业务标签匹配运算规 贝 |J, 进行逐条匹配, 并将匹配结果为真的业务能力赋给该用户;  After obtaining the XML document describing the subscribed service capability of the user, the IMS SIP terminal performs matching one by one according to the service tag matching operation rule|J, which is covered by the multi-service tag instance set at the running time, and matches the result to be true. Business capabilities are assigned to the user;
具体的业务标签匹配运算规则由具体实现来决定,一旦按照运算 规则进行运算为真, 则认为 IMS SIP终端用户具有该业务能力。  The specific service tag matching operation rule is determined by the specific implementation. Once the operation is performed according to the operation rule, the IMS SIP terminal user is considered to have the service capability.
3. 如权利要求 1所述的灵活适应 IMS系统业务标签的业务解析 方法, 其特征在于: 当多业务标签实例集的生成和存储时, 通过控制 逻辑模块调用多业务标签实例集生成模块和实例存储模块,实现对整 个多业务标签实例的控制。  3. The service parsing method for flexibly adapting an IMS system service tag according to claim 1, wherein: when the multi-service tag instance set is generated and stored, the multi-service tag instance set generation module and the instance are invoked by the control logic module. A storage module that implements control of an entire multi-service tag instance.
4. 如权利要求 3所述的灵活适应 IMS系统业务标签的业务解析 方法, 其特征在于: 多业务标签实例集生成模块根据多业务标签模板 以及特定的 IMS系统业务标签生成多业务标签实例集;  The service parsing method for flexibly adapting the IMS system service tag according to claim 3, wherein: the multi-service tag instance set generating module generates a multi-service tag instance set according to the multi-service tag template and the specific IMS system service tag;
控制逻辑模块至少能对多业务标签实例集的具体内容进行增加、 保留和删除操作。 The control logic module can at least add, retain, and delete specific content of the multi-service tag instance set.
5. 如权利要求 3所述的灵活适应 IMS系统业务标签的业务解析 方法, 其特征在于: 运行时刻多业务标签实例集存储模块主要用于在 IMS SIP终端中导入配置文件中的多业务标签实例集, 并附加各种业 务标签的匹配规则,形成一个可运算、 可管理的实例集, 其中匹配规 则是进行标签匹配和解析的依据。 The service parsing method for flexibly adapting the service tag of the IMS system according to claim 3, wherein: the multi-service tag instance set storage module is used to import the multi-service tag instance in the configuration file in the IMS SIP terminal. The set, and the matching rules of various service tags are added to form an operable and manageable set of instances, wherein the matching rule is the basis for tag matching and parsing.
6. 如权利要求 1所述的灵活适应 IMS系统业务标签的业务解析 方法, 其特征在于: 歩骤 4中, 在收到 NOTIFY消息时, IMS SIP终 端做如下处理:  The service parsing method for flexibly adapting the service tag of the IMS system according to claim 1, wherein: in step 4, when receiving the NOTIFY message, the IMS SIP terminal performs the following processing:
按照匹配规则, 对 XML文档中的业务标签 pattern [i] [m], 与多 业务标签实例 6111 1&168〈36:^:^6 [:[]〉中优先级进行第一优先级的业 务标签 pattern [i] [0], 进行运算: 结果为真, 表示匹配; 如果不匹 配, 则进行多业务标签实例 templates〈Service [i] ^ 其他业务标签 pattern [i] [k]进行运算; k〉0 & k〈=n;  According to the matching rule, the service label pattern [i] [m] in the XML document and the first priority service label pattern in the multi-service tag instance 6111 1&168<36:^:^6 [:[]> [i] [0], perform the operation: the result is true, indicating a match; if it does not match, the multi-service tag instance templates<Service [i] ^ other service tags pattern [i] [k] are operated; k>0 &k<=n;
如果匹配, 则认为该用户已登记该业务, 并进行下一业务标签 pattern [j] [m]的匹配处理;  If it matches, the user is considered to have registered the service, and the matching process of the next service tag pattern [j] [m] is performed;
当一个多业务标签实例 templates〈Service [i]〉的所有业务标签 均无法匹配时, 则认为该用户未登记该业务, 之后进行下一业务 pattern [j] [m]的处理;  When all the service tags of a multi-service tag instance templates<Service[i]> cannot be matched, it is considered that the user does not register the service, and then the next service pattern [j] [m] is processed;
上述歩骤重复执行直至所有 xml文档中的业务标签解析完成。  The above steps are repeated until the service tag resolution in all xml documents is completed.
PCT/CN2013/079808 2012-07-25 2013-07-22 Service parsing method flexibly adapted to ims system service tag WO2014015776A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
RU2014146752/08A RU2604983C2 (en) 2012-07-25 2013-07-22 Service parsing method flexibly adapted to ims system service tag

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201210260732.5 2012-07-25
CN201210260732.5A CN102752315B (en) 2012-07-25 2012-07-25 Business resolution method capable of flexibly adapting to sbusiness label of IMS (IP Multimedia Subsystem) system

Publications (1)

Publication Number Publication Date
WO2014015776A1 true WO2014015776A1 (en) 2014-01-30

Family

ID=47032214

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/079808 WO2014015776A1 (en) 2012-07-25 2013-07-22 Service parsing method flexibly adapted to ims system service tag

Country Status (3)

Country Link
CN (1) CN102752315B (en)
RU (1) RU2604983C2 (en)
WO (1) WO2014015776A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112860245A (en) * 2021-03-10 2021-05-28 厦门极致互动网络技术股份有限公司 Batch remarking method based on Jira system

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102752315B (en) * 2012-07-25 2015-03-18 烽火通信科技股份有限公司 Business resolution method capable of flexibly adapting to sbusiness label of IMS (IP Multimedia Subsystem) system
CN103200193B (en) * 2013-03-27 2017-04-12 东软集团股份有限公司 Session creating method and session creating device in network equipment
CN114978993B (en) * 2022-04-24 2023-08-08 欧冶云商股份有限公司 Message routing method based on label expression calculation and electronic equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101163120A (en) * 2006-10-13 2008-04-16 华为技术有限公司 Method and system of cooperating services provided by different service providers
CN101188598A (en) * 2006-11-22 2008-05-28 华为技术有限公司 System and method for service call control and service control point device
CN101330449A (en) * 2007-07-02 2008-12-24 中兴通讯股份有限公司 Method for implementing service interaction of IP multimedia subsystem
CN101674323A (en) * 2008-09-10 2010-03-17 华为技术有限公司 Push service negotiation method and device, and push service system
CN102752315A (en) * 2012-07-25 2012-10-24 烽火通信科技股份有限公司 Business resolution method capable of flexibly adapting to sbusiness label of IMS (IP Multimedia Subsystem) system

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7523394B2 (en) * 2002-06-28 2009-04-21 Microsoft Corporation Word-processing document stored in a single XML file that may be manipulated by applications that understand XML
US7944468B2 (en) * 2005-07-05 2011-05-17 Northrop Grumman Systems Corporation Automated asymmetric threat detection using backward tracking and behavioral analysis
US7953696B2 (en) * 2005-09-09 2011-05-31 Microsoft Corporation Real-time synchronization of XML data between applications
CN100440868C (en) * 2005-12-20 2008-12-03 杭州华三通信技术有限公司 Method for accessing virtual LAN
CN101106521A (en) * 2006-07-14 2008-01-16 华为技术有限公司 Packet network with enhanced service filtering rule and its implementation method
WO2009148995A2 (en) * 2008-06-02 2009-12-10 Ibis Biosciences, Inc. Compositions for use in identification of adventitious viruses
CN101345635B (en) * 2008-08-21 2012-09-05 中国移动(深圳)有限公司 Transmitting, receiving and interaction method for amalgamation charging document, and amalgamation charging server
DK2494075T3 (en) * 2009-10-30 2018-07-23 Univ Northwestern TABLE-MANAGED NANOCONJUGATES

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101163120A (en) * 2006-10-13 2008-04-16 华为技术有限公司 Method and system of cooperating services provided by different service providers
CN101188598A (en) * 2006-11-22 2008-05-28 华为技术有限公司 System and method for service call control and service control point device
CN101330449A (en) * 2007-07-02 2008-12-24 中兴通讯股份有限公司 Method for implementing service interaction of IP multimedia subsystem
CN101674323A (en) * 2008-09-10 2010-03-17 华为技术有限公司 Push service negotiation method and device, and push service system
CN102752315A (en) * 2012-07-25 2012-10-24 烽火通信科技股份有限公司 Business resolution method capable of flexibly adapting to sbusiness label of IMS (IP Multimedia Subsystem) system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112860245A (en) * 2021-03-10 2021-05-28 厦门极致互动网络技术股份有限公司 Batch remarking method based on Jira system

Also Published As

Publication number Publication date
RU2604983C2 (en) 2016-12-20
RU2014146752A (en) 2016-06-10
CN102752315B (en) 2015-03-18
CN102752315A (en) 2012-10-24

Similar Documents

Publication Publication Date Title
US7634564B2 (en) Systems and methods for invoking a service from a plurality of event servers in a network
CN101416468B (en) Network-initiated IMS registration in a communication system
KR100896942B1 (en) Integrated method and apparatus to manage mobile devices and services
US9083648B2 (en) Method and system for performing remote network management on a voice home gateway terminal
WO2007093866A1 (en) Representing network availability status information in presence information
CN108781426A (en) Communication session is registered and auxiliary request processing
WO2014015776A1 (en) Service parsing method flexibly adapted to ims system service tag
WO2008058486A1 (en) Group user registration method, state update method, processing equipment, ims network entity and communication system
CN102075737A (en) Video monitoring conversation method
WO2008019559A1 (en) A method, system, client end and server for locating operation node in a communication system
WO2007098706A1 (en) A method for transmitting the service data and a packet terminal used in the method
WO2007022707A1 (en) Method, system and entity for realizing an application service
WO2015117297A1 (en) Customer service method in cooperative communication, and customer service system
US9456323B2 (en) Methods and devices for delivery of naming information of a called party to a calling party
CN106792627B (en) Method and system for realizing multi-device communication
WO2007003089A1 (en) Calling tapping at flash implement method and communication system
CA2626353C (en) Methods and systems to allow multiple sip applications on a sip client the ability to select specific applications and features on a sip server
WO2007028329A1 (en) A method for realizing service activation operation and user terminal realizing the method
WO2012113331A1 (en) Service triggering method and system in ims network, computer program and storage medium
US20100306349A1 (en) Method and System for Configuring Service on Terminal
WO2007068194A1 (en) A method for realizing batch update in subscribing mechanism, subscriber and notifier terminal
CN101170748A (en) A method for using public identifier in IP multimedia subsystem
WO2010108432A1 (en) Service processing method and apparatus, communication system and correlated device
WO2007112649A1 (en) A system, device and method for accessing database based on session initiation protocol
US20080310406A1 (en) Method And System For Implementing Self Service By Using Circuit Switched Terminal

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

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: IDP00201407107

Country of ref document: ID

ENP Entry into the national phase

Ref document number: 2014146752

Country of ref document: RU

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13822844

Country of ref document: EP

Kind code of ref document: A1