WO2014015776A1 - 一种灵活适应ims系统业务标签的业务解析方法 - Google Patents

一种灵活适应ims系统业务标签的业务解析方法 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
English (en)
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/ru
Publication of WO2014015776A1 publication Critical patent/WO2014015776A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/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)
PCT/CN2013/079808 2012-07-25 2013-07-22 一种灵活适应ims系统业务标签的业务解析方法 WO2014015776A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
RU2014146752/08A RU2604983C2 (ru) 2012-07-25 2013-07-22 Способ синтаксического анализа сервиса, гибко адаптированный к тегу ims системы

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201210260732.5 2012-07-25
CN201210260732.5A CN102752315B (zh) 2012-07-25 2012-07-25 一种灵活适应ims系统业务标签的业务解析方法

Publications (1)

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

Family

ID=47032214

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/079808 WO2014015776A1 (zh) 2012-07-25 2013-07-22 一种灵活适应ims系统业务标签的业务解析方法

Country Status (3)

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

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112860245A (zh) * 2021-03-10 2021-05-28 厦门极致互动网络技术股份有限公司 一种基于Jira系统的批量备注方法

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102752315B (zh) * 2012-07-25 2015-03-18 烽火通信科技股份有限公司 一种灵活适应ims系统业务标签的业务解析方法
CN103200193B (zh) * 2013-03-27 2017-04-12 东软集团股份有限公司 网络设备中的会话创建方法及会话创建装置
CN114978993B (zh) * 2022-04-24 2023-08-08 欧冶云商股份有限公司 一种基于标签表达式计算的消息路由方法及电子设备

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101163120A (zh) * 2006-10-13 2008-04-16 华为技术有限公司 协调不同业务提供者提供的业务的方法和系统
CN101188598A (zh) * 2006-11-22 2008-05-28 华为技术有限公司 控制业务调用的系统、方法及业务控制点装置
CN101330449A (zh) * 2007-07-02 2008-12-24 中兴通讯股份有限公司 一种ip多媒体子系统业务交互的实现方法
CN101674323A (zh) * 2008-09-10 2010-03-17 华为技术有限公司 业务推送协商方法及装置、推送业务系统
CN102752315A (zh) * 2012-07-25 2012-10-24 烽火通信科技股份有限公司 一种灵活适应ims系统业务标签的业务解析方法

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 (zh) * 2005-12-20 2008-12-03 杭州华三通信技术有限公司 一种接入虚拟局域网的方法
CN101106521A (zh) * 2006-07-14 2008-01-16 华为技术有限公司 具有增强的业务过滤规则的分组网络及其实现方法
US20110151437A1 (en) * 2008-06-02 2011-06-23 Ibis Biosciences, Inc. Compositions for use in identification of adventitious viruses
CN101345635B (zh) * 2008-08-21 2012-09-05 中国移动(深圳)有限公司 融合计费文件的发送、接收、交互方法和融合计费服务器
WO2011053940A2 (en) * 2009-10-30 2011-05-05 Northwestern University Templated nanoconjugates

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101163120A (zh) * 2006-10-13 2008-04-16 华为技术有限公司 协调不同业务提供者提供的业务的方法和系统
CN101188598A (zh) * 2006-11-22 2008-05-28 华为技术有限公司 控制业务调用的系统、方法及业务控制点装置
CN101330449A (zh) * 2007-07-02 2008-12-24 中兴通讯股份有限公司 一种ip多媒体子系统业务交互的实现方法
CN101674323A (zh) * 2008-09-10 2010-03-17 华为技术有限公司 业务推送协商方法及装置、推送业务系统
CN102752315A (zh) * 2012-07-25 2012-10-24 烽火通信科技股份有限公司 一种灵活适应ims系统业务标签的业务解析方法

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112860245A (zh) * 2021-03-10 2021-05-28 厦门极致互动网络技术股份有限公司 一种基于Jira系统的批量备注方法

Also Published As

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

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 (zh) 通信系统中由网络发起的ims注册的方法和系统
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
WO2017088634A1 (zh) 第三方应用认证方法、认证服务器、终端及管理服务器
WO2010133035A1 (zh) 点到多点推送消息处理方法、系统及服务器
KR20070064434A (ko) 이동 장치들 및 서비스들을 다루기 위한 통합된 방법 및장치
WO2014015776A1 (zh) 一种灵活适应ims系统业务标签的业务解析方法
WO2008058486A1 (fr) Procédé d'enregistrement de groupe d'utilisateurs, procédé de mise à jour d'état, équipement de traitement, entité de réseau ims et système de communication
CN102075737A (zh) 视频监控会话方法
WO2012055134A1 (zh) 一种短信群发方法和系统
WO2008019559A1 (fr) Procédé, système, extrémité client et serveur permettant de localiser un noeud d'opération dans un système de communication
WO2015117297A1 (zh) 协同通信的客服方法及客服系统
WO2007098706A1 (fr) Procédé permettant de transmettre des données de service et terminal de paquets utilisé dans ce procédé
US9456323B2 (en) Methods and devices for delivery of naming information of a called party to a calling party
CN106792627B (zh) 一种多设备连通通讯的实现方法及实现系统
WO2007003089A1 (fr) Dérivation d’appelant pour procédé de mise en oeuvre éclair et système de communication
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 (fr) Procede de realisation d'operation d'activation de service et terminal utilisateur realisant ledit procede
WO2012113331A1 (zh) 一种ims网络中的业务触发方法、系统、计算机程序和存储介质
CN101170748B (zh) 一种ip多媒体子系统公有标识符的使用方法
WO2007068194A1 (fr) Procede permettant d'effectuer une actualisation de lots dans un mecanisme d'abonnement, abonne et terminal de notificateur
US20100306349A1 (en) Method and System for Configuring Service on Terminal
WO2012037799A1 (zh) 数字电视接收终端及其实现多媒体即时通讯的方法
WO2007112649A1 (fr) Système, dispositif et procédé d'accès à une base de données fondés sur un protocole d'initialisation de session

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