This application is the U.S. national phase of international application PCT/GB01/00121 filed 12 Jan. 2001 which designated the U.S.
1. Technical Field
The present invention relates to a communications network, and in particular to a registration server and to other components implementing a programmable interface to resources in such a network.
2. Description of Related Art
Conventionally, advanced communications services in a telecommunications network have been implemented using an IN (intelligent network) architecture. In such an architecture, the control logic and various network resources required to implement advanced services are tightly integrated with the communications network, and in general are intended to be run under the control of the network operator. Such an approach allows robust large-scale applications to be implemented. However, the architecture tends to be relatively inflexible, so that developing and deploying new services can be time-consuming. In addition, it can be difficult to make network resources available to service providers other than the network operator, while maintaining the security and integrity of the network.
Recently, there has been interest in developing communications applications using computing platforms located at the edge of the network and typically operated under the direct control of the service provider. However, since such CTI (computer telephony integration) applications have only indirect and limited access to the capabilities of the network, this approach often results in inefficient use of network resources.
It has been proposed to implement communications networks that include an application programming interface (API) between service components embedded in the network, and applications running at the edge of the network. Such an approach combines the benefits of the economies of scale and of reliability offered by conventional network intelligence architectures, with the flexibility and accessibility of the edge of network approach.
A network including an API as described above has been developed by the present applicant in conjunction with other members of the Parlay Organisation. The Parlay Organisation has published a specification for the API together with resources to aid implementation. An overview of the Parlay API is contained in the document “Parlay API Business Benefits White Paper”, Parlay Organisation, Jun. 11, 1999, Published at www.parlay.org. Versions 1.2 and 2 of the Parlay API specification are also available from the same site.
In implementing a communications network with a service API, a registration server is used to control access by edge-of-network service applications to components in the network that provide service resources. The registration server may be used to carry out an authentication process in which the identity of a service application, and the authority of the owner of that application to access network resources, is checked, for example, using a digital signature, and a database listing authorised users of the network. The registration server may also be used for the process of discovery, in which, in response to a request from a service application, the registration server provides details of available network resources. Subsequently, the registration server registers a service application with one or more services resources. This may be done by communicating to the service application the logical identity and physical address of a service manager object on a particular service node and/or communicating to the service manager object data identifying the corresponding service application.
A method of operating a communications network including one or more service nodes, a registration server arranged to control access by service applications to the one or more service nodes, and a platform remote from the registration server running one or more communications service applications, the method including:
In the description and claims of the present application, the term “service node” is used broadly to denote a node of the network which provides resources for running communications services. It includes, but is by no means limited to, computing platforms located at the edge of the network and used for specialised services such as messaging.
Step (d) may include binding a plurality of instances of the service application to the at least one service node, and the method may further include distributing successive initial event notifications between the plurality of instances of the service application. The method may alternatively include registering a plurality of service nodes with at least one instance of the service application, and distributing successive initial session requests between the plurality of service nodes.
In the example described below, the service node is a service control point in a network using an IN (intelligent network) architecture.
The present invention provides a method of implementing an API in a communications network that is better able to support applications requiring a high degree of resilience. This is achieved by amending the implementation of the API so that the process of registration is no longer limited to creating one-to-one bindings between service applications and service nodes, but instead allows several instances of a service application to be registered with a node and or several different nodes to be registered with one service application.
Systems embodying the present invention will now be described in further detail with reference to the accompanying drawings in which:
A communications network comprises an access network 1 and a core network 2. Customer terminals 3a, 3b are connected to the access network 1. Service provider platforms 4a, 4b are also connected to the access network 1. A registration server 5 is connected to the network and, as is further described below, is used in implementing an API (application programmers interface) to network resources. Those network resources include a number of service nodes 6a, 6b, 6c, each of which includes a respective gateway GW1, GW2, GW3. The service nodes include hardware and software for running for example, number translation applications, interactive voice recognition and messaging services. As noted above, the term “service node” is used here broadly to denote a node used in running a service application, and is not limited to nodes at edge-of-network locations.
As is shown schematically in
In this example, objects implementing the framework FW reside on the registration server 5. The client applications and client FW run on the service provider platforms 4a, 4b. The Parlay services including the gateways are embodied in the service nodes 6a, 6b, 6c.
When one of the client applications is initialised, it first signs-on with the Parlay API via the registration server. A Parlay authentication object is instantiated on the registration server and provides an authentication interface that enables mutual authentication of the registration server and the client application. In the process of authentication, the application returns an identifying code to the registration server. The registration server includes a database of recognised applications. The registration server performs a look-up on the application ID and may also retrieve a cryptographic key specific to the application.
In the discovery phase, applications request from the registration server discovery of a service feature identified by a property name and property values. The Parlay API specification defines a set of property names. Parlay services register with the registration server using the appropriate name. In response to the discovery request, the registration server returns a service ID which identifies the requested network service. Subsequently, the application selects the service. To do this, the application returns to the server the service ID received in response to the discovery enquiry. The registration server then returns a service token which uniquely identifies an instance of the service. Subsequently, before the application can make use of the service, it digitally signs an agreement with the registration server. The digital signature is stored with data including the application ID and the service token. This digital agreement may be used, for example, as the basis for subsequent charging by the network operator for use of its network service. When the agreement has been signed, the registration server returns to the application a reference to the object which implements the requested network service manager interface.
Implementation of the Parlay interface described above is described in further detail in the Parlay API specification 1.2. However, in implementing the invention, some modifications are required to each of the interfaces. As conventionally implemented, each single service agreement created using the Parlay interface has linked a single gateway to a single client application. In the present network embodying the invention, the interface is modified to link multiple gateways to multiple client applications under a single service agreement. In this way it is possible for a Parlay-supported end user service to be resilient against gateway or client application failure. Each service manager residing in a gateway is given the capability to forward initial event notifications, for example notification of an incoming call, to available client applications using a distribution algorithm, for example a round-robin algorithm. Similarly, on the client side, the client application support layer is able to invoke initial session requests. For example, a request to create a call, to one of a number of available gateways using a distribution algorithm. In addition to these features, the framework FW now includes a polling mechanism to detect the current state of the gateways that support a registered service. Detection of a failed gateway may be used to trigger an alarm. The availability of each of the gateways serving the client application is reported to the client framework. When a restored gateway is detected, after an outage, the framework requests the instantiation of a new service manager and posts a reference to the new service manager to the client FW. The client FW implements a polling mechanism that detects the current state of client applications. Detection of a failed client application may be used to trigger an alarm. The availability of each of the client applications is reported to the framework FW. When a restored client application is detected after an outage, the client FW communicates to the new client application a full list of references to the service managers.
The modifications to the Parlay API will now be described in relation to each of the specific interfaces shown in
FW—Service Interface
Parlay Service Registration
After start-up or after restoration of a Client Application, and the passing of service gateway manager references to the Client Applications:
Number | Date | Country | Kind |
---|---|---|---|
00300480 | Jan 2000 | EP | regional |
Filing Document | Filing Date | Country | Kind | 371c Date |
---|---|---|---|---|
PCT/GB01/00121 | 1/12/2001 | WO | 00 | 6/24/2002 |
Publishing Document | Publishing Date | Country | Kind |
---|---|---|---|
WO01/54424 | 7/26/2001 | WO | A |
Number | Name | Date | Kind |
---|---|---|---|
5329619 | Page et al. | Jul 1994 | A |
5862325 | Reed et al. | Jan 1999 | A |
5862331 | Herriot | Jan 1999 | A |
5991790 | Shah et al. | Nov 1999 | A |
6202159 | Ghafir et al. | Mar 2001 | B1 |
6341351 | Muralidhran et al. | Jan 2002 | B1 |
6556544 | Lee | Apr 2003 | B1 |
6769024 | Natarajan et al. | Jul 2004 | B1 |
6873609 | Jones et al. | Mar 2005 | B1 |
6874011 | Spielman et al. | Mar 2005 | B1 |
6925493 | Barkan et al. | Aug 2005 | B1 |
20020095454 | Reed et al. | Jul 2002 | A1 |
20070088819 | Sinha | Apr 2007 | A1 |
Number | Date | Country |
---|---|---|
9736430 | Oct 1997 | WO |
Number | Date | Country | |
---|---|---|---|
20020194336 A1 | Dec 2002 | US |