Method and System for Configuring Service on Terminal

Information

  • Patent Application
  • 20100306349
  • Publication Number
    20100306349
  • Date Filed
    December 13, 2007
    16 years ago
  • Date Published
    December 02, 2010
    13 years ago
Abstract
A method for performing service configuration on a terminal, comprises configuring service configuration codes and deploying one or more service configuration application servers in a next generation network in advance, said service configuration application server supporting said service configuration codes, and the method further comprises: a user terminal sending a session initiation protocol message to the network, and said session initiation protocol message carrying a service configuration code; after receiving said session initiation protocol message, the service configuration application server extracting said service configuration code, and performing corresponding service processing according to content of said service configuration code. A system for performing service setting with a terminal is also disclosed.
Description
TECHNICAL FIELD

The present invention relates to the field of wireless communication, and particularly to a method and system for performing service configuration on a terminal in the next generation network (NGN).


BACKGROUND OF THE INVENTION

In the next generation network (NGN) with the IP multimedia sub-system (IMS) as the core, the Session Initiation Protocol (SIP) is adopted as the service control protocol, and various communication services are implemented by the cooperation between intelligent terminals of users and application servers (AS) deployed by the operator.



FIG. 1 illustrates a typical service implementation framework in the next generation network, wherein, an application server (AS) (possibly multiple, respectively used in different services) connects with the service-call session control function (S-CSCF) of the home network of a user via an interface, and a SIP service control message (indicated by the dashed line) between user terminal A and user terminal B passes through the respective application servers (according to the type of user services, possibly passes through different application servers), and the application servers can implement abundant services by processing the service control message in various ways. User terminal A and user terminal B utilize service messages to interchange and negotiate media parameters supported by both parties, so that a media stream connection (indicated by solid line) can be established between them, and the media stream is used to transfer data such as voice packets of a session.


An AS stores configuration data related to particular users and particular services (referred to as service configuration data for short hereinafter), such as whether the user registers a call forwarding service; which number the user expects to forward the call to; whether the user registers a call barring service; which incoming numbers the user expects to bar; and the like. By setting different service configuration data for different users, users can be provided with personalized services.


For the ease of usage by users, present technical specifications allow users to inquire and modify the service configuration data in ASs on terminals. A specific method is shown in FIG. 2. A user terminal connects with an application server via an IP network, with an Ut interface between them. The interface utilizes the protocol of XCAP (Extensible Markup Language (XML) Configuration Access Protocol). Service configuration information of the user is organized in the format of XML and transferred between the user terminal and the application server via the protocol of XCAP, so that the user terminal can inquire, set, or delete the service configuration data in the application server.


The above prior art can meet the need of inquiring and setting the service configuration data by the user on a terminal, but this technique requires the user terminal to support XML and XCAP, and thus requirement for the user terminal is relatively high. However, a lot of NGN terminals available only support the protocol of SIP (have the ability of making calls) and do not support XML and XCAP, so the service configuration function cannot be implemented.


SUMMARY OF THE INVENTION

The technical problem to be solved by the present invention is to provide a method and system for performing service configuration on a terminal, so that terminals are merely required to support the basic SIP to implement the service configuration.


In order to solve the above problem, the present invention provides a method for performing service configuration on a terminal, comprising configuring service configuration codes and deploying one or more service configuration application servers in a next generation network in advance, said service configuration application server supporting said service configuration codes, and the method further comprising the following steps of:


(a) a user terminal sending a session initiation protocol message to the network, and said session initiation protocol message carrying a service configuration code;


(b) when receiving said session initiation protocol message, the service configuration application server extracting said service configuration code, and performing corresponding service processing according to content of said service configuration code.


Furthermore, said service configuration code comprises service category information if used for service inquiry; and said service configuration code comprises service category information and specific configuration information for the service if used for service setting.


Furthermore, said session initiation protocol message is one of the following messages: INVITE, MESSAGE and SUBSCRIBE.


Furthermore, if said session initiation protocol message is an INVITE message, a target address thereof is the service configuration code;


if said session initiation protocol message is a MESSAGE or SUBSCRIBE message, the target address thereof is the service configuration code, or the target address thereof is a number of the service configuration application server, and said MESSAGE or SUBSCRIBE message comprising the service configuration code.


Furthermore, in said step (a), a proxy-call session control function receives the session initiation protocol message sent by the user terminal, and then forwards the session initiation protocol message to a service-call session control function, and after receiving said session initiation protocol message, said service-call session control function determines that a target address of said session initiation protocol message is the service configuration code or said session initiation protocol message carries the service configuration code, and then forwards said session initiation protocol message to the service configuration application server.


Furthermore, after said step (b), the method further comprises step (c), if said session initiation protocol message is an INVITE message, said service configuration application server notifying the user terminal of a result of the service processing with any one of the following methods:


said service configuration application server playing a prompt announcement corresponding to the result of the service processing to the user terminal;


said service configuration application server returning to the user terminal a message carrying a textual message body including the result of the service processing;


said service configuration application server sending textual format media including the result of the service processing to the user terminal via a media transmission channel between the service configuration application server and the user terminal;


said service configuration application server actively sending a message to the user terminal, and the message carrying a textual message body including the result of the service processing.


Furthermore, after said step (b), the method further comprises step (c), if said session initiation protocol message is a MESSAGE or SUBSCRIBE message, said service configuration application server notifying the user terminal of a result of the service processing with any one of the following methods:


said service configuration application server returning to the user terminal a message carrying a textual message body including the result of the service processing;


said service configuration application server sending textual format media including the result of the service processing to the user terminal via a media transmission channel between the service configuration application server and the user terminal;


said service configuration application server actively sending a message to the user terminal, and the message carrying a textual message body including the result of the service processing.


In order to solve the above problem, the present invention also provides a system for performing service setting with a terminal, comprising a user terminal and a service-call session control function, and further comprising a service configuration application server, used to receive a session initiation protocol message sent by the user terminal and forwarded by said service-call session control function, and perform corresponding service processing according to a service configuration code in said session initiation protocol message.


Furthermore, said service-call session control function further comprises a service configuration code judgment module, and if a target address of the session initiation protocol message is the service configuration code or said session initiation protocol message carries the service configuration code, the service-call session control function forwards the session initiation protocol message to the service configuration application server.


Furthermore, said service configuration code comprises service category information if used for service inquiry, and comprises service category information and specific configuration information for the service if used for service setting; said session initiation protocol message is one of the following messages: INVITE, MESSAGE and SUBSCRIBE; and said service processing refers to service configuration or service inquiry.


With the method of the present invention, service configuration can be performed on a common SIP terminal, and the terminal is merely required to support the basic SIP, without specially supporting XML and XCAP, so that users who only have common SIP terminals also can conveniently perform various personalized service configuration.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 is a diagram of typical service implementation framework of the NGN in the prior art;



FIG. 2 is a schematic diagram of the interface relationship between a user terminal and an application server in the prior art;



FIG. 3 is a flow chart of the first embodiment of the present invention;



FIG. 4 is a flow chart of the optimized first embodiment of the present invention;



FIG. 5 is a flow chart of the second embodiment of the present invention;



FIG. 6 is a flow chart of the third embodiment of the present invention.





PREFERRED EMBODIMENTS OF THE PRESENT INVENTION

The present invention will be described in detail, referring to the accompanying figures, and in combination with embodiments.


The service configuration function referred to in this specification comprises inquiring and setting the service configuration data, and modification of the service configuration data may also be regarded as setting the service configuration data.


By deploying one or more special service configuration ASs in the NGN network, users are provided with the ability to inquire and set the service configuration data on user terminals. The operator assigns specific service configuration codes and sets S-CSCFs so that when receiving a SIP message whose target address is a service configuration code from a user, an S-CSCF forwards the SIP message to a service configuration AS. The service configuration AS is required to support the service configuration code.


The S-CSCF is equipped with a service configuration code judgment module which forwards a SIP message to the service configuration AS after determining that the target address of the SIP message is a service configuration code or said SIP message carries a service configuration code.


The service configuration code should differ from a common user number for the ease of identification by S-CSCF. For example, the service configuration code may start with “*” or “#”, or the service configuration code starts with a special number segment. If used for setting service, the service configuration code should comprise service configuration information of a user, including service category information and configuration information related to the service (such as register or deregister of the service), and so on; and if used for inquiring service, the service configuration code should comprise service category information.


For example, a setting rule for the service configuration code is as follows:





“Prefix+service code+separator+specific configuration information+end suffix”


