US20040071275A1 - Telephone call handling solution in an interactive voice response system - Google Patents
Telephone call handling solution in an interactive voice response system Download PDFInfo
- Publication number
- US20040071275A1 US20040071275A1 US10/436,964 US43696403A US2004071275A1 US 20040071275 A1 US20040071275 A1 US 20040071275A1 US 43696403 A US43696403 A US 43696403A US 2004071275 A1 US2004071275 A1 US 2004071275A1
- Authority
- US
- United States
- Prior art keywords
- ivr
- call
- application
- record
- voicexml
- 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.)
- Abandoned
Links
- 230000004044 response Effects 0.000 title claims abstract description 23
- 230000002452 interceptive effect Effects 0.000 title claims abstract description 12
- 238000000034 method Methods 0.000 claims abstract description 58
- 230000003993 interaction Effects 0.000 claims description 11
- 238000004590 computer program Methods 0.000 claims description 5
- 238000012545 processing Methods 0.000 claims description 4
- 230000008569 process Effects 0.000 description 42
- 230000011664 signaling Effects 0.000 description 20
- 235000013550 pizza Nutrition 0.000 description 8
- 238000005516 engineering process Methods 0.000 description 5
- 230000006854 communication Effects 0.000 description 4
- 238000004891 communication Methods 0.000 description 4
- 230000001934 delay Effects 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 230000008901 benefit Effects 0.000 description 1
- 230000007175 bidirectional communication Effects 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000012552 review Methods 0.000 description 1
- 238000012546 transfer Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M3/00—Automatic or semi-automatic exchanges
- H04M3/42—Systems providing special services or facilities to subscribers
- H04M3/487—Arrangements for providing information services, e.g. recorded voice services or time announcements
- H04M3/493—Interactive information services, e.g. directory enquiries ; Arrangements therefor, e.g. interactive voice response [IVR] systems or voice portals
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M3/00—Automatic or semi-automatic exchanges
- H04M3/42—Systems providing special services or facilities to subscribers
- H04M3/487—Arrangements for providing information services, e.g. recorded voice services or time announcements
- H04M3/493—Interactive information services, e.g. directory enquiries ; Arrangements therefor, e.g. interactive voice response [IVR] systems or voice portals
- H04M3/4938—Interactive information services, e.g. directory enquiries ; Arrangements therefor, e.g. interactive voice response [IVR] systems or voice portals comprising a voice browser which renders and interprets, e.g. VoiceXML
Definitions
- This invention relates to a method, apparatus and computer program product for a call handling solution in an interactive voice response system (IVR).
- IVR interactive voice response system
- This invention relates to a call handling solution for IVR applications with embedded components.
- a telephone can be used to place a catalogue order; check an airline schedule; query a price; review an account balance; notify a customer; record and retrieve a message; and many other business interactions.
- each telephone call involves a service representative talking to a caller, asking questions, entering responses into a computer, and reading information to the caller from a terminal screen.
- This process can be automated by substituting an IVR with an ability to play voice prompts and receive user input e.g. from speech recognition or from DTMF tones.
- VoiceXML is an emerging technology in the current telephony IVR market.
- VoiceXML is a markup language that is defined as a standard by representatives in the telephony market and grew from extensible markup language (XML).
- XML was developed by the Worldwide Web Consortium. Through the use of customised tags XML offers greater flexibility in organising and presenting information than is possible with other mark up coding systems.
- VoiceXML defines a new set of XML ‘tags’ that can be used to write voice response applications and it simplifies speech application development by using familiar web infrastructure, including web pages, web tools and web servers.
- Voice applications in the form of web pages are fetched and interpreted by a VoiceXML enabled browser that invokes the actions defined in the web page by the VoiceXML tags, e.g. play prompt; get DTMF; do voice recognition; play text-to-speech string etc.
- This allows people to embed VoiceXML tags in their existing HTML pages and effectively have a single source for both text and telephony based interaction with a server side application.
- the pages are simply served up to an IVR from a standard web server using the HTTP protocol in the same way as HTML pages would be.
- VoiceXML components such as a voice prompts are embedded in the VoiceXML application.
- a method of handling an incoming call in a network connected interactive voice response system comprising the steps of: receiving a signal indicating an incoming telephone call with a call identification; retrieving, from a database, a database record associated with the call identification; retrieving, from a network location identified in the retrieved record, at least one IVR application identified in the retrieved record; storing the retrieved at least one IVR application into cache memory; and answering the incoming telephone call.
- IVR interactive voice response system
- the step of retrieving comprises locating an application name in a record used in a previous IVR interaction with respect to the call identification so that the voice interaction history of the CLID (calling line identification) is used as a guide to which applications are pre-fetched. Adding a new IVR application name to the record when said new IVR application is involved in the call interaction and not already in the record associated with the call identification allows continuous updating of the CLID record.
- the IVR can keep track of which IVR applications are used the most.
- the subset of IVR applications fetched can depend on the count value associated with each application name.
- the at least one IVR application comprises at least one VoiceXML application.
- the IVR application components may also be treated in the same way as IVR applications as the name is the same URI protocol.
- IVR component names may be stored in the CLID record along with IVR application names.
- the IVR application can be parsed after retrieval to identify application component names.
- the caller's most favourite IVR application can be launched immediately and without prompting.
- a computer program product for processing one or more sets of data processing tasks in an interactive voice response system (IVR) having cache memory as described in the claims.
- IVR interactive voice response system
- FIG. 1 is an overview of a voice response system and web servers
- FIG. 2 is a schematic view of the voice response system of a preferred embodiment of the present invention.
- FIG. 3 is a schematic view of the method of the preferred embodiment of the present invention.
- FIG. 4A is a schematic diagram of a file cache of a preferred embodiment of the present invention.
- FIG. 4B is a schematic diagram of a database of a preferred embodiment of the present invention.
- the preferred embodiment of the present invention is implemented using IBM* WebSphere* Voice Response (WVR) for AIX* with DirectTalk* Technology v3.1 as the base interactive voice response system (IVR).
- WVR is well-suited for large enterprises or telecommunications businesses. It is scalable, robust and designed for continuous operation 24 hours a day and 7 days a week.
- WVR for AIX can support between 12 and 480 concurrent telephone channels on a single system. Multiple systems can be networked together to provide larger configurations.
- *AIX, DirectTalk, IBM pSeries, and WebSphere are trademarks of International Business Machines in the United States, other countries, or both.
- WVR for AIX supports from 1 to 16 E1 or T1 digital trunks on a single IBM pSeries* server with up to 1,500 ports on a single system. Up to 2304 telephony channels using T1 connections or 2880 telephony channels using E1 connections can be supported in a 19′′ rack.
- Applications can be written in Java, VoiceXML and native code.
- WVR runs uinder an IBM AIX v 4.3 operating system running on an IBM pSeries computer. It supports network connectivity on multiple networks including PSTN, ISDN, CAS, SS7, VoIP networks. The preferred embodiment is concerned with those networks that provide a caller identification number with an incoming call e.g. ISDN and SS7.
- SS7 is often employed for IVRs within the telephony network, for example telecoms providers who wish to provide value add facilities that require IVR functionality. Such applications are typically on a large scale.
- an IVR 10 connected to any one of a plurality of web servers 12 A . . . 12 N through a LAN 14 or the Internet 15 .
- the IVR 10 may also connect to any one of a plurality of telephones 16 A . . . 16 N through a telephony network 18 .
- the IVR 10 comprises a telephony platform 20 and voiceXML browsers 22 A . . . 22 N.
- the telephony platform handles the communication between the IVR 10 and the telephones 16 A . . . 16 N.
- a VoiceXML browser 22 A executes one VoiceXML file, e.g. VoiceXML application 23 A stored on web server 12 A.
- the VoiceXML browser 22 A interacts with the caller under the control of the VoiceXML application 23 A.
- telephony platform 20 of IVR 10 comprises: line interface adapter 26 ; device driver 28 ; signalling stack 30 ; call handling process manager 32 and database 50 .
- IVR 10 further comprises VoiceXML browsers 22 A . . . 22 N and VoiceXML browser manager 24 .
- a VoiceXML browser 22 A comprises: interpreter 40 ; file cache 42 ; multiple fetch threads 44 A . . . 44 N; and pre-cache controller 46 .
- the line interface adapter 26 provides the physical means by which the IVR 10 is connected to any one telephone 16 A . . . 16 N on PSTN telephone network 18 .
- the device driver 28 communicates between the line interface adapter 26 and the signalling stack 30 .
- the signalling stack 30 communicates with the far end telephone switching equipment over the physical transport layer. It communicates via device driver 28 and line interface card 26 to send and receive signalling status information.
- the status information describes the state of the telephone lines, that is, ringing, on-hook, off-hook etc.
- the signalling stack 30 implements the same specific communications protocol as the far end switching equipment to enable bi-directional communications.
- the signalling stack 30 communicates with the line interface adapter 26 via the device driver 28 for operations such as incoming call detection and making outbound calls. It communicates with the call handling process manager 32 by placing messages in shared memory segments that can be accessed by all software components in the voice response system.
- the call handling process manager 32 connects an incoming call to an available call handling process e.g. 34 A.
- an incoming call is detected by the signalling stack 30 , the call handling process manager 32 is notified and identifies call handling process 34 A for the duration of the call.
- an order of 480 call handling processes 34 A . . . 34 N are managed by the call handling process manager 32 in the preferred embodiment.
- a call handling process 34 A manages a single telephone call on a single telephone channel. In operation there are many open telephone channels in a voice response system; the call handling process manager 32 monitors the state of each telephone channel using its associated call handling process.
- the call handling process manager 32 initiates enough call handling processes 34 A . . . 34 N to service all the available configured telephone channels.
- the call handling process manager 32 ensures that calls can always be serviced even if all telephone channels are active at the same time.
- Call handling process 34 A moves from an available state into an active state once it is assigned to handle a telephone call on a particular line. Once a call and IVR application has completed, the associated call handling process 34 A moves back from an active to an available state in readiness to service another call.
- Call handling process 34 A communicates with the VoiceXML browser 22 A to invoke the actions as defined by a VoiceXML application 23 A by interacting with other components in the IVR 10 . Messages are sent using sockets between the call handling processes and the VoiceXML browser 22 A. Once a call is terminated, the call handling process 34 A notifies the call handling process manager 32 of this and returns to a state of availability.
- the VoiceXML browser manager 24 co-ordinates the activities of VoiceXML browsers 22 A . . . 22 N. It accepts a request from a call handling process 34 to be connected to VoiceXML application 23 A and tracks the usage and availability of the browsers. When a call arrives at the system and call handling process 34 A has been assigned to handle the call, the VoiceXML browser manager 24 is asked by the call handling process 34 A to provide an instance of a VoiceXML browser to service the call.
- One VoiceXML browser generally corresponds to one call handling process.
- VoiceXML browsers 22 A . . . 22 N are software browsers that can be used to run voice applications that are defined in VoiceXML.
- a VoiceXML browser is similar to browser products like Netscape Navigator or Internet Explorer except that it uses a voice markup language instead of a text markup language such as HTML.
- VoiceXML documents contain XML elements that can be used to specify an application command e.g. Play prompt, get DTMF input, play text-to-speech etc.
- VoiceXML browser 22 A fetches, interprets and executes the VoiceXML files 23 A . . . 23 N.
- VoiceXML files 23 A . . . 22 N include VoiceXML applications (e.g. 23 A) and VoiceXML components to which links are formed in the applications.
- a single VoiceXML browser 22 A services a single call on a single telephone channel.
- the VoiceXML browser manager 24 When a request is made by the VoiceXML browser manager 24 for a browser 22 A to service a telephone call, the browser 22 A moves from the available to the active state. The VoiceXML browser manager 24 will not then try to assign that instance of the VoiceXML browser 22 to service another call. Once the call and application have completed, the VoiceXML browser 22 A moves from the active to the available state in readiness to service another call.
- the interpreter 40 parses and validates the VoiceXML files 23 A . . . 23 N defining the application and application components.
- the interpreter 40 does this against the DTD (Document Type Definition) that is defined for the VoiceXML specification and also initiates the actions required by the VoiceXML document in the underlying voice response system. This is achieved through communication with the call handling process 34 A that has been assigned to the VoiceXML browser 22 A.
- DTD Document Type Definition
- the file cache 42 stores VoiceXML files 23 A . . . 23 N in the IVR 10 local file system or reserved memory.
- the file cache 42 honors file expiry times that can be specified in VoiceXML files 23 and will re-fetch cached VoiceXML files once they have expired.
- FIG. 4A there is shown file cache 42 with VoiceXML files: application 23 A; application component 23 B; and bootstrap IVR application 25 .
- Application 23 A and application 24 B are the VoiceXML files downloaded from Web server 12 A (FIG. 1).
- Application 23 A comprises a URI link 27 for application component 23 B.
- URI link 27 is the address of the web server and file name of the VoiceXML component ‘http://ibm.com/component’.
- the bootstrap IVR application 25 is normally the first IVR application to run when an incoming call is answered.
- the bootstrap IVR answers the call and prompts the caller to choose another IVR application to run from a list of possible IVR applications, most probably including the bookmarked IVR applications and some other IVR applications. Furthermore, in the preferred embodiment, it is under the control of the bootstrap IVR that visited URIs are logged and database 50 updated. In another embodiment, the bootstrap IVR application will pass control over to a most favourite IVR application without prompting the call to choose.
- a fetch thread 44 A (FIG. 2) is part of the VoiceXML browser 22 A that obtains a VoiceXML file 23 A from one of the web servers 12 A . . . 12 N. It uses the standard HTTP protocol to retrieve the VoiceXML file and stores it locally in the file cache 42 . The fetch thread 44 A will automatically check whether a document is already available in the file cache (and hasn't expired) before going out to the URI (Univeral Resource Indicator) specified to retrieve the document to improve performance of the system.
- URI Uniral Resource Indicator
- the database 50 in the telephone platform 20 records relationships between Calling Line Identifiers (CLID) and VoiceXML file URIs and is shown in more detail in FIG. 4B.
- a single record 51 in database 50 comprises: an identifier field 52 of fixed length for the CLID and a URI field 53 capable of variable length for a bookmark list of URIs associated with the CLID.
- the URI field 53 comprises: URI 54 for VoiceXML application 23 A; visit counter 55 ; separator 56 ; URI 57 for VoiceXML component 23 B and visit counter 58 .
- URI 54 comprises the server path ‘http://ibm.com/’ and the VoiceXML file name ‘application.vxml’ that enable a fetch thread to find and retrieve the VoiceXML application.
- URI 57 comprises the server path ‘http://ibm.com/’ and VoiceXML file name ‘component’.
- Visit counter 55 stores the number of times that the browser uses the URI 54 in the interaction and visit counter 58 stores the number of times that the browser uses the URI 57 in the interaction.
- a single record is identified by the URI and further fields comprise the visit counter and the associated CLID.
- the database 50 can be interrogated to retrieve information and can also be updated to reflect changes in the caller's most often accessed files.
- Each VoiceXML URI identifies an VoiceXML application or a component of an application.
- records in database 50 contains URIs for each VoiceXML application associated with a CLID and also for each VoiceXML component within each VoiceXML application. This allows both applications and application components to be retrieved from remote servers at the same time.
- the record contains only URIs for VoiceXML applications and the interpreter 40 has to parse the fetched VoiceXML applications for application component URIs and then dispatches further fetch threads via the pre-catch controller. This reduces the size of the database needed as it stores only application files but still has the advantage of caching VoiceXML components albeit after the application has been fully downloaded and parsed.
- the pre-cache controller 46 queries and updates records in database 50 . It also dispatches fetch threads 44 A . . . 44 N to retrieve the files named in the URI list for a particular CLID. Furthermore it signals via the call handling process 34 A to the signalling stack 30 that the pre-fetching of files 23 A . . . 23 N is complete and the browser 22 A is ready to accept the call.
- Step 330 An incoming call is detected by the signalling stack 30 .
- the call is initiated through the transmission of a particular signalling sequence along the physical cable connecting the IVR 10 to the far end switching equipment.
- the line interface adapter 26 passes the signalling data (including the CLID) via the device driver 28 , to the signalling stack 30 .
- Step 332 The incoming called is logged by the signalling stack 30 .
- the call is kept in a ‘Ringing’ state while the signalling stack 30 notifies the call handling process manager 32 of the incoming call details including the CLID. The caller continues to hear the phone ring.
- Step 334 The call handling process manager 32 identifies a free call handling process 34 A to process the call and sends the call handling process 34 a message containing the CLID asking it to service the call.
- Step 336 The call handling process 34 A receives the message and communicates with the VoiceXML browser manager 24 asking for an available VoiceXML browser 22 A with which it can communicate.
- Step 338 The VoiceXML browser manager 24 communicates with the call handling process to request an available VoiceXML browser 22 A
- Step 340 The CLID is passed to the Voice XML Browser 22 A by the call handling process after communications between the call handling process 34 A and the VoiceXML browser 22 A are initiated.
- Step 342. The database 50 is interrogated by the pre-cache controller 46 to find whether there is already an entry for this CLID.
- Step 344 If there is an entry that corresponds to this CLID, the pre-cache controller 46 dispatches fetch threads 44 A . . . 44 N to obtain the VoiceXML files contained in the entry.
- Step 346 The VoiceXML pages are obtained.
- Each fetch thread 44 A . . . 44 N checks the file cache 42 to see if its file is already available. If it is, then the fetch thread returns back to the pre-cache controller 40 and makes itself available again. If the requested file is not already in the file cache 42 , then the fetch thread goes to the web server specified in the URI to obtain the file. Both VoiceXML applications and VoiceXML components are obtained in this way.
- Step 348 The pre-cache controller 46 waits for the file download.
- the pre-controller 46 observes the status of all the fetch threads 44 A . . . 44 N that it has dispatched and waits for all to become available again via software callbacks.
- Step 350 The pre-cache controller 46 indicates readiness to receive call once it is statified that all the fetch threads 44 A . . . 44 N have obtained the VoiceXML files required, it sends a message to the call handling process 34 A to indicate readiness.
- Step 352. The call handling process 34 A forwards the message to the signalling stack 30 indicating readiness to receive the call.
- Step 354. The telephone phone call can then proceed when the signalling stack 30 receives the message of availability and places the call into a talking state.
- the boot strap IVR application 25 handles the call to transfer the caller to a chosen IVR application.
- the bootstrap IVR 25 prompts the caller to choose an IVR application.
- the chosen IVR is then executed with any delay in downloading it from a web server.
- Step 356 Each VoiceXML URI that is visited by the caller during the interaction is noted by the pre-cache controller that attempts to fetch each URI.
- Step 358 Once the call has finished the database is updated by the pre-cache controller 46 with the list of favourite URI's for the given CLID based on the previous call.
- John Smith picks up his telephone with the intention of dialling into a portal service to VoiceXML applications that are hosted on the Internet.
- call handling process 34 A and VoiceXML browser 22 A are assigned to service John's call.
- the VoiceXML browser 22 A has also been notified of the number (CLID) from which John is calling and queries the database 50 as to whether there are any favourite sites that John has.
- the VoiceXML browser 22 A sends a notification to the signalling stack 30 via the call handling process that it is to take the call.
- the signalling stack 30 receives this notification and performs the appropriate actions via the device driver 28 and line interface adapter 26 to signal to the far end switching equipment to answer the call.
- the pre-cache controller 46 has logged the URIs of the applications along with the URIs of any components in the applications that John has visited.
- the pre-cache controller 46 updates the database 50 with a new record for John's CLID that includes a list of the URIs for the 3 sites (including the pizza application 23 A and component 23 B) that he has just visited.
- the VoiceXML browser 22 A After having dialled the number, he hears the phone ring. While the phone is ringing this time, the VoiceXML browser 22 A has once again received notification of John's CLID and queries the database 50 . This time, it receives a notification of the three sites that John visited last time he dialled in. The VoiceXML browser 22 A then dispatches fetch threads 44 A . . . 44 N to get the VoiceXML files for these 3 sites. Notification is also received about corresponding components in each application and other fetch threads are sent to retrieve. Each fetch thread first interrogates the file cache 42 to see whether the file is already available there.
- the file In the case of the pizza ordering site, the file is available so the fetch thread 44 A returns immediately. In the other two cases, the files are not available and so each of the fetch threads 32 retrieves the file from the specified URI and saves it in the cache 42 . Each of the fetch threads returns.
- the VoiceXML browser 22 A monitors the fetch threads 44 A . . . 44 N and when they have completed it sends a ready message to the signalling process 30 .
- the signalling stack 30 once again answers the call and John is then able to interact with the IVR 10 . This time, there is no delay before he can get to order his pizza.
- the pre-cache controller 46 updates the database record for John's CLID with the pizza ordering URI having a count of 2 (since John has now visited the site twice) and the banking and mortgage site with a count of 1.
- John's record in the database is updated each time to reflect the sites that he visits and the delays presented in John's calls while VoiceXML files are downloaded become fewer.
- IBM WebSphere Voice Response for Windows* NT* and Windows 2000 with DirectTalk Technology is an interactive voice response (IVR) product that is for users who prefer a Windows-based operating environment to run self-service applications.
- WebSphere Voice Response is capable of supporting simple to complex applications and can scale to thousands of lines in a networked configuration.
- Windows and Windows NT are trademarks of Microsoft Corporation in the United States, other countries, or both.
- this invention relates to a call handling solution for IVR applications with embedded components.
- a method of handling an incoming call in a network connected interactive voice response system comprising the steps of: receiving a signal indicating an incoming telephone call with a call identification (CLID); retrieving, from a database, a database record associated with the call identification; retrieving, from a network location identified in the retrieved record, at least one VoiceXML application identified in the retrieved record; storing the retrieved at least one VoiceXML into cache memory; and answering the incoming telephone call.
- CLID call identification
Landscapes
- Engineering & Computer Science (AREA)
- Signal Processing (AREA)
- Telephonic Communication Services (AREA)
Abstract
A call handling solution for IVR applications with embedded components. A method of handling an incoming call in a network connected interactive voice response system (IVR), comprising the steps of: receiving a signal indicating an incoming telephone call with a call identification (CLID); retrieving, from a database, a database record associated with the call identification; retrieving, from a network location identified in the retrieved record, at least one VoiceXML application identified in the retrieved record; storing the retrieved at least one VoiceXML into cache memory; and answering the incoming telephone call.
Description
- This invention relates to a method, apparatus and computer program product for a call handling solution in an interactive voice response system (IVR). In particular it relates to a call handling solution for IVR applications with embedded components.
- A telephone can be used to place a catalogue order; check an airline schedule; query a price; review an account balance; notify a customer; record and retrieve a message; and many other business interactions. Often, each telephone call involves a service representative talking to a caller, asking questions, entering responses into a computer, and reading information to the caller from a terminal screen. This process can be automated by substituting an IVR with an ability to play voice prompts and receive user input e.g. from speech recognition or from DTMF tones.
- The interaction of the voice prompts and user input is guided by a voice application that in turn is executed by the IVR. Voice applications have been written in script, state code, and *Java. Now demand for internet compatibility has introduced voice extensible mark up language (VoiceXML). *Java and all Java based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc in the United States, other countries or both.
- VoiceXML is an emerging technology in the current telephony IVR market. VoiceXML is a markup language that is defined as a standard by representatives in the telephony market and grew from extensible markup language (XML). XML was developed by the Worldwide Web Consortium. Through the use of customised tags XML offers greater flexibility in organising and presenting information than is possible with other mark up coding systems. VoiceXML defines a new set of XML ‘tags’ that can be used to write voice response applications and it simplifies speech application development by using familiar web infrastructure, including web pages, web tools and web servers.
- Voice applications in the form of web pages are fetched and interpreted by a VoiceXML enabled browser that invokes the actions defined in the web page by the VoiceXML tags, e.g. play prompt; get DTMF; do voice recognition; play text-to-speech string etc. This allows people to embed VoiceXML tags in their existing HTML pages and effectively have a single source for both text and telephony based interaction with a server side application. The pages are simply served up to an IVR from a standard web server using the HTTP protocol in the same way as HTML pages would be. VoiceXML components such as a voice prompts are embedded in the VoiceXML application.
- The increasing influence of the world wide web on telephony technology means that voice applications and application components become increasingly distributed. A IVR may not only use locally and corporately stored applications but also publicly available IVR applications and application components stored anywhere on the Internet. As more people start to use VoiceXML technology to allow users to interact with their web pages, IVRs will be put under increasing pressure to fetch ‘web-pages’ from a remote web server. Distributed web servers impact the performance of the IVR and causes delays to callers when pages are being fetched.
- According to a first aspect of the present invention there is provided a method of handling an incoming call in a network connected interactive voice response system (IVR), comprising the steps of: receiving a signal indicating an incoming telephone call with a call identification; retrieving, from a database, a database record associated with the call identification; retrieving, from a network location identified in the retrieved record, at least one IVR application identified in the retrieved record; storing the retrieved at least one IVR application into cache memory; and answering the incoming telephone call.
- Such an association of an IVR application name with a call identification allows for pre-caching of the IVR applications. With this solution when a call is being handled and a caller is interacting with the IVR there is no delay during such interaction associated with the IVR needing to retrieve IVR files from over a network. This is because a selection of the caller's favourite applications are already stored in the cache or, in the situation where the application or component are not identified in the cache, they are retrieved from the network prior to an IVR application being selected by the caller. Furthermore, there will be no delay when further cached IVR applications are used.
- Advantageously, the step of retrieving comprises locating an application name in a record used in a previous IVR interaction with respect to the call identification so that the voice interaction history of the CLID (calling line identification) is used as a guide to which applications are pre-fetched. Adding a new IVR application name to the record when said new IVR application is involved in the call interaction and not already in the record associated with the call identification allows continuous updating of the CLID record.
- Preferably only a subset of IVR applications named in the record are retrieved so that pre-fetching is only used on important or much used IVR applications. By updating a count value associated with a IVR application name when the IVR uses the IVR application, the IVR can keep track of which IVR applications are used the most. The subset of IVR applications fetched can depend on the count value associated with each application name.
- Suitably the at least one IVR application comprises at least one VoiceXML application.
- The IVR application components may also be treated in the same way as IVR applications as the name is the same URI protocol. For instance IVR component names may be stored in the CLID record along with IVR application names. Alternatively the IVR application can be parsed after retrieval to identify application component names.
- Most advantageously, the caller's most favourite IVR application can be launched immediately and without prompting.
- According to a second aspect of the invention there is provided a system for handling calling in an interactive voice response system (IVR) as described in the claims.
- According to a third aspect of the invention there is provided a computer program product for processing one or more sets of data processing tasks in an interactive voice response system (IVR) having cache memory as described in the claims.
- To promote a fuller understanding of this and other aspects of the present invention, an embodiment of the invention will now be described, by means of example only, with reference to the accompanying drawings in which:
- FIG. 1 is an overview of a voice response system and web servers;
- FIG. 2 is a schematic view of the voice response system of a preferred embodiment of the present invention;
- FIG. 3 is a schematic view of the method of the preferred embodiment of the present invention;
- FIG. 4A is a schematic diagram of a file cache of a preferred embodiment of the present invention; and
- FIG. 4B is a schematic diagram of a database of a preferred embodiment of the present invention.
- The preferred embodiment of the present invention is implemented using IBM* WebSphere* Voice Response (WVR) for AIX* with DirectTalk* Technology v3.1 as the base interactive voice response system (IVR). WVR is well-suited for large enterprises or telecommunications businesses. It is scalable, robust and designed for
continuous operation 24 hours a day and 7 days a week. WVR for AIX can support between 12 and 480 concurrent telephone channels on a single system. Multiple systems can be networked together to provide larger configurations. *AIX, DirectTalk, IBM pSeries, and WebSphere are trademarks of International Business Machines in the United States, other countries, or both. - WVR for AIX supports from 1 to 16 E1 or T1 digital trunks on a single IBM pSeries* server with up to 1,500 ports on a single system. Up to 2304 telephony channels using T1 connections or 2880 telephony channels using E1 connections can be supported in a 19″ rack. Applications can be written in Java, VoiceXML and native code. WVR runs uinder an IBM AIX v 4.3 operating system running on an IBM pSeries computer. It supports network connectivity on multiple networks including PSTN, ISDN, CAS, SS7, VoIP networks. The preferred embodiment is concerned with those networks that provide a caller identification number with an incoming call e.g. ISDN and SS7. SS7 is often employed for IVRs within the telephony network, for example telecoms providers who wish to provide value add facilities that require IVR functionality. Such applications are typically on a large scale.
- Referring to FIG. 1, there is shown an
IVR 10 connected to any one of a plurality ofweb servers 12A . . . 12N through aLAN 14 or theInternet 15. TheIVR 10 may also connect to any one of a plurality oftelephones 16A . . . 16N through atelephony network 18. In a general overview theIVR 10 comprises atelephony platform 20 andvoiceXML browsers 22A . . . 22N. The telephony platform handles the communication between theIVR 10 and thetelephones 16A . . . 16N. AVoiceXML browser 22A executes one VoiceXML file,e.g. VoiceXML application 23A stored onweb server 12A. TheVoiceXML browser 22A interacts with the caller under the control of theVoiceXML application 23A. - In more detail and with respect to FIG. 2,
telephony platform 20 ofIVR 10 comprises:line interface adapter 26;device driver 28; signallingstack 30; callhandling process manager 32 anddatabase 50.IVR 10 further comprisesVoiceXML browsers 22A . . . 22N andVoiceXML browser manager 24. - A
VoiceXML browser 22A comprises:interpreter 40;file cache 42; multiple fetchthreads 44A . . . 44N; andpre-cache controller 46. - The
line interface adapter 26 provides the physical means by which theIVR 10 is connected to any onetelephone 16A . . . 16N onPSTN telephone network 18. - The
device driver 28 communicates between theline interface adapter 26 and thesignalling stack 30. - The
signalling stack 30 communicates with the far end telephone switching equipment over the physical transport layer. It communicates viadevice driver 28 andline interface card 26 to send and receive signalling status information. The status information describes the state of the telephone lines, that is, ringing, on-hook, off-hook etc. Thesignalling stack 30 implements the same specific communications protocol as the far end switching equipment to enable bi-directional communications. Thesignalling stack 30 communicates with theline interface adapter 26 via thedevice driver 28 for operations such as incoming call detection and making outbound calls. It communicates with the callhandling process manager 32 by placing messages in shared memory segments that can be accessed by all software components in the voice response system. - The call
handling process manager 32 connects an incoming call to an available call handling process e.g. 34A. When an incoming call is detected by thesignalling stack 30, the callhandling process manager 32 is notified and identifiescall handling process 34A for the duration of the call. Although only onecall handling process 34A is described here, an order of 480 call handling processes 34A . . . 34N are managed by the callhandling process manager 32 in the preferred embodiment. - A
call handling process 34A manages a single telephone call on a single telephone channel. In operation there are many open telephone channels in a voice response system; the callhandling process manager 32 monitors the state of each telephone channel using its associated call handling process. - When the system is started, the call
handling process manager 32 initiates enough call handling processes 34A . . . 34N to service all the available configured telephone channels. The callhandling process manager 32 ensures that calls can always be serviced even if all telephone channels are active at the same time. - Call
handling process 34A moves from an available state into an active state once it is assigned to handle a telephone call on a particular line. Once a call and IVR application has completed, the associatedcall handling process 34A moves back from an active to an available state in readiness to service another call. Callhandling process 34A communicates with theVoiceXML browser 22A to invoke the actions as defined by aVoiceXML application 23A by interacting with other components in theIVR 10. Messages are sent using sockets between the call handling processes and theVoiceXML browser 22A. Once a call is terminated, thecall handling process 34A notifies the callhandling process manager 32 of this and returns to a state of availability. - The
VoiceXML browser manager 24 co-ordinates the activities ofVoiceXML browsers 22A . . . 22N. It accepts a request from a call handling process 34 to be connected toVoiceXML application 23A and tracks the usage and availability of the browsers. When a call arrives at the system andcall handling process 34A has been assigned to handle the call, theVoiceXML browser manager 24 is asked by thecall handling process 34A to provide an instance of a VoiceXML browser to service the call. One VoiceXML browser generally corresponds to one call handling process. -
VoiceXML browsers 22A . . . 22N are software browsers that can be used to run voice applications that are defined in VoiceXML. A VoiceXML browser is similar to browser products like Netscape Navigator or Internet Explorer except that it uses a voice markup language instead of a text markup language such as HTML. VoiceXML documents contain XML elements that can be used to specify an application command e.g. Play prompt, get DTMF input, play text-to-speech etc. -
VoiceXML browser 22A fetches, interprets and executes the VoiceXML files 23A . . . 23N. VoiceXML files 23A . . . 22N include VoiceXML applications (e.g. 23A) and VoiceXML components to which links are formed in the applications. - A
single VoiceXML browser 22A services a single call on a single telephone channel. When a request is made by theVoiceXML browser manager 24 for abrowser 22A to service a telephone call, thebrowser 22A moves from the available to the active state. TheVoiceXML browser manager 24 will not then try to assign that instance of the VoiceXML browser 22 to service another call. Once the call and application have completed, theVoiceXML browser 22A moves from the active to the available state in readiness to service another call. - The
interpreter 40 parses and validates the VoiceXML files 23A . . . 23N defining the application and application components. Theinterpreter 40 does this against the DTD (Document Type Definition) that is defined for the VoiceXML specification and also initiates the actions required by the VoiceXML document in the underlying voice response system. This is achieved through communication with thecall handling process 34A that has been assigned to theVoiceXML browser 22A. - The
file cache 42 stores VoiceXML files 23A . . . 23N in theIVR 10 local file system or reserved memory. Thefile cache 42 honours file expiry times that can be specified in VoiceXML files 23 and will re-fetch cached VoiceXML files once they have expired. Referring to FIG. 4A there is shownfile cache 42 with VoiceXML files:application 23A;application component 23B; and bootstrapIVR application 25.Application 23A and application 24B are the VoiceXML files downloaded fromWeb server 12A (FIG. 1).Application 23A comprises aURI link 27 forapplication component 23B. In this case URI link 27 is the address of the web server and file name of the VoiceXML component ‘http://ibm.com/component’. Thebootstrap IVR application 25 is normally the first IVR application to run when an incoming call is answered. The bootstrap IVR answers the call and prompts the caller to choose another IVR application to run from a list of possible IVR applications, most probably including the bookmarked IVR applications and some other IVR applications. Furthermore, in the preferred embodiment, it is under the control of the bootstrap IVR that visited URIs are logged anddatabase 50 updated. In another embodiment, the bootstrap IVR application will pass control over to a most favourite IVR application without prompting the call to choose. - A fetch
thread 44A (FIG. 2) is part of theVoiceXML browser 22A that obtains aVoiceXML file 23A from one of theweb servers 12A . . . 12N. It uses the standard HTTP protocol to retrieve the VoiceXML file and stores it locally in thefile cache 42. The fetchthread 44A will automatically check whether a document is already available in the file cache (and hasn't expired) before going out to the URI (Univeral Resource Indicator) specified to retrieve the document to improve performance of the system. - The
database 50 in thetelephone platform 20 records relationships between Calling Line Identifiers (CLID) and VoiceXML file URIs and is shown in more detail in FIG. 4B. In the preferred embodiment, asingle record 51 indatabase 50 comprises: anidentifier field 52 of fixed length for the CLID and aURI field 53 capable of variable length for a bookmark list of URIs associated with the CLID. In this example, theURI field 53 comprises:URI 54 forVoiceXML application 23A; visit counter 55; separator 56; URI 57 forVoiceXML component 23B and visit counter 58.URI 54 comprises the server path ‘http://ibm.com/’ and the VoiceXML file name ‘application.vxml’ that enable a fetch thread to find and retrieve the VoiceXML application. URI 57 comprises the server path ‘http://ibm.com/’ and VoiceXML file name ‘component’. Visit counter 55 stores the number of times that the browser uses theURI 54 in the interaction and visit counter 58 stores the number of times that the browser uses the URI 57 in the interaction. In another embodiment a single record is identified by the URI and further fields comprise the visit counter and the associated CLID. Thedatabase 50 can be interrogated to retrieve information and can also be updated to reflect changes in the caller's most often accessed files. Each VoiceXML URI identifies an VoiceXML application or a component of an application. - In the preferred embodiment records in
database 50 contains URIs for each VoiceXML application associated with a CLID and also for each VoiceXML component within each VoiceXML application. This allows both applications and application components to be retrieved from remote servers at the same time. In another embodiment the record contains only URIs for VoiceXML applications and theinterpreter 40 has to parse the fetched VoiceXML applications for application component URIs and then dispatches further fetch threads via the pre-catch controller. This reduces the size of the database needed as it stores only application files but still has the advantage of caching VoiceXML components albeit after the application has been fully downloaded and parsed. - The
pre-cache controller 46 queries and updates records indatabase 50. It also dispatches fetchthreads 44A . . . 44N to retrieve the files named in the URI list for a particular CLID. Furthermore it signals via thecall handling process 34A to thesignalling stack 30 that the pre-fetching offiles 23A . . . 23N is complete and thebrowser 22A is ready to accept the call. - A typical process is now described with reference to FIG. 3.
-
Step 330. An incoming call is detected by thesignalling stack 30. The call is initiated through the transmission of a particular signalling sequence along the physical cable connecting theIVR 10 to the far end switching equipment. Theline interface adapter 26 passes the signalling data (including the CLID) via thedevice driver 28, to thesignalling stack 30. -
Step 332. The incoming called is logged by thesignalling stack 30. The call is kept in a ‘Ringing’ state while thesignalling stack 30 notifies the callhandling process manager 32 of the incoming call details including the CLID. The caller continues to hear the phone ring. -
Step 334. The callhandling process manager 32 identifies a freecall handling process 34A to process the call and sends the call handling process 34 a message containing the CLID asking it to service the call. -
Step 336. Thecall handling process 34A receives the message and communicates with theVoiceXML browser manager 24 asking for anavailable VoiceXML browser 22A with which it can communicate. -
Step 338. TheVoiceXML browser manager 24 communicates with the call handling process to request anavailable VoiceXML browser 22A -
Step 340. The CLID is passed to theVoice XML Browser 22A by the call handling process after communications between thecall handling process 34A and theVoiceXML browser 22A are initiated. -
Step 342. Thedatabase 50 is interrogated by thepre-cache controller 46 to find whether there is already an entry for this CLID. -
Step 344. If there is an entry that corresponds to this CLID, thepre-cache controller 46 dispatches fetchthreads 44A . . . 44N to obtain the VoiceXML files contained in the entry. -
Step 346. The VoiceXML pages are obtained. Each fetchthread 44A . . . 44N checks thefile cache 42 to see if its file is already available. If it is, then the fetch thread returns back to thepre-cache controller 40 and makes itself available again. If the requested file is not already in thefile cache 42, then the fetch thread goes to the web server specified in the URI to obtain the file. Both VoiceXML applications and VoiceXML components are obtained in this way. -
Step 348. Thepre-cache controller 46 waits for the file download. The pre-controller 46 observes the status of all the fetchthreads 44A . . . 44N that it has dispatched and waits for all to become available again via software callbacks. -
Step 350. Thepre-cache controller 46 indicates readiness to receive call once it is statified that all the fetchthreads 44A . . . 44N have obtained the VoiceXML files required, it sends a message to thecall handling process 34A to indicate readiness. -
Step 352. Thecall handling process 34A forwards the message to thesignalling stack 30 indicating readiness to receive the call. -
Step 354. The telephone phone call can then proceed when thesignalling stack 30 receives the message of availability and places the call into a talking state. The bootstrap IVR application 25 handles the call to transfer the caller to a chosen IVR application. Thebootstrap IVR 25 prompts the caller to choose an IVR application. The chosen IVR is then executed with any delay in downloading it from a web server. -
Step 356. Each VoiceXML URI that is visited by the caller during the interaction is noted by the pre-cache controller that attempts to fetch each URI. -
Step 358. Once the call has finished the database is updated by thepre-cache controller 46 with the list of favourite URI's for the given CLID based on the previous call. - John Smith picks up his telephone with the intention of dialling into a portal service to VoiceXML applications that are hosted on the Internet.
- After dialling the number, John hears the phone ring for a short period.
- While the phone is ringing the IVR has noted an incoming call;
call handling process 34A andVoiceXML browser 22A are assigned to service John's call. - The
VoiceXML browser 22A has also been notified of the number (CLID) from which John is calling and queries thedatabase 50 as to whether there are any favourite sites that John has. - The query from the
database 50 comes back with the response that John has not used this service before and hence there are noVoiceXML files 23A . . . 23N that should be pre-fetched. - The
VoiceXML browser 22A sends a notification to thesignalling stack 30 via the call handling process that it is to take the call. - The
signalling stack 30 receives this notification and performs the appropriate actions via thedevice driver 28 andline interface adapter 26 to signal to the far end switching equipment to answer the call. - John then interacts with the
IVR 10 and chooses an IVR application. He visits a pizza ordering site to order dinner and then this banking site to perform some transactions. Finally he visits a mortgage information site to obtain a quote. In each case, he notices a delay before being able to order the pizza, query his bank account and get a mortgage quote. This is due to theVoiceXML browser 22A downloading the VoiceXML application and components during the call. In the case of the pizza ordering site thefile 23A is retrieved from ‘http://ibm.com/application.vxml’ and this application references acomponent 23B at ‘http://ibm.com/component’ - During this call, the
pre-cache controller 46 has logged the URIs of the applications along with the URIs of any components in the applications that John has visited. - When the call has finished, just before the
VoiceXML browser 22A makes itself available again, thepre-cache controller 46 updates thedatabase 50 with a new record for John's CLID that includes a list of the URIs for the 3 sites (including thepizza application 23A andcomponent 23B) that he has just visited. - A few days later, John finds himself to be hungry again, and remembering the pleasant pizza ordering experience he has last time, decides to phone back in to order another.
- After having dialled the number, he hears the phone ring. While the phone is ringing this time, the
VoiceXML browser 22A has once again received notification of John's CLID and queries thedatabase 50. This time, it receives a notification of the three sites that John visited last time he dialled in. TheVoiceXML browser 22A then dispatches fetchthreads 44A . . . 44N to get the VoiceXML files for these 3 sites. Notification is also received about corresponding components in each application and other fetch threads are sent to retrieve. Each fetch thread first interrogates thefile cache 42 to see whether the file is already available there. - In the case of the pizza ordering site, the file is available so the fetch
thread 44A returns immediately. In the other two cases, the files are not available and so each of the fetchthreads 32 retrieves the file from the specified URI and saves it in thecache 42. Each of the fetch threads returns. TheVoiceXML browser 22A monitors the fetchthreads 44A . . . 44N and when they have completed it sends a ready message to thesignalling process 30. Thesignalling stack 30 once again answers the call and John is then able to interact with theIVR 10. This time, there is no delay before he can get to order his pizza. Once the call is finished, thepre-cache controller 46 updates the database record for John's CLID with the pizza ordering URI having a count of 2 (since John has now visited the site twice) and the banking and mortgage site with a count of 1. In subsequent calls, John's record in the database is updated each time to reflect the sites that he visits and the delays presented in John's calls while VoiceXML files are downloaded become fewer. - The embodiment has been described in terms of VoiceXML applications and VoiceXML components but any application with embedded components could be used.
- Although the embodiment has been described in terms of IBM WVR for AIX other IVRs can be used to implement the invention. For instance IBM WebSphere Voice Response for Windows* NT* and Windows 2000 with DirectTalk Technology is an interactive voice response (IVR) product that is for users who prefer a Windows-based operating environment to run self-service applications. WebSphere Voice Response is capable of supporting simple to complex applications and can scale to thousands of lines in a networked configuration. *Windows and Windows NT are trademarks of Microsoft Corporation in the United States, other countries, or both.
- In summary this invention relates to a call handling solution for IVR applications with embedded components. A method of handling an incoming call in a network connected interactive voice response system (IVR), comprising the steps of: receiving a signal indicating an incoming telephone call with a call identification (CLID); retrieving, from a database, a database record associated with the call identification; retrieving, from a network location identified in the retrieved record, at least one VoiceXML application identified in the retrieved record; storing the retrieved at least one VoiceXML into cache memory; and answering the incoming telephone call.
Claims (13)
1. A method of handling an incoming call in a network connected interactive voice response system (IVR), comprising the steps of:
receiving a signal indicating an incoming telephone call with a call identification;
retrieving, from a database, a database record associated with the call identification;
retrieving, from a network location identified in the retrieved record, at least one IVR application identified in the retrieved record;
storing the retrieved at least one IVR application into cache memory; and
answering the incoming telephone call.
2. A method as in claim 1 wherein the step of retrieving the at least one IVR application comprises locating an application name in a record used in a previous IVR interaction with respect to the call identification.
3. A method as in claim 2 further comprising the step of adding an IVR application name to the record, said IVR application being involved in the incoming call and not already on the record associated with the call identification.
4. A method as in claim 2 wherein a subset of IVR applications named in the record are retrieved.
5. A method as in claim 4 further comprising updating a count value in the record associated with a IVR application name if the IVR uses the IVR application.
6. A method as in claim 5 wherein the subset of IVR files depends on the count value associated with each application name.
7. The method as in claim 1 wherein the IVR application is a VoiceXML application.
8. The method as in claim 1 further comprising the step of: on answering the call, prompting the caller to choose an IVR application from a plurality of IVR applications including the at least one retrieved IVR application.
9. The method of claim 8 wherein the step of retrieving the at least one IVR application is performed before the step of prompting the caller to choose an IVR application.
10. The method of claim 1 further comprising retrieving, from a network location, at least one IVR application component associated with the IVR application and storing the at least one IVR component into cache memory.
11. The method of claim 10 wherein the at least one IVR component is identified in the retrieved record.
12. A system for handling an incoming call in a network connected interactive voice response system (IVR), comprising:
means for receiving a signal indicating an incoming telephone call with a call identification;
means for retrieving, from a database, a database record associated with the call identification;
means for retrieving, from a network location identified in the retrieved record, at least one IVR application identified in the retrieved record;
means for storing the retrieved at least one IVR application into cache memory; and
means for answering the incoming telephone call.
13. A computer program product for processing one or more sets of data processing tasks in an interactive voice response system (IVR) having cache memory, said computer program product comprising computer program instructions stored on a computer-readable storage medium for, when loaded into a computer and executed, causing a computer to carry out the following steps:
receiving a signal indicating an incoming telephone call with a call identification;
retrieving, from a database, a database record associated with the call identification;
retrieving, from a network location identified in the retrieved record, at least one IVR application identified in the retrieved record;
storing the retrieved at least one IVR application into cache memory; and
answering the incoming telephone call.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
GB0223549.7 | 2002-10-10 | ||
GBGB0223549.7A GB0223549D0 (en) | 2002-10-10 | 2002-10-10 | A telephone call handling solution in an interactive voice response system |
Publications (1)
Publication Number | Publication Date |
---|---|
US20040071275A1 true US20040071275A1 (en) | 2004-04-15 |
Family
ID=9945656
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/436,964 Abandoned US20040071275A1 (en) | 2002-10-10 | 2003-05-13 | Telephone call handling solution in an interactive voice response system |
Country Status (2)
Country | Link |
---|---|
US (1) | US20040071275A1 (en) |
GB (1) | GB0223549D0 (en) |
Cited By (79)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20030202644A1 (en) * | 2002-04-30 | 2003-10-30 | International Business Machines Corporation | Method and apparatus for processing a voice system application |
US20050147217A1 (en) * | 2004-01-02 | 2005-07-07 | Nokia Corporation | Method and system for implementing a speech service using a terminal device and a corresponding terminal device |
US20050267754A1 (en) * | 2004-06-01 | 2005-12-01 | Schultz Paul T | Systems and methods for performing speech recognition |
US20050276395A1 (en) * | 2004-06-01 | 2005-12-15 | Schultz Paul T | Systems and methods for gathering information |
US20060203978A1 (en) * | 2005-03-10 | 2006-09-14 | Avaya Technology Corp. | Coordination of content streams in interactive voice response systems |
US20060203975A1 (en) * | 2005-03-10 | 2006-09-14 | Avaya Technology Corp. | Dynamic content stream delivery to a telecommunications terminal based on the state of the terminal's transducers |
US20060203976A1 (en) * | 2005-03-10 | 2006-09-14 | Avaya Technology Llc | Dynamic multimedia content stream delivery based on quality of service |
GB2424789A (en) * | 2005-03-29 | 2006-10-04 | Hewlett Packard Development Co | Communication assistance system responsive to user identification data |
GB2424790A (en) * | 2005-03-29 | 2006-10-04 | Hewlett Packard Development Co | Communication assistance system responsive to user identification data |
US20060222166A1 (en) * | 2005-03-31 | 2006-10-05 | Microsoft Corporation | Webserver with telephony hosting function |
US20070003042A1 (en) * | 2005-06-21 | 2007-01-04 | Sbc Knowledge Ventures L.P. | Method and apparatus for proper routing of customers |
US20070036293A1 (en) * | 2005-03-10 | 2007-02-15 | Avaya Technology Corp. | Asynchronous event handling for video streams in interactive voice response systems |
US20070041519A1 (en) * | 2005-08-22 | 2007-02-22 | Avaya Technology Corp. | Filler video streams in interactive voice response systems |
US20070077919A1 (en) * | 2005-09-30 | 2007-04-05 | Chiarulli Nicholas C | Voice tagging of automated menu location |
US20070263839A1 (en) * | 2006-03-30 | 2007-11-15 | Shailesh Gandhi | Pre-caching mechanism for optimized business data retrieval for CTI sub-systems |
US20070263593A1 (en) * | 2006-05-01 | 2007-11-15 | Genesys Telecommunications Laboratories, Inc. | Accumulative Decision Point Data Analysis System for Telephony and Electronic Communications Operations |
US20080208628A1 (en) * | 2007-02-27 | 2008-08-28 | Telemanager Technologies, Inc. | System and Method for Targeted Healthcare Messaging |
US20080208986A1 (en) * | 2007-02-27 | 2008-08-28 | Paul Kobylevsky | System and method for targeted healthcare messaging |
US20080288709A1 (en) * | 2007-05-15 | 2008-11-20 | Imagestream Internet Solutions | Wide area network connection platform |
US20100142516A1 (en) * | 2008-04-02 | 2010-06-10 | Jeffrey Lawson | System and method for processing media requests during a telephony sessions |
US20100150139A1 (en) * | 2008-10-01 | 2010-06-17 | Jeffrey Lawson | Telephony Web Event System and Method |
US20100239075A1 (en) * | 2009-03-23 | 2010-09-23 | Paul Kobylevsky | System and Method for Providing Local Interactive Voice Response Services |
US20110082705A1 (en) * | 1998-06-16 | 2011-04-07 | Paul Kobylevsky | Remote Prescription Refill System |
US20110081008A1 (en) * | 2009-10-07 | 2011-04-07 | Jeffrey Lawson | System and method for running a multi-module telephony application |
US20110083179A1 (en) * | 2009-10-07 | 2011-04-07 | Jeffrey Lawson | System and method for mitigating a denial of service attack using cloud computing |
US8416923B2 (en) | 2010-06-23 | 2013-04-09 | Twilio, Inc. | Method for providing clean endpoint addresses |
US8509415B2 (en) | 2009-03-02 | 2013-08-13 | Twilio, Inc. | Method and system for a multitenancy telephony network |
US8570873B2 (en) | 2009-03-02 | 2013-10-29 | Twilio, Inc. | Method and system for a multitenancy telephone network |
US8601136B1 (en) | 2012-05-09 | 2013-12-03 | Twilio, Inc. | System and method for managing latency in a distributed telephony network |
US8638781B2 (en) | 2010-01-19 | 2014-01-28 | Twilio, Inc. | Method and system for preserving telephony session state |
US8649268B2 (en) | 2011-02-04 | 2014-02-11 | Twilio, Inc. | Method for processing telephony sessions of a network |
US8738051B2 (en) | 2012-07-26 | 2014-05-27 | Twilio, Inc. | Method and system for controlling message routing |
US8737962B2 (en) | 2012-07-24 | 2014-05-27 | Twilio, Inc. | Method and system for preventing illicit use of a telephony platform |
US8837465B2 (en) | 2008-04-02 | 2014-09-16 | Twilio, Inc. | System and method for processing telephony sessions |
US8838455B1 (en) * | 2008-06-13 | 2014-09-16 | West Corporation | VoiceXML browser and supporting components for mobile devices |
US8838707B2 (en) | 2010-06-25 | 2014-09-16 | Twilio, Inc. | System and method for enabling real-time eventing |
US8938053B2 (en) | 2012-10-15 | 2015-01-20 | Twilio, Inc. | System and method for triggering on platform usage |
US8948356B2 (en) | 2012-10-15 | 2015-02-03 | Twilio, Inc. | System and method for routing communications |
US9001666B2 (en) | 2013-03-15 | 2015-04-07 | Twilio, Inc. | System and method for improving routing in a distributed communication platform |
US9137127B2 (en) | 2013-09-17 | 2015-09-15 | Twilio, Inc. | System and method for providing communication platform metadata |
US9160696B2 (en) | 2013-06-19 | 2015-10-13 | Twilio, Inc. | System for transforming media resource into destination device compatible messaging format |
US9210275B2 (en) | 2009-10-07 | 2015-12-08 | Twilio, Inc. | System and method for running a multi-module telephony application |
US9226217B2 (en) | 2014-04-17 | 2015-12-29 | Twilio, Inc. | System and method for enabling multi-modal communication |
US9225840B2 (en) | 2013-06-19 | 2015-12-29 | Twilio, Inc. | System and method for providing a communication endpoint information service |
US9240941B2 (en) | 2012-05-09 | 2016-01-19 | Twilio, Inc. | System and method for managing media in a distributed communication network |
US9247062B2 (en) | 2012-06-19 | 2016-01-26 | Twilio, Inc. | System and method for queuing a communication session |
US9246694B1 (en) | 2014-07-07 | 2016-01-26 | Twilio, Inc. | System and method for managing conferencing in a distributed communication network |
US9253254B2 (en) | 2013-01-14 | 2016-02-02 | Twilio, Inc. | System and method for offering a multi-partner delegated platform |
US9251371B2 (en) | 2014-07-07 | 2016-02-02 | Twilio, Inc. | Method and system for applying data retention policies in a computing platform |
US9282124B2 (en) | 2013-03-14 | 2016-03-08 | Twilio, Inc. | System and method for integrating session initiation protocol communication in a telecommunications platform |
US20160080562A1 (en) * | 2011-09-21 | 2016-03-17 | Twilio, Inc. | System and method for determining and communicating presence information |
US9325624B2 (en) | 2013-11-12 | 2016-04-26 | Twilio, Inc. | System and method for enabling dynamic multi-modal communication |
US9336500B2 (en) | 2011-09-21 | 2016-05-10 | Twilio, Inc. | System and method for authorizing and connecting application developers and users |
US9338064B2 (en) | 2010-06-23 | 2016-05-10 | Twilio, Inc. | System and method for managing a computing cluster |
US9338018B2 (en) | 2013-09-17 | 2016-05-10 | Twilio, Inc. | System and method for pricing communication of a telecommunication platform |
US9338280B2 (en) | 2013-06-19 | 2016-05-10 | Twilio, Inc. | System and method for managing telephony endpoint inventory |
US9344573B2 (en) | 2014-03-14 | 2016-05-17 | Twilio, Inc. | System and method for a work distribution service |
US9363301B2 (en) | 2014-10-21 | 2016-06-07 | Twilio, Inc. | System and method for providing a micro-services communication platform |
US9398622B2 (en) | 2011-05-23 | 2016-07-19 | Twilio, Inc. | System and method for connecting a communication to a client |
US9459926B2 (en) | 2010-06-23 | 2016-10-04 | Twilio, Inc. | System and method for managing a computing cluster |
US9459925B2 (en) | 2010-06-23 | 2016-10-04 | Twilio, Inc. | System and method for managing a computing cluster |
US9477975B2 (en) | 2015-02-03 | 2016-10-25 | Twilio, Inc. | System and method for a media intelligence platform |
US9483328B2 (en) | 2013-07-19 | 2016-11-01 | Twilio, Inc. | System and method for delivering application content |
US9495227B2 (en) | 2012-02-10 | 2016-11-15 | Twilio, Inc. | System and method for managing concurrent events |
US9516101B2 (en) | 2014-07-07 | 2016-12-06 | Twilio, Inc. | System and method for collecting feedback in a multi-tenant communication platform |
US9553799B2 (en) | 2013-11-12 | 2017-01-24 | Twilio, Inc. | System and method for client communication in a distributed telephony network |
US9590849B2 (en) | 2010-06-23 | 2017-03-07 | Twilio, Inc. | System and method for managing a computing cluster |
US9602586B2 (en) | 2012-05-09 | 2017-03-21 | Twilio, Inc. | System and method for managing media in a distributed communication network |
US9648006B2 (en) | 2011-05-23 | 2017-05-09 | Twilio, Inc. | System and method for communicating with a client application |
US9736207B1 (en) * | 2008-06-13 | 2017-08-15 | West Corporation | Passive outdial support for mobile devices via WAP push of an MVSS URL |
US9774687B2 (en) | 2014-07-07 | 2017-09-26 | Twilio, Inc. | System and method for managing media and signaling in a communication platform |
US9811398B2 (en) | 2013-09-17 | 2017-11-07 | Twilio, Inc. | System and method for tagging and tracking events of an application platform |
US9948703B2 (en) | 2015-05-14 | 2018-04-17 | Twilio, Inc. | System and method for signaling through data storage |
US10063713B2 (en) | 2016-05-23 | 2018-08-28 | Twilio Inc. | System and method for programmatic device connectivity |
US10165015B2 (en) | 2011-05-23 | 2018-12-25 | Twilio Inc. | System and method for real-time communication by using a client application communication protocol |
US10419891B2 (en) | 2015-05-14 | 2019-09-17 | Twilio, Inc. | System and method for communicating through multiple endpoints |
US10659349B2 (en) | 2016-02-04 | 2020-05-19 | Twilio Inc. | Systems and methods for providing secure network exchanged for a multitenant virtual private cloud |
US10686902B2 (en) | 2016-05-23 | 2020-06-16 | Twilio Inc. | System and method for a multi-channel notification service |
US11637934B2 (en) | 2010-06-23 | 2023-04-25 | Twilio Inc. | System and method for monitoring account usage on a platform |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5345501A (en) * | 1991-07-15 | 1994-09-06 | Bell Atlantic Network Services, Inc. | Telephone central office based method of and system for processing customer orders |
US5479487A (en) * | 1993-02-11 | 1995-12-26 | Intervoice Limited Partnership | Calling center employing unified control system |
US6061433A (en) * | 1995-10-19 | 2000-05-09 | Intervoice Limited Partnership | Dynamically changeable menus based on externally available data |
US6600736B1 (en) * | 1999-03-31 | 2003-07-29 | Lucent Technologies Inc. | Method of providing transfer capability on web-based interactive voice response services |
US6647111B1 (en) * | 1998-05-07 | 2003-11-11 | Mci Communications Corporation | System for executing advanced interactive voice response services using service-independent building blocks |
US6901431B1 (en) * | 1999-09-03 | 2005-05-31 | Cisco Technology, Inc. | Application server providing personalized voice enabled web application services using extensible markup language documents |
US6920425B1 (en) * | 2000-05-16 | 2005-07-19 | Nortel Networks Limited | Visual interactive response system and method translated from interactive voice response for telephone utility |
-
2002
- 2002-10-10 GB GBGB0223549.7A patent/GB0223549D0/en not_active Ceased
-
2003
- 2003-05-13 US US10/436,964 patent/US20040071275A1/en not_active Abandoned
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5345501A (en) * | 1991-07-15 | 1994-09-06 | Bell Atlantic Network Services, Inc. | Telephone central office based method of and system for processing customer orders |
US5479487A (en) * | 1993-02-11 | 1995-12-26 | Intervoice Limited Partnership | Calling center employing unified control system |
US6061433A (en) * | 1995-10-19 | 2000-05-09 | Intervoice Limited Partnership | Dynamically changeable menus based on externally available data |
US6647111B1 (en) * | 1998-05-07 | 2003-11-11 | Mci Communications Corporation | System for executing advanced interactive voice response services using service-independent building blocks |
US6600736B1 (en) * | 1999-03-31 | 2003-07-29 | Lucent Technologies Inc. | Method of providing transfer capability on web-based interactive voice response services |
US6901431B1 (en) * | 1999-09-03 | 2005-05-31 | Cisco Technology, Inc. | Application server providing personalized voice enabled web application services using extensible markup language documents |
US6920425B1 (en) * | 2000-05-16 | 2005-07-19 | Nortel Networks Limited | Visual interactive response system and method translated from interactive voice response for telephone utility |
Cited By (263)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20110082705A1 (en) * | 1998-06-16 | 2011-04-07 | Paul Kobylevsky | Remote Prescription Refill System |
US6970536B2 (en) * | 2002-04-30 | 2005-11-29 | International Business Machines Corporation | Method and apparatus for processing a voice system application |
US20030202644A1 (en) * | 2002-04-30 | 2003-10-30 | International Business Machines Corporation | Method and apparatus for processing a voice system application |
US20050147217A1 (en) * | 2004-01-02 | 2005-07-07 | Nokia Corporation | Method and system for implementing a speech service using a terminal device and a corresponding terminal device |
US8392193B2 (en) | 2004-06-01 | 2013-03-05 | Verizon Business Global Llc | Systems and methods for performing speech recognition using constraint based processing |
US20050267754A1 (en) * | 2004-06-01 | 2005-12-01 | Schultz Paul T | Systems and methods for performing speech recognition |
US20050276395A1 (en) * | 2004-06-01 | 2005-12-15 | Schultz Paul T | Systems and methods for gathering information |
US8831186B2 (en) | 2004-06-01 | 2014-09-09 | Verizon Patent And Licensing Inc. | Systems and methods for gathering information |
US7873149B2 (en) * | 2004-06-01 | 2011-01-18 | Verizon Business Global Llc | Systems and methods for gathering information |
US20070036293A1 (en) * | 2005-03-10 | 2007-02-15 | Avaya Technology Corp. | Asynchronous event handling for video streams in interactive voice response systems |
US7949106B2 (en) | 2005-03-10 | 2011-05-24 | Avaya Inc. | Asynchronous event handling for video streams in interactive voice response systems |
US20060203978A1 (en) * | 2005-03-10 | 2006-09-14 | Avaya Technology Corp. | Coordination of content streams in interactive voice response systems |
US20060203975A1 (en) * | 2005-03-10 | 2006-09-14 | Avaya Technology Corp. | Dynamic content stream delivery to a telecommunications terminal based on the state of the terminal's transducers |
US7711095B2 (en) | 2005-03-10 | 2010-05-04 | Avaya Inc. | Coordination of content streams in interactive voice response systems |
US7847813B2 (en) | 2005-03-10 | 2010-12-07 | Avaya Inc. | Dynamic multimedia content stream delivery based on quality of service |
US20060203976A1 (en) * | 2005-03-10 | 2006-09-14 | Avaya Technology Llc | Dynamic multimedia content stream delivery based on quality of service |
US7633928B2 (en) | 2005-03-29 | 2009-12-15 | Hewlett-Packard Development Company, L.P. | Communication data method and system for voice applications excecutable by user equipment |
GB2424789A (en) * | 2005-03-29 | 2006-10-04 | Hewlett Packard Development Co | Communication assistance system responsive to user identification data |
US20060233314A1 (en) * | 2005-03-29 | 2006-10-19 | Christopher Tofts | Communication system and method |
US20060256935A1 (en) * | 2005-03-29 | 2006-11-16 | Christopher Tofts | Communication system and data processing method |
GB2424790A (en) * | 2005-03-29 | 2006-10-04 | Hewlett Packard Development Co | Communication assistance system responsive to user identification data |
GB2424789B (en) * | 2005-03-29 | 2007-05-30 | Hewlett Packard Development Co | Communication system and method |
US7688805B2 (en) * | 2005-03-31 | 2010-03-30 | Microsoft Corporation | Webserver with telephony hosting function |
US20060222166A1 (en) * | 2005-03-31 | 2006-10-05 | Microsoft Corporation | Webserver with telephony hosting function |
US8571199B2 (en) | 2005-06-21 | 2013-10-29 | At&T Intellectual Property I, L.P. | Method and apparatus for proper routing of customers |
US20070003042A1 (en) * | 2005-06-21 | 2007-01-04 | Sbc Knowledge Ventures L.P. | Method and apparatus for proper routing of customers |
US8204204B2 (en) | 2005-06-21 | 2012-06-19 | At&T Intellectual Property I, L.P. | Method and apparatus for proper routing of customers |
US20070041519A1 (en) * | 2005-08-22 | 2007-02-22 | Avaya Technology Corp. | Filler video streams in interactive voice response systems |
US7769148B2 (en) | 2005-08-22 | 2010-08-03 | Avaya Inc. | Filler video streams in interactive voice response systems |
US7519359B2 (en) | 2005-09-30 | 2009-04-14 | Motorola, Inc. | Voice tagging of automated menu location |
US20070077919A1 (en) * | 2005-09-30 | 2007-04-05 | Chiarulli Nicholas C | Voice tagging of automated menu location |
US20070263839A1 (en) * | 2006-03-30 | 2007-11-15 | Shailesh Gandhi | Pre-caching mechanism for optimized business data retrieval for CTI sub-systems |
US7697666B2 (en) | 2006-03-30 | 2010-04-13 | International Business Machines Corporation | Pre-caching mechanism for optimized business data retrieval for CTI sub-systems |
US7573990B2 (en) * | 2006-05-01 | 2009-08-11 | Genesys Telecommunications Laboratories, Inc | Accumulative decision point data analysis system for telephony and electronic communications operations |
US20070263593A1 (en) * | 2006-05-01 | 2007-11-15 | Genesys Telecommunications Laboratories, Inc. | Accumulative Decision Point Data Analysis System for Telephony and Electronic Communications Operations |
US8738393B2 (en) | 2007-02-27 | 2014-05-27 | Telemanager Technologies, Inc. | System and method for targeted healthcare messaging |
US20080208986A1 (en) * | 2007-02-27 | 2008-08-28 | Paul Kobylevsky | System and method for targeted healthcare messaging |
US20080208628A1 (en) * | 2007-02-27 | 2008-08-28 | Telemanager Technologies, Inc. | System and Method for Targeted Healthcare Messaging |
US20080288709A1 (en) * | 2007-05-15 | 2008-11-20 | Imagestream Internet Solutions | Wide area network connection platform |
US9906571B2 (en) | 2008-04-02 | 2018-02-27 | Twilio, Inc. | System and method for processing telephony sessions |
US11843722B2 (en) | 2008-04-02 | 2023-12-12 | Twilio Inc. | System and method for processing telephony sessions |
US20100142516A1 (en) * | 2008-04-02 | 2010-06-10 | Jeffrey Lawson | System and method for processing media requests during a telephony sessions |
US11283843B2 (en) | 2008-04-02 | 2022-03-22 | Twilio Inc. | System and method for processing telephony sessions |
US11444985B2 (en) | 2008-04-02 | 2022-09-13 | Twilio Inc. | System and method for processing telephony sessions |
US9906651B2 (en) | 2008-04-02 | 2018-02-27 | Twilio, Inc. | System and method for processing media requests during telephony sessions |
US11575795B2 (en) | 2008-04-02 | 2023-02-07 | Twilio Inc. | System and method for processing telephony sessions |
US9306982B2 (en) | 2008-04-02 | 2016-04-05 | Twilio, Inc. | System and method for processing media requests during telephony sessions |
US8611338B2 (en) * | 2008-04-02 | 2013-12-17 | Twilio, Inc. | System and method for processing media requests during a telephony sessions |
US11611663B2 (en) | 2008-04-02 | 2023-03-21 | Twilio Inc. | System and method for processing telephony sessions |
US11856150B2 (en) | 2008-04-02 | 2023-12-26 | Twilio Inc. | System and method for processing telephony sessions |
US10893079B2 (en) | 2008-04-02 | 2021-01-12 | Twilio Inc. | System and method for processing telephony sessions |
US10893078B2 (en) | 2008-04-02 | 2021-01-12 | Twilio Inc. | System and method for processing telephony sessions |
US11706349B2 (en) | 2008-04-02 | 2023-07-18 | Twilio Inc. | System and method for processing telephony sessions |
US10694042B2 (en) | 2008-04-02 | 2020-06-23 | Twilio Inc. | System and method for processing media requests during telephony sessions |
US8755376B2 (en) | 2008-04-02 | 2014-06-17 | Twilio, Inc. | System and method for processing telephony sessions |
US11831810B2 (en) | 2008-04-02 | 2023-11-28 | Twilio Inc. | System and method for processing telephony sessions |
US9456008B2 (en) | 2008-04-02 | 2016-09-27 | Twilio, Inc. | System and method for processing telephony sessions |
US8837465B2 (en) | 2008-04-02 | 2014-09-16 | Twilio, Inc. | System and method for processing telephony sessions |
US11765275B2 (en) | 2008-04-02 | 2023-09-19 | Twilio Inc. | System and method for processing telephony sessions |
US9596274B2 (en) | 2008-04-02 | 2017-03-14 | Twilio, Inc. | System and method for processing telephony sessions |
US10560495B2 (en) | 2008-04-02 | 2020-02-11 | Twilio Inc. | System and method for processing telephony sessions |
US9591033B2 (en) | 2008-04-02 | 2017-03-07 | Twilio, Inc. | System and method for processing media requests during telephony sessions |
US11722602B2 (en) | 2008-04-02 | 2023-08-08 | Twilio Inc. | System and method for processing media requests during telephony sessions |
US10986142B2 (en) | 2008-04-02 | 2021-04-20 | Twilio Inc. | System and method for processing telephony sessions |
US9754590B1 (en) | 2008-06-13 | 2017-09-05 | West Corporation | VoiceXML browser and supporting components for mobile devices |
US10523738B1 (en) * | 2008-06-13 | 2019-12-31 | West Corporation | Passive outdial support for mobile devices via WAP push of an MVSS URL |
US10218768B1 (en) * | 2008-06-13 | 2019-02-26 | West Corporation | Passive outdial support for mobile devices via WAP push of an MVSS URL |
US9736207B1 (en) * | 2008-06-13 | 2017-08-15 | West Corporation | Passive outdial support for mobile devices via WAP push of an MVSS URL |
US8838455B1 (en) * | 2008-06-13 | 2014-09-16 | West Corporation | VoiceXML browser and supporting components for mobile devices |
US11641427B2 (en) | 2008-10-01 | 2023-05-02 | Twilio Inc. | Telephony web event system and method |
US8964726B2 (en) | 2008-10-01 | 2015-02-24 | Twilio, Inc. | Telephony web event system and method |
US11665285B2 (en) | 2008-10-01 | 2023-05-30 | Twilio Inc. | Telephony web event system and method |
US20100150139A1 (en) * | 2008-10-01 | 2010-06-17 | Jeffrey Lawson | Telephony Web Event System and Method |
US10455094B2 (en) | 2008-10-01 | 2019-10-22 | Twilio Inc. | Telephony web event system and method |
US9407597B2 (en) | 2008-10-01 | 2016-08-02 | Twilio, Inc. | Telephony web event system and method |
US11005998B2 (en) | 2008-10-01 | 2021-05-11 | Twilio Inc. | Telephony web event system and method |
US10187530B2 (en) | 2008-10-01 | 2019-01-22 | Twilio, Inc. | Telephony web event system and method |
US12261981B2 (en) | 2008-10-01 | 2025-03-25 | Twilio Inc. | Telephony web event system and method |
US11632471B2 (en) | 2008-10-01 | 2023-04-18 | Twilio Inc. | Telephony web event system and method |
US9807244B2 (en) | 2008-10-01 | 2017-10-31 | Twilio, Inc. | Telephony web event system and method |
US9357047B2 (en) | 2009-03-02 | 2016-05-31 | Twilio, Inc. | Method and system for a multitenancy telephone network |
US8737593B2 (en) | 2009-03-02 | 2014-05-27 | Twilio, Inc. | Method and system for a multitenancy telephone network |
US11240381B2 (en) | 2009-03-02 | 2022-02-01 | Twilio Inc. | Method and system for a multitenancy telephone network |
US10708437B2 (en) | 2009-03-02 | 2020-07-07 | Twilio Inc. | Method and system for a multitenancy telephone network |
US8995641B2 (en) | 2009-03-02 | 2015-03-31 | Twilio, Inc. | Method and system for a multitenancy telephone network |
US8509415B2 (en) | 2009-03-02 | 2013-08-13 | Twilio, Inc. | Method and system for a multitenancy telephony network |
US8570873B2 (en) | 2009-03-02 | 2013-10-29 | Twilio, Inc. | Method and system for a multitenancy telephone network |
US10348908B2 (en) | 2009-03-02 | 2019-07-09 | Twilio, Inc. | Method and system for a multitenancy telephone network |
US9894212B2 (en) | 2009-03-02 | 2018-02-13 | Twilio, Inc. | Method and system for a multitenancy telephone network |
US11785145B2 (en) | 2009-03-02 | 2023-10-10 | Twilio Inc. | Method and system for a multitenancy telephone network |
US9621733B2 (en) | 2009-03-02 | 2017-04-11 | Twilio, Inc. | Method and system for a multitenancy telephone network |
US8811578B2 (en) * | 2009-03-23 | 2014-08-19 | Telemanager Technologies, Inc. | System and method for providing local interactive voice response services |
US20100239075A1 (en) * | 2009-03-23 | 2010-09-23 | Paul Kobylevsky | System and Method for Providing Local Interactive Voice Response Services |
US20110081008A1 (en) * | 2009-10-07 | 2011-04-07 | Jeffrey Lawson | System and method for running a multi-module telephony application |
US20110083179A1 (en) * | 2009-10-07 | 2011-04-07 | Jeffrey Lawson | System and method for mitigating a denial of service attack using cloud computing |
US11637933B2 (en) | 2009-10-07 | 2023-04-25 | Twilio Inc. | System and method for running a multi-module telephony application |
US8582737B2 (en) | 2009-10-07 | 2013-11-12 | Twilio, Inc. | System and method for running a multi-module telephony application |
US9210275B2 (en) | 2009-10-07 | 2015-12-08 | Twilio, Inc. | System and method for running a multi-module telephony application |
US10554825B2 (en) | 2009-10-07 | 2020-02-04 | Twilio Inc. | System and method for running a multi-module telephony application |
US9491309B2 (en) | 2009-10-07 | 2016-11-08 | Twilio, Inc. | System and method for running a multi-module telephony application |
US12107989B2 (en) | 2009-10-07 | 2024-10-01 | Twilio Inc. | System and method for running a multi-module telephony application |
US8638781B2 (en) | 2010-01-19 | 2014-01-28 | Twilio, Inc. | Method and system for preserving telephony session state |
US11637934B2 (en) | 2010-06-23 | 2023-04-25 | Twilio Inc. | System and method for monitoring account usage on a platform |
US9459925B2 (en) | 2010-06-23 | 2016-10-04 | Twilio, Inc. | System and method for managing a computing cluster |
US9338064B2 (en) | 2010-06-23 | 2016-05-10 | Twilio, Inc. | System and method for managing a computing cluster |
US9459926B2 (en) | 2010-06-23 | 2016-10-04 | Twilio, Inc. | System and method for managing a computing cluster |
US9590849B2 (en) | 2010-06-23 | 2017-03-07 | Twilio, Inc. | System and method for managing a computing cluster |
US8416923B2 (en) | 2010-06-23 | 2013-04-09 | Twilio, Inc. | Method for providing clean endpoint addresses |
US8838707B2 (en) | 2010-06-25 | 2014-09-16 | Twilio, Inc. | System and method for enabling real-time eventing |
US12244557B2 (en) | 2010-06-25 | 2025-03-04 | Twilio Inc. | System and method for enabling real-time eventing |
US11088984B2 (en) | 2010-06-25 | 2021-08-10 | Twilio Ine. | System and method for enabling real-time eventing |
US9967224B2 (en) | 2010-06-25 | 2018-05-08 | Twilio, Inc. | System and method for enabling real-time eventing |
US11936609B2 (en) | 2010-06-25 | 2024-03-19 | Twilio Inc. | System and method for enabling real-time eventing |
US11848967B2 (en) | 2011-02-04 | 2023-12-19 | Twilio Inc. | Method for processing telephony sessions of a network |
US11032330B2 (en) | 2011-02-04 | 2021-06-08 | Twilio Inc. | Method for processing telephony sessions of a network |
US10708317B2 (en) | 2011-02-04 | 2020-07-07 | Twilio Inc. | Method for processing telephony sessions of a network |
US10230772B2 (en) | 2011-02-04 | 2019-03-12 | Twilio, Inc. | Method for processing telephony sessions of a network |
US9455949B2 (en) | 2011-02-04 | 2016-09-27 | Twilio, Inc. | Method for processing telephony sessions of a network |
US8649268B2 (en) | 2011-02-04 | 2014-02-11 | Twilio, Inc. | Method for processing telephony sessions of a network |
US9882942B2 (en) | 2011-02-04 | 2018-01-30 | Twilio, Inc. | Method for processing telephony sessions of a network |
US10165015B2 (en) | 2011-05-23 | 2018-12-25 | Twilio Inc. | System and method for real-time communication by using a client application communication protocol |
US10122763B2 (en) | 2011-05-23 | 2018-11-06 | Twilio, Inc. | System and method for connecting a communication to a client |
US9398622B2 (en) | 2011-05-23 | 2016-07-19 | Twilio, Inc. | System and method for connecting a communication to a client |
US12170695B2 (en) | 2011-05-23 | 2024-12-17 | Twilio Inc. | System and method for connecting a communication to a client |
US10819757B2 (en) | 2011-05-23 | 2020-10-27 | Twilio Inc. | System and method for real-time communication by using a client application communication protocol |
US10560485B2 (en) | 2011-05-23 | 2020-02-11 | Twilio Inc. | System and method for connecting a communication to a client |
US11399044B2 (en) | 2011-05-23 | 2022-07-26 | Twilio Inc. | System and method for connecting a communication to a client |
US9648006B2 (en) | 2011-05-23 | 2017-05-09 | Twilio, Inc. | System and method for communicating with a client application |
US10841421B2 (en) | 2011-09-21 | 2020-11-17 | Twilio Inc. | System and method for determining and communicating presence information |
US10182147B2 (en) | 2011-09-21 | 2019-01-15 | Twilio Inc. | System and method for determining and communicating presence information |
US9942394B2 (en) | 2011-09-21 | 2018-04-10 | Twilio, Inc. | System and method for determining and communicating presence information |
US9641677B2 (en) * | 2011-09-21 | 2017-05-02 | Twilio, Inc. | System and method for determining and communicating presence information |
US11489961B2 (en) | 2011-09-21 | 2022-11-01 | Twilio Inc. | System and method for determining and communicating presence information |
US11997231B2 (en) | 2011-09-21 | 2024-05-28 | Twilio Inc. | System and method for determining and communicating presence information |
US10686936B2 (en) | 2011-09-21 | 2020-06-16 | Twilio Inc. | System and method for determining and communicating presence information |
US9336500B2 (en) | 2011-09-21 | 2016-05-10 | Twilio, Inc. | System and method for authorizing and connecting application developers and users |
US20160080562A1 (en) * | 2011-09-21 | 2016-03-17 | Twilio, Inc. | System and method for determining and communicating presence information |
US10212275B2 (en) | 2011-09-21 | 2019-02-19 | Twilio, Inc. | System and method for determining and communicating presence information |
US11093305B2 (en) | 2012-02-10 | 2021-08-17 | Twilio Inc. | System and method for managing concurrent events |
US12020088B2 (en) | 2012-02-10 | 2024-06-25 | Twilio Inc. | System and method for managing concurrent events |
US10467064B2 (en) | 2012-02-10 | 2019-11-05 | Twilio Inc. | System and method for managing concurrent events |
US9495227B2 (en) | 2012-02-10 | 2016-11-15 | Twilio, Inc. | System and method for managing concurrent events |
US9240941B2 (en) | 2012-05-09 | 2016-01-19 | Twilio, Inc. | System and method for managing media in a distributed communication network |
US8601136B1 (en) | 2012-05-09 | 2013-12-03 | Twilio, Inc. | System and method for managing latency in a distributed telephony network |
US10637912B2 (en) | 2012-05-09 | 2020-04-28 | Twilio Inc. | System and method for managing media in a distributed communication network |
US9350642B2 (en) | 2012-05-09 | 2016-05-24 | Twilio, Inc. | System and method for managing latency in a distributed telephony network |
US9602586B2 (en) | 2012-05-09 | 2017-03-21 | Twilio, Inc. | System and method for managing media in a distributed communication network |
US11165853B2 (en) | 2012-05-09 | 2021-11-02 | Twilio Inc. | System and method for managing media in a distributed communication network |
US10200458B2 (en) | 2012-05-09 | 2019-02-05 | Twilio, Inc. | System and method for managing media in a distributed communication network |
US11546471B2 (en) | 2012-06-19 | 2023-01-03 | Twilio Inc. | System and method for queuing a communication session |
US11991312B2 (en) | 2012-06-19 | 2024-05-21 | Twilio Inc. | System and method for queuing a communication session |
US10320983B2 (en) | 2012-06-19 | 2019-06-11 | Twilio Inc. | System and method for queuing a communication session |
US9247062B2 (en) | 2012-06-19 | 2016-01-26 | Twilio, Inc. | System and method for queuing a communication session |
US9614972B2 (en) | 2012-07-24 | 2017-04-04 | Twilio, Inc. | Method and system for preventing illicit use of a telephony platform |
US8737962B2 (en) | 2012-07-24 | 2014-05-27 | Twilio, Inc. | Method and system for preventing illicit use of a telephony platform |
US11063972B2 (en) | 2012-07-24 | 2021-07-13 | Twilio Inc. | Method and system for preventing illicit use of a telephony platform |
US9948788B2 (en) | 2012-07-24 | 2018-04-17 | Twilio, Inc. | Method and system for preventing illicit use of a telephony platform |
US11882139B2 (en) | 2012-07-24 | 2024-01-23 | Twilio Inc. | Method and system for preventing illicit use of a telephony platform |
US9270833B2 (en) | 2012-07-24 | 2016-02-23 | Twilio, Inc. | Method and system for preventing illicit use of a telephony platform |
US10469670B2 (en) | 2012-07-24 | 2019-11-05 | Twilio Inc. | Method and system for preventing illicit use of a telephony platform |
US8738051B2 (en) | 2012-07-26 | 2014-05-27 | Twilio, Inc. | Method and system for controlling message routing |
US9654647B2 (en) | 2012-10-15 | 2017-05-16 | Twilio, Inc. | System and method for routing communications |
US10757546B2 (en) | 2012-10-15 | 2020-08-25 | Twilio Inc. | System and method for triggering on platform usage |
US9307094B2 (en) | 2012-10-15 | 2016-04-05 | Twilio, Inc. | System and method for routing communications |
US9319857B2 (en) | 2012-10-15 | 2016-04-19 | Twilio, Inc. | System and method for triggering on platform usage |
US10257674B2 (en) | 2012-10-15 | 2019-04-09 | Twilio, Inc. | System and method for triggering on platform usage |
US11689899B2 (en) | 2012-10-15 | 2023-06-27 | Twilio Inc. | System and method for triggering on platform usage |
US8948356B2 (en) | 2012-10-15 | 2015-02-03 | Twilio, Inc. | System and method for routing communications |
US8938053B2 (en) | 2012-10-15 | 2015-01-20 | Twilio, Inc. | System and method for triggering on platform usage |
US11595792B2 (en) | 2012-10-15 | 2023-02-28 | Twilio Inc. | System and method for triggering on platform usage |
US11246013B2 (en) | 2012-10-15 | 2022-02-08 | Twilio Inc. | System and method for triggering on platform usage |
US10033617B2 (en) | 2012-10-15 | 2018-07-24 | Twilio, Inc. | System and method for triggering on platform usage |
US9253254B2 (en) | 2013-01-14 | 2016-02-02 | Twilio, Inc. | System and method for offering a multi-partner delegated platform |
US11032325B2 (en) | 2013-03-14 | 2021-06-08 | Twilio Inc. | System and method for integrating session initiation protocol communication in a telecommunications platform |
US9282124B2 (en) | 2013-03-14 | 2016-03-08 | Twilio, Inc. | System and method for integrating session initiation protocol communication in a telecommunications platform |
US10051011B2 (en) | 2013-03-14 | 2018-08-14 | Twilio, Inc. | System and method for integrating session initiation protocol communication in a telecommunications platform |
US11637876B2 (en) | 2013-03-14 | 2023-04-25 | Twilio Inc. | System and method for integrating session initiation protocol communication in a telecommunications platform |
US10560490B2 (en) | 2013-03-14 | 2020-02-11 | Twilio Inc. | System and method for integrating session initiation protocol communication in a telecommunications platform |
US9001666B2 (en) | 2013-03-15 | 2015-04-07 | Twilio, Inc. | System and method for improving routing in a distributed communication platform |
US9338280B2 (en) | 2013-06-19 | 2016-05-10 | Twilio, Inc. | System and method for managing telephony endpoint inventory |
US9992608B2 (en) | 2013-06-19 | 2018-06-05 | Twilio, Inc. | System and method for providing a communication endpoint information service |
US9160696B2 (en) | 2013-06-19 | 2015-10-13 | Twilio, Inc. | System for transforming media resource into destination device compatible messaging format |
US9225840B2 (en) | 2013-06-19 | 2015-12-29 | Twilio, Inc. | System and method for providing a communication endpoint information service |
US9240966B2 (en) | 2013-06-19 | 2016-01-19 | Twilio, Inc. | System and method for transmitting and receiving media messages |
US10057734B2 (en) | 2013-06-19 | 2018-08-21 | Twilio Inc. | System and method for transmitting and receiving media messages |
US9483328B2 (en) | 2013-07-19 | 2016-11-01 | Twilio, Inc. | System and method for delivering application content |
US9338018B2 (en) | 2013-09-17 | 2016-05-10 | Twilio, Inc. | System and method for pricing communication of a telecommunication platform |
US9137127B2 (en) | 2013-09-17 | 2015-09-15 | Twilio, Inc. | System and method for providing communication platform metadata |
US10439907B2 (en) | 2013-09-17 | 2019-10-08 | Twilio Inc. | System and method for providing communication platform metadata |
US12166651B2 (en) | 2013-09-17 | 2024-12-10 | Twilio Inc. | System and method for providing communication platform metadata |
US9811398B2 (en) | 2013-09-17 | 2017-11-07 | Twilio, Inc. | System and method for tagging and tracking events of an application platform |
US9853872B2 (en) | 2013-09-17 | 2017-12-26 | Twilio, Inc. | System and method for providing communication platform metadata |
US11539601B2 (en) | 2013-09-17 | 2022-12-27 | Twilio Inc. | System and method for providing communication platform metadata |
US11379275B2 (en) | 2013-09-17 | 2022-07-05 | Twilio Inc. | System and method for tagging and tracking events of an application |
US9959151B2 (en) | 2013-09-17 | 2018-05-01 | Twilio, Inc. | System and method for tagging and tracking events of an application platform |
US12254358B2 (en) | 2013-09-17 | 2025-03-18 | Twilio Inc. | System and method for tagging and tracking events of an application |
US10671452B2 (en) | 2013-09-17 | 2020-06-02 | Twilio Inc. | System and method for tagging and tracking events of an application |
US11831415B2 (en) | 2013-11-12 | 2023-11-28 | Twilio Inc. | System and method for enabling dynamic multi-modal communication |
US9553799B2 (en) | 2013-11-12 | 2017-01-24 | Twilio, Inc. | System and method for client communication in a distributed telephony network |
US10686694B2 (en) | 2013-11-12 | 2020-06-16 | Twilio Inc. | System and method for client communication in a distributed telephony network |
US10063461B2 (en) | 2013-11-12 | 2018-08-28 | Twilio, Inc. | System and method for client communication in a distributed telephony network |
US10069773B2 (en) | 2013-11-12 | 2018-09-04 | Twilio, Inc. | System and method for enabling dynamic multi-modal communication |
US11621911B2 (en) | 2013-11-12 | 2023-04-04 | Twillo Inc. | System and method for client communication in a distributed telephony network |
US11394673B2 (en) | 2013-11-12 | 2022-07-19 | Twilio Inc. | System and method for enabling dynamic multi-modal communication |
US12166663B2 (en) | 2013-11-12 | 2024-12-10 | Twilio Inc. | System and method for client communication in a distributed telephony network |
US9325624B2 (en) | 2013-11-12 | 2016-04-26 | Twilio, Inc. | System and method for enabling dynamic multi-modal communication |
US10003693B2 (en) | 2014-03-14 | 2018-06-19 | Twilio, Inc. | System and method for a work distribution service |
US11882242B2 (en) | 2014-03-14 | 2024-01-23 | Twilio Inc. | System and method for a work distribution service |
US11330108B2 (en) | 2014-03-14 | 2022-05-10 | Twilio Inc. | System and method for a work distribution service |
US9344573B2 (en) | 2014-03-14 | 2016-05-17 | Twilio, Inc. | System and method for a work distribution service |
US10904389B2 (en) | 2014-03-14 | 2021-01-26 | Twilio Inc. | System and method for a work distribution service |
US9628624B2 (en) | 2014-03-14 | 2017-04-18 | Twilio, Inc. | System and method for a work distribution service |
US10291782B2 (en) | 2014-03-14 | 2019-05-14 | Twilio, Inc. | System and method for a work distribution service |
US9226217B2 (en) | 2014-04-17 | 2015-12-29 | Twilio, Inc. | System and method for enabling multi-modal communication |
US10873892B2 (en) | 2014-04-17 | 2020-12-22 | Twilio Inc. | System and method for enabling multi-modal communication |
US10440627B2 (en) | 2014-04-17 | 2019-10-08 | Twilio Inc. | System and method for enabling multi-modal communication |
US9907010B2 (en) | 2014-04-17 | 2018-02-27 | Twilio, Inc. | System and method for enabling multi-modal communication |
US11653282B2 (en) | 2014-04-17 | 2023-05-16 | Twilio Inc. | System and method for enabling multi-modal communication |
US12213048B2 (en) | 2014-04-17 | 2025-01-28 | Twilio Inc. | System and method for enabling multi-modal communication |
US9251371B2 (en) | 2014-07-07 | 2016-02-02 | Twilio, Inc. | Method and system for applying data retention policies in a computing platform |
US10747717B2 (en) | 2014-07-07 | 2020-08-18 | Twilio Inc. | Method and system for applying data retention policies in a computing platform |
US10116733B2 (en) | 2014-07-07 | 2018-10-30 | Twilio, Inc. | System and method for collecting feedback in a multi-tenant communication platform |
US9858279B2 (en) | 2014-07-07 | 2018-01-02 | Twilio, Inc. | Method and system for applying data retention policies in a computing platform |
US10757200B2 (en) | 2014-07-07 | 2020-08-25 | Twilio Inc. | System and method for managing conferencing in a distributed communication network |
US9246694B1 (en) | 2014-07-07 | 2016-01-26 | Twilio, Inc. | System and method for managing conferencing in a distributed communication network |
US9774687B2 (en) | 2014-07-07 | 2017-09-26 | Twilio, Inc. | System and method for managing media and signaling in a communication platform |
US10229126B2 (en) | 2014-07-07 | 2019-03-12 | Twilio, Inc. | Method and system for applying data retention policies in a computing platform |
US11973835B2 (en) | 2014-07-07 | 2024-04-30 | Twilio Inc. | System and method for managing media and signaling in a communication platform |
US9588974B2 (en) | 2014-07-07 | 2017-03-07 | Twilio, Inc. | Method and system for applying data retention policies in a computing platform |
US9553900B2 (en) | 2014-07-07 | 2017-01-24 | Twilio, Inc. | System and method for managing conferencing in a distributed communication network |
US11341092B2 (en) | 2014-07-07 | 2022-05-24 | Twilio Inc. | Method and system for applying data retention policies in a computing platform |
US11768802B2 (en) | 2014-07-07 | 2023-09-26 | Twilio Inc. | Method and system for applying data retention policies in a computing platform |
US9516101B2 (en) | 2014-07-07 | 2016-12-06 | Twilio, Inc. | System and method for collecting feedback in a multi-tenant communication platform |
US11755530B2 (en) | 2014-07-07 | 2023-09-12 | Twilio Inc. | Method and system for applying data retention policies in a computing platform |
US10212237B2 (en) | 2014-07-07 | 2019-02-19 | Twilio, Inc. | System and method for managing media and signaling in a communication platform |
US9363301B2 (en) | 2014-10-21 | 2016-06-07 | Twilio, Inc. | System and method for providing a micro-services communication platform |
US9906607B2 (en) | 2014-10-21 | 2018-02-27 | Twilio, Inc. | System and method for providing a micro-services communication platform |
US9509782B2 (en) | 2014-10-21 | 2016-11-29 | Twilio, Inc. | System and method for providing a micro-services communication platform |
US11019159B2 (en) | 2014-10-21 | 2021-05-25 | Twilio Inc. | System and method for providing a micro-services communication platform |
US12177304B2 (en) | 2014-10-21 | 2024-12-24 | Twilio Inc. | System and method for providing a micro-services communication platform |
US10637938B2 (en) | 2014-10-21 | 2020-04-28 | Twilio Inc. | System and method for providing a micro-services communication platform |
US10467665B2 (en) | 2015-02-03 | 2019-11-05 | Twilio Inc. | System and method for a media intelligence platform |
US9477975B2 (en) | 2015-02-03 | 2016-10-25 | Twilio, Inc. | System and method for a media intelligence platform |
US9805399B2 (en) | 2015-02-03 | 2017-10-31 | Twilio, Inc. | System and method for a media intelligence platform |
US11544752B2 (en) | 2015-02-03 | 2023-01-03 | Twilio Inc. | System and method for a media intelligence platform |
US10853854B2 (en) | 2015-02-03 | 2020-12-01 | Twilio Inc. | System and method for a media intelligence platform |
US10419891B2 (en) | 2015-05-14 | 2019-09-17 | Twilio, Inc. | System and method for communicating through multiple endpoints |
US11272325B2 (en) | 2015-05-14 | 2022-03-08 | Twilio Inc. | System and method for communicating through multiple endpoints |
US10560516B2 (en) | 2015-05-14 | 2020-02-11 | Twilio Inc. | System and method for signaling through data storage |
US9948703B2 (en) | 2015-05-14 | 2018-04-17 | Twilio, Inc. | System and method for signaling through data storage |
US12081616B2 (en) | 2015-05-14 | 2024-09-03 | Twilio Inc. | System and method for signaling through data storage |
US11265367B2 (en) | 2015-05-14 | 2022-03-01 | Twilio Inc. | System and method for signaling through data storage |
US11171865B2 (en) | 2016-02-04 | 2021-11-09 | Twilio Inc. | Systems and methods for providing secure network exchanged for a multitenant virtual private cloud |
US10659349B2 (en) | 2016-02-04 | 2020-05-19 | Twilio Inc. | Systems and methods for providing secure network exchanged for a multitenant virtual private cloud |
US10440192B2 (en) | 2016-05-23 | 2019-10-08 | Twilio Inc. | System and method for programmatic device connectivity |
US12143529B2 (en) | 2016-05-23 | 2024-11-12 | Kore Wireless Group, Inc. | System and method for programmatic device connectivity |
US12041144B2 (en) | 2016-05-23 | 2024-07-16 | Twilio Inc. | System and method for a multi-channel notification service |
US11622022B2 (en) | 2016-05-23 | 2023-04-04 | Twilio Inc. | System and method for a multi-channel notification service |
US11627225B2 (en) | 2016-05-23 | 2023-04-11 | Twilio Inc. | System and method for programmatic device connectivity |
US11076054B2 (en) | 2016-05-23 | 2021-07-27 | Twilio Inc. | System and method for programmatic device connectivity |
US11265392B2 (en) | 2016-05-23 | 2022-03-01 | Twilio Inc. | System and method for a multi-channel notification service |
US10686902B2 (en) | 2016-05-23 | 2020-06-16 | Twilio Inc. | System and method for a multi-channel notification service |
US10063713B2 (en) | 2016-05-23 | 2018-08-28 | Twilio Inc. | System and method for programmatic device connectivity |
Also Published As
Publication number | Publication date |
---|---|
GB0223549D0 (en) | 2002-11-20 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20040071275A1 (en) | Telephone call handling solution in an interactive voice response system | |
US6711249B2 (en) | Common gateway to call control systems | |
US7068643B1 (en) | Extensible interactive voice response | |
US8170881B2 (en) | Distributed voice browser | |
US8917857B2 (en) | Method and system for call to role | |
US9332409B1 (en) | System and method for emulating call center screen-pop application | |
US20040203660A1 (en) | Method of assisting a user placed on-hold | |
CN101478613B (en) | Multi-language voice recognition method and system based on soft queuing call center | |
WO2001069422A2 (en) | Multimodal information services | |
US8364490B2 (en) | Voice browser with integrated TCAP and ISUP interfaces | |
EP1625728B1 (en) | Web application server | |
EP0908044A1 (en) | Telecommunications call centre | |
US8867711B2 (en) | Telecom web browsers, and methods for defining a telecom web browser | |
US8036347B1 (en) | Method and apparatus providing additional information to an interactive voice response (IVR) system user | |
US7266182B2 (en) | Method and system for implementing a telephony services feature using voice XML | |
US20040109543A1 (en) | Method of accessing an information source | |
US20030231756A1 (en) | Service logic context cache for signaling events | |
Amyot et al. | Combining VoiceXML with CCXML: A Comparative Study | |
US20040044726A1 (en) | Service creation and provision using a java environment with a set of APIs for integrated networks called JAIN and a set of recommendations called the PARLAY API's | |
Guedhami et al. | Web Enabled Telecommunication Service Control Using VoxML | |
Κίκιραs et al. | INTRODUCTION TO VOICEXML FOR DISTRIBUTED WEB-BASED APPLICATIONS |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BOWATER, RONALD JOHN;DE LEEUW, ADAM PIETER;RENSHAW, DAVID SEAGER;AND OTHERS;REEL/FRAME:014075/0315;SIGNING DATES FROM 20030212 TO 20030219 |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |