CN1863209A - IMS service triggering method and IMS network - Google Patents
IMS service triggering method and IMS network Download PDFInfo
- Publication number
- CN1863209A CN1863209A CN 200610007425 CN200610007425A CN1863209A CN 1863209 A CN1863209 A CN 1863209A CN 200610007425 CN200610007425 CN 200610007425 CN 200610007425 A CN200610007425 A CN 200610007425A CN 1863209 A CN1863209 A CN 1863209A
- Authority
- CN
- China
- Prior art keywords
- service
- sip message
- cscf
- service type
- message
- Prior art date
- Legal status (The legal status 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 status listed.)
- Granted
Links
Images
Landscapes
- Telephonic Communication Services (AREA)
Abstract
本发明提供一种IMS业务触发方法以及IMS网络,其中,该方法包括以下步骤:步骤1,发送方发送携带有业务类型字段的SIP消息到S-CSCF;步骤2,S-CSCF根据SIP消息中的业务类型字段判断SIP消息所属的业务类型;步骤3,根据步骤2判断出的业务类型,S-CSCF将SIP消息触发到对应的应用服务器,并将应用服务器处理后发回的SIP消息发送给接收方。通过本发明的方法,可以将iFC简化,同时减少S-CSCF的判断,提高S-CSCF的匹配效率,并且,可以使得多个AS之间的iFC互不干扰,从而不会因为部署新业务而发生新旧业务之间的冲突。
The present invention provides a method for triggering an IMS service and an IMS network, wherein the method includes the following steps: step 1, the sender sends a SIP message carrying a service type field to the S-CSCF; step 2, the S-CSCF according to the SIP message The service type field of the SIP message determines the service type to which the SIP message belongs; step 3, according to the service type determined in step 2, the S-CSCF triggers the SIP message to the corresponding application server, and sends the SIP message sent back by the application server to the receiver. Through the method of the present invention, the iFC can be simplified, the judgment of the S-CSCF can be reduced at the same time, the matching efficiency of the S-CSCF can be improved, and the iFC between multiple ASs can be prevented from interfering with each other, so that there will be no disruption due to the deployment of new services A conflict between old and new business occurs.
Description
技术领域technical field
本发明涉及一种通信方法,特别涉及一种IMS业务触发方法以及IMS网络。The invention relates to a communication method, in particular to an IMS service triggering method and an IMS network.
背景技术Background technique
SIP(Session Initiation Protocol,RFC 3261)是由IETF(国际互联网标准制定组织)制定的面向Internet会议和电话的信令协议。SIP是一个应用层的协议,可以建立、修改或者中止多媒体会话或者呼叫。它是一个基于ASCII的端到端的协议。SIP (Session Initiation Protocol, RFC 3261) is a signaling protocol for Internet meetings and telephones developed by IETF (Internet Standardization Organization). SIP is an application layer protocol that can establish, modify or terminate multimedia sessions or calls. It is an end-to-end protocol based on ASCII.
SIP协议是专门为IP电话,尤其是结合Internet设计的协议。与传统的H.323协议相比,SIP协议拥有明显的优越性:1)优异的可扩展性,大大提高了系统的处理能力;2)与Internet紧密结合,使通讯更加轻松便捷的;3)卓越的开放性,不仅能够对手机、PDA等移动设备提供良好的支持,对于在线即时交流、语音和视频数据传输等多媒体应用也能够很好地完成。The SIP protocol is specially designed for IP telephony, especially in conjunction with the Internet. Compared with the traditional H.323 protocol, the SIP protocol has obvious advantages: 1) Excellent scalability, which greatly improves the processing capacity of the system; 2) Closely integrated with the Internet, making communication easier and more convenient; 3) Excellent openness, not only can provide good support for mobile devices such as mobile phones and PDAs, but also can well complete multimedia applications such as online instant communication, voice and video data transmission.
IMS(IP Multimedia Subsystem,IP多媒体子系统)是3GPP在UMTS R5(及其以后版本)中定义的一个新的核心网络“域”(Domain,一个由许多网元组成的新的移动网络体系)。IMS的一个突出特征是,大量使用SIP协议来定义关键网元的能力和接口、关键网元,如具有代理呼叫服务控制服务器(Proxy Call Server Control Function,P-CSCF)、查询呼叫服务控制服务器(Interogating Call Server Control Function,I-CSCF)、控制呼叫服务控制服务器(Service Call Server Control Function,S-CSCF)等,都可以看成是不同类型的SIP代理/服务器。提供业务的AS(Application Server,应用服务器)也基于SIP协议实现。IMS (IP Multimedia Subsystem, IP Multimedia Subsystem) is a new core network "domain" (Domain, a new mobile network system composed of many network elements) defined by 3GPP in UMTS R5 (and later versions). A prominent feature of IMS is that the SIP protocol is widely used to define the capabilities and interfaces of key network elements, key network elements, such as a proxy call service control server (Proxy Call Server Control Function, P-CSCF), query call service control server ( Interogating Call Server Control Function, I-CSCF), control call service control server (Service Call Server Control Function, S-CSCF), etc., can be regarded as different types of SIP proxy/server. The AS (Application Server, application server) that provides services is also implemented based on the SIP protocol.
IMS最核心的能力就是SIP协议所具备的核心能力:The core capability of IMS is the core capability of SIP protocol:
1.对通讯对端的发现和路由能力(即对用URI所表示的目的地址的发现和路由能力):IMS核心网络可以依据终端注册所获得的信息来实现此能力。路由能力由HSS和CSCF配合实现。1. The ability to discover and route the communication peer (ie, the ability to discover and route the destination address represented by URI): The IMS core network can realize this ability based on the information obtained from the terminal registration. The routing capability is realized by cooperation of HSS and CSCF.
2.对通讯所使用的媒体类型的协商能力:通讯双方通过SIP协议中包含的SDP(Session Description Protocol)来协商。2. The ability to negotiate the media type used in communication: the communication parties negotiate through the SDP (Session Description Protocol) included in the SIP protocol.
当然,IMS的能力不仅仅是这些,还包括为会话控制和运营业务的需要而定义的其它能力,比较重要的有:Of course, the capabilities of IMS are not limited to these, but also include other capabilities defined for session control and business operation needs, the more important ones are:
1.业务触发能力:系统或用户可以定义触发某个业务的条件,S-CSCF在收到一个SIP消息后能够在按照预先定义的优先级/顺序将SIP消息转发给相关的AS以触发业务;1. Service triggering capability: the system or user can define the conditions for triggering a certain service. After receiving a SIP message, the S-CSCF can forward the SIP message to the relevant AS according to the pre-defined priority/order to trigger the service;
2.与传统电路域终端的互通:由BGCF选择网络中的MGCF(以及其控制的MGW)完成信令转换和媒体的转换。2. Intercommunication with traditional circuit domain terminals: The BGCF selects the MGCF (and the MGW controlled by it) in the network to complete signaling conversion and media conversion.
图1为IMS组网架构的示意图。如图1所示,UE首先连接到基站,然后通过PDSN接入到IMS域(图1中的“IP domain”)。在IMS域中,控制信令是通过SIP协议传送的,数据流可以通过SIP协议或其他协议。P-CSCF为SIP信令的入口,负责与UE交互。S-CSCF为控制服务器,负责触发到应用服务器及发给接收方的S-CSCF。AS负责处理具体的业务。FIG. 1 is a schematic diagram of an IMS networking architecture. As shown in Figure 1, the UE first connects to the base station, and then accesses the IMS domain ("IP domain" in Figure 1) through the PDSN. In the IMS domain, the control signaling is transmitted through the SIP protocol, and the data flow can be through the SIP protocol or other protocols. P-CSCF is the entrance of SIP signaling and is responsible for interacting with UE. The S-CSCF is the control server, responsible for triggering the application server and sending it to the receiver's S-CSCF. AS is responsible for handling specific business.
IMS的业务触发能力是指每个AS都有自己的触发条件,S-CSCF收到SIP消息后会根据消息的头字段或消息内容检查该SIP消息是否符合AS设定的触发条件(即iFC,Initial Filter Criteria),如果符合条件则触发到对应的AS,如果不符合就不触发。The service trigger capability of IMS means that each AS has its own trigger conditions. After receiving the SIP message, the S-CSCF will check whether the SIP message meets the trigger conditions set by the AS according to the header field or message content of the message (i.e., iFC, Initial Filter Criteria), if the conditions are met, it will be triggered to the corresponding AS, if not, it will not be triggered.
如图2所示,IMS的业务触发的具体过程如下:As shown in Figure 2, the specific process of IMS service triggering is as follows:
步骤1,发送方发送一条SIP消息到S-CSCF;
步骤2,S-CSCF检查这条SIP消息是否符合AS1设定的触发条件,即,进行iFC的判断;Step 2, S-CSCF checks whether this SIP message meets the trigger condition set by AS1, that is, performs iFC judgment;
步骤3,发现符合,把SIP消息发给AS1;Step 3, find a match, and send the SIP message to AS1;
步骤4,AS1处理完毕后,把SIP消息再次发给S-CSCF;Step 4, after AS1 finishes processing, send the SIP message to S-CSCF again;
步骤5,S-CSCF继续检查这条SIP消息是否符合AS2设定的触发条件;Step 5, S-CSCF continues to check whether this SIP message meets the trigger condition set by AS2;
步骤6,S-CSCF发现不符合AS2设定的触发条件,继续检查是否有其他应用服务器;Step 6, S-CSCF finds that the trigger condition set by AS2 is not met, and continues to check whether there are other application servers;
步骤7,在没有其他需要触发的应用服务器的情况下,S-CSCF发送这条SIP消息到接收方。In step 7, the S-CSCF sends this SIP message to the receiver when there is no other application server that needs to be triggered.
目前,应用服务器的触发条件可以根据SIP消息的任何一个字段或消息体的内容及它们的组合进行匹配。例如,某用户订阅了即时消息业务,则该用户发送的SIP消息满足如下3种情况之一则触发到即时消息服务器:At present, the trigger condition of the application server can be matched according to any field or content of the message body of the SIP message and their combination. For example, if a user subscribes to the instant message service, the SIP message sent by the user meets one of the following three conditions and is triggered to the instant message server:
1.所有的SIP MESSAGE请求都触发到即时消息服务器,即用户发送的SIP消息的方法名为“MESSAGE”。1. All SIP MESSAGE requests are triggered to the instant message server, that is, the method name of the SIP message sent by the user is "MESSAGE".
2.所有的通过SIP INVITE请求建立MSRP链接的请求都触发到即时消息服务器,即用户发送的SIP消息的方法名为“INVITE”,而且消息体的类型为“application/sdp”,而且SDP信息中的媒体级描述行“m”的内容包含“message*msrp/tcp”(其中的*表示通配符)。2. All requests to establish MSRP links through SIP INVITE requests are triggered to the instant message server, that is, the method name of the SIP message sent by the user is "INVITE", and the type of the message body is "application/sdp", and the SDP information contains The contents of the media-level description line "m" of the "message*msrp/tcp" (where * represents a wildcard).
3.所有被叫为即时消息服务器的SIP INVITE请求,即用户发送的SIP消息的方法名为“INVITE”,而且头字段“TO”的值包含“message@homedomain.com”,而且为主叫流程。3. All SIP INVITE requests called as instant message servers, that is, the method name of the SIP message sent by the user is "INVITE", and the value of the header field "TO" contains "message@homedomain.com", and it is the calling process .
根据以上规则,如图3所示,在上述即时消息业务的情况下,iFC的判断流程如下:According to the above rules, as shown in Figure 3, in the case of the above-mentioned instant message service, the judgment process of iFC is as follows:
步骤21,判断方法名是否为“Message”时,如果是,则将SIP消息触发到即时消息服务器;Step 21, when judging whether the method name is "Message", if so, triggering the SIP message to the instant message server;
步骤22,在方法名不为“Message”时,进一步判断方法名是否为“Invite”、消息体的类型是否为“application/sdp”、以及媒体级描述行“m”的内容是否包括“message*msrp/tcp”,如果是,则将SIP消息触发到即时消息服务器;Step 22, when the method name is not "Message", further judge whether the method name is "Invite", whether the message body type is "application/sdp", and whether the content of the media-level description line "m" includes "message* msrp/tcp", if yes, trigger the SIP message to the instant messaging server;
步骤23,当步骤22中不满足条件时,进一步判断方法名是否为“Invite”、头字段“TO”的值是否包含message@homedomain.com、以及是否为主叫方,如果是,则将SIP消息触发到即时消息服务器,否则,不触发到即时消息服务器。Step 23, when the condition is not satisfied in step 22, further judge whether the method name is "Invite", whether the value of the header field "TO" contains message@homedomain.com, and whether it is the calling party, and if so, send the SIP The message is triggered to the instant message server, otherwise, it is not triggered to the instant message server.
然而,由于IMS的业务越来越多,AS种类和数量也就越来越多,而SIP协议的头字段却是有限的,许多SIP协议的头字段需要供多种业务的匹配使用。这样可能造成多个AS的匹配条件相似,互相影响。比如本来AS1的iFC是简单的,当加载AS2时,AS2的iFC包含了所有AS1的iFC的条件并还有其他的条件,这样AS1就需要修改原来的iFC以区分AS2的iFC。因此在CSCF收到用户发送的SIP信令后,触发具体业务的iFC越来越难写,很容易冲突;并且,当UE收到SIP消息时,也很难判断具体是哪个业务发过来的。However, due to the increasing number of IMS services, the types and numbers of ASs are also increasing, while the header fields of the SIP protocol are limited, and many header fields of the SIP protocol need to be used for matching multiple services. This may cause the matching conditions of multiple ASs to be similar and affect each other. For example, the original iFC of AS1 is simple. When loading AS2, the iFC of AS2 contains all the conditions of iFC of AS1 and other conditions, so AS1 needs to modify the original iFC to distinguish the iFC of AS2. Therefore, after the CSCF receives the SIP signaling sent by the user, it is more and more difficult to write the iFC that triggers the specific service, and it is easy to conflict; and when the UE receives the SIP message, it is also difficult to determine which service is sent.
例如:原来所有的SIP MESSAGE消息都会触发到即时消息业务,所以即时消息业务的iFC写成把所有的SIP MESSAGE消息都触发上来。可是当POC业务出现时,也需要SIP MESSAGE消息,而且所有属于POC业务的SIP MESSAGE消息是不需要触发到即时消息业务上来的。这时就需要修改原来即时消息业务的iFC,以便与POC业务的SIP MESSAGE消息区分开。For example: Originally all SIP MESSAGE messages will trigger the instant message service, so the iFC of the instant message service is written to trigger all SIP MESSAGE messages. However, when the POC service appears, SIP MESSAGE messages are also required, and all SIP MESSAGE messages belonging to the POC service do not need to trigger the instant message service. At this time, it is necessary to modify the iFC of the original instant message service to distinguish it from the SIP MESSAGE message of the POC service.
又例如,目前所有通过SIP INVITE建立MSRP链接的请求都触发到即时消息业务,而且这个iFC已经很复杂了。如果又新增某业务也需要SIP INVITE建立MSRP链接,那么它就会与即时消息业务的iFC冲突,就又需要修改即时消息业务的iFC。Another example, currently all requests to establish MSRP links through SIP INVITE trigger instant messaging services, and this iFC is already very complicated. If a new service also requires SIP INVITE to establish an MSRP link, then it will conflict with the iFC of the instant message service, and the iFC of the instant message service needs to be modified.
有鉴于此,需要提供一种简单并且可以防止iFC冲突的IMS业务触发方法以及IMS网络。In view of this, it is necessary to provide a simple IMS service trigger method and an IMS network that can prevent IFC conflicts.
发明内容Contents of the invention
本发明的目的在于,提供一种简单并且可以防止iFC冲突的IMS业务触发方法。The purpose of the present invention is to provide a simple IMS service trigger method that can prevent IFC conflicts.
本发明的另一目的在于,提供一种可以防止iFC冲突的IMS网络。Another object of the present invention is to provide an IMS network that can prevent iFC conflicts.
为了实现上述目的,本发明的IMS业务触发方法包括以下步骤:In order to achieve the above object, the IMS service triggering method of the present invention comprises the following steps:
步骤1,发送方发送携带有业务类型字段的SIP消息到S-CSCF;
步骤2,S-CSCF根据SIP消息中的业务类型字段判断SIP消息所属的业务类型;Step 2, S-CSCF judges the service type to which the SIP message belongs according to the service type field in the SIP message;
步骤3,根据步骤2判断出的业务类型,S-CSCF将SIP消息触发到对应的应用服务器,并将应用服务器处理后发回的SIP消息发送给接收方。In step 3, according to the service type determined in step 2, the S-CSCF triggers the SIP message to the corresponding application server, and sends the SIP message sent back by the application server to the receiver after processing.
本发明的IMS网络包括发送方、S-CSCF、应用服务器以及接收方。其中,发送方用于将携带有业务类型字段的SIP消息发送到S-CSCF;S-CSCF用于根据SIP消息中的业务类型字段判断SIP消息所属的业务类型,将SIP消息触发到与业务类型对应的应用服务器,并且,将应用服务器发回的SIP消息发送给接收方。The IMS network of the present invention includes a sender, an S-CSCF, an application server and a receiver. Among them, the sender is used to send the SIP message carrying the service type field to the S-CSCF; the S-CSCF is used to judge the service type of the SIP message according to the service type field in the SIP message, and trigger the SIP message to the corresponding application server, and send the SIP message sent back by the application server to the receiver.
其中,上述业务类型为即时消息、或会议信息、或POC消息、或电话业务。Wherein, the above service type is instant message, or meeting information, or POC message, or telephone service.
并且,上述业务类型字段中可以采用业务名来区分各种业务,也可以采用业务名和标准名来区分各种业务。In addition, in the above service type field, various services may be distinguished by using a service name, or business names and standard names may be used to distinguish various services.
与现有技术相比,本发明的有益效果是,Compared with prior art, the beneficial effect of the present invention is,
1.通过本发明,可以将iFC简化,让AS的iFC条件简单仅仅根据一个字段匹配,而且新增AS对原有的AS的iFC也没有任何影响;1. Through the present invention, the iFC can be simplified, so that the iFC condition of the AS is simply matched according to one field, and the addition of an AS has no impact on the iFC of the original AS;
2.同时,通过本发明,可以减少S-CSCF的判断,使得整个触发的过程更简洁,从而提高了S-CSCF的匹配效率;2. At the same time, through the present invention, the judgment of the S-CSCF can be reduced, making the whole triggering process more concise, thereby improving the matching efficiency of the S-CSCF;
3.并且,由于针对不同业务类型配置了不同的标识,可以使得多个AS之间的iFC互不干扰,从而不会因为部署新业务而发生新旧业务之间的冲突。3. Moreover, since different identities are configured for different service types, the iFCs between multiple ASs can not interfere with each other, so that conflicts between new and old services will not occur due to the deployment of new services.
附图说明Description of drawings
图1为IMS组网架构的示意图;FIG. 1 is a schematic diagram of an IMS networking architecture;
图2为现有IMS的业务触发的流程图;FIG. 2 is a flow chart of service triggering of an existing IMS;
图3为在上述即时消息业务的情况下,iFC的判断过程的流程图;Fig. 3 is in the situation of above-mentioned instant message service, the flowchart of the judging process of iFC;
图4为本发明IMS业务触发方法的流程图。Fig. 4 is a flow chart of the IMS service triggering method of the present invention.
具体实施方式Detailed ways
为了更清楚的理解本发明,以下将结合附图详细说明本发明的IMS业务触发方法以及IMS网络。In order to understand the present invention more clearly, the method for triggering an IMS service and the IMS network of the present invention will be described in detail below in conjunction with the accompanying drawings.
在本发明中,IMS网络同样包括现有MIS网络中的发送方、S-CSCF、应用服务器以及接收方。其中,发送方用于将携带有业务类型字段的SIP消息发送到S-CSCF;S-CSCF用于根据SIP消息中的业务类型字段判断SIP消息所属的业务类型,将SIP消息触发到与业务类型对应的应用服务器,并且,将应用服务器发回的SIP消息发送给接收方。In the present invention, the IMS network also includes the sender, S-CSCF, application server and receiver in the existing MIS network. Among them, the sender is used to send the SIP message carrying the service type field to the S-CSCF; the S-CSCF is used to judge the service type of the SIP message according to the service type field in the SIP message, and trigger the SIP message to the corresponding application server, and send the SIP message sent back by the application server to the receiver.
可以看出,与现有IMS网络相比,为了使S-CSCF能够区分发送方所发送的SIP消息的业务类型,首先在原有SIP协议定义的SIP消息中增加一个字段,用于标识发送方所发送的SIP消息所属的业务类型,具体业务类型包括:发送即时消息;召开会议;打电话等等。并且,S-CSCF中也存在相应类型的配置信息,这样,S-CSCF在检查到SIP消息中的这个字段时,可以判断这条SIP消息是属于哪个业务,从而,将这条SIP消息触发到对应的服务器上。It can be seen that, compared with the existing IMS network, in order to enable the S-CSCF to distinguish the service type of the SIP message sent by the sender, a field is first added to the SIP message defined by the original SIP protocol to identify the service type of the SIP message sent by the sender. The service type to which the sent SIP message belongs, and the specific service type includes: sending an instant message; holding a conference; making a phone call, etc. Moreover, corresponding types of configuration information also exist in the S-CSCF. In this way, when the S-CSCF checks this field in the SIP message, it can determine which service the SIP message belongs to, thereby triggering the SIP message to the on the corresponding server.
表1为在SIP消息中增加(扩展)字段来实现上述功能的一种扩展方式:Table 1 is an extension method for adding (extended) fields in the SIP message to realize the above functions:
表1
以下以发送方订阅即时消息为例进行说明,可以理解的是,对于其他业务类型的情况,也可以采用类似的方法。The following takes the example of the sender subscribing to instant messages as an example. It can be understood that similar methods can also be used for other business types.
具体的,对于上面用户订阅了即时消息业务,按照本发明的定义,即时消息业务的业务类型字段为:ims messaging/3GPP。Specifically, for the above user who has subscribed to the instant message service, according to the definition of the present invention, the service type field of the instant message service is: ims messaging/3GPP.
本发明与现有的IMS业务触发方法的具体过程大体相似,二者不同主要在于:本发明的SIP消息中增加了业务类型字段,从而S-CSCF进行iFC的判断时的处理被简化,即,图2步骤2中的处理变得简单快捷并且不会产生不同业务之间的冲突。The present invention is roughly similar to the specific process of the existing IMS service triggering method, and the main difference between the two lies in: the SIP message of the present invention adds a service type field, so that the processing when the S-CSCF performs iFC judgment is simplified, that is, The processing in step 2 in Fig. 2 becomes simple and quick and does not cause conflicts between different services.
如图4所示,根据本发明的定义,本发明IMS业务触发方法具体包括以下步骤:As shown in Figure 4, according to the definition of the present invention, the IMS service triggering method of the present invention specifically includes the following steps:
步骤31,发送方发送一条SIP消息到达S-CSCF,该SIP消息中增加了业务类型字段;Step 31, the sender sends a SIP message to the S-CSCF, and the service type field is added in the SIP message;
步骤32,S-CSCF根据SIP消息中的业务类型字段判断这条SIP消息所属的业务类型,在这个例子中为即时消息;Step 32, the S-CSCF judges the service type to which the SIP message belongs according to the service type field in the SIP message, which is an instant message in this example;
步骤33,根据步骤2判断出的业务类型,S-CSCF将SIP消息触发到对应的应用服务器,并将应用服务器处理后发回的SIP消息发送给接收方。Step 33, according to the service type determined in step 2, the S-CSCF triggers the SIP message to the corresponding application server, and sends the SIP message sent back by the application server to the receiver after processing.
这样,与图2中的步骤2相比较,通过本发明的方法,可以将iFC简化,让AS的iFC条件简单仅仅根据一个字段匹配,而且新增AS对原有的AS的iFC也没有任何影响,同时,通过本发明的方法,可以减少S-CSCF的判断,使得整个触发的过程更简洁,从而提高了S-CSCF的匹配效率,并且,由于针对不同业务类型配置了不同的标识,可以使得多个AS之间的iFC互不干扰,从而不会因为部署新业务而发生新旧业务之间的冲突。例如:原来已经部署了即时消息业务,iFC由Service_Type字段的值ims messaging/3GPP触发。当部署一个新的业务POC业务时,POC的iFC由Service_Type字段的值POC/3GPP触发。这样原来的即时消息业务的iFC不需要改变,也不会与新出现的POC业务冲突。In this way, compared with step 2 in Figure 2, the method of the present invention can simplify the iFC, so that the iFC condition of the AS is simply matched according to one field, and the new AS has no impact on the iFC of the original AS , at the same time, through the method of the present invention, the judgment of the S-CSCF can be reduced, so that the entire triggering process is more concise, thereby improving the matching efficiency of the S-CSCF, and, because different identifications are configured for different service types, it can be made The iFCs between multiple ASs do not interfere with each other, so there will be no conflict between old and new services due to the deployment of new services. For example: the instant message service has been deployed originally, and the iFC is triggered by the value ims messaging/3GPP of the Service_Type field. When deploying a new service POC service, the iFC of the POC is triggered by the value POC/3GPP of the Service_Type field. In this way, the iFC of the original instant message service does not need to be changed, nor will it conflict with the emerging POC service.
可以理解的是,上述的扩展方式只是各种扩展方式的一种,在业务名为唯一且不产生业务冲突的情况下,也可以仅仅以业务名作为上述业务类型的内容,即,可以在上述业务类型字段中仅仅以业务名作为触发条件。例如,对于即时消息业务,其业务类型字段可以由“ims messaging/3GPP”变成“imsmessaging”,对于POC业务,其业务类型字段可以由“POC/3GPP”变成“POC”,这样,可以看出这两种业务之间即便业务类型字段简化也不会产生冲突。同样的,对于其他类似的业务名,也可以同样适用。It can be understood that the above-mentioned extension method is only one of various extension methods. In the case that the business name is unique and no business conflict occurs, it is also possible to only use the business name as the content of the above-mentioned business type, that is, it can be used in the above-mentioned In the business type field, only the business name is used as the trigger condition. For example, for the instant messaging service, the service type field can be changed from "ims messaging/3GPP" to "imsmessaging", and for the POC service, the service type field can be changed from "POC/3GPP" to "POC". In this way, you can see It can be seen that there will be no conflict between the two services even if the service type field is simplified. The same applies to other similar business names.
Claims (8)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CNB2006100074250A CN100502404C (en) | 2006-02-10 | 2006-02-10 | IMS service triggering method and IMS network |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CNB2006100074250A CN100502404C (en) | 2006-02-10 | 2006-02-10 | IMS service triggering method and IMS network |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN1863209A true CN1863209A (en) | 2006-11-15 |
| CN100502404C CN100502404C (en) | 2009-06-17 |
Family
ID=37390536
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CNB2006100074250A Expired - Fee Related CN100502404C (en) | 2006-02-10 | 2006-02-10 | IMS service triggering method and IMS network |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN100502404C (en) |
Cited By (13)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2008083582A1 (en) * | 2007-01-11 | 2008-07-17 | Huawei Technologies Co., Ltd. | A service trigger method, system and service trigger apparatus |
| WO2008089652A1 (en) * | 2007-01-19 | 2008-07-31 | Huawei Technologies Co., Ltd. | A method, a device and a system for converging ip message |
| WO2008116408A1 (en) * | 2007-03-26 | 2008-10-02 | Huawei Technologies Co., Ltd. | System, equipment and method for implementing special calling services |
| WO2009039695A1 (en) * | 2007-09-24 | 2009-04-02 | Zte Corporation | A message processing method, apparatus and ip communication system based on the sip protocol |
| CN101083617B (en) * | 2007-07-02 | 2010-07-14 | 华为技术有限公司 | A session initialization protocol service routing method and system |
| CN101163272B (en) * | 2007-11-14 | 2010-08-11 | 北京邮电大学 | Service triggering method based on application server packet for IMS network |
| CN101159914B (en) * | 2007-11-14 | 2010-12-15 | 杭州东信北邮信息技术有限公司 | Regulation based dynamic service triggering method for IMS network |
| CN102104608A (en) * | 2011-03-15 | 2011-06-22 | 杭州华三通信技术有限公司 | Service control method, uniform communication system and call processing server |
| CN101447890B (en) * | 2008-04-15 | 2011-11-30 | 中兴通讯股份有限公司 | Improved application server disaster tolerance system of next generation network and method thereof |
| CN101569218B (en) * | 2006-12-21 | 2012-07-18 | Lm爱立信电话有限公司 | Method and device for processing service request in multimedia network |
| CN104486305A (en) * | 2014-12-03 | 2015-04-01 | 中国电子科技集团公司第三十研究所 | SIP (session initiation protocol) server state migration sharing method based on business trigger mechanism |
| CN112019480A (en) * | 2019-05-30 | 2020-12-01 | 中国电信股份有限公司 | Multimedia communication method, device, system and storage medium |
| CN115955467A (en) * | 2021-10-08 | 2023-04-11 | 中国移动通信集团河南有限公司 | A SIP message processing method and device |
-
2006
- 2006-02-10 CN CNB2006100074250A patent/CN100502404C/en not_active Expired - Fee Related
Cited By (21)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101569218B (en) * | 2006-12-21 | 2012-07-18 | Lm爱立信电话有限公司 | Method and device for processing service request in multimedia network |
| WO2008083582A1 (en) * | 2007-01-11 | 2008-07-17 | Huawei Technologies Co., Ltd. | A service trigger method, system and service trigger apparatus |
| WO2008089652A1 (en) * | 2007-01-19 | 2008-07-31 | Huawei Technologies Co., Ltd. | A method, a device and a system for converging ip message |
| CN101227418B (en) * | 2007-01-19 | 2012-04-04 | 华为技术有限公司 | A method, device and system for realizing fusion of IP messages |
| CN101022483B (en) * | 2007-03-26 | 2011-04-20 | 华为技术有限公司 | System, device and method for realizing special calling class service |
| WO2008116408A1 (en) * | 2007-03-26 | 2008-10-02 | Huawei Technologies Co., Ltd. | System, equipment and method for implementing special calling services |
| US8446847B2 (en) | 2007-03-26 | 2013-05-21 | Huawei Technologies Co., Ltd. | System, device and method for implementing special call service |
| CN101083617B (en) * | 2007-07-02 | 2010-07-14 | 华为技术有限公司 | A session initialization protocol service routing method and system |
| US8713351B2 (en) | 2007-09-24 | 2014-04-29 | Zte Corporation | Message processing method and apparatus based on the SIP protocol and an IP communication system |
| CN101127766B (en) * | 2007-09-24 | 2010-06-09 | 中兴通讯股份有限公司 | Message processing method, device and IP communication system based on SIP protocol |
| WO2009039695A1 (en) * | 2007-09-24 | 2009-04-02 | Zte Corporation | A message processing method, apparatus and ip communication system based on the sip protocol |
| CN101159914B (en) * | 2007-11-14 | 2010-12-15 | 杭州东信北邮信息技术有限公司 | Regulation based dynamic service triggering method for IMS network |
| CN101163272B (en) * | 2007-11-14 | 2010-08-11 | 北京邮电大学 | Service triggering method based on application server packet for IMS network |
| CN101447890B (en) * | 2008-04-15 | 2011-11-30 | 中兴通讯股份有限公司 | Improved application server disaster tolerance system of next generation network and method thereof |
| CN102104608A (en) * | 2011-03-15 | 2011-06-22 | 杭州华三通信技术有限公司 | Service control method, uniform communication system and call processing server |
| CN102104608B (en) * | 2011-03-15 | 2014-06-04 | 杭州华三通信技术有限公司 | Service control method, uniform communication system and call processing server |
| CN104486305A (en) * | 2014-12-03 | 2015-04-01 | 中国电子科技集团公司第三十研究所 | SIP (session initiation protocol) server state migration sharing method based on business trigger mechanism |
| CN104486305B (en) * | 2014-12-03 | 2017-10-31 | 中国电子科技集团公司第三十研究所 | A kind of sip server state transition sharing method based on business trigger mechanism |
| CN112019480A (en) * | 2019-05-30 | 2020-12-01 | 中国电信股份有限公司 | Multimedia communication method, device, system and storage medium |
| CN112019480B (en) * | 2019-05-30 | 2022-09-16 | 中国电信股份有限公司 | Multimedia communication method, device, system and storage medium |
| CN115955467A (en) * | 2021-10-08 | 2023-04-11 | 中国移动通信集团河南有限公司 | A SIP message processing method and device |
Also Published As
| Publication number | Publication date |
|---|---|
| CN100502404C (en) | 2009-06-17 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US7512090B2 (en) | System and method for routing calls in a wireless network using a single point of contact | |
| KR100802641B1 (en) | System, apparatus, and method for establishing circuit-switched communication through packet-switched network signaling | |
| JP5363461B2 (en) | Group call function inquiry | |
| CN1674580A (en) | Response Information Filtering Method of Internet Multimedia Subsystem Service Control Mechanism | |
| CN1663216A (en) | A method and system to subscription of events using SIP protocol | |
| CN1832440A (en) | IMS network access using existing equipment | |
| CN1758649A (en) | Method for network intercommunication of Internet Protocols with different versions | |
| CN1838610A (en) | Method for realizing user registration in internet protocol multimedia subsystem | |
| CN100502404C (en) | IMS service triggering method and IMS network | |
| CN1794829A (en) | Method of establishing circuit exchange network to IMS network calling route | |
| CN1809037A (en) | Method of implementing end-to-end information interaction | |
| CN101056174A (en) | A system, device and method for realizing the network log service | |
| CN1780482A (en) | Method for ensuring information conformity after functional module re-start by calling session control | |
| CN1761261A (en) | Method for implementing capability negotiation in combined service | |
| CN101197806A (en) | Method, network and equipment for routing session | |
| CN1770764A (en) | Service trigger point matching method | |
| CN1960417A (en) | IP network and communication method therein | |
| US9491203B2 (en) | Service based release of a subscriber registrar server from a signalling path in an internet protocol communication network | |
| CN1878173A (en) | IP multimedia subsystem domain user access controlling method and its system | |
| CN1303793C (en) | Method for realizing application server communication | |
| CN1738267A (en) | Method for realizing media stream bypass | |
| CN1832471A (en) | Method of communicating between different protocal of terminal user interface of IP multimedia subsystem | |
| CN1889538A (en) | Method for addressing in communication system | |
| CN101601252A (en) | Method and apparatus for providing network services through a set of servers in an IMS network | |
| CN101448226B (en) | Method and apparatus for identifying forwarding service |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| C14 | Grant of patent or utility model | ||
| GR01 | Patent grant | ||
| CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20090617 |
|
| CF01 | Termination of patent right due to non-payment of annual fee |