Wherein, said prefix is “*”; said service code relates to a specific service and whether the service is registered, for instance, “99” represents registering unconditional call forwarding, “990” represents deregistering the unconditional call forwarding, “98” represents registering call forwarding on terminal shutdown, “980” represents deregistering the call forwarding on terminal shutdown; the separator adopts “*” as separation between the service code and specific configuration information; said specific configuration information is set depends on the service code, for example, if the service code is “99” or “98”, the specific configuration information is the number which the user expects to forward the call to, and if the service code is “990” or “980”, the specific configuration information is null; said end suffix adopts “#” to indicate the end of the service configuration code.


The above setting rule for the service configuration code is just an illustration, but not limitation to the present invention.


The First Embodiment

When a user inquires and sets the service configuration data on a user terminal, he/she merely needs to directly dial the service configuration code, and the flow is shown in FIG. 3, which comprises the following steps:


Step S01: the user terminal sends an INVITE message in the SIP to the proxy-call session control function (P-CSCF) in the network visited, wherein the target address is a service configuration code;


Step S02: the P-CSCF forwards the INVITE message to the S-CSCF in the home network of the user;


Step S03: the S-CSCF identifies the target address in the INVITE as a service configuration code, then forwards this message to the service configuration AS corresponding to the service configuration code;


Step S04: the service configuration AS extracts the service configuration code in the target address of the message, and performs corresponding processing (configuration or inquiry) according to the content of the service configuration code;


Step S05: the service configuration AS returns a response of success (200 OK) to the S-CSCF;


Step S06: the S-CSCF forwards said response of success (200 OK) to the P-CSCF;


Step S07: the P-CSCF forwards said response of success (200 OK) to the user terminal;


Step S08: after receiving said response of success, the user terminal sends an ACK message to the P-CSCF;


Step S09: the P-CSCF forwards said ACK message to the S-CSCF;


Step S10: the S-CSCF forwards said ACK message to the service configuration AS to acknowledge that the response of success sent by the service configuration AS is received, and finally a session is established between the user terminal and the service configuration AS.


Step S21: the user terminal actively hangs up or the service configuration AS actively sends a hang up request to the user terminal so as to release the established session between the user terminal and the service configuration AS.


In the above process, for the improvement of the user's experience and the ease of judging whether the service configuration operation is successful by the user, one or a combination of the following methods can be applied:


1) The service configuration AS adds an announcement playing function, and as shown in FIG. 4, after a session is established between the user terminal and the service configuration AS (steps P01˜P10), the AS plays a prompt announcement corresponding to the result of inquiring/setting the service configuration to the user (step P11), such as: “You have successfully registered the unconditional forwarding service, and the forwarding number is X X X X X ”, or “You have successfully cancelled the call forwarding on shutdown service”, and the like;


2) During the process in FIG. 3, the message returned to the user terminal by the service configuration AS (such as step S05 in FIG. 3) carries a message body in a form of text, and the text information is the result of inquiring/setting the service configuration data, such as: “You have successfully registered the unconditional forwarding service, and the forwarding number is X X X X X ”, or “You have successfully cancelled the call forwarding on shutdown service”, and the like;


3) Using the normal session establishment process (such as steps S01˜S03, S05˜S10 in FIG. 3), a transmission channel which can be used for transmission of textual format media is established between the user terminal and the service configuration AS, and then the AS uses this media channel to transfer textual format media to the user, and the text information is the result of inquiring/setting the service configuration data;


4) The service configuration AS actively sends to the user terminal a message of MESSAGE (such as step R11 in FIG. 5), carrying text information that can reflect the result of inquiring/setting the service configuration data.


If the user performs service inquiry, the inquiry result can also be returned to the user with the above methods.


The Second Embodiment

Another method for the user to implement the service configuration function on the user terminal is to utilize the MESSAGE message in the SIP to send a message to the service configuration AS, and the flow is shown in FIG. 5, which comprises the following steps:


Step R01: the user terminal sends a message of MESSAGE in the SIP to the proxy-call session control function (P-CSCF), wherein, the target address is a service configuration code or the number of a service configuration AS; and if the target address is the number of a service configuration AS, a service configuration code is carried in the message of MESSAGE;


Step R02: the P-CSCF forwards this MESSAGE message to the S-CSCF in the home network of the user;


Step R03: the S-CSCF identifies the target address in the MESSAGE as a service configuration code or the number of a service configuration AS, then forwards this MESSAGE message to the service configuration AS;


