WO2009118716A1 - Processing of messaging service attributes in communication systems - Google Patents

Processing of messaging service attributes in communication systems Download PDF

Info

Publication number
WO2009118716A1
WO2009118716A1 PCT/IE2009/000009 IE2009000009W WO2009118716A1 WO 2009118716 A1 WO2009118716 A1 WO 2009118716A1 IE 2009000009 W IE2009000009 W IE 2009000009W WO 2009118716 A1 WO2009118716 A1 WO 2009118716A1
Authority
WO
WIPO (PCT)
Prior art keywords
proxy
server
attributes
subscriber
dynamic
Prior art date
Application number
PCT/IE2009/000009
Other languages
French (fr)
Inventor
Robert James Lockwood
Original Assignee
Markport Limited
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 Markport Limited filed Critical Markport Limited
Priority to EP09725413A priority Critical patent/EP2274895A1/en
Priority to US12/736,244 priority patent/US20110035434A1/en
Publication of WO2009118716A1 publication Critical patent/WO2009118716A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/04Real-time or near real-time messaging, e.g. instant messaging [IM]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/45Network directories; Name-to-address mapping
    • H04L61/4505Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols
    • H04L61/4523Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols using lightweight directory access protocol [LDAP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/45Network directories; Name-to-address mapping
    • H04L61/4557Directories for hybrid networks, e.g. including telephone numbers

Definitions

  • the invention relates to messaging systems, and more particularly to the manner of storage, retrieval, and update of messaging service attributes in real time.
  • the Lightweight Directory Access Protocol is commonly used to store subscriber- specific, or configuration-specific information in an open-standards based VOIP system such as voicemail or videomail.
  • LDAP Lightweight Directory Access Protocol
  • LDAP backends provide high speed reading ability that is scalable to support systems supporting millions of subscribers, the throughput on writes to LDAP databases is not sufficient to support dynamic attributes that scale to millions of subscribers.
  • US7035846 (IBM) describes a framework for answering LDAP queries.
  • a proxy server maintains a cache of information about queries and uses this information to determine if a current query can be answered from the local cache.
  • the invention is directed towards achieving improved write performance for directories, thus enabling enhanced real time messaging services to be performed.
  • a messaging system for a communication network comprising at least one directory server, wherein the system further comprises a proxy having a database storing a subset of messaging service attributes and the balance of the attributes being stored in the directory server, and the proxy comprises a server adapted to: intercept client requests directed to the directory server, identify, according to a criterion, a subset of attributes associated with the request as dynamic attributes, and to perform high speed write operations on said dynamic attributes in the proxy database to provide enhanced messaging services, direct requests for the other attributes to the directory server, and to provide a client response.
  • the proxy is adapted to identify attributes as dynamic according to a configuration table.
  • the proxy is adapted to identify as a dynamic attribute an attribute which is a count of a number of times a particular operation has been performed for a subscriber.
  • the proxy is adapted to cease maintaining a count of a particular operation when the count value exceeds a threshold.
  • the proxy is adapted to perform a write to the directory server of a dynamic attribute when it lies outside a configured range, so that said attribute ceases to be a dynamic attribute.
  • the proxy is adapted to identify as a dynamic attribute an attribute which is a count of a number of times a particular item of content has been automatically downloaded to a subscriber.
  • the proxy is adapted to identify as a dynamic attribute an attribute which is a count of a number of times a notification has been automatically transmitted to a subscriber.
  • the proxy is also adapted to perform retrieve, modify, or delete operations on said dynamic attributes and to add a new dynamic attribute to the proxy database.
  • the proxy is adapted to generate results using dynamic attributes which it has written to the proxy database and to generate results from requests to the directory server, and to join said results to provide the client response.
  • the proxy database is organised as a hash table with a subscriber identifier as a hash key.
  • proxy keys are correlated with directory server keys using a protocol for routing of requests to be handled by the directory server.
  • said protocol is LDAP.
  • a subscriber identifier such as a telephone number is a correlation key.
  • the proxy is multi-threaded in a manner to handle many requests in parallel in a reliable manner.
  • the proxy ensures that transactions are atomic for concurrent access to attributes for a subscriber.
  • the proxy performs atomic transactions composed of reading a record; verifying that a current record value is the same as a current value of a request; changing the current value to that in the request; and writing the record.
  • the proxy uses at least one mutex for operations to ensure atomicity.
  • the proxy is adapted to delete attributes and/or records from its database and to write them to the directory server.
  • system further comprises at least one server acting as a client, and wherein the proxy is adapted to process requests from one or more servers to provide to the server real time access to the dynamic attributes in a manner which is transparent to the server acting as a client.
  • the system further comprises a provisioning server acting as a client of the proxy, and wherein the proxy is adapted to: receive from the provisioning server a request to create records for a new subscriber, partition the request into dynamic and static attributes, servicing the dynamic attributes itself and passing the remainder of the request to the directory server, join results from provisioning of both the dynamic attributes and the static attributes to return a provisioning status response to the provisioning server.
  • a provisioning server acting as a client of the proxy
  • the proxy is adapted to: receive from the provisioning server a request to create records for a new subscriber, partition the request into dynamic and static attributes, servicing the dynamic attributes itself and passing the remainder of the request to the directory server, join results from provisioning of both the dynamic attributes and the static attributes to return a provisioning status response to the provisioning server.
  • the system further comprises a notification server acting as a client, and wherein the proxy is adapted to: receive from the notification server a query to retrieve notification preferences and settings for a subscriber for whom a message has been deposited in a mailbox; process dynamic attributes of the query locally, and pass the remainder of the query to the directory server; and to subsequently join results for the full query and pass them to the notification server.
  • a notification server acting as a client
  • the proxy is adapted to: receive from the notification server a query to retrieve notification preferences and settings for a subscriber for whom a message has been deposited in a mailbox; process dynamic attributes of the query locally, and pass the remainder of the query to the directory server; and to subsequently join results for the full query and pass them to the notification server.
  • the notification server is adapted to use the dynamic attributes within a directory server request to determine if a notification which is to be sent to a subscriber is one of a first number of notifications, and the proxy server is adapted to provide this information by using results from the proxy database, and the proxy server is adapted to subsequently perform a write to a dynamic attribute in response to the notification server requesting modification of this dynamic attribute in order to increment the notification count, and the notification server is adapted to alter a notification to the subscriber to include a message that reminds the subscriber how to login to their mailbox and send the resultant notification, and to provide an intelligent interface.
  • the system further comprises a video/voice server and an application server, and wherein the system is adapted to perform the method steps of: the video/voice server receiving a subscriber call and handing off the call to the application server; the application server issuing a query to retrieve the settings and preferences for this subscriber; the proxy processing dynamic attributes of the query locally and passing the remainder of the query to the directory server; and joining the results for all attributes of the query and passing them to the application server.
  • the system is adapted to perform the additional steps of: the application server determining that the class of service for this subscriber requires that verbose versions of the menus are to be played if the subscriber has logged in less than N times, and noting from result of a query to the proxy that the value of this dynamic attribute is less than N and issuing a modify request to the proxy to increment this value; the proxy processing the modification of the dynamic attribute, writing the modified value to its database, and returning the result; the application server counting and classifying messages in the subscriber's mail box; the application server instructing the voice/video server to play the subscriber's messages and enabling verbose prompting because the login count was less than N, the application server thereby providing an intelligent interface because of the services of the proxy; and the voice/video server retrieving messages from the store and playing them to the subscriber.
  • the proxy is adapted to use dynamic attributes to control playing of content such as a broadcast alert or advertising content each time a subscriber logs on or receives a notification, and to perform cycling by playing a next item of content if there have been N repetitions of playing current content over a number of messaging sessions for a particular subscriber, a count up to N being a dynamic attribute, and an identifier of current content being another dynamic attribute; and the proxy updating the count dynamic attribute each time content has been played for the subscriber, and updating the current content identifier dynamic attribute upon commencement of each cycle.
  • content such as a broadcast alert or advertising content each time a subscriber logs on or receives a notification
  • the subset of attributes identified as dynamic include attributes for handling any data that has transient values, such as Boolean dynamic attributes to indicate whether a subscriber needs a specific service.
  • the subset of attributes includes attributes to record whether an A-party subscriber has already received an out-of-office notification from a given B-party subscriber, wherein a dynamic attribute holds for the out-of-office B-party subscriber the MSISDN of one - - more A-party to whom an OOTO notification is sent in response to a message delivery attempt from such an A-party to the B-party, and wherein another dynamic attribute indicates whether the B-party subscriber has out-of-office notification service activated.
  • the proxy is adapted to map IP addresses to MSISDNs, whereby instead of storing the IP address to MSISDN mapping in a Radius store, a WAP gateway instead does an LDAP add operation to the proxy when a start accounting request is received.
  • the proxy is adapted to delete a mapping when a stop accounting request is received.
  • the proxy is adapted to combine contents of the Radius store in its database with the subscriber data in LDAP and return this data as a single query result.
  • the invention provides a computer program product comprising a computer usable medium having a computer readable program code embodied therein, said computer readable code adapted to be executed to implement the steps of: intercept messaging-related client requests directed to a directory server, identify, according to a criterion, a subset of attributes associated with the request as dynamic attributes, and perform high speed write operations on said dynamic attributes in a proxy database to provide enhanced messaging services, direct requests for the other attributes to the directory server, and to provide a client response.
  • Fig. 1 is a diagram illustrating context of the invention
  • Fig. 2 is a diagram illustrating a dynamic attribute proxy of the invention
  • Fig. 3 is a diagram illustrating a provisioning method
  • Fig. 4 is a diagram illustrating a notification method
  • Fig. 5 is a diagram illustrating a subscriber login method
  • Fig. 6 is a diagram illustrating operation of the proxy for handling data having transient values.
  • Fig. 7 is a diagram illustrating operation of the proxy for mapping IP addresses to
  • a voice/video services architecture 1 including a provisioning server 2, an application server 3, a notification server 4, a mail server 7, and a voice/video server 8 which act as clients towards an LDAP directory server 5.
  • the invention provides a dynamic attribute proxy (“DAP") 6 with the ability to perform high speed operations on dynamic attributes, in particular high speed write operations. It allows the servers to provide enhancements to their business logic and ultimately the voice/video mail subscriber's experience.
  • DAP dynamic attribute proxy
  • the DAP 6 intercepts operations for a small number of attributes for each subscriber and provides high-speed, reliable access to these attributes.
  • the proxy 6 provides add, delete, modify and retrieve operations, but only provides those operations for the attributes that require high speed dynamics.
  • LDAP client requests that do not address these attributes are forwarded to the directory server 5 in a conventional manner.
  • the proxy 6 is also responsible for effectively joining the results of requests that have both high-speed dynamic attributes as well as "static" attributes that are stored in a directory server 5. Because the proxy 6 intercepts and services such requests with high speed and reliability in a highly available environment, "intelligent" services that involve maintaining dynamic attributes for large numbers of subscribers in a distributed environment can be deployed.
  • Fig. 2 shows a more detailed view of the proxy 6. It comprises highly available servers in hosts 20 ("Host A”) and 21 ("Host B") and a database 23 that provide both a proxy LDAP service and the ability to perform high-speed operations on dynamic attributes, in particular high speed write operations.
  • This diagram also shows LDAP clients 25 making LDAP requests, and the LDAP interface of the proxy 6 to the directory server 5.
  • the database 23 may reside in either a RAID or a SAN and is physically connected to the two- host cluster 20, 21 via a high-speed bus (SCSI or FIBRE in two embodiments).
  • the RAID or SAN provide the database 23 as highly available to the nodes which comprise the DAP 6.
  • the database 23 is organized as a hash table.
  • the key to the hash table is correlated with a key used by the directory server, hi one embodiment, the subscriber's telephone number is this key. Multiple keys could be used.
  • the hash table provides extremely efficient access, particularly if the hash key is the subscriber's MSISDN, and most preferably if this correlates with the key used by the directory server.
  • the DAP 6 severs 20 and 21 are the only writer and only reader of the database 23.
  • the DAP 6 may serve any number of clients at a time (multi-threaded application), but is responsible for ensuring that each of the transactions that it performs are atomic. For example, the DAP 6 performs the following actions on an LDAP_MODIFY of a given dynamic attribute:
  • the DAP 6 ensures that these actions are atomic by using a mutex around these operations such that only one thread of execution can manipulate the dynamic attribute for a given key at a time.
  • a simple DAP can use a single mutex for all transactions, but a more sophisticated DAP can map each request (based on telephone number) to one of many mutexes to achieve even more - - parallelism. We have shown however, that a single mutex is sufficient to achieve thousands of writes per second.
  • the DAP 6 is installed as a service under a highly-available cluster (in this simple example, Host A 20 and Host B 21).
  • the service is typically deployed as a pair of hosts (nodes) arranged such that the cluster server is in an active / passive configuration.
  • LDAP clients connect to the DAP 6 using the standard LDAP protocol.
  • the DAP 6 proxies requests to the directory server 5 and locally intercepts and processes attributes that have been identified as dynamic.
  • the dynamic attributes can be identified to the DAP 6 by a simple configuration table such as the example presented in Table 1 below.
  • Fig. 3 shows a data flow corresponding to provisioning.
  • the data flow for provisioning is as follows:
  • the provisioning server issues an LDAP Add to create records for a new subscriber
  • the DAP partitions the request into "dynamic” and “static” attributes, servicing the dynamic attributes itself and passing the remainder of the request to the directory server.
  • dn means distinguish name
  • dc means domain component
  • en means common name
  • dc example
  • dc com telephonenumber: 8045550000
  • the DAP 6 joins the results of both the dynamic attribute and the static attribute creation and returns the result to the provisioning server.
  • Fig. 4 shows a data flow corresponding to notification, as follows:
  • a voice or video message is deposited in the mailbox of a subscriber via SMTP. Note that the call setup steps for this scenario are not shown. 2.
  • the notification server then receives a copy of the message via a SMTP copy-forward mechanism.
  • the notification server issues an LDAP query to retrieve the notification preferences and settings for the subscriber.
  • the DAP 6 processes the dynamic attributes locally and passes the remainder of the LDAP query to the directory server. - -
  • the DAP 6 joins the results and passes them to the notification server.
  • the DAP 6 processes the modification of the dynamic attribute and returns the result.
  • the DAP 6 processes the LDAP modify entirely on its own, providing high speed write access to the
  • the notification server 4 alters its notification to include a message that reminds a subscriber how to login to their mailbox and sends the resultant notification.
  • the notification server 4 is able to provide this "Intelligent" interface because of the services ofthe DAP ⁇ .
  • dynamic attributes could have been used to control the delivery of advertising content.
  • the "intelligent" service of playing an advertisement each time a subscriber logs on and cycling to the next advertisement after n repetitions can easily be realized with two controlling dynamic attributes (one identifying which advertisement and one identifying repetition count).
  • Fig. 5 shows the data flow for a subscriber logging in to his mailbox.
  • the subscribers call arrives at the voice/video server 8. This may be either a voice or a video call depending on the type of service the subscriber has.
  • the application server 3 issues an LDAP query to retrieve the settings and preferences for this subscriber.
  • the DAP 6 processes the dynamic attributes locally and passes the remainder of the query to the directory server.
  • the DAP 6 joins the results and passes them to the application server 3. - -
  • the application server 3 determines that the class of service for this subscriber requires that verbose versions of the menus are to be played if the subscriber has logged in less than 10 times. The application server 3 notes that this value is less than 10 and issues an LDAP modify to increment this value. 7. The DAP processes the modification of the dynamic attribute and returns the result.
  • the application server 3 counts and classifies messages in the subscriber's mail box.
  • the application server 3 instructs the voice/video server 8 to play the subscriber's messages and enables verbose prompting because the login count was less than 10.
  • the application server 3 is able to provide this "Intelligent" interface because of the services of the DAP. In a similar manner, dynamic attributes could have been used to control the delivery of advertising content.
  • the voice/video server 8 retrieves messages from the store and plays them to the subscriber.
  • the DAP 6 is used as a mid-stream probe/interceptor.
  • the content of interest is configurable and initialized by the provisioning server, the DAP 6 probes the LDAP stream and acts on the subset of data of interest and provides fast write support for that subset.
  • the above examples all involve taking an action a fixed number of times for each subscriber, and using dynamic attributes for the purpose of counting.
  • the examples apply equally well to both the videomail and the voicemail domains, hi the scenarios where the DAP 6 is used to count up or down to a certain value, the attribute loses its need to be a dynamic attribute once it reaches the specified limit.
  • the DAP 6 can automatically remove a dynamic attribute from control of the DAP 6 once it reaches a limit, by simply writing the value of the attribute (once) to the directory 5 store and removing the attribute from its own store. By performing this as a low priority background task, the DAP 6 can ensure that the last write achieves the same high performance as other writes and the DAP 6 can also keep its internal database minimally sized to achieve continued high performance. All of the writes performed to the DAP 6 database are dynamic and there is no advantage to synchronising the directory 5 store with it until after the value reaches a limit. Of course, all requests are made to the DAP 6 and so there is no risk of out of date information being provided.
  • dynamic attributes may also be used for handling any data that has transient values.
  • Boolean dynamic attributes may be used to indicate whether a subscriber needs a specific service.
  • an enhanced personalised messaging services platform 30 which offers advanced messaging services (using bearer SMS, i.e. in conjunction with the SMSC) could use dynamic attributes to remember whether a subscriber has already received an out-of-office notification on behalf of a given B-party subscriber.
  • the out-of-office B-party subscriber-record is defined with an attribute e.g.
  • OOTONotificationSent A-party MSISDN(s)
  • OOTONotificationSent A-party MSISDN(s)
  • the WAP gateway 40 normally maintains a Radius store 41 containing a mapping of IP addresses to MSISDNs.
  • a Radius start accounting request is received from the network, it stores a new IP address to MSISDN mapping in the Radius store, when a Radius stop accounting request is received it removes an IP address to MSISDN mapping from the Radius store.
  • it uses an LDAP-based subscriber database and offers a query interface to other applications that can query the Radius store to obtain the IP address-to-MSISDN mapping.
  • the reason for having a separate Radius store is the inadequate write speed of LDAP, as otherwise the IP address could also be stored as a queryable attribute in the LDAP based subscriber database.
  • the DAP performs a highly efficient mechanism mapping IP addresses to MSISDNs (effectively the information in the Radius store).
  • the WAP gateway instead does an LDAP add operation to the DAP when the start accounting request is received.
  • the DAP will introduce this mapping in the DAP database. Any other system needing the IP address as part of the subscriber data will do a standard LDAP query to the DAP.
  • the DAP will combine the contents of the Radius store in the DAP with the subscriber data in LDAP and return this data as a single query result, allowing a much simpler implementation for the systems using this data as they need to do only a single request to LDAP instead of separate requests to LDAP and the Radius store.
  • the DAP must support a standard LDAP Delete operation. This operation would be performed when a stop accounting request is received and the DAP would remove the mapping from its database.
  • the invention provides very high speed "intelligent" data flows for real time performance of services, some of which involve user interaction in real time. Without the invention some of these services would not be possible. Examples are playing an advertisement a fixed number of times per subscriber, playing "Novice” prompts during the first N logins to the system by a given subscriber, or providing "Help" during the first N notifications reminding a subscriber how to retrieve messages.
  • the invention allows dynamic attributes to be used handling any data that has transient values to achieve, for example, advanced messaging services such as out-of-office status notifications.
  • the DAP can be utilized by any application that needs to manipulate dynamic attributes over a large set of subscribers.
  • the applications that can potentially use this service include, but are not limited to, SMSC, MMSC, VoiceMail, VideoMail, VideoPortal, VoicePortal, and enhanced personalised messaging services platforms, and applications providing personalised routing of messaging traffic.

Abstract

A messaging system (1) has a provisioning server (2), an application server (3), a notification server (4), a mail server (7), and a voice/video server (8) which act as clients toward an LDAP directory server (5). A proxy ("DAP", 6) performs high speed write operations on a subset of attributes which it determines to be dynamic attributes. LDAP client requests that do not involve dynamic attributes are forwarded to the directory server (5) in a conventional manner. The proxy (6) also joins the results of requests that have both high-speed dynamic attributes as well as "static" attributes that are stored in a directory server (5). "Intelligent" services that involve maintaining dynamic attributes for large number of subscribers in a distributed environment can be deployed.

Description

"Processing of Messaging Service Attributes in Communication Systems"
INTRODUCTION
Field of the Invention
The invention relates to messaging systems, and more particularly to the manner of storage, retrieval, and update of messaging service attributes in real time.
Prior Art Discussion
The Lightweight Directory Access Protocol (LDAP) is commonly used to store subscriber- specific, or configuration-specific information in an open-standards based VOIP system such as voicemail or videomail. There are many scenarios where it is desirable to provide high speed reliable dynamic attributes on a per-subscriber basis. While LDAP backends provide high speed reading ability that is scalable to support systems supporting millions of subscribers, the throughput on writes to LDAP databases is not sufficient to support dynamic attributes that scale to millions of subscribers.
US7035846 (IBM) describes a framework for answering LDAP queries. A proxy server maintains a cache of information about queries and uses this information to determine if a current query can be answered from the local cache.
US6779025 (Cisco) describes an application server for providing subscriber attribute information from a remote database server.
Although the "write" performance of LDAP servers is improving with some implementations providing throughput of up to hundreds of writes per second, these throughputs fall short of the current requirements of thousands of writes per second.
The invention is directed towards achieving improved write performance for directories, thus enabling enhanced real time messaging services to be performed.
SUMMARY OF THE INVENTION - -
According to the invention, there is provided a messaging system for a communication network, the system comprising at least one directory server, wherein the system further comprises a proxy having a database storing a subset of messaging service attributes and the balance of the attributes being stored in the directory server, and the proxy comprises a server adapted to: intercept client requests directed to the directory server, identify, according to a criterion, a subset of attributes associated with the request as dynamic attributes, and to perform high speed write operations on said dynamic attributes in the proxy database to provide enhanced messaging services, direct requests for the other attributes to the directory server, and to provide a client response.
In one embodiment, the proxy is adapted to identify attributes as dynamic according to a configuration table.
In one embodiment, the proxy is adapted to identify as a dynamic attribute an attribute which is a count of a number of times a particular operation has been performed for a subscriber.
In one embodiment, the proxy is adapted to cease maintaining a count of a particular operation when the count value exceeds a threshold.
In one embodiment, the proxy is adapted to perform a write to the directory server of a dynamic attribute when it lies outside a configured range, so that said attribute ceases to be a dynamic attribute.
Preferably, the proxy is adapted to identify as a dynamic attribute an attribute which is a count of a number of times a particular item of content has been automatically downloaded to a subscriber.
In one embodiment, the proxy is adapted to identify as a dynamic attribute an attribute which is a count of a number of times a notification has been automatically transmitted to a subscriber.
In one embodiment, the proxy is also adapted to perform retrieve, modify, or delete operations on said dynamic attributes and to add a new dynamic attribute to the proxy database. In one embodiment, the proxy is adapted to generate results using dynamic attributes which it has written to the proxy database and to generate results from requests to the directory server, and to join said results to provide the client response.
In another embodiment, the proxy database is organised as a hash table with a subscriber identifier as a hash key.
In one embodiment, in the proxy database, proxy keys are correlated with directory server keys using a protocol for routing of requests to be handled by the directory server. In one embodiment, said protocol is LDAP.
In one embodiment, a subscriber identifier such as a telephone number is a correlation key.
In one embodiment, the proxy is multi-threaded in a manner to handle many requests in parallel in a reliable manner.
In one embodiment, the proxy ensures that transactions are atomic for concurrent access to attributes for a subscriber.
In one embodiment, the proxy performs atomic transactions composed of reading a record; verifying that a current record value is the same as a current value of a request; changing the current value to that in the request; and writing the record.
In one embodiment, the proxy uses at least one mutex for operations to ensure atomicity.
In one embodiment, the proxy is adapted to delete attributes and/or records from its database and to write them to the directory server.
In one embodiment, the system further comprises at least one server acting as a client, and wherein the proxy is adapted to process requests from one or more servers to provide to the server real time access to the dynamic attributes in a manner which is transparent to the server acting as a client. - -
In one embodiment, the system further comprises a provisioning server acting as a client of the proxy, and wherein the proxy is adapted to: receive from the provisioning server a request to create records for a new subscriber, partition the request into dynamic and static attributes, servicing the dynamic attributes itself and passing the remainder of the request to the directory server, join results from provisioning of both the dynamic attributes and the static attributes to return a provisioning status response to the provisioning server.
In one embodiment, the system further comprises a notification server acting as a client, and wherein the proxy is adapted to: receive from the notification server a query to retrieve notification preferences and settings for a subscriber for whom a message has been deposited in a mailbox; process dynamic attributes of the query locally, and pass the remainder of the query to the directory server; and to subsequently join results for the full query and pass them to the notification server.
In one embodiment: the notification server is adapted to use the dynamic attributes within a directory server request to determine if a notification which is to be sent to a subscriber is one of a first number of notifications, and the proxy server is adapted to provide this information by using results from the proxy database, and the proxy server is adapted to subsequently perform a write to a dynamic attribute in response to the notification server requesting modification of this dynamic attribute in order to increment the notification count, and the notification server is adapted to alter a notification to the subscriber to include a message that reminds the subscriber how to login to their mailbox and send the resultant notification, and to provide an intelligent interface.
In one embodiment, the system further comprises a video/voice server and an application server, and wherein the system is adapted to perform the method steps of: the video/voice server receiving a subscriber call and handing off the call to the application server; the application server issuing a query to retrieve the settings and preferences for this subscriber; the proxy processing dynamic attributes of the query locally and passing the remainder of the query to the directory server; and joining the results for all attributes of the query and passing them to the application server.
In one embodiment, the system is adapted to perform the additional steps of: the application server determining that the class of service for this subscriber requires that verbose versions of the menus are to be played if the subscriber has logged in less than N times, and noting from result of a query to the proxy that the value of this dynamic attribute is less than N and issuing a modify request to the proxy to increment this value; the proxy processing the modification of the dynamic attribute, writing the modified value to its database, and returning the result; the application server counting and classifying messages in the subscriber's mail box; the application server instructing the voice/video server to play the subscriber's messages and enabling verbose prompting because the login count was less than N, the application server thereby providing an intelligent interface because of the services of the proxy; and the voice/video server retrieving messages from the store and playing them to the subscriber.
hi one embodiment, the proxy is adapted to use dynamic attributes to control playing of content such as a broadcast alert or advertising content each time a subscriber logs on or receives a notification, and to perform cycling by playing a next item of content if there have been N repetitions of playing current content over a number of messaging sessions for a particular subscriber, a count up to N being a dynamic attribute, and an identifier of current content being another dynamic attribute; and the proxy updating the count dynamic attribute each time content has been played for the subscriber, and updating the current content identifier dynamic attribute upon commencement of each cycle.
In one embodiment, the subset of attributes identified as dynamic include attributes for handling any data that has transient values, such as Boolean dynamic attributes to indicate whether a subscriber needs a specific service.
In one embodiment, the subset of attributes includes attributes to record whether an A-party subscriber has already received an out-of-office notification from a given B-party subscriber, wherein a dynamic attribute holds for the out-of-office B-party subscriber the MSISDN of one - - more A-party to whom an OOTO notification is sent in response to a message delivery attempt from such an A-party to the B-party, and wherein another dynamic attribute indicates whether the B-party subscriber has out-of-office notification service activated.
In one embodiment, the proxy is adapted to map IP addresses to MSISDNs, whereby instead of storing the IP address to MSISDN mapping in a Radius store, a WAP gateway instead does an LDAP add operation to the proxy when a start accounting request is received.
In one embodiment, the proxy is adapted to delete a mapping when a stop accounting request is received.
In one embodiment, the proxy is adapted to combine contents of the Radius store in its database with the subscriber data in LDAP and return this data as a single query result.
In another aspect, the invention provides a computer program product comprising a computer usable medium having a computer readable program code embodied therein, said computer readable code adapted to be executed to implement the steps of: intercept messaging-related client requests directed to a directory server, identify, according to a criterion, a subset of attributes associated with the request as dynamic attributes, and perform high speed write operations on said dynamic attributes in a proxy database to provide enhanced messaging services, direct requests for the other attributes to the directory server, and to provide a client response.
Detailed Description of the Invention
The invention will be more clearly understood from the following description of some embodiments thereof, given by way of example only with reference to the accompanying drawings in which:-
Fig. 1 is a diagram illustrating context of the invention;
Fig. 2 is a diagram illustrating a dynamic attribute proxy of the invention; Fig. 3 is a diagram illustrating a provisioning method;
Fig. 4 is a diagram illustrating a notification method;
Fig. 5 is a diagram illustrating a subscriber login method;
Fig. 6 is a diagram illustrating operation of the proxy for handling data having transient values; and
Fig. 7 is a diagram illustrating operation of the proxy for mapping IP addresses to
MSISDNs.
Description of the Invention
Glossary of terms and their definitions: HA High Availability
LDAP Lightweight Directory Access Protocol
DAP Dynamic Attribute Proxy
Referring to Fig. 1 a voice/video services architecture 1 is shown including a provisioning server 2, an application server 3, a notification server 4, a mail server 7, and a voice/video server 8 which act as clients towards an LDAP directory server 5. The invention provides a dynamic attribute proxy ("DAP") 6 with the ability to perform high speed operations on dynamic attributes, in particular high speed write operations. It allows the servers to provide enhancements to their business logic and ultimately the voice/video mail subscriber's experience.
The DAP 6 intercepts operations for a small number of attributes for each subscriber and provides high-speed, reliable access to these attributes. The proxy 6 provides add, delete, modify and retrieve operations, but only provides those operations for the attributes that require high speed dynamics. LDAP client requests that do not address these attributes are forwarded to the directory server 5 in a conventional manner. The proxy 6 is also responsible for effectively joining the results of requests that have both high-speed dynamic attributes as well as "static" attributes that are stored in a directory server 5. Because the proxy 6 intercepts and services such requests with high speed and reliability in a highly available environment, "intelligent" services that involve maintaining dynamic attributes for large numbers of subscribers in a distributed environment can be deployed.
Fig. 2 shows a more detailed view of the proxy 6. It comprises highly available servers in hosts 20 ("Host A") and 21 ("Host B") and a database 23 that provide both a proxy LDAP service and the ability to perform high-speed operations on dynamic attributes, in particular high speed write operations. This diagram also shows LDAP clients 25 making LDAP requests, and the LDAP interface of the proxy 6 to the directory server 5.
The database 23 may reside in either a RAID or a SAN and is physically connected to the two- host cluster 20, 21 via a high-speed bus (SCSI or FIBRE in two embodiments). The RAID or SAN provide the database 23 as highly available to the nodes which comprise the DAP 6.
Logically, the database 23 is organized as a hash table. The key to the hash table is correlated with a key used by the directory server, hi one embodiment, the subscriber's telephone number is this key. Multiple keys could be used. The hash table provides extremely efficient access, particularly if the hash key is the subscriber's MSISDN, and most preferably if this correlates with the key used by the directory server.
The DAP 6 severs 20 and 21 are the only writer and only reader of the database 23. The DAP 6 may serve any number of clients at a time (multi-threaded application), but is responsible for ensuring that each of the transactions that it performs are atomic. For example, the DAP 6 performs the following actions on an LDAP_MODIFY of a given dynamic attribute:
1. Read the record
2. Verify current value same as current value in request
3. Change current value to new value in request
4. Write the record
The DAP 6 ensures that these actions are atomic by using a mutex around these operations such that only one thread of execution can manipulate the dynamic attribute for a given key at a time. A simple DAP can use a single mutex for all transactions, but a more sophisticated DAP can map each request (based on telephone number) to one of many mutexes to achieve even more - - parallelism. We have shown however, that a single mutex is sufficient to achieve thousands of writes per second.
The DAP 6 is installed as a service under a highly-available cluster (in this simple example, Host A 20 and Host B 21). The service is typically deployed as a pair of hosts (nodes) arranged such that the cluster server is in an active / passive configuration.
LDAP clients connect to the DAP 6 using the standard LDAP protocol. The DAP 6 proxies requests to the directory server 5 and locally intercepts and processes attributes that have been identified as dynamic. The dynamic attributes can be identified to the DAP 6 by a simple configuration table such as the example presented in Table 1 below.
Figure imgf000010_0001
Table 1. - -
There are three particularly important data flows:
1. Provisioning
2. Notification 3. Subscriber Login
An example of each of these flows is discussed below.
Fig. 3 shows a data flow corresponding to provisioning. The data flow for provisioning is as follows:
1) The provisioning server issues an LDAP Add to create records for a new subscriber
2) The DAP partitions the request into "dynamic" and "static" attributes, servicing the dynamic attributes itself and passing the remainder of the request to the directory server. Consider an LDAP Add of the following record (where "dn" means distinguish name, "dc" means domain component, and "en" means common name): dn: telephonenumber=8045550000,dc=example,dc=com telephonenumber: 8045550000 en: John Doe notificationcount: 0 In this example, the DAP 6 partitions the record such that a new record is created on the directory server and additionally a new record is created on the DAP 6 with the NotificationCount=0 for key telephone number = 8045550000.
3) To ensure consistency and enable roll-back the DAP 6 joins the results of both the dynamic attribute and the static attribute creation and returns the result to the provisioning server.
Fig. 4 shows a data flow corresponding to notification, as follows:
1. A voice or video message is deposited in the mailbox of a subscriber via SMTP. Note that the call setup steps for this scenario are not shown. 2. The notification server then receives a copy of the message via a SMTP copy-forward mechanism.
3. The notification server issues an LDAP query to retrieve the notification preferences and settings for the subscriber.
4. The DAP 6 processes the dynamic attributes locally and passes the remainder of the LDAP query to the directory server. - -
5. The DAP 6 joins the results and passes them to the notification server.
6. The notification server determines that the class of service for this subscriber requires that he be offered a tutorial if this is one of his first 10 notifications. Since the retrieved dynamic attribute corresponding to the notification count is less than 10, the notification server issues an LDAP modify to increment the notification count. For example, the following LDAP modify request would increment NotificationCount from 9 to 10 for the subscriber 8045550000 dn: telephonenumber=8045550000,dc=example,dc=com changetype: modify replace: notificationcount notificationcount: 9 notificationcount: 10
7. The DAP 6 processes the modification of the dynamic attribute and returns the result. With the configuration specified in Table 1 and the record specified in 6, the DAP 6 processes the LDAP modify entirely on its own, providing high speed write access to the
NotificationCount attribute.
8. The notification server 4 alters its notification to include a message that reminds a subscriber how to login to their mailbox and sends the resultant notification. The notification server 4 is able to provide this "Intelligent" interface because of the services ofthe DAP β.
In a similar manner, dynamic attributes could have been used to control the delivery of advertising content. For example, the "intelligent" service of playing an advertisement each time a subscriber logs on and cycling to the next advertisement after n repetitions, can easily be realized with two controlling dynamic attributes (one identifying which advertisement and one identifying repetition count).
Fig. 5 shows the data flow for a subscriber logging in to his mailbox.
1. The subscribers call arrives at the voice/video server 8. This may be either a voice or a video call depending on the type of service the subscriber has.
2. The call is handed off to the application server 3.
3. The application server 3 issues an LDAP query to retrieve the settings and preferences for this subscriber.
4. The DAP 6 processes the dynamic attributes locally and passes the remainder of the query to the directory server.
5. The DAP 6 joins the results and passes them to the application server 3. - -
6. The application server 3 determines that the class of service for this subscriber requires that verbose versions of the menus are to be played if the subscriber has logged in less than 10 times. The application server 3 notes that this value is less than 10 and issues an LDAP modify to increment this value. 7. The DAP processes the modification of the dynamic attribute and returns the result.
8. The application server 3 counts and classifies messages in the subscriber's mail box.
9. The application server 3 instructs the voice/video server 8 to play the subscriber's messages and enables verbose prompting because the login count was less than 10. The application server 3 is able to provide this "Intelligent" interface because of the services of the DAP. In a similar manner, dynamic attributes could have been used to control the delivery of advertising content.
10. The voice/video server 8 retrieves messages from the store and plays them to the subscriber.
As can be seen from the above data flow examples, the DAP 6 is used as a mid-stream probe/interceptor. The content of interest is configurable and initialized by the provisioning server, the DAP 6 probes the LDAP stream and acts on the subset of data of interest and provides fast write support for that subset. The above examples all involve taking an action a fixed number of times for each subscriber, and using dynamic attributes for the purpose of counting. The examples apply equally well to both the videomail and the voicemail domains, hi the scenarios where the DAP 6 is used to count up or down to a certain value, the attribute loses its need to be a dynamic attribute once it reaches the specified limit. By specifying the range of values under which an attribute needs to be dynamic, the DAP 6 can automatically remove a dynamic attribute from control of the DAP 6 once it reaches a limit, by simply writing the value of the attribute (once) to the directory 5 store and removing the attribute from its own store. By performing this as a low priority background task, the DAP 6 can ensure that the last write achieves the same high performance as other writes and the DAP 6 can also keep its internal database minimally sized to achieve continued high performance. All of the writes performed to the DAP 6 database are dynamic and there is no advantage to synchronising the directory 5 store with it until after the value reaches a limit. Of course, all requests are made to the DAP 6 and so there is no risk of out of date information being provided.
Referring to Fig. 6, dynamic attributes may also be used for handling any data that has transient values. For example, Boolean dynamic attributes may be used to indicate whether a subscriber needs a specific service. One example of this is that an enhanced personalised messaging services platform 30 which offers advanced messaging services (using bearer SMS, i.e. in conjunction with the SMSC) could use dynamic attributes to remember whether a subscriber has already received an out-of-office notification on behalf of a given B-party subscriber. To support this using the DAP 6 the out-of-office B-party subscriber-record is defined with an attribute e.g. OOTO-Status (=on/off) and a separate multi-valued attribute OOTONotificationSent(=A-party MSISDN(s)) which holds the MSISDN of each A-party to whom an OOTO notification is sent in response to a message delivery attempt from such an A-party to the B-party. In an alternative embodiment, when a new A-party attempts message delivery to the out-of-office B-party another OOTONotificationSent attribute is added by the proxy 6 to the B-party subscriber record containing the A-party MSISDN. The enhanced personalised messaging services platform 30 can also interact with the DAP 6 to disable/reset the OOTO dynamic attributes and the list of originators can be cleared from the DAP.
Referring to Fig. 7, another use case involves a Radius store within a WAP gateway 40. The WAP gateway 40 normally maintains a Radius store 41 containing a mapping of IP addresses to MSISDNs. When a Radius start accounting request is received from the network, it stores a new IP address to MSISDN mapping in the Radius store, when a Radius stop accounting request is received it removes an IP address to MSISDN mapping from the Radius store. In addition, it uses an LDAP-based subscriber database and offers a query interface to other applications that can query the Radius store to obtain the IP address-to-MSISDN mapping. The reason for having a separate Radius store is the inadequate write speed of LDAP, as otherwise the IP address could also be stored as a queryable attribute in the LDAP based subscriber database.
The invention allows a much simpler implementation of this functionality. Instead of having a separate Radius store in the WAP gateway and a separate query interface, the DAP performs a highly efficient mechanism mapping IP addresses to MSISDNs (effectively the information in the Radius store). Instead of storing the IP address to MSISDN mapping in the Radius store, the WAP gateway instead does an LDAP add operation to the DAP when the start accounting request is received. As a result, the DAP will introduce this mapping in the DAP database. Any other system needing the IP address as part of the subscriber data will do a standard LDAP query to the DAP. The DAP will combine the contents of the Radius store in the DAP with the subscriber data in LDAP and return this data as a single query result, allowing a much simpler implementation for the systems using this data as they need to do only a single request to LDAP instead of separate requests to LDAP and the Radius store. In this example it also becomes apparent that the DAP must support a standard LDAP Delete operation. This operation would be performed when a stop accounting request is received and the DAP would remove the mapping from its database.
It will be appreciated that the invention provides very high speed "intelligent" data flows for real time performance of services, some of which involve user interaction in real time. Without the invention some of these services would not be possible. Examples are playing an advertisement a fixed number of times per subscriber, playing "Novice" prompts during the first N logins to the system by a given subscriber, or providing "Help" during the first N notifications reminding a subscriber how to retrieve messages. In addition to providing functionality per subscriber based for example on a fixed number of times that a subscriber has used or has been provided with a particular service, it will be appreciated that the invention allows dynamic attributes to be used handling any data that has transient values to achieve, for example, advanced messaging services such as out-of-office status notifications.
Once the DAP is incorporated into the messaging platform, it can be utilized by any application that needs to manipulate dynamic attributes over a large set of subscribers. The applications that can potentially use this service include, but are not limited to, SMSC, MMSC, VoiceMail, VideoMail, VideoPortal, VoicePortal, and enhanced personalised messaging services platforms, and applications providing personalised routing of messaging traffic.
The invention is not limited to the embodiments described but may be varied in construction and detail.

