EP2034692B1 - Application server for a communication network having optimised interface with media servers - Google Patents

Application server for a communication network having optimised interface with media servers Download PDF

Info

Publication number
EP2034692B1
EP2034692B1 EP08155637A EP08155637A EP2034692B1 EP 2034692 B1 EP2034692 B1 EP 2034692B1 EP 08155637 A EP08155637 A EP 08155637A EP 08155637 A EP08155637 A EP 08155637A EP 2034692 B1 EP2034692 B1 EP 2034692B1
Authority
EP
European Patent Office
Prior art keywords
session
session context
information
server
media
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.)
Not-in-force
Application number
EP08155637A
Other languages
German (de)
French (fr)
Other versions
EP2034692A1 (en
Inventor
François Leygues
Dimitri Tombroff
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Alcatel Lucent SAS
Original Assignee
Alcatel Lucent SAS
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 Alcatel Lucent SAS filed Critical Alcatel Lucent SAS
Publication of EP2034692A1 publication Critical patent/EP2034692A1/en
Application granted granted Critical
Publication of EP2034692B1 publication Critical patent/EP2034692B1/en
Not-in-force legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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/1063Application servers providing network services
    • 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/1073Registration or de-registration
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services
    • 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
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Definitions

  • the present invention relates to an application server for a communication network.
  • a communication network can in particular be in accordance with the IMS architecture, Internet Protocol Multimedia Subsystem.
  • the figure 1 illustrates such an IMS architecture in which the invention is likely to register.
  • Application servers are however used in other types of architectures.
  • two communication clients C1 and C2 are connected to an IMS communication architecture, via two "proximity" session session control functional elements, P-CSCF1 and P-CSCF2 respectively. They themselves are connected to a “server” functional element, S-CSCF.
  • S-CSCF for "Serving - Call Session Control Function ”
  • P - CSCF for " Proxy - Call Session Control Function ”
  • the sessions established between the two communication clients C1 and C2 are typically managed by the functional element S-CSCF.
  • Some sessions may require the use of an AS application server.
  • the application servers make it possible to make available to the communication network and the different clients a varied set of applications implementing services: management of a multi-party conference, access to pre-recorded announcements, access to multimedia documents, etc.
  • the object of the present invention is to solve this problem of the complexity of the application servers.
  • the session context objects may optionally be distributed among a plurality of agents contained in the application server. They can also be duplicated on different agents, to ensure fault tolerance.
  • the figure 1 represents an IMS communication architecture, in which the invention is likely to register.
  • the figure 2 schematizes an application server according to the invention.
  • an application server comprises a set of applications implementing services and made accessible to the clients and other elements of a communication network by an interface, preferably standardized.
  • This interface can in particular be in accordance with the SIP protocol (for " Session Initiation Protocol") as defined by RFC 3260 of the Internet Engineering Task Force (IETF).
  • the application server has 3 applications A1, A2 and A3, and an INF infrastructure. These applications are accessible to communication clients or to other elements of the communication network, not shown, by an INT interface.
  • this INT interface is intended to send and receive SIP Session Initiation Protocol signaling messages, as defined by the IETF RFC3260 and other RFCs that later supplemented the original protocol.
  • SIP Session Initiation Protocol signaling messages can in particular be INVITE invitation messages or other subsequent signaling messages belonging to the same communication session created by the invitation message.
  • INVITE invitation messages or other subsequent signaling messages belonging to the same communication session created by the invitation message.
  • the service required by the incoming invitation message it is routed to one of the A1, A2 or A3 applications.
  • the same session can be processed by several applications.
  • an application When an application requires the resources of a media server for the processing of a communication session, it creates a session context object within the INF infrastructure. It is important to distinguish between the communication session and the multimedia session. Any communication session created between the application server AS and another equipment of the communication network does not necessarily generate the creation of a multimedia session. It may also need to create more than one.
  • the multimedia session is the set of communications between the application server AS and a media server MS1, MS2, between a start-of-session message and a termination message.
  • the application A1 requires the use of two media servers MS1 and MS2, and the application A3 requires the use of a single media server MS1.
  • the A2 application does not use media servers.
  • the application A1 creates two session context objects, respectively SC1 and SC3, within the INF infrastructure.
  • the A2 application creates an SC2 session context object.
  • These context session objects can only be created for a multimedia session and be destroyed at the end of the multimedia session. They can be distributed among a plurality of AGT1, AGT2 agents contained in the INF infrastructure. These agents may for example be themselves distributed on separate equipment.
  • all or part of the session context objects can be duplicated on different agents, to ensure fault tolerance.
  • copies of the session context objects SC1 and SC2 may be deployed in the AGT2 agent, and a copy of the session context object SC3 may be deployed in the AGT3 agent.
  • These copies contain all the information stored in the original objects. In normal operation, copies are not active and their behavior is to only synchronize the information they contain with that of the originals. When one of the agents no longer works, the copies stored in the surviving agent become active and manage the multimedia sessions. Only two agents AGT1, AGT2 are represented in the example of figure 2 but it is obvious that more than two agents can be used.
  • the distribution of the session context objects and their copy can be performed to ensure a load distribution of the different agents.
  • This INF infrastructure and the set of session context objects can be a Java infrastructure. It can also be a CORBA infrastructure, specified by the OMG ( Open Management Group ) or any other distributed software infrastructure.
  • the context represents all or substantially all the information needed for the multimedia session. It may in particular be information contained in the signaling messages originating from the INT interface, signaling messages originating from the media servers MS1, MS2. It can also be internal information, in particular developed from information from signaling messages. For example, information about the status of the media server, the time elapsed since the start of an ad played etc.
  • the INF infrastructure also includes management drivers D1, D2, D3 which are associated with the media servers MS1, MS2.
  • the management driver D1 is associated with the media server MS1
  • the management drivers D2 and D3 are associated with the media server MS2. It is expected that a management driver can only be associated with one media server or one type of media server. If a media server or a type of media server can interface with different protocols, as many management drivers can be provided. For example, the same media server may be associated with a first management driver, specific to the SIP protocol, and a second management driver, specific to SOAP (" Simple Object Access Protocol ").
  • MSCML Protocol The Key to Unlocking to New Generation of Multimedia SIP Services ", published by Cantata, describes an XML-based protocol for communication between the media server and the application server.
  • the application server may also include a driver compliant with this MSCML protocol. It is possible to add new drivers within the application server, to accommodate a new protocol, or to interface with a new media server that does not include any protocols for which a driver is already installed.
  • the management drivers D1, D2, D3 are intended to register with one or more session context objects SC1, SC2, SC3. This record allows them to be notified of any change in the value of a session context object information.
  • the management drivers D1, D2, D3 also have means for translating this change into a protocol understood by the media server. Conversely, they have means for translating the notifications received from the media server into a value modification of information within the corresponding session context object. Applications are also registered with session context objects to be alerted when these changes occur.
  • the application A1 wants to trigger an action with the media server MS1. It may for example be to increase the speed of the audio or audio-video media played by the media server, change the language of the ad, choose a music to play etc.
  • a request to change the music to play is received by the application A1 by the INT interface. It typically comes from a communication client (a terminal), following a user action.
  • the application A1 establishes a transaction with the session context object CS1 to modify the value of the information relating to the music to be played. It sets its new value and ends the transaction.
  • the management driver D1 is registered with the session context object CS1 and is alerted of this modification. He then establishes a message for which it is intended.
  • the media server MS1 comprises the SIP protocol and therefore that the driver of D1 management is able to understand and generate SIP-compliant messages.
  • the modification is then translated into a SIP message intended to modify the music to be played by the media server MS1.
  • Such a SIP message may, for example, conform to the specifications of IETF RFC 4240, Basic Network Media Services with SIP .
  • a message is returned to the management driver D1.
  • This message is also compliant with the SIP protocol. It may for example be a 200 OK message.
  • the management driver D1 establishes a transaction with the session context object CS1 in order to translate this message into a modification of a value of information stored in the object. For example, it may be to change a status information indicating that the media server MS1 is now synchronized with the setpoint.
  • the application A1 which is listening to the CS1 session context object is then informed of this modification.
  • session context objects can be destroyed.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Multimedia (AREA)
  • Business, Economics & Management (AREA)
  • General Business, Economics & Management (AREA)
  • Telephonic Communication Services (AREA)
  • Computer And Data Communications (AREA)
  • Nitrogen And Oxygen Or Sulfur-Condensed Heterocyclic Ring Systems (AREA)

Abstract

The server (AS) has applications (A1-A3) accessible to a communication client, and session context objects (SC1-SC3) storing information e.g. video-on-demand information. Management controllers (D1-D3) are associated with multimedia servers (MS1, MS2), and are provided for being registered close to the objects to notify a modification of a value of information with in the objects. The controllers transform the modification along a protocol contained by the media servers, and transform notifications received from the associated media servers by the modification of the value of the information.

Description

La présente invention concerne un serveur d'application pour un réseau de communication. Un tel réseau de communication peut notamment être conforme à l'architecture IMS, Internet Protocol Multimedia Subsystem. The present invention relates to an application server for a communication network. Such a communication network can in particular be in accordance with the IMS architecture, Internet Protocol Multimedia Subsystem.

La figure 1 illustre une telle architecture IMS dans laquelle l'invention est susceptible de s'inscrire. Les serveurs d'application sont toutefois utilisés dans d'autres types d'architectures.
Sur la figure 1, deux clients de communication C1 et C2 sont connectés à une architecture de communication IMS, par l'intermédiaire de deux éléments fonctionnels de contrôle de session d'appel « de proximité », P-CSCF1 et P-CSCF2 respectivement. Eux-mêmes sont connectés à un élément fonctionnel « serveur », S-CSCF.
Ces éléments fonctionnels S-CSCF (pour « Serving - Call Session Control Function ») et P-CSCF (pour « Proxy - Call Session Control Function ») sont définis par les spécifications de l'architecture IMS des groupes de standardisations 3GPP et TISPAN.
Les sessions établies entre les deux clients de communication C1 et C2 sont typiquement gérées par l'élément fonctionnel S-CSCF. Certaines sessions peuvent nécessiter le recours à un serveur d'applications AS. Les serveurs d'applications permettent de rendre accessible au réseau de communication et aux différents clients un ensemble varié d'applications implémentant des services : gestion d'une conférence à plusieurs partis, accès à des annonces préenregistrées, accès à des documents multimédias, etc.
The figure 1 illustrates such an IMS architecture in which the invention is likely to register. Application servers are however used in other types of architectures.
On the figure 1 two communication clients C1 and C2 are connected to an IMS communication architecture, via two "proximity" session session control functional elements, P-CSCF1 and P-CSCF2 respectively. They themselves are connected to a "server" functional element, S-CSCF.
These functional elements S-CSCF (for "Serving - Call Session Control Function ") and P - CSCF (for " Proxy - Call Session Control Function ") are defined by the specifications of the IMS architecture of the 3GPP and TISPAN standardization groups.
The sessions established between the two communication clients C1 and C2 are typically managed by the functional element S-CSCF. Some sessions may require the use of an AS application server. The application servers make it possible to make available to the communication network and the different clients a varied set of applications implementing services: management of a multi-party conference, access to pre-recorded announcements, access to multimedia documents, etc.

Ces serveurs d'applications sont susceptibles de faire appel à des serveurs de média, MS1, MS2.
Certains services nécessitent de façon inhérente de faire appel à des informations multimédias (vidéo à la demande, etc.) et d'autres peuvent nécessiter d'y faire appel occasionnellement. Il peut par exemple s'agir de jouer un fichier multimédia pour annoncer que le service n'est pas actuellement disponible, ou simplement faire patienter le client.
Le stockage et la gestion des fichiers multimédia sont généralement déportés sur ces serveurs multimédia afin de rendre l'architecture plus modulaire. Les serveurs d'applications AS créent donc, lorsque nécessaire, des sessions avec les serveurs multimédia MS1, MS2 appropriés.
These application servers are likely to use media servers, MS1, MS2.
Some services inherently require the use of multimedia information (video-on-demand, etc.) and others may require occasional use. For example, you might want to play a media file to announce that the service is not currently available, or just wait for the client.
The storage and management of multimedia files are generally deported on these multimedia servers in order to make the architecture more modular. As a result, the AS application servers create sessions with the appropriate MS1, MS2 media servers.

Actuellement, il existe différentes sortes de serveurs multimédia, du fait d'une part de la pluralité des fabricants et des technologies, mais également du fait des différents types de média possibles (audio, vidéo... en différents formats, encodages...).
Aussi, les communications entre un serveur d'application AS et les serveurs multimédia MS sont diverses et rendent complexes la conception, le déploiement et la maintenance d'un serveur d'application.
Currently, there are different kinds of multimedia servers, because of the plurality of manufacturers and technologies, but also because of the different types of media possible (audio, video ... in different formats, encodings ... ).
Also, communications between an AS application server and MS media servers are diverse and make complex the design, deployment and maintenance of an application server.

US 2003/051037 décrit un serveur d'application pour réseau de communication. US 2003/051037 describes an application server for communication network.

Le but de la présente invention est de résoudre ce problème de la complexité des serveurs d'application.The object of the present invention is to solve this problem of the complexity of the application servers.

Le serveur d'application selon l'invention comporte un ensemble d'applications susceptibles de communiquer avec des serveurs de média, dans le cadre d'une session de communication. Il est novateur en ce qu'il comporte en outre :

  • Des objets de contexte de session, prévus pour mémoriser des informations relatives à des sessions de communication, et
  • Des pilotes de gestion associés aux serveurs de média.
    Ces pilotes de gestion sont prévus
  • pour s'enregistrer auprès d'un ou plusieurs des objets de contexte de session afin d'être notifiés de toute modification de valeur d'au moins une des informations au sein du ou des objets de contextes de session,
  • pour traduire cette modification selon un protocole compris par le ou les serveurs de média auxquels les pilotes de gestion sont associés, et
  • pour traduire toute notification reçue d'un serveur de média associé en une modification de la valeur d'une information d'un ou plusieurs objets de contexte de session.
The application server according to the invention comprises a set of applications capable of communicating with media servers, as part of a communication session. It is innovative in that it furthermore comprises:
  • Session context objects, provided for storing information relating to communication sessions, and
  • Management drivers associated with media servers.
    These management pilots are planned
  • to register with one or more of the session context objects to be notified of any change in value of at least one of the information within the session context object (s),
  • to translate this change according to a protocol understood by the media server (s) to which the management pilots are associated, and
  • to translate any notification received from an associated media server into a change in the value of information of one or more session context objects.

Les objets de contexte de session peuvent éventuellement être répartis parmi une pluralité d'agents contenus dans le serveur d'applications.
Ils peuvent en outre être dupliqués sur des agents différents, afin d'assurer une tolérance au faute.
The session context objects may optionally be distributed among a plurality of agents contained in the application server.
They can also be duplicated on different agents, to ensure fault tolerance.

L'invention et ses avantages apparaîtront de façon plus claire dans la description qui va suive en liaison avec les figures annexées.
La figure 1, précédemment commentée, représente une architecture de communication IMS, dans laquelle l'invention est susceptible de s'inscrire.
La figure 2, schématise un serveur d'application selon l'invention.
The invention and its advantages will appear more clearly in the description which follows in conjunction with the appended figures.
The figure 1 , previously commented, represents an IMS communication architecture, in which the invention is likely to register.
The figure 2 , schematizes an application server according to the invention.

Selon l'invention, un serveur d'applications comporte un ensemble d'applications implémentant des services et rendues accessibles aux clients et autres éléments d'un réseau de communication par une interface, préférentiellement standardisé. Cette interface peut être notamment conforme au protocole SIP (pour « Session Initiation Protocol ») tel que défini par le RFC 3260 de l'IETF (Internet Engineering Task Force).According to the invention, an application server comprises a set of applications implementing services and made accessible to the clients and other elements of a communication network by an interface, preferably standardized. This interface can in particular be in accordance with the SIP protocol (for " Session Initiation Protocol") as defined by RFC 3260 of the Internet Engineering Task Force (IETF).

Dans l'exemple représenté par la figure 2, le serveur d'application comporte 3 applications A1, A2 et A3, et une infrastructure INF.
Ces applications sont accessibles à des clients de communication ou à d'autres éléments du réseau de communication, non représentés, par une interface INT.
Typiquement cette interface INT est prévue pour émettre et recevoir des messages de signalisation conformes au protocole SIP, Session Initiation Protocol, ainsi que défini par le RFC3260 de l'IETF et par les autres RFC qui sont plus tard venus compléter le protocole initial.
Ces messages de signalisation peuvent notamment être des messages d'invitation « INVITE » ou d'autres messages de signalisation subséquents et appartenant à une même session de communication créé par le message d'invitation.
En fonction du service requis par le message d'invitation entrant, celui-ci est aiguillé vers une des applications A1, A2 ou A3.
Eventuellement, une même session peut être traitée par plusieurs applications.
In the example represented by the figure 2 , the application server has 3 applications A1, A2 and A3, and an INF infrastructure.
These applications are accessible to communication clients or to other elements of the communication network, not shown, by an INT interface.
Typically this INT interface is intended to send and receive SIP Session Initiation Protocol signaling messages, as defined by the IETF RFC3260 and other RFCs that later supplemented the original protocol.
These signaling messages can in particular be INVITE invitation messages or other subsequent signaling messages belonging to the same communication session created by the invitation message.
Depending on the service required by the incoming invitation message, it is routed to one of the A1, A2 or A3 applications.
Eventually, the same session can be processed by several applications.

Lorsqu'une application nécessite, pour le traitement d'une session de communication, les ressources d'un serveur de média, elle créé un objet de contexte de session au sein de l'infrastructure INF.
Il est important de distinguer la session de communication et la session multimédia. Toute session de communication créée entre le serveur d'application AS et un autre équipement du réseau de communique n'engendre pas nécessairement la création d'une session multimédia. Elle peut également nécessiter d'en créer plusieurs.
On appelle session multimédia l'ensemble des communications entre le serveur d'application AS et un serveur de média MS1, MS2, comprises entre un message de début de session et un message de terminaison.
When an application requires the resources of a media server for the processing of a communication session, it creates a session context object within the INF infrastructure.
It is important to distinguish between the communication session and the multimedia session. Any communication session created between the application server AS and another equipment of the communication network does not necessarily generate the creation of a multimedia session. It may also need to create more than one.
The multimedia session is the set of communications between the application server AS and a media server MS1, MS2, between a start-of-session message and a termination message.

Dans l'exemple illustré par la figure 2, l'application A1 nécessite l'utilisation de deux serveurs de média MS1 et MS2, et l'application A3 nécessite l'utilisation d'un seul serveur de média MS1. L'application A2 n'utilise pas de serveurs de média.
Pour utiliser les serveurs de média MS1 et MS2, l'application A1 créé deux objets de contexte de session, respectivement SC1 et SC3, au sein de l'infrastructure INF. L'application A2 créé quant à elle un objet de contexte de session SC2.
Ces objets de session de contexte peuvent n'être créés que pour une session multimédia et être détruit à la terminaison de celle-ci. Ils peuvent être répartis parmi une pluralité d'agents AGT1, AGT2 contenus dans l'infrastructure INF. Ces agents peuvent par exemple être eux-mêmes répartis sur des équipements distincts.
In the example illustrated by the figure 2 the application A1 requires the use of two media servers MS1 and MS2, and the application A3 requires the use of a single media server MS1. The A2 application does not use media servers.
To use the MS1 and MS2 media servers, the application A1 creates two session context objects, respectively SC1 and SC3, within the INF infrastructure. The A2 application creates an SC2 session context object.
These context session objects can only be created for a multimedia session and be destroyed at the end of the multimedia session. They can be distributed among a plurality of AGT1, AGT2 agents contained in the INF infrastructure. These agents may for example be themselves distributed on separate equipment.

Selon une mise en oeuvre de l'invention, tous ou une partie des objets de contexte de session peuvent être dupliqués sur des agents différents, afin d'assurer une tolérance au faute. Ainsi, par exemple, des copies des objets de contexte de session SC1 et SC2 peuvent être déployées dans l'agent AGT2, et une copie de l'objet de contexte de session SC3 peut être déployée dans l'agent AGT3. Ces copies contiennent l'ensemble des informations mémorisées dans les objets originaux.
En fonctionnement normal, les copies sont non actives et leur comportement consiste à uniquement synchroniser les informations qu'elles contiennent avec celles des originaux. Lorsqu'un des agents ne fonctionne plus, les copies mémorisées dans l'agent survivant deviennent alors actives et gèrent les sessions multimédias.
Uniquement deux agents AGT1, AGT2 sont représentés dans l'exemple de la figure 2, mais il est bien évident que plus de deux agents peuvent être utilisés.
According to one implementation of the invention, all or part of the session context objects can be duplicated on different agents, to ensure fault tolerance. Thus, for example, copies of the session context objects SC1 and SC2 may be deployed in the AGT2 agent, and a copy of the session context object SC3 may be deployed in the AGT3 agent. These copies contain all the information stored in the original objects.
In normal operation, copies are not active and their behavior is to only synchronize the information they contain with that of the originals. When one of the agents no longer works, the copies stored in the surviving agent become active and manage the multimedia sessions.
Only two agents AGT1, AGT2 are represented in the example of figure 2 but it is obvious that more than two agents can be used.

La répartition des objets de contexte de session et de leur copie peut être effectuée afin d'assurer une répartition de la charge des différents agents.The distribution of the session context objects and their copy can be performed to ensure a load distribution of the different agents.

Cette infrastructure INF et l'ensemble des objets de contexte de session peut être une infrastructure Java. Il peut également s'agir d'une infrastructure CORBA, spécifiée par l'OMG (Open Management Group) ou toute d'autre infrastructure logicielle répartie.This INF infrastructure and the set of session context objects can be a Java infrastructure. It can also be a CORBA infrastructure, specified by the OMG ( Open Management Group ) or any other distributed software infrastructure.

Le contexte représente l'ensemble ou sensiblement l'ensemble des informations nécessaires à la session multimédia.
Il peut notamment s'agir d'informations contenues dans les messages de signalisation provenant de l'interface INT, des messages de signalisation provenant des serveurs de média MS1, MS2.
Il peut aussi s'agir d'informations internes, notamment élaborées à partir des informations provenant des messages de signalisation. Par exemple, des informations relatives au statut du serveur de média, du temps écoulé depuis le début d'une annonce jouée etc.
The context represents all or substantially all the information needed for the multimedia session.
It may in particular be information contained in the signaling messages originating from the INT interface, signaling messages originating from the media servers MS1, MS2.
It can also be internal information, in particular developed from information from signaling messages. For example, information about the status of the media server, the time elapsed since the start of an ad played etc.

De cette façon, les applications n'ont pas à gérer la mémorisation des informations contextuelles. Cela permet une plus grande robustesse et tolérance aux pannes : une application peut subir une défaillance et à son redémarrage retrouver les informations mémorisées dans le ou les objets de contexte de session.
Egalement, cela facilite le développement et la maintenance des applications, puisqu'il devient dès lors inutile de se préoccuper de quelles informations doivent être mémorisés et de quelle façon.
In this way, applications do not have to manage the storage of contextual information. This allows for greater robustness and fault tolerance: an application may fail and upon restarting retrieve information stored in the session context object (s).
Also, it makes the development and maintenance of applications easier, since it becomes unnecessary to worry about what information should be stored and how.

Au cours d'une session multimédia, les applications peuvent modifier la valeur des informations mémorisées dans les objets de contexte de session. Ces modifications sont effectuées de façon transactionnelle, c'est à dire de sorte que les propriétés dites ACID soient respectées. On rappelle que propriétés ACID garantissent l'atomicité « A », la cohérence « C », l'isolation « 1 » et la durabilité « D ».During a multimedia session, applications can change the value of the information stored in the session context objects. These modifications are made in a transactional way, that is to say so that the so-called ACID properties are respected. It is recalled that ACID properties guarantee atomicity "A", coherence "C", insulation "1" and durability "D".

L'infrastructure INF comporte également des pilotes de gestion D1, D2, D3 qui sont associés aux serveurs de médias MS1, MS2. Sur l'exemple de la figure 2, le pilote de gestion D1 est associé au serveur de médias MS1, et les pilotes de gestion D2 et D3 sont associés au serveur de médias MS2.
Il est prévu qu'un pilote de gestion ne puisse être associé qu'à un seul serveur de médias ou bien à un seul type de serveurs de média.
Si un serveur de média ou un type de serveurs de média peut s'interfacer selon différents protocoles, il peut être prévu autant de pilote de gestion. Par exemple, un même serveur de média peut être associé à un premier pilote de gestion, propre au protocole SIP, et à un second pilote de gestion, propre au protocole SOAP (« Simple Object Access Protocol »).
Le document « MSCML Protocol: The Key to Unlocking a New Generation of Multimedia SIP Services » d'Eric Burger, publié par la société Cantata, décrit un protocole basé sur XML permettant la communication entre serveur de médias et serveur d'applications. Le serveur d'application peut également comporter un pilote conforme à ce protocole MSCML.
Il est possible d'ajouter des nouveaux pilotes au sein du serveur d'applications, afin de prendre en compte un nouveau protocole, ou de s'interfacer avec un nouveau serveur de média ne comprenant aucun des protocoles pour lesquels un pilote est déjà installé.
The INF infrastructure also includes management drivers D1, D2, D3 which are associated with the media servers MS1, MS2. On the example of the figure 2 , the management driver D1 is associated with the media server MS1, and the management drivers D2 and D3 are associated with the media server MS2.
It is expected that a management driver can only be associated with one media server or one type of media server.
If a media server or a type of media server can interface with different protocols, as many management drivers can be provided. For example, the same media server may be associated with a first management driver, specific to the SIP protocol, and a second management driver, specific to SOAP (" Simple Object Access Protocol ").
Eric Burger's " MSCML Protocol: The Key to Unlocking to New Generation of Multimedia SIP Services ", published by Cantata, describes an XML-based protocol for communication between the media server and the application server. The application server may also include a driver compliant with this MSCML protocol.
It is possible to add new drivers within the application server, to accommodate a new protocol, or to interface with a new media server that does not include any protocols for which a driver is already installed.

Les pilotes de gestion D1, D2, D3 sont prévus pour s'enregistrer auprès d'un ou de plusieurs objets de contexte de session SC1, SC2, SC3. Cet enregistrement leur permet d'être notifiés de toute modification de la valeur d'une information des objets de contexte de session.The management drivers D1, D2, D3 are intended to register with one or more session context objects SC1, SC2, SC3. This record allows them to be notified of any change in the value of a session context object information.

Les pilotes de gestion D1, D2, D3 disposent en outre de moyens pour traduire cette modification dans un protocole compris par le serveur de média.
Inversement, ils disposent de moyens pour traduire les notifications reçus du serveur de média en une modification de valeur d'une information au sein de l'objet de contexte de session correspondant.
Les applications sont également enregistrés auprès des objets de contexte de session afin d'être alerté en ces cas de modifications.
The management drivers D1, D2, D3 also have means for translating this change into a protocol understood by the media server.
Conversely, they have means for translating the notifications received from the media server into a value modification of information within the corresponding session context object.
Applications are also registered with session context objects to be alerted when these changes occur.

Pour rendre l'invention plus claire, nous pouvons décrire un processus possible mis en oeuvre lorsque l'application A1, par exemple, veut déclencher une action auprès du serveur de média MS1.
Il peut par exemple s'agir d'augmenter la vitesse du média audio ou audio-vidéo joué par le serveur de média, de changer la langue de l'annonce, de choisir une musique à jouer etc.
To make the invention clearer, we can describe a possible process implemented when the application A1, for example, wants to trigger an action with the media server MS1.
It may for example be to increase the speed of the audio or audio-video media played by the media server, change the language of the ad, choose a music to play etc.

Dans la description d'un exemple de fonctionnement, il est donc supposé que la session multimédia est déjà créée et qu'un objet de contexte de session CS1 a déjà été créé.
Une demande de changement de la musique à jouer est reçue par l'application A1 par l'interface INT. Elle provint typiquement d'un client de communication (un terminal), suite à une action de l'utilisateur.
L'application A1 établie une transaction avec l'objet de contexte de session CS1 pour modifier la valeur de l'information relative à la musique à jouer. Elle fixe sa nouvelle valeur et termine la transaction.
Le pilote de gestion D1 est enregistré auprès de l'objet de contexte de session CS1 et est alerté de cette modification. Il établi alors un message conforme pour lequel il est prévu. On suppose que dans cet exemple le serveur de média MS1 comprend le protocole SIP et donc que le pilote de gestion D1 est apte à comprendre et générer des messages conformes au protocole SIP.
La modification est alors traduite en un message SIP destiné à modifier la musique à jouer par le serveur de média MS1.
In the description of an example of operation, it is therefore assumed that the multimedia session is already created and a CS1 session context object has already been created.
A request to change the music to play is received by the application A1 by the INT interface. It typically comes from a communication client (a terminal), following a user action.
The application A1 establishes a transaction with the session context object CS1 to modify the value of the information relating to the music to be played. It sets its new value and ends the transaction.
The management driver D1 is registered with the session context object CS1 and is alerted of this modification. He then establishes a message for which it is intended. It is assumed that in this example the media server MS1 comprises the SIP protocol and therefore that the driver of D1 management is able to understand and generate SIP-compliant messages.
The modification is then translated into a SIP message intended to modify the music to be played by the media server MS1.

Un tel message SIP peut par exemple être conforme aux spécifications du RFC 4240 de l'IETF, intitulé « Basic Network Media Services with SIP ».Such a SIP message may, for example, conform to the specifications of IETF RFC 4240, Basic Network Media Services with SIP .

Lorsque le serveur de média MS1 a effectivement modifié le paramètre « musique à jouer », un message est renvoyé vers le pilote de gestion D1. Ce message est également conforme au protocole SIP. Il peut par exemple s'agir d'un message 200 OK.
Le pilote de gestion D1 établi une transaction avec l'objet de contexte de session CS1 afin de traduire ce message en une modification d'une valeur d'une information stockée dans l'objet. Il peut par exemple s'agir de modifier une information de statut indiquant que le serveur de média MS1 est désormais synchronisé avec la valeur de consigne.
L'application A1 qui est à l'écoute de l'objet de contexte de session CS1 est alors informée de cette modification.
When the media server MS1 has indeed changed the "playing music" parameter, a message is returned to the management driver D1. This message is also compliant with the SIP protocol. It may for example be a 200 OK message.
The management driver D1 establishes a transaction with the session context object CS1 in order to translate this message into a modification of a value of information stored in the object. For example, it may be to change a status information indicating that the media server MS1 is now synchronized with the setpoint.
The application A1 which is listening to the CS1 session context object is then informed of this modification.

Par conséquent, dans les deux sens, on réalise bien une transmission rapide des événements et des informations de bout en bout.Therefore, in both directions, a fast transmission of events and end-to-end information is achieved.

A la fin de la session multimédia, les objets de contexte de session peuvent être détruits.At the end of the multimedia session, session context objects can be destroyed.

Claims (3)

  1. Applications server for communication network, comprising a set of applications liable to communicate with media servers, in the context of a communication session,
    also comprising
    - Session context objects, intended to store in memory information relating to communication sessions,
    - Management pilots associated with said media servers, intended to register with one or more of the session context objects in order to be notified of any modification to the value of at least one of said items of information within said one or more session context objects, to translate said modification according to a protocol comprised by the media server(s) with which said management pilots are associated, and to translate any notification received from an associated media server into a modification of the value of an item of information of one or more session context objects.
  2. Application server according to the previous claim in which said session context objects are distributed among a plurality of agents contained in said applications server.
  3. Applications server according to the previous claim, in which said session context objects are duplicated on different agents, in order to ensure fault tolerance.
EP08155637A 2007-09-05 2008-05-05 Application server for a communication network having optimised interface with media servers Not-in-force EP2034692B1 (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
FR0757358A FR2920626B1 (en) 2007-09-05 2007-09-05 APPLICATION SERVER FOR COMMUNICATION NETWORK, WITH OPTIMIZED INTERFACE WITH MEDIA SERVERS.

Publications (2)

Publication Number Publication Date
EP2034692A1 EP2034692A1 (en) 2009-03-11
EP2034692B1 true EP2034692B1 (en) 2010-07-21

Family

ID=38805699

Family Applications (1)

Application Number Title Priority Date Filing Date
EP08155637A Not-in-force EP2034692B1 (en) 2007-09-05 2008-05-05 Application server for a communication network having optimised interface with media servers

Country Status (5)

Country Link
EP (1) EP2034692B1 (en)
AT (1) ATE475255T1 (en)
DE (1) DE602008001843D1 (en)
ES (1) ES2348492T3 (en)
FR (1) FR2920626B1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2479669A1 (en) * 2011-01-24 2012-07-25 Alcatel Lucent Mediation method and device for causing interactions between independent applications within a communication network

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030051037A1 (en) * 2001-06-12 2003-03-13 Mukesh Sundaram Open portal interface manager
US7656866B2 (en) * 2005-04-22 2010-02-02 At&T Corp. Controlling media server resources in a VoIP network
CN100471184C (en) * 2005-06-28 2009-03-18 华为技术有限公司 Gate control proxy and realizing method thereof

Also Published As

Publication number Publication date
DE602008001843D1 (en) 2010-09-02
FR2920626A1 (en) 2009-03-06
ES2348492T3 (en) 2010-12-07
FR2920626B1 (en) 2009-11-13
EP2034692A1 (en) 2009-03-11
ATE475255T1 (en) 2010-08-15

Similar Documents

Publication Publication Date Title
EP2936782B1 (en) Method for treatment of access requests, and web browser
WO2006134055A1 (en) Method for managing execution by a server of an application providing at least one interactive multimedia service to at least one terminal, corresponding computer programme product and server
WO2007010163A2 (en) Device for managing media server resources for interfacing between application servers and media servers in a communication network
EP3085065B1 (en) Method for dynamic update of information obtained from a dns server.
EP2630768B1 (en) Processing data for transferring or mirroring a media stream
EP2034692B1 (en) Application server for a communication network having optimised interface with media servers
FR2897453A1 (en) Activity e.g. session, transfer triggering method for e.g. mobile telephone, involves sending activity transfer suggesting message to terminal in case of presence of activity, and requesting terminal for activity start
EP3178252B1 (en) Processing of signalling messages in a system comprising several core networks
EP2079216B1 (en) Memorisation of contextual information between transmissions of signalling messages
EP3701697A1 (en) Method and entity for managing a multimedia session between a calling terminal and at least one called terminal, corresponding terminal and computer program
FR3086478A1 (en) MANAGEMENT OF THE OPERATION OF A REMOTE CONTROL WHEN RECEIVING A TELEPHONE CALL.
EP3632078B1 (en) Method for controlling a communication comprising multiple transactions
EP1964369A2 (en) Method for the management of flows between appliances of a telecommunications network
EP2223215A1 (en) Method for controlling at least one application process and corresponding computer program product
EP2533496B1 (en) Method for voice over IP communication, associated system and server
EP2134060A1 (en) Method and system of internet based communication wherein a called party can select the modality with which to be contacted
EP3011723B1 (en) Method of acquisition of a coding/decoding module in a telecommunications network
FR2979785A1 (en) Method for exchanging messages between application server and media server during application of process, involves exchanging process execution control message between application server and media server during application of process
WO2015128561A1 (en) Method and device for discovering communication capabilities relating to a user of a terminal
FR2919140A1 (en) METHOD FOR EXCHANGING MESSAGES BETWEEN SESSION DATA SERVER AND CLIENT SERVICES
FR2870660A1 (en) Information exchanging method for e.g. third generation mobile telephone network, involves addressing session initiation protocol INVITE request to media server by utilizing address server
FR2958820A1 (en) Session initiation protocol request routing method, involves routing session initiation protocol request by proxy server via branches, and identifying proxy server by session initiation protocol managing interface
WO2012175895A1 (en) Transcoding of content referenced by a content server

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MT NL NO PL PT RO SE SI SK TR

AX Request for extension of the european patent

Extension state: AL BA MK RS

17P Request for examination filed

Effective date: 20090911

AKX Designation fees paid

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MT NL NO PL PT RO SE SI SK TR

GRAP Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOSNIGR1

GRAS Grant fee paid

Free format text: ORIGINAL CODE: EPIDOSNIGR3

GRAA (expected) grant

Free format text: ORIGINAL CODE: 0009210

AK Designated contracting states

Kind code of ref document: B1

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MT NL NO PL PT RO SE SI SK TR

REG Reference to a national code

Ref country code: GB

Ref legal event code: FG4D

Free format text: NOT ENGLISH

REG Reference to a national code

Ref country code: CH

Ref legal event code: EP

REG Reference to a national code

Ref country code: IE

Ref legal event code: FG4D

REF Corresponds to:

Ref document number: 602008001843

Country of ref document: DE

Date of ref document: 20100902

Kind code of ref document: P

REG Reference to a national code

Ref country code: NL

Ref legal event code: VDEP

Effective date: 20100721

Ref country code: ES

Ref legal event code: FG2A

Effective date: 20101124

LTIE Lt: invalidation of european patent or patent extension

Effective date: 20100721

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: AT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20100721

Ref country code: LT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20100721

Ref country code: NO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20101021

Ref country code: FI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20100721

Ref country code: NL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20100721

REG Reference to a national code

Ref country code: IE

Ref legal event code: FD4D

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: BG

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20101021

Ref country code: PL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20100721

Ref country code: IS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20101121

Ref country code: HR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20100721

Ref country code: SI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20100721

Ref country code: CY

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20100721

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: GR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20101022

Ref country code: SE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20100721

Ref country code: LV

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20100721

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: IE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20100721

Ref country code: DK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20100721

PLBE No opposition filed within time limit

Free format text: ORIGINAL CODE: 0009261

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: CZ

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20100721

Ref country code: RO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20100721

Ref country code: EE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20100721

Ref country code: SK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20100721

26N No opposition filed

Effective date: 20110426

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: ES

Payment date: 20110525

Year of fee payment: 4

REG Reference to a national code

Ref country code: DE

Ref legal event code: R097

Ref document number: 602008001843

Country of ref document: DE

Effective date: 20110426

BERE Be: lapsed

Owner name: ALCATEL LUCENT

Effective date: 20110531

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MC

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20110531

Ref country code: MT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20100721

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: IT

Payment date: 20110531

Year of fee payment: 4

REG Reference to a national code

Ref country code: CH

Ref legal event code: PCOW

Free format text: ALCATEL LUCENT;3, AVENUE OCTAVE GREARD;75007 PARIS (FR)

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: BE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20110531

REG Reference to a national code

Ref country code: CH

Ref legal event code: PL

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: CH

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20120531

Ref country code: LI

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20120531

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: IT

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20120505

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: LU

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20110505

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: PT

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20100721

REG Reference to a national code

Ref country code: ES

Ref legal event code: FD2A

Effective date: 20130820

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: TR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20100721

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: ES

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20120506

Ref country code: HU

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20100721

REG Reference to a national code

Ref country code: FR

Ref legal event code: GC

Effective date: 20131018

REG Reference to a national code

Ref country code: FR

Ref legal event code: RG

Effective date: 20141016

REG Reference to a national code

Ref country code: FR

Ref legal event code: PLFP

Year of fee payment: 8

REG Reference to a national code

Ref country code: FR

Ref legal event code: CA

Effective date: 20150521

REG Reference to a national code

Ref country code: FR

Ref legal event code: CA

Effective date: 20150521

REG Reference to a national code

Ref country code: FR

Ref legal event code: PLFP

Year of fee payment: 9

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: GB

Payment date: 20160520

Year of fee payment: 9

Ref country code: DE

Payment date: 20160520

Year of fee payment: 9

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: FR

Payment date: 20160520

Year of fee payment: 9

REG Reference to a national code

Ref country code: DE

Ref legal event code: R119

Ref document number: 602008001843

Country of ref document: DE

GBPC Gb: european patent ceased through non-payment of renewal fee

Effective date: 20170505

REG Reference to a national code

Ref country code: FR

Ref legal event code: ST

Effective date: 20180131

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: GB

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20170505

Ref country code: DE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20171201

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: FR

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20170531