Step R04: the service configuration AS extracts the service configuration code in the MESSAGE message, and performs corresponding service configuration processing (configuration or inquiry) according to the service configuration code; (Note: this step can also be performed after R05)


Step R05: the service configuration AS returns a response of success (200 OK) to the S-CSCF;


Step R06: the S-CSCF forwards said response of success (200 OK) to the P-CSCF;


Step R07: the P-CSCF forwards said response of success (200 OK) to the user terminal;


In this embodiment, a method as one of the methods 2˜4 in the first embodiment can be applied to help the user to know whether the service configuration operation is successful, for example, it comprises the following steps:


Step R11: the service configuration AS sends to the S-CSCF a message of MESSAGE, carrying information that can reflect the result of setting the service configuration, for example, carrying a text string “You have successfully registered the unconditional forwarding service, and the forwarding number is X X X X X ”, or “You have successfully cancelled the call forwarding on shutdown service”;


Step R12: the S-CSCF forwards said MESSAGE message to the P-CSCF;


Step R13: the P-CSCF forwards said MESSAGE message to the user terminal;


Step R14: after receiving said MESSAGE message, the user terminal returns a response of success (200 OK) to the P-CSCF to indicate that the notification message of the result of setting the service configuration is received.


Step R15: the P-CSCF forwards said response of success (200 OK) to the S-CSCF;


Step R16: the S-CSCF forwards said response of success (200 OK) to the service configuration AS;


The Third Embodiment

Another method for the user to implement the service configuration function on the user terminal is to utilize the SUBSCRIBE message in the SIP to send a message to the service configuration AS, and the flow is shown in FIG. 6, which comprises the following steps:


Step Q01: the user terminal sends a message of SUBSCRIBE in the SIP to the proxy-call session control function (P-CSCF), wherein the target address is a service configuration code or the number of a service configuration AS; and if the target address is the number of a service configuration AS, a service configuration code is carried in the body of the SUBSCRIBE message;


Step Q02: the P-CSCF forwards this SUBSCRIBE message to the S-CSCF in the home network of the user;


Step Q03: the S-CSCF identifies the target address in the SUBSCRIBE message as a service configuration code or the number of a service configuration AS, and forwards this message to the service configuration AS;


Step Q05: the service configuration AS returns a response of success (200 OK) to the S-CSCF;


Step Q06: the S-CSCF forwards said response of success (200 OK) to the P-CSCF;


Step Q07: the P-CSCF forwards said response of success (200 OK) to the user terminal;


Step Q09: the service configuration AS extracts the service configuration code in the SUBSCRIBE message, and performs corresponding service configuration processing (configuration or inquiry) according to the service configuration code in the SUBSCRIBE message (Note: this step can also be performed before Step Q05):


Step Q11: the service configuration AS sends to the S-CSCF a message of NOTIFY, carrying information that can reflect the result of setting the service configuration, for example, carrying a text string “You have successfully registered the unconditional forwarding service, and the forwarding number is X X X X X ”. or “You have successfully cancelled the call forwarding on shutdown service”;


Step Q12: the S-CSCF forwards said NOTIFY message to the P-CSCF;


Step Q13: the P-CSCF forwards said NOTIFY message to the user terminal;


If steps Q11˜Q13 exist, the following steps should exist:


Step Q14: after receiving said NOTIFY message, the user terminal returns a response of success (200 OK) to the P-CSCF, to indicate that the NOTIFY message of the result of setting the service configuration has been received;


Step Q15: the P-CSCF forwards said response of success (200 OK) to the S-CSCF;


Step Q16: the S-CSCF forwards said response of success (200 OK) to the service configuration AS;


In the above methods, a unified service configuration AS is utilized to provide the function for setting service configuration. If there are multiple ASs providing different services in the network, the unified service configuration AS needs to have configuration functions for all kinds of services; and if a new AS is added to provide a new service in the network, the unified service configuration AS needs to be correspondingly upgraded to provide a configuration function for the new service. To simplify the functions of the unified service configuration AS, a method in which functions of the service configuration AS are distributed into the ASs providing different services may be applied, that is, each AS provides service and simultaneously provides said service configuration function as described in the present invention, and also can be regarded as a service configuration AS, so that the network maintenance is convenient and fast.


To sum up, the SIP messages, utilized in the present invention, are also applicable to a terminal supporting XML and XCAP, besides common SIP terminals, as long as the terminal supports SIP.