Claims

Claims
1. A messaging system for a communication network, the system comprising at least one directory server (5), wherein the system further comprises a proxy (6) having a database (23) storing a subset of messaging service attributes and the balance of the attributes being stored in the directory server (5), and the proxy (6) comprises a server adapted to: intercept client requests directed to the directory server (5), identify, according to a criterion, a subset of attributes associated with the request as dynamic attributes, and to perform high speed write operations on said dynamic attributes in the proxy database (23) to provide enhanced messaging services, direct requests for the other attributes to the directory server (5), and to provide a client response.
2. A messaging system as claimed in claim 1, wherein the proxy (6) is adapted to identify attributes as dynamic according to a configuration table.
3. A messaging system as claimed in claims 1 or 2, wherein the proxy (6) is adapted to identify as a dynamic attribute an attribute which is a count of a number of times a particular operation has been performed for a subscriber.
4. A messaging system as claimed in claim 3, wherein the proxy (6) is adapted to cease maintaining a count of a particular operation when the count value exceeds a threshold.
5. A messaging system as claimed in any preceding claim, wherein the proxy (6) is adapted to perform a write to the directory server of a dynamic attribute when it lies outside a configured range, so that said attribute ceases to be a dynamic attribute.
6. A messaging system as claimed in any preceding claim, wherein the proxy (6) is adapted to identify as a dynamic attribute an attribute which is a count of a number of times a particular item of content has been automatically downloaded to a subscriber.
7. A messaging system as claimed in any preceding claim, wherein the proxy (6) is adapted to identify as a dynamic attribute an attribute which is a count of a number of times a notification has been automatically transmitted to a subscriber. - -
8. A messaging system as claimed in any preceding claim, wherein the proxy (6) is also adapted to perform retrieve, modify, or delete operations on said dynamic attributes and to add a new dynamic attribute to the proxy database (23).
9. A messaging system as claimed in any preceding claim, wherein the proxy (6) is adapted to generate results using dynamic attributes which it has written to the proxy database and to generate results from requests to the directory server, and to join said results to provide the client response.
10. A messaging system as claimed in any preceding claim, wherein the proxy database (23) is organised as a hash table with a subscriber identifier as a hash key.
11. A messaging system as claimed in any preceding claim, wherein, in the proxy database (23), proxy (6) keys are correlated with directory server (5) keys using a protocol for routing of requests to be handled by the directory server.
12. A messaging system as claimed in claim 11, wherein said protocol is LDAP.
13. A messaging system as claimed in claims 11 or 12, wherein a subscriber identifier such as a telephone number is a correlation key.
14. A messaging system as claimed in any preceding claim, wherein the proxy (6) is multithreaded in a manner to handle many requests in parallel in a reliable manner.
15. A messaging system as claimed in any preceding claim, wherein the proxy (6) ensures that transactions are atomic for concurrent access to attributes for a subscriber.
16. A messaging system as claimed in claim 15, wherein the proxy (6) performs atomic transactions composed of reading a record; verifying that a current record value is the same as a current value of a request; changing the current value to that in the request; and writing the record.
17. A messaging system as claimed in claims 15 or 16, wherein the proxy (6) uses at least one mutex for operations to ensure atomicity.
18. A messaging system as claimed in any preceding claim, wherein the proxy (6) is adapted to delete attributes and/or records from its database and to write them to the directory server (5).
19. A messaging system as claimed in any preceding claim, wherein the system (1) further comprises at least one server (2, 3, 4, 7, 8, 30, 40) acting as a client, and wherein the proxy (6) is adapted to process requests from one or more servers (2, 3, 4, 7, 8, 30, 40) to provide to the server real time access to the dynamic attributes in a manner which is transparent to the server acting as a client.
20. A messaging system as claimed in any preceding claim, further comprising a provisioning server (2) acting as a client of the proxy (6), and wherein the proxy is adapted to: receive from the provisioning server (2) a request to create records for a new subscriber, partition the request into dynamic and static attributes, servicing the dynamic attributes itself and passing the remainder of the request to the directory server
(5), join results from provisioning of both the dynamic attributes and the static attributes to return a provisioning status response to the provisioning server (2).
21. A messaging system as claimed in any preceding claim, further comprising a notification server (4) acting as a client, and wherein the proxy (6) is adapted to: receive from the notification server (4) a query to retrieve notification preferences and settings for a subscriber for whom a message has been deposited in a mailbox; process dynamic attributes of the query locally, and pass the remainder of the query to the directory server (5); and to subsequently join results for the full query and pass them to the notification server.
22. A messaging system as claimed in claim 21, wherein: - o - the notification server (4) is adapted to use the dynamic attributes within a directory server request to determine if a notification which is to be sent to a subscriber is one of a first number of notifications, and the proxy server is adapted to provide this information by using results from the proxy database, and the proxy server is adapted to subsequently perform a write to a dynamic attribute in response to the notification server requesting modification of this dynamic attribute in order to increment the notification count, and
the notification server (4) is adapted to alter a notification to the subscriber to include a message that reminds the subscriber how to login to their mailbox and send the resultant notification, and to provide an intelligent interface.
23. A messaging system as claimed in any preceding claim further comprising a video/voice server (8) and an application server (3), and wherein the system is adapted to perform the method steps of: the video/voice server (8) receiving a subscriber call and handing off the call to the application server (3); the application server (3) issuing a query to retrieve the settings and preferences for this subscriber; the proxy (6) processing dynamic attributes of the query locally and passing the remainder of the query to the directory server (6); and joining the results for all attributes of the query and passing them to the application server (3).
24. A messaging system as claimed in claim 23, wherein the system is adapted to perform the additional steps of: the application server (3) determining that the class of service for this subscriber requires that verbose versions of the menus are to be played if the subscriber has logged in less than N times, and noting from result of a query to the proxy that the value of this dynamic attribute is less than N and issuing a modify request to the proxy to increment this value; the proxy processing the modification of the dynamic attribute, writing the modified value to its database, and returning the result; the application server (3) counting and classifying messages in the subscriber's mail box; the application server (3) instructing the voice/video server (8) to play the subscriber's messages and enabling verbose prompting because the login count was less than N, the application server thereby providing an intelligent interface because of the services of the proxy (6); and the voice/video server (8) retrieving messages from the store and playing them to the subscriber.
25. A messaging system as claimed in any preceding claim, wherein the proxy is adapted to use dynamic attributes to control playing of content such as a broadcast alert or advertising content each time a subscriber logs on or receives a notification, and to perform cycling by playing a next item of content if there have been N repetitions of playing current content over a number of messaging sessions for a particular subscriber, a count up to N being a dynamic attribute, and an identifier of current content being another dynamic attribute; and the proxy updating the count dynamic attribute each time content has been played for the subscriber, and updating the current content identifier dynamic attribute upon commencement of each cycle.
26. A messaging system as claimed in any preceding claim, wherein the subset of attributes identified as dynamic include attributes for handling any data that has transient values, such as Boolean dynamic attributes to indicate whether a subscriber needs a specific service.
27. A messaging system as claimed in claim 26, wherein the subset of attributes includes attributes to record whether an A-party subscriber has already received an out-of-office notification from a given B-party subscriber, wherein a dynamic attribute holds for the out-of-office B-party subscriber the MSISDN of one more A-party to whom an OOTO notification is sent in response to a message delivery attempt from such an A-party to the B-party, and wherein another dynamic attribute indicates whether the B-party subscriber has out-of-office notification service activated.
28. A messaging system as claimed in any preceding claim, wherein the proxy (6) is adapted to map IP addresses to MSISDNs, whereby instead of storing the IP address to MSISDN mapping in a Radius store, a WAP gateway (40) instead does an LDAP add operation to the proxy when a start accounting request is received.
29. A messaging system as claimed in claim 28, wherein the proxy (6) is adapted to delete a mapping when a stop accounting request is received.
30. A messaging system as claimed in either of claims 28 or 29, wherein the proxy (6) is adapted to combine contents of the Radius store in its database with the subscriber data in LDAP and return this data as a single query result.
31. A computer program product comprising a computer usable medium having a computer readable program code embodied therein, said computer readable code adapted to be executed to implement the steps of:: intercept messaging-related client requests directed to a directory server (5), identify, according to a criterion, a subset of attributes associated with the request as dynamic attributes, and perform high speed write operations on said dynamic attributes in a proxy database (23) to provide enhanced messaging services, direct requests for the other attributes to the directory server (5), and to provide a client response.
PCT/IE2009/000009 2008-03-27 2009-03-26 Processing of messaging service attributes in communication systems WO2009118716A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP09725413A EP2274895A1 (en) 2008-03-27 2009-03-26 Processing of messaging service attributes in communication systems
US12/736,244 US20110035434A1 (en) 2008-03-27 2009-03-26 Processing of messaging service attributes in communication systems

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US6480508P 2008-03-27 2008-03-27
US61/064,805 2008-03-27