Although the present invention is described in combination with the specific embodiments, for those skilled in the art, the present invention may have modifications and variations without departing from the spirit and scope of the present invention. Such modifications and variations are deemed within the scope of the present invention and the scope of attached claims.


INDUSTRIAL APPLICABILITY

The present invention provides a method and system for performing service configuration on a terminal, so that service configuration can be performed on a common SIP terminal, and the terminal is merely required to support the basic SIP, without specially supporting XML and XCAP, as a result, users who only have common SIP terminals also can conveniently perform various personalized service configuration.

Claims
  • 1. A method for performing service configuration on a terminal, comprising configuring service configuration codes and deploying one or more service configuration application servers in a next generation network in advance, said service configuration application server supporting said service configuration codes, and the method further comprising the following steps of: (a) a user terminal sending a session initiation protocol message to the network, and said session initiation protocol message carrying a service configuration code;(b) when receiving said session initiation protocol message, the service configuration application server extracting said service configuration code, and performing corresponding service processing according to content of said service configuration code.
  • 2. A method of claim 1, wherein, said service configuration code comprises service category information if used for service inquiry; and said service configuration code comprises service category information and specific configuration information for the service if used for service setting.
  • 3. A method of claim 1, wherein, said session initiation protocol message is one of the following messages: INVITE, MESSAGE and SUBSCRIBE.
  • 4. A method of claim 3, wherein, if said session initiation protocol message is an INVITE message, a target address thereof is the service configuration code;if said session initiation protocol message is a MESSAGE or SUBSCRIBE message, the target address thereof is the service configuration code, or the target address thereof is a number of the service configuration application server, and said MESSAGE or SUBSCRIBE message comprising the service configuration code.
  • 5. A method of claim 1, further comprising: in said step (a), a proxy-call session control function receiving the session initiation protocol message sent by the user terminal, and then forwarding the session initiation protocol message to a service-call session control function, and after receiving said session initiation protocol message, said service-call session control function determining that a target address of said session initiation protocol message is the service configuration code or said session initiation protocol message carries the service configuration code, and then forwarding said session initiation protocol message to the service configuration application server.
  • 6. A method of claim 4, after said step (b), further comprising step (c), if said session initiation protocol message is an INVITE message, said service configuration application server notifying the user terminal of a result of the service processing with any one of the following methods: said service configuration application server playing a prompt announcement corresponding to the result of the service processing to the user terminal;said service configuration application server returning to the user terminal a message carrying a textual message body including the result of the service processing;said service configuration application server sending textual format media including the result of the service processing to the user terminal via a media transmission channel between the service configuration application server and the user terminal;said service configuration application server actively sending a message to the user terminal, and the message carrying a textual message body including the result of the service processing.
  • 7. A method of claim 4, after said step (b), further comprising step (c), if said session initiation protocol message is a MESSAGE or SUBSCRIBE message, said service configuration application server notifying the user terminal of a result of the service processing with any one of the following methods: said service configuration application server returning to the user terminal a message carrying a textual message body including the result of the service processing;said service configuration application server sending textual format media including the result of the service processing to the user terminal via a media transmission channel between the service configuration application server and the user terminal;said service configuration application server actively sending a message to the user terminal, and the message carrying a textual message body including the result of the service processing.
  • 8. A system for performing service setting with a terminal, comprising a user terminal and a service-call session control function, and further comprising a service configuration application server, used to receive a session initiation protocol message sent by the user terminal and forwarded by said service-call session control function, and perform corresponding service processing according to a service configuration code in said session initiation protocol message.
  • 9. A system of claim 8, wherein, said service-call session control function further comprises a service configuration code judgment module, and if a target address of the session initiation protocol message is the service configuration code or said session initiation protocol message carries the service configuration code, the service-call session control function forwards the session initiation protocol message to the service configuration application server.
  • 10. A system of claim 8, wherein, said service configuration code comprises service category information if used for service inquiry, and comprises service category information and specific configuration information for the service if used for service setting; said session initiation protocol message is one of the following messages: INVITE, MESSAGE and SUBSCRIBE; and said service processing refers to service configuration or service inquiry.
Priority Claims (1)
Number Date Country Kind
200710107906.3 May 2007 CN national
PCT Information
Filing Document Filing Date Country Kind 371c Date
PCT/CN2007/003576 12/13/2007 WO 00 11/10/2009