Publications (1)

Publication Number Publication Date
WO2009118716A1 true WO2009118716A1 (en) 2009-10-01

Family

ID=40578269

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IE2009/000009 WO2009118716A1 (en) 2008-03-27 2009-03-26 Processing of messaging service attributes in communication systems

Country Status (3)

Country Link
US (1) US20110035434A1 (en)
EP (1) EP2274895A1 (en)
WO (1) WO2009118716A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10360520B2 (en) * 2015-01-06 2019-07-23 International Business Machines Corporation Operational data rationalization

Families Citing this family (142)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8645137B2 (en) 2000-03-16 2014-02-04 Apple Inc. Fast, language-independent method for user authentication by voice
US8677377B2 (en) 2005-09-08 2014-03-18 Apple Inc. Method and apparatus for building an intelligent automated assistant
US9318108B2 (en) 2010-01-18 2016-04-19 Apple Inc. Intelligent automated assistant
US8977255B2 (en) 2007-04-03 2015-03-10 Apple Inc. Method and system for operating a multi-function portable electronic device using voice-activation
US10002189B2 (en) 2007-12-20 2018-06-19 Apple Inc. Method and apparatus for searching using an active ontology
US9330720B2 (en) 2008-01-03 2016-05-03 Apple Inc. Methods and apparatus for altering audio output signals
US8996376B2 (en) 2008-04-05 2015-03-31 Apple Inc. Intelligent text-to-speech conversion
US20100030549A1 (en) 2008-07-31 2010-02-04 Lee Michael M Mobile device having human language translation capability with positional feedback
US9973875B2 (en) 2008-09-19 2018-05-15 Iheartmedia Management Services, Inc. Computer based method and system for logging in a user mobile device at a server computer system
US8359031B2 (en) * 2008-09-19 2013-01-22 Clear Channel Management Services, Inc. Computer based method and system for logging in a user mobile device at a server computer system
US8676904B2 (en) 2008-10-02 2014-03-18 Apple Inc. Electronic devices with voice command and contextual data processing capabilities
US10241644B2 (en) 2011-06-03 2019-03-26 Apple Inc. Actionable reminder entries
US10241752B2 (en) 2011-09-30 2019-03-26 Apple Inc. Interface for a virtual digital assistant
US10706373B2 (en) 2011-06-03 2020-07-07 Apple Inc. Performing actions associated with task items that represent tasks to perform
US9431006B2 (en) 2009-07-02 2016-08-30 Apple Inc. Methods and apparatuses for automatic speech recognition
US8381107B2 (en) * 2010-01-13 2013-02-19 Apple Inc. Adaptive audio feedback system and method
US10276170B2 (en) 2010-01-18 2019-04-30 Apple Inc. Intelligent automated assistant
US8682667B2 (en) 2010-02-25 2014-03-25 Apple Inc. User profiling for selecting user specific voice input processing information
US9262612B2 (en) 2011-03-21 2016-02-16 Apple Inc. Device access using voice authentication
US10057736B2 (en) 2011-06-03 2018-08-21 Apple Inc. Active transport based notifications
US10134385B2 (en) 2012-03-02 2018-11-20 Apple Inc. Systems and methods for name pronunciation
US9280610B2 (en) 2012-05-14 2016-03-08 Apple Inc. Crowd sourcing information to fulfill user requests
US10417037B2 (en) 2012-05-15 2019-09-17 Apple Inc. Systems and methods for integrating third party services with a digital assistant
US9721563B2 (en) 2012-06-08 2017-08-01 Apple Inc. Name recognition system
US9547647B2 (en) 2012-09-19 2017-01-17 Apple Inc. Voice-based media searching
JP2016508007A (en) 2013-02-07 2016-03-10 アップル インコーポレイテッド Voice trigger for digital assistant
US10652394B2 (en) 2013-03-14 2020-05-12 Apple Inc. System and method for processing voicemail
US10748529B1 (en) 2013-03-15 2020-08-18 Apple Inc. Voice activated device for use with a voice-based digital assistant
WO2014197336A1 (en) 2013-06-07 2014-12-11 Apple Inc. System and method for detecting errors in interactions with a voice-based digital assistant
US9582608B2 (en) 2013-06-07 2017-02-28 Apple Inc. Unified ranking with entropy-weighted information for phrase-based semantic auto-completion
WO2014197334A2 (en) 2013-06-07 2014-12-11 Apple Inc. System and method for user-specified pronunciation of words for speech synthesis and recognition
WO2014197335A1 (en) 2013-06-08 2014-12-11 Apple Inc. Interpreting and acting upon commands that involve sharing information with remote devices
US10176167B2 (en) 2013-06-09 2019-01-08 Apple Inc. System and method for inferring user intent from speech inputs
CN110442699A (en) 2013-06-09 2019-11-12 苹果公司 Operate method, computer-readable medium, electronic equipment and the system of digital assistants
US10296160B2 (en) 2013-12-06 2019-05-21 Apple Inc. Method for extracting salient dialog usage from live data
US10170123B2 (en) 2014-05-30 2019-01-01 Apple Inc. Intelligent assistant for home automation
US9966065B2 (en) 2014-05-30 2018-05-08 Apple Inc. Multi-command single utterance input method
US9430463B2 (en) 2014-05-30 2016-08-30 Apple Inc. Exemplar-based natural language processing
US9715875B2 (en) 2014-05-30 2017-07-25 Apple Inc. Reducing the need for manual start/end-pointing and trigger phrases
US9633004B2 (en) 2014-05-30 2017-04-25 Apple Inc. Better resolution when referencing to concepts
US9338493B2 (en) 2014-06-30 2016-05-10 Apple Inc. Intelligent automated assistant for TV user interactions
US9818400B2 (en) 2014-09-11 2017-11-14 Apple Inc. Method and apparatus for discovering trending terms in speech requests
US9668121B2 (en) 2014-09-30 2017-05-30 Apple Inc. Social reminders
US10074360B2 (en) 2014-09-30 2018-09-11 Apple Inc. Providing an indication of the suitability of speech recognition
US10127911B2 (en) 2014-09-30 2018-11-13 Apple Inc. Speaker identification and unsupervised speaker adaptation techniques
US10152299B2 (en) 2015-03-06 2018-12-11 Apple Inc. Reducing response latency of intelligent automated assistants
US9721566B2 (en) 2015-03-08 2017-08-01 Apple Inc. Competing devices responding to voice triggers
US10567477B2 (en) 2015-03-08 2020-02-18 Apple Inc. Virtual assistant continuity
US9886953B2 (en) 2015-03-08 2018-02-06 Apple Inc. Virtual assistant activation
US10460227B2 (en) 2015-05-15 2019-10-29 Apple Inc. Virtual assistant in a communication session
US10200824B2 (en) 2015-05-27 2019-02-05 Apple Inc. Systems and methods for proactively identifying and surfacing relevant content on a touch-sensitive device
US10083688B2 (en) 2015-05-27 2018-09-25 Apple Inc. Device voice control for selecting a displayed affordance
US9578173B2 (en) 2015-06-05 2017-02-21 Apple Inc. Virtual assistant aided communication with 3rd party service in a communication session
US11025565B2 (en) 2015-06-07 2021-06-01 Apple Inc. Personalized prediction of responses for instant messaging
US20160378747A1 (en) 2015-06-29 2016-12-29 Apple Inc. Virtual assistant for media playback
US10671428B2 (en) 2015-09-08 2020-06-02 Apple Inc. Distributed personal assistant
US10747498B2 (en) 2015-09-08 2020-08-18 Apple Inc. Zero latency digital assistant
US10331312B2 (en) 2015-09-08 2019-06-25 Apple Inc. Intelligent automated assistant in a media environment
US10740384B2 (en) 2015-09-08 2020-08-11 Apple Inc. Intelligent automated assistant for media search and playback
US11010550B2 (en) 2015-09-29 2021-05-18 Apple Inc. Unified language modeling framework for word prediction, auto-completion and auto-correction
US10366158B2 (en) 2015-09-29 2019-07-30 Apple Inc. Efficient word encoding for recurrent neural network language models
US11587559B2 (en) 2015-09-30 2023-02-21 Apple Inc. Intelligent device identification
US10691473B2 (en) 2015-11-06 2020-06-23 Apple Inc. Intelligent automated assistant in a messaging environment
US10956666B2 (en) 2015-11-09 2021-03-23 Apple Inc. Unconventional virtual assistant interactions
US10049668B2 (en) 2015-12-02 2018-08-14 Apple Inc. Applying neural network language models to weighted finite state transducers for automatic speech recognition
US10223066B2 (en) 2015-12-23 2019-03-05 Apple Inc. Proactive assistance based on dialog communication between devices
US10446143B2 (en) 2016-03-14 2019-10-15 Apple Inc. Identification of voice inputs providing credentials
US9934775B2 (en) 2016-05-26 2018-04-03 Apple Inc. Unit-selection text-to-speech synthesis based on predicted concatenation parameters
US9972304B2 (en) 2016-06-03 2018-05-15 Apple Inc. Privacy preserving distributed evaluation framework for embedded personalized systems
US11227589B2 (en) 2016-06-06 2022-01-18 Apple Inc. Intelligent list reading
US10249300B2 (en) 2016-06-06 2019-04-02 Apple Inc. Intelligent list reading
US10049663B2 (en) 2016-06-08 2018-08-14 Apple, Inc. Intelligent automated assistant for media exploration
DK179309B1 (en) 2016-06-09 2018-04-23 Apple Inc Intelligent automated assistant in a home environment
US10586535B2 (en) 2016-06-10 2020-03-10 Apple Inc. Intelligent digital assistant in a multi-tasking environment
US10067938B2 (en) 2016-06-10 2018-09-04 Apple Inc. Multilingual word prediction
US10490187B2 (en) 2016-06-10 2019-11-26 Apple Inc. Digital assistant providing automated status report
US10192552B2 (en) 2016-06-10 2019-01-29 Apple Inc. Digital assistant providing whispered speech
US10509862B2 (en) 2016-06-10 2019-12-17 Apple Inc. Dynamic phrase expansion of language input
DK179415B1 (en) 2016-06-11 2018-06-14 Apple Inc Intelligent device arbitration and control
DK179343B1 (en) 2016-06-11 2018-05-14 Apple Inc Intelligent task discovery
DK179049B1 (en) 2016-06-11 2017-09-18 Apple Inc Data driven natural language event detection and classification
DK201670540A1 (en) 2016-06-11 2018-01-08 Apple Inc Application integration with a digital assistant
US10474753B2 (en) 2016-09-07 2019-11-12 Apple Inc. Language identification using recurrent neural networks
US10043516B2 (en) 2016-09-23 2018-08-07 Apple Inc. Intelligent automated assistant
US11281993B2 (en) 2016-12-05 2022-03-22 Apple Inc. Model and ensemble compression for metric learning
US10593346B2 (en) 2016-12-22 2020-03-17 Apple Inc. Rank-reduced token representation for automatic speech recognition
US11204787B2 (en) 2017-01-09 2021-12-21 Apple Inc. Application integration with a digital assistant
DK201770383A1 (en) 2017-05-09 2018-12-14 Apple Inc. User interface for correcting recognition errors
US10417266B2 (en) 2017-05-09 2019-09-17 Apple Inc. Context-aware ranking of intelligent response suggestions
DK201770439A1 (en) 2017-05-11 2018-12-13 Apple Inc. Offline personal assistant
US10395654B2 (en) 2017-05-11 2019-08-27 Apple Inc. Text normalization based on a data-driven learning network
US10726832B2 (en) 2017-05-11 2020-07-28 Apple Inc. Maintaining privacy of personal information
DK201770429A1 (en) 2017-05-12 2018-12-14 Apple Inc. Low-latency intelligent automated assistant
DK179496B1 (en) 2017-05-12 2019-01-15 Apple Inc. USER-SPECIFIC Acoustic Models
DK179745B1 (en) 2017-05-12 2019-05-01 Apple Inc. SYNCHRONIZATION AND TASK DELEGATION OF A DIGITAL ASSISTANT
US11301477B2 (en) 2017-05-12 2022-04-12 Apple Inc. Feedback analysis of a digital assistant
DK201770431A1 (en) 2017-05-15 2018-12-20 Apple Inc. Optimizing dialogue policy decisions for digital assistants using implicit feedback
DK201770432A1 (en) 2017-05-15 2018-12-21 Apple Inc. Hierarchical belief states for digital assistants
US10311144B2 (en) 2017-05-16 2019-06-04 Apple Inc. Emoji word sense disambiguation
DK179549B1 (en) 2017-05-16 2019-02-12 Apple Inc. Far-field extension for digital assistant services
US10403278B2 (en) 2017-05-16 2019-09-03 Apple Inc. Methods and systems for phonetic matching in digital assistant services
US10303715B2 (en) 2017-05-16 2019-05-28 Apple Inc. Intelligent automated assistant for media exploration
US20180336892A1 (en) 2017-05-16 2018-11-22 Apple Inc. Detecting a trigger of a digital assistant
US10657328B2 (en) 2017-06-02 2020-05-19 Apple Inc. Multi-task recurrent neural network architecture for efficient morphology handling in neural language modeling
US10445429B2 (en) 2017-09-21 2019-10-15 Apple Inc. Natural language understanding using vocabularies with compressed serialized tries
US10755051B2 (en) 2017-09-29 2020-08-25 Apple Inc. Rule-based natural language processing
US10636424B2 (en) 2017-11-30 2020-04-28 Apple Inc. Multi-turn canned dialog
US10733982B2 (en) 2018-01-08 2020-08-04 Apple Inc. Multi-directional dialog
US10733375B2 (en) 2018-01-31 2020-08-04 Apple Inc. Knowledge-based framework for improving natural language understanding
US10789959B2 (en) 2018-03-02 2020-09-29 Apple Inc. Training speaker recognition models for digital assistants
US10592604B2 (en) 2018-03-12 2020-03-17 Apple Inc. Inverse text normalization for automatic speech recognition
US10818288B2 (en) 2018-03-26 2020-10-27 Apple Inc. Natural assistant interaction
US10909331B2 (en) 2018-03-30 2021-02-02 Apple Inc. Implicit identification of translation payload with neural machine translation
US10928918B2 (en) 2018-05-07 2021-02-23 Apple Inc. Raise to speak
US11145294B2 (en) 2018-05-07 2021-10-12 Apple Inc. Intelligent automated assistant for delivering content from user experiences
US10984780B2 (en) 2018-05-21 2021-04-20 Apple Inc. Global semantic word embeddings using bi-directional recurrent neural networks
US10892996B2 (en) 2018-06-01 2021-01-12 Apple Inc. Variable latency device coordination
DK201870355A1 (en) 2018-06-01 2019-12-16 Apple Inc. Virtual assistant operation in multi-device environments
DK179822B1 (en) 2018-06-01 2019-07-12 Apple Inc. Voice interaction at a primary device to access call functionality of a companion device
DK180639B1 (en) 2018-06-01 2021-11-04 Apple Inc DISABILITY OF ATTENTION-ATTENTIVE VIRTUAL ASSISTANT
US11386266B2 (en) 2018-06-01 2022-07-12 Apple Inc. Text correction
US10496705B1 (en) 2018-06-03 2019-12-03 Apple Inc. Accelerated task performance
US11010561B2 (en) 2018-09-27 2021-05-18 Apple Inc. Sentiment prediction from textual data
US11170166B2 (en) 2018-09-28 2021-11-09 Apple Inc. Neural typographical error modeling via generative adversarial networks
US11462215B2 (en) 2018-09-28 2022-10-04 Apple Inc. Multi-modal inputs for voice commands
US10839159B2 (en) 2018-09-28 2020-11-17 Apple Inc. Named entity normalization in a spoken dialog system
US11475898B2 (en) 2018-10-26 2022-10-18 Apple Inc. Low-latency multi-speaker speech recognition
US11638059B2 (en) 2019-01-04 2023-04-25 Apple Inc. Content playback on multiple devices
US11348573B2 (en) 2019-03-18 2022-05-31 Apple Inc. Multimodality in digital assistant systems
DE102019205803A1 (en) * 2019-04-23 2020-10-29 Robert Bosch Gmbh Hydraulic unit, in particular for controlling the brake pressure of a wheel brake of an electronically slip-regulated brake system of a motor vehicle
US11423908B2 (en) 2019-05-06 2022-08-23 Apple Inc. Interpreting spoken requests
DK201970509A1 (en) 2019-05-06 2021-01-15 Apple Inc Spoken notifications
US11307752B2 (en) 2019-05-06 2022-04-19 Apple Inc. User configurable task triggers
US11475884B2 (en) 2019-05-06 2022-10-18 Apple Inc. Reducing digital assistant latency when a language is incorrectly determined
US11140099B2 (en) 2019-05-21 2021-10-05 Apple Inc. Providing message response suggestions
US11496600B2 (en) 2019-05-31 2022-11-08 Apple Inc. Remote execution of machine-learned models
DK201970511A1 (en) 2019-05-31 2021-02-15 Apple Inc Voice identification in digital assistant systems
DK180129B1 (en) 2019-05-31 2020-06-02 Apple Inc. User activity shortcut suggestions
US11289073B2 (en) 2019-05-31 2022-03-29 Apple Inc. Device text to speech
US11360641B2 (en) 2019-06-01 2022-06-14 Apple Inc. Increasing the relevance of new available information
US11488406B2 (en) 2019-09-25 2022-11-01 Apple Inc. Text detection using global geometry estimators
US11183193B1 (en) 2020-05-11 2021-11-23 Apple Inc. Digital assistant hardware abstraction

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6128627A (en) * 1998-04-15 2000-10-03 Inktomi Corporation Consistent data storage in an object cache
US20030065874A1 (en) * 2001-09-10 2003-04-03 Marron Pedro Jose LDAP-based distributed cache technology for XML
US20060004803A1 (en) * 2004-05-20 2006-01-05 Aschen Sean E Write-access control system

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6195696B1 (en) * 1998-10-01 2001-02-27 International Business Machines Corporation Systems, methods and computer program products for assigning, generating and delivering content to intranet users
US6779025B1 (en) * 2000-06-30 2004-08-17 Cisco Technology, Inc. IP web based messaging system for localized management of wireless messaging
US20030009385A1 (en) * 2000-12-26 2003-01-09 Tucciarone Joel D. Electronic messaging system and method thereof
US7107355B2 (en) * 2002-02-11 2006-09-12 Sun Microsystems, Inc. High availability lightweight directory access protocol service
US7035846B2 (en) * 2002-09-23 2006-04-25 International Business Machines Corporation Methods, computer programs and apparatus for caching directory queries
US7774831B2 (en) * 2002-12-24 2010-08-10 International Business Machines Corporation Methods and apparatus for processing markup language messages in a network
US7383368B2 (en) * 2003-09-25 2008-06-03 Dell Products L.P. Method and system for autonomically adaptive mutexes by considering acquisition cost value
US7840588B2 (en) * 2004-03-25 2010-11-23 International Business Machines Corporation Real-time attribute processor and syntax schema for directory access protocol services
US20060223528A1 (en) * 2005-03-31 2006-10-05 Research In Motion Limited Roaming profiles for wireless devices
US7689713B2 (en) * 2006-01-23 2010-03-30 Funambol, Inc. System operator independent server alerted synchronization system and methods
US20080256056A1 (en) * 2007-04-10 2008-10-16 Yahoo! Inc. System for building a data structure representing a network of users and advertisers

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6128627A (en) * 1998-04-15 2000-10-03 Inktomi Corporation Consistent data storage in an object cache
US20030065874A1 (en) * 2001-09-10 2003-04-03 Marron Pedro Jose LDAP-based distributed cache technology for XML
US20060004803A1 (en) * 2004-05-20 2006-01-05 Aschen Sean E Write-access control system

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
A.KUMAR: "The OpenLDAP Proxy Cache", May 2003 (2003-05-01), XP002527767, Retrieved from the Internet <URL:http://www.openldap.org/pub/> [retrieved on 20090513] *
KUMAR A: "Filter Based Directory Replication: Algorithms and Performance", DISTRIBUTED COMPUTING SYSTEMS, 2005. ICDCS 2005. PROCEEDINGS. 25TH IEE E INTERNATIONAL CONFERENCE ON COLUMBUS, OH, USA 06-10 JUNE 2005, PISCATAWAY, NJ, USA,IEEE, 6 June 2005 (2005-06-06), pages 586 - 595, XP010808000, ISBN: 978-0-7695-2331-6 *
P.MASARATI: "OpenLDAP & Meta-Directory", OPENLDAP DEVELOPER'S DAY, 18 July 2003 (2003-07-18), Vienna, Austria, pages 1 - 14, XP002527848, Retrieved from the Internet <URL:http://www.openldap.org/conf/odd-wien-2003/ando.pdf> [retrieved on 20090514] *
SOUNDARARAJAN G ET AL: "Using Semantic Information to Improve Transparent Query Caching for Dynamic Content Web Sites", DATA ENGINEERING ISSUES IN E-COMMERCE, 2005. PROCEEDINGS. INTERNATIONA L WORKSHOP ON TOKYO, JAPAN 09-09 APRIL 2005, PISCATAWAY, NJ, USA,IEEE, 9 April 2005 (2005-04-09), pages 132 - 138, XP010841735, ISBN: 978-0-7695-2401-6 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10360520B2 (en) * 2015-01-06 2019-07-23 International Business Machines Corporation Operational data rationalization
US20190303814A1 (en) * 2015-01-06 2019-10-03 Interntional Business Machines Corporation Operational data rationalization
US10572838B2 (en) 2015-01-06 2020-02-25 International Business Machines Corporation Operational data rationalization

Also Published As

Publication number Publication date
EP2274895A1 (en) 2011-01-19
US20110035434A1 (en) 2011-02-10

Similar Documents

Publication Publication Date Title
US20110035434A1 (en) Processing of messaging service attributes in communication systems
US6185613B1 (en) System and method for global event notification and delivery in a distributed computing environment
AU2004315524B2 (en) Methods and system for creating and managing identity oriented networked communication
US20010032245A1 (en) Industrial capacity clustered mail server system and method
US7769951B2 (en) Intelligent caching of user data for real time communications
JP5080676B2 (en) Method and system for locating contact information collected from a contact source
US6898633B1 (en) Selecting a server to service client requests
US8001254B1 (en) Translating switch and method
US7529801B2 (en) Method and system for multiple instant messaging login sessions
KR101442322B1 (en) Automated call routing based on an active presence profile
WO2001067269A1 (en) Precedence rules in electronic messaging servers
US20110270880A1 (en) Automated communications system
US20030208608A1 (en) E-mail list archiving and management
EP1585275A1 (en) Dynamic private email aliases
WO2012115990A1 (en) System and method to customize dns replies
US6865594B1 (en) Methods and apparatus for automatically generating a routing table in a messaging server
JP2004518316A (en) Transparent implementation using value-added electronic messaging services and intermediate servers
KR20060094853A (en) Method and system for aggregating contact information from multiple contact sources
US7058683B1 (en) Methods and apparatus for providing a virtual host in electronic messaging servers
US9356896B2 (en) Automated announcement-and-bulletins system
IL150386A (en) Online aggregation in unified messaging
US20060086799A1 (en) Email client and methods for commanding later re-delivery of messages
US8948352B2 (en) Multi-channel interactive message response system
WO2012135484A2 (en) Method and system for efficient use of address resources within an automated communications system
Pathak et al. The case for spam-aware high performance mail server architecture

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 09725413

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2009725413

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 12736244

Country of ref document: US