U.S. patent application Ser. No. 11/317,105, file on Dec. 22, 2005, is referenced in the original disclosure of this specification as a related application.
1. Field of the Invention
The present invention is in the area of computer-telephony-integrated (CTI) telephone systems including Internet Protocol Network Telephony (IPNT) systems, and pertains particularly to a system and methods for improving the performance of complex interaction routing in a communication center.
2. Discussion of the State of the Art
Computer Telephony Integration (CTI) is well known and established in the art of telephony. Contact centers that employ state-of-art communications technologies practice interaction routing according to well developed software routines typically referred to as routing strategies.
Merging of pure telephone systems and computer networks has led to an evolution of transformation languages some of which are well known standards in the public domain and some of which are known to and are accessible to the inventor. Communication center extensible markup language (CCXML), and Voice Extensible Markup Language (VXML) are well known examples of languages used in expressing routing strategy that include expression of basic call control functions.
The inventor is aware of other XML-based languages used for expressing and executing interaction routing strategies in state-of-art communications centers (CC) where a typical CC application may include interactive voice response (IVR) scripts, intelligent routing strategies, various call control scenarios, agent scripting, statistical reporting, interaction workflow processing, agent level routing, customer profile-related routing, outbound call support, and multimedia interactions. XStrategy (XST) is known to the inventor and contains existing XML-based constructs but is enhanced through addition of newer constructs developed for more complex interaction routing environments.
An XML document enhanced with XST constructs has a file extension .sxml and may generally be defined as an (SXML) document. XST is used to specify call treatments, priorities, waiting time, timeouts and many other interaction states, variables, conditions, and commands. XST can be implemented as an extension of simple media control protocol (SMCP) known to the inventors for communicating call models represented in XML primitives or other low level descriptor languages.
XST can be used with a simple object application protocol (SOAP) or Xpath transport mechanisms in conjunction with back end data services as well as with Web service defined by Web Service Description Language (WSDL) or Web Service Flow Language (WSFL). It can be integrated into workflow management languages like Business Process Execution Language for Web Services (BPEL4WS) and XML Process Definition Language (XPDL). By tagging the existing scripts with an XST start tag, a predefined routine may be executed.
A tool known to the inventor as an interactive routing designer (IRD) is used to graphically construct XML-based routing strategies that are transformed into a more abstract interaction routing language (IRL) also known to the inventor. Extensible Style sheet Language Transformation (XSLT) may be used to transform XST directly to an abstract IRL or a valid subset of IRD XML. Exemplary XST sample scripts can be viewed in a U.S. patent specification entitled “Method for Implementing and Executing Communication Center Routing Strategies Represented in Extensible Markup Language” Ser. No. 11/317,105 Filed: Dec. 22, 2005.
Routing of customer interactions to customer service representatives is a critically important function of every state-of-art contact center. Traditional interaction routing is executed within a CC router in accordance with a routing logic expressed as an executable strategy. The flow of a routing strategy may be shaped or influenced by exiting states and rules relative to customer data, type of service, operational situation of contact center, business information, etc.
More complicated strategies contain sophisticated routines for accessing data from databases and manipulating or processing the accessed data. A byproduct of more complicated and intelligent routines is an increased difficulty in design and implementation of such routines. Deployment and actual runtime execution of these more complicated routing strategies also presents problems and challenges. For example, a typical intelligent routing strategy may occupy hundreds of pages represented in a complicated spaghetti-like graphical form. These routines are extremely error prone and face enormous qualification requirements from developers.
The IRD tool mentioned further above enables creation of sophisticated routing strategies aided by a graphics user interface (GUI) and a graphics regime. The IRD tool contains utilities for working with databases containing application and business data. However, the richness of language capability of the tool pales in comparison to traditional application programming languages like C, C++, C#, Java, etc. C#, or C-Sharp is a more recent C-based object oriented programming language developed by Microsoft™. The complexity of current state-of-art routing strategies subjects the host router to processes that substantially deviate from pure routing functions that the router is designed to perform. Execution of complex business calculations by the router often results in system overloads and resulting performance glitches.
Therefore what is needed in the art is a system and methods for improving the performance of interaction routing within a communication center.
The problem stated above is that sophisticated, intelligent routing strategies are desirable for routing interactions in a contact center, but many of the conventional regimens created for routing contact center interactions are difficult to design and execute and also create processing overloads or glitches in routing performance. The inventors therefore considered functional elements of a routing system looking for elements that exhibit complexity without creating processing problems that could potentially be harnessed to provide sophisticated intelligent routing but in a manner that would not contribute to programming errors, processing overloads, or glitches.
Every digital interaction routing system is driven by an application that includes a routing strategy one by-product of which is a constant hum of routing activity especially for a relatively large number of calls queued for service. Most such systems employ some interactive contact center application executed on a node having a processor and a router application running routing strategies for routing the calls.
The present inventors realized in an inventive moment that if, business-oriented logic and processing and pure routing logic and processing could be separated such that different dedicated processing resources and different design languages could be used to achieve a common goal of best fit determination of a destination resource for routing a particular event to, more sophisticated and intelligent overall strategies that are more efficiently executed and carried out might result.
The inventor therefore constructed a unique routing system for routing contact center events to available resources that allowed more complex and sophisticated tasks relative to business logic processing for destination matching or resource allocation and determination in routing to be performed on an application server and constrained the router application to executing and processing dynamic routing strategies created by the server that containing only pure routing logic. A significant improvement in the level of routing intelligence results with no impediment to processing efficiency at the router.
Accordingly, in one embodiment of the invention an interaction router is provided, comprising a computerized server executing a routing engine stored on a machine-readable medium, an interface at the server receiving information from an interaction switching element, the information regarding an interaction received at the switching element to be routed, an interface at the server to a wide area network (WAN), a function of the routing engine judging if one or more business-logic determinations are to be made to select a routing destination for the interaction, and a function for controlling the switch to route the interaction. If one or more business-logic determinations are to be made, the routing engine requests the business-logic determination from a remote server over the WAN, and upon receiving the determination from the remote server, uses the determination in controlling the switching element to route the interaction.
In one embodiment of the invention the business logic determination is requested through assertion of a universal resource locator (URL). Also in an embodiment more than one URL may be available for assertion, each URL pointing to a different portion of business logic at the remote server. Also in some embodiments the determination may be an executable strategy expressed in eXtensible markup language (XML). In this embodiment the XML strategy is parsed and executed at the interaction router.
In some embodiments the interaction switching element may be a computer telephony integrated (CTI) call switch. The WAN may be the Internet in many embodiments of the invention. The routing destination may be a live agent, a group of live agents or an automated treatment system.
In another aspect of the invention a method for routing an interaction received at an interaction switching element is provided, comprising the steps of (a) sending a request message to a remote server for a business logic determination; (b) at the remote server, processing any call data received against at least one rule to generate a business logic determination; (c) sending the business logic determination back to the interaction router; and (d) at the interaction router, parsing and executing the business logic determination to route the interaction.
In one embodiment of the method, in step (a), the remote server is an application server accessible by wide area network. Also in an embodiment the wide area network may be the Internet network. In some cases the business logic determination may be a machine readable and executable XML strategy. Also in an embodiment the request may sent as a result of the router invoking a URL during execution of a routing strategy. The XML strategy may be one of Xstrategy (XST), interactive routing designer (IRD) XML, or interaction routing language (IRL).
The inventors provide a system and methods for improving the performance of interaction routing within a communication center. The system utilizes an external application server resource to assist in more complex business logic processing leaving pure routing logic for processing by a dedicated event router. The system and methods of the invention are described in the following embodiments.
PSTN 101 is used in this example because of its high public access characteristic and geographic reach. Other telephone networks may also be represented without departing from the spirit and scope of the present invention such as private networks and wireless networks. A telephone switch 107 is illustrated within PSTN 101 at network level and is enhanced for computer telephony integration (CTI) by a CTI server 105 connected to the switch through a CTI link 104. Telephone switch 107 is a private branch exchange switch in this embodiment but may be some other switch type such as automatic call distributer (ACD) or some other telephone switching unit without departing from the spirit and scope of the invention.
CTI server 105 provides intelligent peripheral services 106 to switch 107 such as transaction services (TS), and interactive voice response (IVR) services. Intelligent routing may be performed at network level through CTI enhancement of switch 107 at the network level. PBX 107 is connected by a telephone trunk 108 to a central office telephone switch 109 within communication center 103. In this example, switch 109 is also a PBX switch. PBX 109 has connection to a local area network LAN 112 to which multiple agent computers belonging to agent stations 113 (1-n) are also connected.
PBX also has connection by way of internal telephone wiring 110 to a plurality of agent telephones provided at agent stations illustrated herein as agent stations 113 (1-n). Agents operating from stations 113 (1-n) may answer telephone calls incoming to PBX 109 using COST telephones or Internet protocol (IP) telephone applications resident on the respective agent computers. IP hand or headset telephones may also be provided and used for voice communications.
PBX 109, like PBX 107 in PSTN 101, is CTI enhanced by way of CTI server 114 connected to the switch within the call center by a CTI link 117. CTI server 105 in the PSTN and CTI server 114 within contact center 103 are connected by a separate data network 111. CTI server 114 is directly connected to LAN 112. One purpose for CTI networking is that data about incoming call events can be solicited at switch 107 in the network and can then be routed to agents ahead of actual telephone call events giving agents time to prepare for interactions. Other current data held within the contact center may also be accessed and presented for agents ahead of or at least at the time of a telephone call the current data looked up and presented according to some routing strategy that may have required business logic execution. CTI server 114 may run instances of TS/IVR 106 and other agent level routing (ALR) routines used within the center but not at network level.
A CTI router 115 is logically illustrated in this example and is connected to LAN 112. Router 115 may be a digital application running on a node such as a router application running on a computer, for example. CTI router 115 may be an application running on CTI server 114 instead of running on a separate machine. For purpose of discussion, router 115 is illustrated as a dedicated node connected to LAN 112 and to CTI server 114 by data link. Router 115 is responsible for executing routing strategy and determining routing destinations for all calls incoming at switch 109 and in some cases calls waiting at switch 107 through the CTI extension network.
A contact center application (CC/APP) is an application that automatically handles incoming events and allocates available contact center resources including live assistance to callers waiting in queue. In this example one or more CC/APPS are distributed to different processing resources within the center. In this example a main CC/APP 118a is illustrated on CTI server 114. CC/APP 118a includes the main portion of the application that interfaces with callers waiting in queue at switch 109 for example.
A CC/APP written for a state-of-art contact center typically includes intelligent routing strategies that may be selected and executed depending on some processing of data, business state, caller state, or other variables or conditions associated to rules within the center. In this example router 115 includes a CC/APP 118b that performs only pure routing of events within the center upon a request message or routing request message sent to it by CTI server 114 running CC/APP 118a and thus contains only pure routing logics (PRL).
In a preferred embodiment, router 115 has a network connection 116 to Internet network 102 exemplified herein by an Internet backbone 123. Internet 102 may be a private Internet segment or VPN maintained by the contact center for the purpose of provision of robust business processing and transaction capabilities over high-speed network. To this effect, an application/Web server 119 is provided on Internet network backbone 123 and is adapted to run CC applications over Hypertext Transfer Protocol (HTTP). Server 119 includes CC/APP (BOL) 118c which contains business oriented logic and task definitions for processing CC data to result and then determining routing strategy according to result.
APP server 119 is connected to a data network 120 which supports a rules base (RB) 121 and a data storage facility or database (DB) 122. DB 122 may contain business data, customer data, payment information, or other business-type information and remains accessible to server 119. APP server 119 is adapted to execute business oriented logic as a part of CC/APP 1183. It is important to note herein that while CC/APP 118a and CC/APP 118b are designed with the same tool such as the Interactive Route Designer (IRD) tool, CC/APP 118c is designed using a more sophisticated and time tested server application programming language like C/C++, C#.
Router 115 is Internet protocol (IP) enabled and can issue an HTTP GET or POST to server 119, which may then execute its own portion of the CC/APP BOL 118b corresponding to the requests sent by the router. Server 119 in includes a language generator (not illustrated) and a suitable vocabulary in XML constructs to enable the server to dynamically generate executable routing strategies based on computing that has been performed at the server.
In general when a call arrives at switch 109, CTI server 114 executes an instance of main CC/APP to interact with the caller. When the executed CC/APP (main portion) 118a comes to a place in the process where a routing determination is to be made then it passes a route request to dedicated router 115. Router 115 executes and runs a portion of the CC/APP (118b) that deals only with pure routing logic (PRL). Pure routing logic does not contain any complex processing of data or complex access or rule-based manipulation of data residing in databases. It only contains the strategies for routing the event to a destination. In some cases that is an automated system or a live agent and a more complex treatment is not required to accomplish successful routing of the event.
While CTI router 115 is running a pure routing logic portion of the CC/APP, it may occur in the PRL strategy a point defining a need for further more complex processing to better determine a final destination for an event or, in this case, a call. At such a point in the process, router 115 may send an HTTP request to APP server 119 to start CC/APP 118c and to perform some defined routine or a sequence of tasks that may require lookups of data from DB 122, consultation in RB 121 and processing of accessed data to determine outcome or results. The associated business processing portion of the overall routing strategy is given a universal resource locator (URL) at application (Web) server 119. The correct URL is embedded in the strategy executed in the router and invocation of the URL causes the HTTP channel to open between the router and the Web server.
Server 119 is adapted according to pre-defined business process workflow and definition to obtain enough information relative to current call campaign rules and stated need to generate, “on the fly”, an intelligent routing strategy formed as an XML-based executable instruction that may be generated in an XML-based markup and may be sent back to router 115. The executable instruction also termed a strategy by the inventors plugs into the CC/APP 118b running on the router and is parsed and executed immediately upon receipt, also “on the fly”.
In a preferred embodiment CC/APP 118c residing on server 119 is constructed using a standard programming application language like C/C++, C#, Java. In this way the processes for complex execution and manipulation of data according to predefined business logics are performed on a different processing system than the one dedicated to event routing. The CC/APP is created for different processing environments, that is to say, a caller interaction and event routing environment and a business process environment.
Application server 119 is adapted as described further above to generate an XML-based routing strategy that includes the identification of the final destination agent, agent group, etc. that will handle the interaction. The router receives this strategy and immediately parses and executes the strategy in real time while the caller is waiting in queue. In one embodiment there may be more than one HTTP request sent from router 115 to server 119 and HTTP responses containing pure routing strategies from the server back to the router per event in queue. Workflow including multiple routing strategies may be integrated into the CC application process as long as the workflow has to do with routing and not unfamiliar data processing that would tax the router processor beyond something reasonable.
CC 103 includes an Internet protocol router (IPR) 124 connected to LAN 112 on one side and to Internet backbone 123 on the network side. IPR may server as a gateway for multimedia communications arriving into the center and being sent out from the center. CTI router 115 also has a network side connection to Internet backbone 123 and a center-side connection to LAN 112 and could also server as a digital router for routing email, messaging and other like events. In this example, CC hosted data and rules are contained in DB 122 and in RB 121 within the Internet cloud directly networked to sever 119. However, a local server (LS) 125 may be provided and connected to LAN 112 and a DB 126 may be connected directly to the server. In one embodiment server 119 may have permission to access LS 125 and data stored in DB 126. Business data, customer data, rules, and other critical data may be stored locally at the center but made accessible to the Web-based application server.
In one embodiment the system of the invention is enabled by an online third party provider that provides the added processing power of an application server and language generator to create and deliver executable routing strategies that result in much more efficiency in interaction routing at the contact center side. Critical business data required to create the strategies may be stored locally and mirrored to the service network (online) for faster access. The third party application server may also access data locally without departing from the spirit and scope of the present invention.
After CTI router 115 receives and executes a routing strategy it may send the routing path used to CTI server 114, which may in turn send the path to CTI server 105 if the call event is to be routed from the point of PBX 107 instead of PBX 109.
At step 201 an incoming event notification is sent from a PBX to a CTI-Server. The CTI-server executes a CC application and an interaction with the caller 202 ensues such as an IVR treatment for example. A processing point 203 comes up at the CTI server in the executed application at which some type of routing is required beyond what the CTI server can do. The CTI server sends a route request message to the router and the router acknowledges the request at step 204.
The router then executes the routing strategy according to the request until a processing point 205 is reached in the application at which point additional information is required in order to determine a best destination for routing the event. At step 206 the router sends an HTTP request associated with universal resource locator (URL) to an application server and receives an acknowledgement of the sent request back. URLs are used to specify the portions of the business logic available to the application server that should be executed. Wherever the routing strategy requires processing of business oriented data a URL will be embedded that links the process to the appropriate business logic at the application sever on the Web.
The application server looks up data and/or rules from a database/rules base and receives data and/or rules for processing at step 207. The application server processes data against one or more rules until it has some result. The application server also generates dynamic executable routing strategy that contains only pure routing constructs at a processing point 208. The application server sends the strategy in the form of an XML document to the router in an HTTP server response and the server receives an acknowledgement from the router at step 209.
At processing point 210, the router executes and runs the routing strategy including allocating the required resources for handling the event. At step 211 the router sends the route used back to the CTI server and the CTI server acknowledges receipt of the route information. The CTI server sends instruction to the switch or queue to the PBX to route the event and the PBX acknowledges the instruction at step 212. In this example all processing that is not dedicated to pure interaction routing is performed by the application server at processing point 208. All of the business side processing and routing strategy generation that results is transparent to the call center side. The resulting routing strategies are plugged into the CC application at the router and are immediately executed. The overall result is that more complex and flexible interaction routing may occur in a manner that does not overload the routing system. Moreover, the router no longer has to check availability of resources for routing as that is performed by the application server as well.
At step 303 the contact center application determines if the call event can be disposed of via an automated treatment or not. If at step 303 an automated treatment can be used to dispose of the call then at step 305 the treatment is used to handle the call. This step may involve routing the call to the automated treatment node if the caller is not already engaged by the automated treatment node. An automated treatment may be any interactive process that does not require a live operator. After the treatment is administered at step 305 the process for that event may be terminated at step 314. In this case no special business logic or processing was used in routing. It is possible in this path that a routing request message was not necessary so that the interaction router was not even involved with that specific event.
If the contact center application determines that the call event cannot be disposed of via an automated treatment, at step 304 the contact center application may request a routing strategy by passing a route request message to an interaction router. The router may then select and execute a routing strategy that contains only pure routing logic as an extended part of contact center application runtime. A distributive processing environment may exist where the router is actually supported by a processor separate from the processor supporting the CTI server. In one embodiment the router and CTI server are supported by the same processor.
Determination that an automated treatment cannot be used to handle the event could be determined by information provided to the application by the caller prior to that point in the process or other call data made available at the time. Depending on the nature of services and other possible factors, the contact center application running on the router in execution of a routing strategy may arrive at a point in the process where some external processing is required to determine a best treatment for the call. The contact center application portion running on the router may make this determination based on available call data at step 306.
If at step 306 the application determines that no external processing is required to successfully route the call event then the router may route the event to any available contact center agent at step 307. In this event only pure routing logic was executed and a simple route to an available agent is determined based on available call data. No complicated business data processing or rules consultation is performed and therefore, no third-party processing service is required. After the router connects the call to an available agent in step 307 the process may terminate for that event at step 314.
If at step 306 it is determined that external processing is required in order to route the call event, at step 308 the router connects to a Web-based application server by invoking a URL embedded in the pure routing logic being executed at the router. To be clear, an existing routine executed at the router determines based on available call data or information solicited during interaction leading up to that point in the process that the event requires external processing. The URL then is a link between the point of process where this determination is made and the business logic portion of the distributed CC application that will be executed to fulfill the request.
In one embodiment the router request is an HTTP GET or POST message. At step 309 the CC application running at the Web-based application server executes the business logic targeted by URL in the request. The logic may include tasks for accessing databases, manipulating customer and business data, consulting business rules and so on. This business oriented logic can be created using any programming tools and languages available to the application server programmer. At step 310 the application server executing the target business logic accesses and processes the required data against pre-defined business rules to render some expected result. The logic may vary widely as may the exact processing sequence.
At step 311 the application server may generate a routing strategy using a markup language generator that renders the executable strategy in some form of extensible markup language. In one embodiment the form is interaction routing language (IRL). Other forms such as XStrategy (XST) or interactive routing designer (IRD) XML may also be used. The generated routing strategy is sent in a server HTTP response to the router at step 312. The strategy plugs into the appropriate place in the interactive process and is immediately parsed and executed by the router as pure routing logic at step 313. The process for that event may be terminated at step 314 after the resources for handling the event are allocated for the interaction. Of course the route is passed on to the CTI server which routes the interaction to the appropriate resource, which in this example is a live agent.
One with skill in the art of telephony routing will appreciate that rules for routing and data relied upon to help determine need may vary widely. Skill-based routing, statistical-based routing, predictive routing, historical-based routing, priority-based routing, trust-based routing and other intelligent routing techniques may be observed where external processing is required to make the correct or “best-fit” determination of a final destination for a particular call event. Moreover, the process is not limited to telephone interaction as a variant of this process may be applied to Web services and other electronic interaction media such as text messaging, interactive chat, and so on. In one embodiment XML-based routing strategies may be pre-defined strategies created on the Web. These strategies may be pushed into a routing application at a contact center to execute the strategy as a Web-based service.
One key benefit of the system of the invention is that the router may be dedicated to executing pure routing logic and therefore is improved in efficiency due to a lack of any requirement for processing any business or customer data or accessing any databases or rules bases. Another benefit to the system is that intelligent routing strategies can be generated (APP server) and executed (Router) on the fly by cooperating systems. Therefore dynamic flexibility exists for working with all kinds of conditions that may exist at the time of interactions. Routing logic can be made more sophisticated through design of the business portion of routing logic or business oriented logic (BOL) to execute on an application server. Development of the business portion of routing is not limited to router capability constraints. Performance level of the router will be increased IS by dedication the router to pure routing logic, which includes path and agent allocation.
It will be apparent to one with skill in the art that the distributive routing system of the invention may be provided using some or all of the mentioned features and components without departing from the spirit and scope of the present invention. It will also be apparent to the skilled artisan that the embodiments described above are exemplary of inventions that may have far greater scope than any of the singular descriptions. There may be many alterations made in the descriptions without departing from the spirit and scope of the present invention.
Number | Name | Date | Kind |
---|---|---|---|
3914559 | Knollman | Oct 1975 | A |
4048452 | Oehring et al. | Sep 1977 | A |
4290141 | Anderson et al. | Sep 1981 | A |
4320256 | Freeman | Mar 1982 | A |
4345315 | Cadotte et al. | Aug 1982 | A |
4355207 | Curtin | Oct 1982 | A |
4355372 | Johnson et al. | Oct 1982 | A |
4400587 | Taylor et al. | Aug 1983 | A |
4439636 | Newkirk et al. | Mar 1984 | A |
4451700 | Kempner et al. | May 1984 | A |
4489438 | Hughes | Dec 1984 | A |
4512011 | Turner | Apr 1985 | A |
4517410 | Williams et al. | May 1985 | A |
4521643 | Dupuis et al. | Jun 1985 | A |
4523055 | Hohl et al. | Jun 1985 | A |
4528643 | Freeny, Jr. | Jul 1985 | A |
4539435 | Eckmann | Sep 1985 | A |
4555903 | Heaton | Dec 1985 | A |
4558180 | Scordo | Dec 1985 | A |
4559415 | Bernard et al. | Dec 1985 | A |
4566030 | Nickerson et al. | Jan 1986 | A |
4567323 | Lottes et al. | Jan 1986 | A |
4577062 | Hilleary et al. | Mar 1986 | A |
4577067 | Levy et al. | Mar 1986 | A |
4578700 | Roberts et al. | Mar 1986 | A |
4580012 | Matthews et al. | Apr 1986 | A |
4584602 | Nakagawa | Apr 1986 | A |
4587379 | Masuda | May 1986 | A |
4598367 | DeFrancesco et al. | Jul 1986 | A |
4603232 | Kurland et al. | Jul 1986 | A |
4611094 | Asmuth et al. | Sep 1986 | A |
4625276 | Benton et al. | Nov 1986 | A |
4630200 | Ohmae et al. | Dec 1986 | A |
4630201 | White | Dec 1986 | A |
4634809 | Paulsson et al. | Jan 1987 | A |
4649563 | Riskin | Mar 1987 | A |
4654482 | DeAngelis | Mar 1987 | A |
4667287 | Allen et al. | May 1987 | A |
4674044 | Kalmus et al. | Jun 1987 | A |
4679189 | Olson et al. | Jul 1987 | A |
4696029 | Cohen | Sep 1987 | A |
4697282 | Winter et al. | Sep 1987 | A |
4737983 | Frauenthal et al. | Apr 1988 | A |
4756020 | Fodale | Jul 1988 | A |
4757267 | Riskin | Jul 1988 | A |
4763191 | Gordon et al. | Aug 1988 | A |
4763317 | Lehman et al. | Aug 1988 | A |
4763353 | Canale et al. | Aug 1988 | A |
4771425 | Baran et al. | Sep 1988 | A |
4785408 | Britton et al. | Nov 1988 | A |
4788715 | Lee | Nov 1988 | A |
4811382 | Sleevi | Mar 1989 | A |
4812843 | Champion, III et al. | Mar 1989 | A |
4829563 | Crockett et al. | May 1989 | A |
4831518 | Yu et al. | May 1989 | A |
4852001 | Tsushima et al. | Jul 1989 | A |
4866756 | Crane et al. | Sep 1989 | A |
4881261 | Oliphant et al. | Nov 1989 | A |
4893328 | Peacock | Jan 1990 | A |
4896345 | Thorne | Jan 1990 | A |
4897866 | Majmudar et al. | Jan 1990 | A |
4908850 | Masson et al. | Mar 1990 | A |
4924488 | Kosich | May 1990 | A |
4943995 | Daudelin et al. | Jul 1990 | A |
4953204 | Cuschleg, Jr. et al. | Aug 1990 | A |
4972461 | Brown et al. | Nov 1990 | A |
4994985 | Cree et al. | Feb 1991 | A |
5001710 | Gawrys et al. | Mar 1991 | A |
5008930 | Gawrys et al. | Apr 1991 | A |
5017917 | Fisher et al. | May 1991 | A |
5020095 | Morganstein et al. | May 1991 | A |
5036535 | Gechter et al. | Jul 1991 | A |
5058152 | Solomon et al. | Oct 1991 | A |
5062103 | Davidson et al. | Oct 1991 | A |
5073890 | Danielsen | Dec 1991 | A |
5095504 | Nishikawa et al. | Mar 1992 | A |
5117225 | Wang | May 1992 | A |
5136633 | Tejada et al. | Aug 1992 | A |
5155761 | Hammond | Oct 1992 | A |
5164983 | Brown et al. | Nov 1992 | A |
5168515 | Gechter et al. | Dec 1992 | A |
5175800 | Galis et al. | Dec 1992 | A |
5179589 | Syu | Jan 1993 | A |
5181236 | LaVallee et al. | Jan 1993 | A |
5181239 | Jolissaint | Jan 1993 | A |
5185782 | Srinivasan | Feb 1993 | A |
5202828 | Vertelney et al. | Apr 1993 | A |
5206903 | Kohler et al. | Apr 1993 | A |
5208745 | Quentin et al. | May 1993 | A |
5212727 | Ramkumar | May 1993 | A |
5214688 | Szlam et al. | May 1993 | A |
5231670 | Goldhor et al. | Jul 1993 | A |
5247569 | Cave | Sep 1993 | A |
5249223 | Vanacore | Sep 1993 | A |
5253288 | Frey et al. | Oct 1993 | A |
5256863 | Ferguson et al. | Oct 1993 | A |
5261096 | Howarth | Nov 1993 | A |
5271058 | Andrews et al. | Dec 1993 | A |
5274635 | Rahman et al. | Dec 1993 | A |
5274700 | Gechter et al. | Dec 1993 | A |
5274782 | Chalasani et al. | Dec 1993 | A |
5278898 | Cambray et al. | Jan 1994 | A |
5278977 | Spencer et al. | Jan 1994 | A |
5280625 | Howarter et al. | Jan 1994 | A |
5283638 | Engberg et al. | Feb 1994 | A |
5283856 | Gross et al. | Feb 1994 | A |
5285494 | Sprecher et al. | Feb 1994 | A |
5288147 | Schaefer et al. | Feb 1994 | A |
5291550 | Levy et al. | Mar 1994 | A |
5291551 | Conn et al. | Mar 1994 | A |
5291552 | Kerrigan et al. | Mar 1994 | A |
5299259 | Otto | Mar 1994 | A |
5299260 | Shaio | Mar 1994 | A |
5301320 | McAtee et al. | Apr 1994 | A |
5309505 | Szlam et al. | May 1994 | A |
5311574 | Livanos | May 1994 | A |
5311583 | Friedes et al. | May 1994 | A |
5315709 | Alston, Jr. et al. | May 1994 | A |
5327486 | Wolff et al. | Jul 1994 | A |
5329583 | Jurgensen et al. | Jul 1994 | A |
5333266 | Boaz et al. | Jul 1994 | A |
5335268 | Kelly, Jr. et al. | Aug 1994 | A |
5335269 | Steinlicht | Aug 1994 | A |
5343477 | Yamada | Aug 1994 | A |
5343518 | Kneipp | Aug 1994 | A |
5355474 | Thuraisngham et al. | Oct 1994 | A |
5359649 | Rosu et al. | Oct 1994 | A |
5363507 | Nakayama et al. | Nov 1994 | A |
5367329 | Nakagaki et al. | Nov 1994 | A |
5369695 | Chakravarti et al. | Nov 1994 | A |
5384766 | Yamato et al. | Jan 1995 | A |
5384771 | Isidoro et al. | Jan 1995 | A |
5384829 | Heileman, Jr. et al. | Jan 1995 | A |
5384841 | Adams et al. | Jan 1995 | A |
5392277 | Bernstein | Feb 1995 | A |
5392328 | Schmidt et al. | Feb 1995 | A |
5392345 | Otto | Feb 1995 | A |
5392400 | Berkowitz et al. | Feb 1995 | A |
5402474 | Miller et al. | Mar 1995 | A |
5414762 | Flisik et al. | May 1995 | A |
5422813 | Schuchman et al. | Jun 1995 | A |
5425091 | Josephs | Jun 1995 | A |
5425093 | Trefzger | Jun 1995 | A |
5426594 | Wright et al. | Jun 1995 | A |
5428608 | Freeman et al. | Jun 1995 | A |
5436965 | Grossman et al. | Jul 1995 | A |
5436967 | Hanson | Jul 1995 | A |
5440719 | Hanes et al. | Aug 1995 | A |
5444767 | Goetcheus et al. | Aug 1995 | A |
5444774 | Friedes | Aug 1995 | A |
5444823 | Nguyen | Aug 1995 | A |
5450482 | Chen et al. | Sep 1995 | A |
5450483 | Williams | Sep 1995 | A |
5452350 | Reynolds et al. | Sep 1995 | A |
5455903 | Jolissaint et al. | Oct 1995 | A |
5459780 | Sand | Oct 1995 | A |
5463685 | Gaechter et al. | Oct 1995 | A |
5465286 | Clare et al. | Nov 1995 | A |
5467391 | Donaghue, Jr. et al. | Nov 1995 | A |
5469504 | Blaha | Nov 1995 | A |
5473680 | Porter | Dec 1995 | A |
5475813 | Cieslak et al. | Dec 1995 | A |
5479487 | Hammond | Dec 1995 | A |
5481616 | Freadman | Jan 1996 | A |
5488648 | Womble | Jan 1996 | A |
5491783 | Douglas et al. | Feb 1996 | A |
5493564 | Mullan | Feb 1996 | A |
5495522 | Allen et al. | Feb 1996 | A |
5495523 | Stent et al. | Feb 1996 | A |
5496392 | Sims et al. | Mar 1996 | A |
5497317 | Hawkins et al. | Mar 1996 | A |
5497371 | Ellis et al. | Mar 1996 | A |
5497373 | Hulen et al. | Mar 1996 | A |
5500891 | Harrington et al. | Mar 1996 | A |
5506898 | Costantini et al. | Apr 1996 | A |
5509062 | Carlsen | Apr 1996 | A |
5510829 | Sugiyama et al. | Apr 1996 | A |
5511117 | Zazzera | Apr 1996 | A |
5517620 | Hashimoto et al. | May 1996 | A |
5519773 | Dumas et al. | May 1996 | A |
5524047 | Brown et al. | Jun 1996 | A |
5524147 | Bean | Jun 1996 | A |
5526353 | Henley et al. | Jun 1996 | A |
5528678 | Kaplan | Jun 1996 | A |
5530740 | Irribarren et al. | Jun 1996 | A |
5530744 | Charalambous et al. | Jun 1996 | A |
5533103 | Peavey et al. | Jul 1996 | A |
5533107 | Irwin et al. | Jul 1996 | A |
5533108 | Harris et al. | Jul 1996 | A |
5533110 | Pinard et al. | Jul 1996 | A |
5533115 | Hollenbach et al. | Jul 1996 | A |
5535211 | Yano | Jul 1996 | A |
5535256 | Maloney et al. | Jul 1996 | A |
5535323 | Miller et al. | Jul 1996 | A |
5537470 | Lee | Jul 1996 | A |
5537630 | Berry et al. | Jul 1996 | A |
5539811 | Nakamura et al. | Jul 1996 | A |
5544220 | Trefzger | Aug 1996 | A |
5546452 | Andrews et al. | Aug 1996 | A |
5550816 | Hardwick et al. | Aug 1996 | A |
5553133 | Perkins | Sep 1996 | A |
5555299 | Maloney et al. | Sep 1996 | A |
5555426 | Johnson et al. | Sep 1996 | A |
5557667 | Bruno et al. | Sep 1996 | A |
5559868 | Blonder | Sep 1996 | A |
5559877 | Ash et al. | Sep 1996 | A |
5559878 | Keys et al. | Sep 1996 | A |
5561711 | Muller | Oct 1996 | A |
5561841 | Markus | Oct 1996 | A |
5563805 | Arbuckle et al. | Oct 1996 | A |
5563937 | Bruno et al. | Oct 1996 | A |
5566294 | Kojima et al. | Oct 1996 | A |
5570419 | Cave et al. | Oct 1996 | A |
5570420 | Bress et al. | Oct 1996 | A |
5572579 | Orriss et al. | Nov 1996 | A |
5572643 | Judson | Nov 1996 | A |
5577100 | McGregor et al. | Nov 1996 | A |
5577105 | Baum et al. | Nov 1996 | A |
5583862 | Callon | Dec 1996 | A |
5583922 | Davis et al. | Dec 1996 | A |
5590188 | Crockett | Dec 1996 | A |
5592542 | Honda et al. | Jan 1997 | A |
5592543 | Smith et al. | Jan 1997 | A |
5594791 | Szlam et al. | Jan 1997 | A |
5598532 | Liron | Jan 1997 | A |
5604737 | Iwami et al. | Feb 1997 | A |
5606602 | Johnson et al. | Feb 1997 | A |
5608778 | Partridge, III | Mar 1997 | A |
5608786 | Gordon | Mar 1997 | A |
5610910 | Focsaneanu et al. | Mar 1997 | A |
5617570 | Russell et al. | Apr 1997 | A |
5619183 | Ziegra et al. | Apr 1997 | A |
5619557 | Van Berkum | Apr 1997 | A |
5619648 | Canale et al. | Apr 1997 | A |
5621789 | McCalmont et al. | Apr 1997 | A |
5621790 | Grossman et al. | Apr 1997 | A |
5623600 | Ji et al. | Apr 1997 | A |
5624265 | Redford et al. | Apr 1997 | A |
5625404 | Grady et al. | Apr 1997 | A |
5625676 | Greco et al. | Apr 1997 | A |
5625682 | Gray et al. | Apr 1997 | A |
5627764 | Schutzman et al. | May 1997 | A |
5627884 | Williams et al. | May 1997 | A |
5630127 | Moore et al. | May 1997 | A |
5632011 | Landfield et al. | May 1997 | A |
5633920 | Kikinis et al. | May 1997 | A |
5633924 | Kaish et al. | May 1997 | A |
5635918 | Tett | Jun 1997 | A |
5640445 | David | Jun 1997 | A |
5642411 | Theis | Jun 1997 | A |
5642477 | de Carmo et al. | Jun 1997 | A |
5642511 | Chow et al. | Jun 1997 | A |
5644720 | Boll et al. | Jul 1997 | A |
5646981 | Klein | Jul 1997 | A |
5649105 | Aldred et al. | Jul 1997 | A |
5652789 | Miner et al. | Jul 1997 | A |
5652791 | Sunderman et al. | Jul 1997 | A |
5654961 | Araujo et al. | Aug 1997 | A |
5655015 | Walsh et al. | Aug 1997 | A |
5657383 | Gerber et al. | Aug 1997 | A |
5659542 | Bell et al. | Aug 1997 | A |
5659604 | Beckmann | Aug 1997 | A |
5659746 | Bankert et al. | Aug 1997 | A |
5673304 | Connor et al. | Sep 1997 | A |
5673311 | Andruska et al. | Sep 1997 | A |
5673322 | Pepe et al. | Sep 1997 | A |
5675637 | Szlam et al. | Oct 1997 | A |
5684870 | Maloney et al. | Nov 1997 | A |
5689229 | Chaco et al. | Nov 1997 | A |
5692033 | Farris | Nov 1997 | A |
5696809 | Voit | Dec 1997 | A |
5696811 | Maloney et al. | Dec 1997 | A |
5701400 | Amado | Dec 1997 | A |
5703943 | Otto | Dec 1997 | A |
5706453 | Cheng et al. | Jan 1998 | A |
5708702 | De Paul et al. | Jan 1998 | A |
5712901 | Meermans | Jan 1998 | A |
5715306 | Sunderman et al. | Feb 1998 | A |
5715307 | Zazzera | Feb 1998 | A |
5715432 | Xu et al. | Feb 1998 | A |
5717747 | Boyle, III et al. | Feb 1998 | A |
5721770 | Kohler | Feb 1998 | A |
5724412 | Srinivasan | Mar 1998 | A |
5724418 | Brady | Mar 1998 | A |
5726984 | Kubler et al. | Mar 1998 | A |
5727159 | Kikinis | Mar 1998 | A |
5729594 | Klingman | Mar 1998 | A |
5732078 | Arango | Mar 1998 | A |
5734981 | Kennedy, III et al. | Mar 1998 | A |
5737495 | Adams et al. | Apr 1998 | A |
5737595 | Cohen et al. | Apr 1998 | A |
5737726 | Cameron et al. | Apr 1998 | A |
5737727 | Lehmann et al. | Apr 1998 | A |
5740238 | Flockhart et al. | Apr 1998 | A |
5740240 | Jolissaint | Apr 1998 | A |
5742668 | Pepe et al. | Apr 1998 | A |
5742670 | Bennett | Apr 1998 | A |
5742675 | Kilander et al. | Apr 1998 | A |
5742905 | Pepe et al. | Apr 1998 | A |
5745687 | Randell | Apr 1998 | A |
5745878 | Hashimoto et al. | Apr 1998 | A |
5748884 | Royce et al. | May 1998 | A |
5748907 | Crane | May 1998 | A |
5751706 | Land et al. | May 1998 | A |
5751707 | Voit et al. | May 1998 | A |
5751795 | Hassler et al. | May 1998 | A |
5752059 | Holleran et al. | May 1998 | A |
5752244 | Rose et al. | May 1998 | A |
5752246 | Rogers et al. | May 1998 | A |
5754111 | Garcia | May 1998 | A |
5754636 | Bayless et al. | May 1998 | A |
5754639 | Flockhart et al. | May 1998 | A |
5754655 | Hughes et al. | May 1998 | A |
5757904 | Anderson | May 1998 | A |
5760823 | Brunson et al. | Jun 1998 | A |
5761289 | Keshav | Jun 1998 | A |
5764736 | Shachar et al. | Jun 1998 | A |
5764898 | Tsuji et al. | Jun 1998 | A |
5765033 | Miloslavsky | Jun 1998 | A |
5768360 | Reynolds et al. | Jun 1998 | A |
5768527 | Zhu et al. | Jun 1998 | A |
5774583 | Sasaki et al. | Jun 1998 | A |
5778060 | Otto | Jul 1998 | A |
5778178 | Arunachalam | Jul 1998 | A |
5778377 | Marlin et al. | Jul 1998 | A |
5784438 | Martinez | Jul 1998 | A |
5784451 | Smith, Jr. | Jul 1998 | A |
5784452 | Carney | Jul 1998 | A |
5787160 | Chaney et al. | Jul 1998 | A |
5787163 | Taylor et al. | Jul 1998 | A |
5790635 | Dezonno | Aug 1998 | A |
5790650 | Dunn et al. | Aug 1998 | A |
5790789 | Suarez | Aug 1998 | A |
5790798 | Beckett, II et al. | Aug 1998 | A |
5793857 | Barnes et al. | Aug 1998 | A |
5793861 | Haigh | Aug 1998 | A |
5794039 | Guck | Aug 1998 | A |
5796398 | Zimmer | Aug 1998 | A |
5796729 | Greaney et al. | Aug 1998 | A |
5796791 | Polcyn | Aug 1998 | A |
5796813 | Sonnenberg | Aug 1998 | A |
5799067 | Kikinis et al. | Aug 1998 | A |
5799297 | Goodridge et al. | Aug 1998 | A |
5802163 | Miloslavsky | Sep 1998 | A |
5802253 | Gross et al. | Sep 1998 | A |
5802283 | Grady et al. | Sep 1998 | A |
5802314 | Tullis et al. | Sep 1998 | A |
5802316 | Ito et al. | Sep 1998 | A |
5802493 | Sheflott et al. | Sep 1998 | A |
5802526 | Fawcett et al. | Sep 1998 | A |
5805587 | Norris et al. | Sep 1998 | A |
5806061 | Chaudhuri et al. | Sep 1998 | A |
5809128 | McMullin | Sep 1998 | A |
5809282 | Cooper et al. | Sep 1998 | A |
5809512 | Kato | Sep 1998 | A |
5812795 | Horovitz et al. | Sep 1998 | A |
5813014 | Gustman | Sep 1998 | A |
5815566 | Ramot et al. | Sep 1998 | A |
5818935 | Maa | Oct 1998 | A |
5822306 | Catchpole | Oct 1998 | A |
5822400 | Smith | Oct 1998 | A |
5822404 | Cave | Oct 1998 | A |
5822526 | Waskiewicz | Oct 1998 | A |
5825775 | Chin et al. | Oct 1998 | A |
5825862 | Voit et al. | Oct 1998 | A |
5825869 | Brooks et al. | Oct 1998 | A |
5825870 | Miloslavsky | Oct 1998 | A |
5826040 | Fargher et al. | Oct 1998 | A |
5826269 | Hussey | Oct 1998 | A |
5828747 | Fisher et al. | Oct 1998 | A |
5828839 | Moncreiff | Oct 1998 | A |
5831611 | Kennedy et al. | Nov 1998 | A |
5832196 | Croslin et al. | Nov 1998 | A |
5835090 | Clark et al. | Nov 1998 | A |
5835583 | Hetz et al. | Nov 1998 | A |
5838682 | Dekelbaum et al. | Nov 1998 | A |
5838768 | Sumar et al. | Nov 1998 | A |
5838774 | Weisser, Jr. | Nov 1998 | A |
5841854 | Schumacher et al. | Nov 1998 | A |
5842131 | Yamane | Nov 1998 | A |
5844980 | Patel et al. | Dec 1998 | A |
5844982 | Knitl | Dec 1998 | A |
5847484 | Kuyama et al. | Dec 1998 | A |
5848131 | Shaffer et al. | Dec 1998 | A |
5848143 | Andrews et al. | Dec 1998 | A |
5850433 | Rondeau | Dec 1998 | A |
5852814 | Allen | Dec 1998 | A |
5857184 | Lynch | Jan 1999 | A |
5862134 | Deng | Jan 1999 | A |
5862211 | Roush | Jan 1999 | A |
5862223 | Walker et al. | Jan 1999 | A |
5864616 | Hartmeier | Jan 1999 | A |
5864848 | Horvitz et al. | Jan 1999 | A |
5867484 | Shaunfield | Feb 1999 | A |
5867494 | Krishnaswamy et al. | Feb 1999 | A |
5867495 | Elliott et al. | Feb 1999 | A |
5867559 | Jorgensen et al. | Feb 1999 | A |
5867562 | Scherer | Feb 1999 | A |
5867822 | Sankar | Feb 1999 | A |
5870464 | Brewster et al. | Feb 1999 | A |
5870549 | Bobo, II | Feb 1999 | A |
5872841 | King et al. | Feb 1999 | A |
5872926 | Levac et al. | Feb 1999 | A |
5873032 | Cox et al. | Feb 1999 | A |
5873040 | Dunn et al. | Feb 1999 | A |
5873076 | Barr et al. | Feb 1999 | A |
5878126 | Velamuri et al. | Mar 1999 | A |
5878130 | Andrews et al. | Mar 1999 | A |
5878230 | Weber et al. | Mar 1999 | A |
5881146 | Hamilton | Mar 1999 | A |
5883891 | Williams et al. | Mar 1999 | A |
5884032 | Bateman et al. | Mar 1999 | A |
5884262 | Wise et al. | Mar 1999 | A |
5887173 | Ogawa et al. | Mar 1999 | A |
5889474 | LaDue | Mar 1999 | A |
5889774 | Mirashrafi et al. | Mar 1999 | A |
5889799 | Grossman et al. | Mar 1999 | A |
5889863 | Weber | Mar 1999 | A |
5892764 | Riemann et al. | Apr 1999 | A |
5892822 | Gottlieb et al. | Apr 1999 | A |
5893912 | Freund et al. | Apr 1999 | A |
5894512 | Zenner | Apr 1999 | A |
5896444 | Perlman et al. | Apr 1999 | A |
5897635 | Torres et al. | Apr 1999 | A |
5901138 | Bader et al. | May 1999 | A |
5901203 | Morganstein et al. | May 1999 | A |
5901209 | Tannenbaum et al. | May 1999 | A |
5903631 | Smith et al. | May 1999 | A |
5903877 | Berkowitz et al. | May 1999 | A |
5905495 | Tanaka et al. | May 1999 | A |
5905792 | Miloslavsky | May 1999 | A |
5905793 | Flockhart et al. | May 1999 | A |
5905863 | Knowles et al. | May 1999 | A |
5907547 | Foladare et al. | May 1999 | A |
5911134 | Castonguay et al. | Jun 1999 | A |
5911776 | Guck | Jun 1999 | A |
5914941 | Janky | Jun 1999 | A |
5915001 | Uppaluru | Jun 1999 | A |
5915008 | Dulman | Jun 1999 | A |
5915011 | Miloslavsky | Jun 1999 | A |
5915012 | Miloslavsky | Jun 1999 | A |
5916302 | Dunn et al. | Jun 1999 | A |
5917817 | Dunn et al. | Jun 1999 | A |
5917898 | Bassa et al. | Jun 1999 | A |
5918213 | Bernard et al. | Jun 1999 | A |
5920621 | Gottlieb | Jul 1999 | A |
5920719 | Sutton et al. | Jul 1999 | A |
5920865 | Ariga | Jul 1999 | A |
5923745 | Hurd | Jul 1999 | A |
5923879 | Sasmazel et al. | Jul 1999 | A |
5926535 | Reynolds | Jul 1999 | A |
5926538 | Deryugin et al. | Jul 1999 | A |
5926539 | Shtivelman | Jul 1999 | A |
5933492 | Turovski | Aug 1999 | A |
5937051 | Hurd et al. | Aug 1999 | A |
5937057 | Bell et al. | Aug 1999 | A |
5937162 | Funk et al. | Aug 1999 | A |
5937388 | Davis et al. | Aug 1999 | A |
5938725 | Hara | Aug 1999 | A |
5940075 | Mutschler, III et al. | Aug 1999 | A |
5940478 | Vaudreuil et al. | Aug 1999 | A |
5940479 | Guy et al. | Aug 1999 | A |
5940488 | DeGrazia et al. | Aug 1999 | A |
5940495 | Bondarenko et al. | Aug 1999 | A |
5940496 | Gisby et al. | Aug 1999 | A |
5940497 | Miloslavsky | Aug 1999 | A |
5940598 | Strauss et al. | Aug 1999 | A |
5940823 | Schreiber et al. | Aug 1999 | A |
5943416 | Gisby | Aug 1999 | A |
5946375 | Pattison et al. | Aug 1999 | A |
5946386 | Rogers et al. | Aug 1999 | A |
5946387 | Miloslavsky | Aug 1999 | A |
5948054 | Nielsen | Sep 1999 | A |
5949988 | Feisullin et al. | Sep 1999 | A |
5953332 | Miloslavsky | Sep 1999 | A |
5953405 | Miloslavsky | Sep 1999 | A |
5953406 | LaRue et al. | Sep 1999 | A |
5956482 | Agraharam et al. | Sep 1999 | A |
5956729 | Goetz et al. | Sep 1999 | A |
5958014 | Cave | Sep 1999 | A |
5958016 | Chang et al. | Sep 1999 | A |
5958064 | Judd et al. | Sep 1999 | A |
5959982 | Federkins et al. | Sep 1999 | A |
5960073 | Kikinis et al. | Sep 1999 | A |
5960411 | Hartman et al. | Sep 1999 | A |
5963632 | Miloslavsky | Oct 1999 | A |
5963635 | Szlam et al. | Oct 1999 | A |
5966427 | Shaffer et al. | Oct 1999 | A |
5966695 | Melchione et al. | Oct 1999 | A |
5970065 | Miloslavsky | Oct 1999 | A |
5970134 | Highland et al. | Oct 1999 | A |
5974135 | Breneman et al. | Oct 1999 | A |
5974414 | Stanczak et al. | Oct 1999 | A |
5974448 | Yamauchi et al. | Oct 1999 | A |
RE36416 | Szlam et al. | Nov 1999 | E |
5978465 | Corduroy et al. | Nov 1999 | A |
5978467 | Walker et al. | Nov 1999 | A |
5978672 | Hartmaier et al. | Nov 1999 | A |
5978836 | Ouchi | Nov 1999 | A |
5982774 | Foladare et al. | Nov 1999 | A |
5982870 | Pershan et al. | Nov 1999 | A |
5982873 | Flockhart et al. | Nov 1999 | A |
5983218 | Syeda-Mahmood | Nov 1999 | A |
5987102 | Elliott et al. | Nov 1999 | A |
5987117 | McNeil et al. | Nov 1999 | A |
5987118 | Dickerman et al. | Nov 1999 | A |
5987423 | Arnold et al. | Nov 1999 | A |
5987446 | Corey et al. | Nov 1999 | A |
5991365 | Pizano et al. | Nov 1999 | A |
5991390 | Booton | Nov 1999 | A |
5991391 | Miloslavsky | Nov 1999 | A |
5991392 | Miloslavsky | Nov 1999 | A |
5991393 | Kamen | Nov 1999 | A |
5991394 | Dezonno et al. | Nov 1999 | A |
5991395 | Miloslavsky | Nov 1999 | A |
5995606 | Civanlar et al. | Nov 1999 | A |
5995614 | Miloslavsky | Nov 1999 | A |
5995615 | Miloslavsky | Nov 1999 | A |
5996000 | Shuster | Nov 1999 | A |
5999525 | Krishnaswamy et al. | Dec 1999 | A |
5999609 | Nishimura | Dec 1999 | A |
5999965 | Kelly | Dec 1999 | A |
6002396 | Davies | Dec 1999 | A |
6002760 | Gisby | Dec 1999 | A |
6003034 | Tuli | Dec 1999 | A |
6005845 | Svennesson et al. | Dec 1999 | A |
6005920 | Fuller et al. | Dec 1999 | A |
6005931 | Neyman et al. | Dec 1999 | A |
6009163 | Nabkel et al. | Dec 1999 | A |
6011792 | Miloslavsky | Jan 2000 | A |
6011844 | Uppaluru et al. | Jan 2000 | A |
6011974 | Cedervall et al. | Jan 2000 | A |
6012152 | Douik et al. | Jan 2000 | A |
6014137 | Burns | Jan 2000 | A |
6014138 | Cain et al. | Jan 2000 | A |
6014379 | White et al. | Jan 2000 | A |
6014437 | Acker et al. | Jan 2000 | A |
6014647 | Nizzari et al. | Jan 2000 | A |
6018578 | Bondarenko et al. | Jan 2000 | A |
6018579 | Petrunka | Jan 2000 | A |
6018761 | Uomini | Jan 2000 | A |
6021262 | Cote et al. | Feb 2000 | A |
6021411 | Brophy et al. | Feb 2000 | A |
6021428 | Miloslavsky | Feb 2000 | A |
6023684 | Pearson | Feb 2000 | A |
6023723 | McCormick et al. | Feb 2000 | A |
6026087 | Mirashrafi et al. | Feb 2000 | A |
6026375 | Hall et al. | Feb 2000 | A |
6028917 | Creamer et al. | Feb 2000 | A |
6029195 | Herz | Feb 2000 | A |
6038293 | McNerney et al. | Mar 2000 | A |
6038537 | Matsuoka | Mar 2000 | A |
6041116 | Meyers | Mar 2000 | A |
6044144 | Becker et al. | Mar 2000 | A |
6044146 | Gisby et al. | Mar 2000 | A |
6044368 | Powers | Mar 2000 | A |
6046762 | Sonesh et al. | Apr 2000 | A |
6047060 | Fedorov et al. | Apr 2000 | A |
6049272 | Lee et al. | Apr 2000 | A |
6049547 | Fisher et al. | Apr 2000 | A |
6049779 | Berkson | Apr 2000 | A |
6052514 | Gill et al. | Apr 2000 | A |
6055307 | Behnke et al. | Apr 2000 | A |
6055308 | Miloslavsky et al. | Apr 2000 | A |
6055513 | Katz et al. | Apr 2000 | A |
6058163 | Pattison et al. | May 2000 | A |
6058389 | Chandra et al. | May 2000 | A |
6058435 | Sassin et al. | May 2000 | A |
6061054 | Jolly | May 2000 | A |
6064667 | Gisby et al. | May 2000 | A |
6064722 | Clise et al. | May 2000 | A |
6064723 | Cohn et al. | May 2000 | A |
6064730 | Ginsberg | May 2000 | A |
6064973 | Smith et al. | May 2000 | A |
6067357 | Kishinsky et al. | May 2000 | A |
6069890 | White et al. | May 2000 | A |
6070142 | McDonough et al. | May 2000 | A |
6070144 | Ginsberg et al. | May 2000 | A |
6072864 | Shtivelman et al. | Jun 2000 | A |
6073013 | Agre et al. | Jun 2000 | A |
6073105 | Sutcliffe et al. | Jun 2000 | A |
6073109 | Flores et al. | Jun 2000 | A |
6073124 | Krishnan et al. | Jun 2000 | A |
6075783 | Voit | Jun 2000 | A |
6075843 | Cave | Jun 2000 | A |
6076101 | Kamakura et al. | Jun 2000 | A |
6076105 | Wolff et al. | Jun 2000 | A |
6078581 | Shtivelman et al. | Jun 2000 | A |
6078583 | Takahara et al. | Jun 2000 | A |
6081591 | Skoog | Jun 2000 | A |
6081592 | Battle | Jun 2000 | A |
6085097 | Savery et al. | Jul 2000 | A |
6085201 | Tso | Jul 2000 | A |
6088340 | Buchholz et al. | Jul 2000 | A |
6088696 | Moon et al. | Jul 2000 | A |
6088717 | Reed et al. | Jul 2000 | A |
6094479 | Lindeberg et al. | Jul 2000 | A |
6094673 | Dilip et al. | Jul 2000 | A |
6097804 | Gilbert et al. | Aug 2000 | A |
6097938 | Paxson | Aug 2000 | A |
6098065 | Skillen et al. | Aug 2000 | A |
6104711 | Voit | Aug 2000 | A |
6104800 | Benson | Aug 2000 | A |
6104801 | Miloslavsky | Aug 2000 | A |
6104802 | Perlmutter | Aug 2000 | A |
6108688 | Nielsen | Aug 2000 | A |
6108711 | Beck et al. | Aug 2000 | A |
6112085 | Garner et al. | Aug 2000 | A |
6115596 | Raith et al. | Sep 2000 | A |
6115742 | Franklin et al. | Sep 2000 | A |
6118865 | Gisby | Sep 2000 | A |
6119155 | Rossmann et al. | Sep 2000 | A |
6119167 | Boyle et al. | Sep 2000 | A |
6122360 | Neyman et al. | Sep 2000 | A |
6122364 | Petrunka et al. | Sep 2000 | A |
6122365 | Yegoshin | Sep 2000 | A |
6122632 | Botts et al. | Sep 2000 | A |
6125113 | Farris et al. | Sep 2000 | A |
6125126 | Hallenst | Sep 2000 | A |
6128379 | Smyk | Oct 2000 | A |
6128482 | Nixon et al. | Oct 2000 | A |
6128603 | Dent et al. | Oct 2000 | A |
6128646 | Miloslavsky | Oct 2000 | A |
6130933 | Miloslavsky | Oct 2000 | A |
6134217 | Stiliadis et al. | Oct 2000 | A |
6134235 | Goldman et al. | Oct 2000 | A |
6134315 | Galvin | Oct 2000 | A |
6134318 | O'Neil | Oct 2000 | A |
6134530 | Bunting et al. | Oct 2000 | A |
6137870 | Scherer | Oct 2000 | A |
6138139 | Beck et al. | Oct 2000 | A |
6141345 | Goeddel et al. | Oct 2000 | A |
6148074 | Miloslavsky et al. | Nov 2000 | A |
6157653 | Kline et al. | Dec 2000 | A |
6157655 | Shtivelman | Dec 2000 | A |
6157924 | Austin | Dec 2000 | A |
6166735 | Dom et al. | Dec 2000 | A |
6167255 | Kennedy, III et al. | Dec 2000 | A |
6167395 | Beck et al. | Dec 2000 | A |
6167404 | Morcos et al. | Dec 2000 | A |
6170011 | Macleod Beck et al. | Jan 2001 | B1 |
6173052 | Brady | Jan 2001 | B1 |
6173316 | De Boor et al. | Jan 2001 | B1 |
6175562 | Cave | Jan 2001 | B1 |
6175563 | Miloslavsky | Jan 2001 | B1 |
6175564 | Miloslavsky et al. | Jan 2001 | B1 |
6175620 | Rouge et al. | Jan 2001 | B1 |
6175842 | Kirk et al. | Jan 2001 | B1 |
6178239 | Kishinsky et al. | Jan 2001 | B1 |
6181336 | Chiu et al. | Jan 2001 | B1 |
6181736 | McLaughlin et al. | Jan 2001 | B1 |
6181788 | Miloslavsky | Jan 2001 | B1 |
6182059 | Angotti et al. | Jan 2001 | B1 |
6182249 | Wookey et al. | Jan 2001 | B1 |
6185287 | Miloslavsky | Feb 2001 | B1 |
6185291 | Miloslavsky | Feb 2001 | B1 |
6185292 | Miloslavsky | Feb 2001 | B1 |
6185427 | Krasner et al. | Feb 2001 | B1 |
6185535 | Hedin et al. | Feb 2001 | B1 |
6188688 | Buskirk, Jr. | Feb 2001 | B1 |
6192250 | Buskens et al. | Feb 2001 | B1 |
6195357 | Polcyn | Feb 2001 | B1 |
6198738 | Chang et al. | Mar 2001 | B1 |
6198739 | Neyman et al. | Mar 2001 | B1 |
6201804 | Kikinis | Mar 2001 | B1 |
6201863 | Miloslavsky | Mar 2001 | B1 |
6205135 | Chinni et al. | Mar 2001 | B1 |
6205412 | Barskiy et al. | Mar 2001 | B1 |
6212178 | Beck et al. | Apr 2001 | B1 |
6215783 | Neyman | Apr 2001 | B1 |
6219045 | Leahy et al. | Apr 2001 | B1 |
6219413 | Burg | Apr 2001 | B1 |
6222919 | Hollatz et al. | Apr 2001 | B1 |
6226285 | Kozdon et al. | May 2001 | B1 |
6229524 | Chernock et al. | May 2001 | B1 |
6229888 | Miloslavsky | May 2001 | B1 |
6230197 | Beck et al. | May 2001 | B1 |
6233234 | Curry et al. | May 2001 | B1 |
6233616 | Reid | May 2001 | B1 |
6236857 | Calabrese et al. | May 2001 | B1 |
6240285 | Blum et al. | May 2001 | B1 |
6243092 | Okita et al. | Jun 2001 | B1 |
6243373 | Turock | Jun 2001 | B1 |
6243375 | Speicher | Jun 2001 | B1 |
6243379 | Veerina et al. | Jun 2001 | B1 |
6243713 | Nelson et al. | Jun 2001 | B1 |
6249807 | Shaw et al. | Jun 2001 | B1 |
6253129 | Jenkins et al. | Jun 2001 | B1 |
6256489 | Lichter et al. | Jul 2001 | B1 |
6256503 | Stephens | Jul 2001 | B1 |
6259692 | Shtivelman et al. | Jul 2001 | B1 |
6259774 | Miloslavsky | Jul 2001 | B1 |
6259786 | Gisby | Jul 2001 | B1 |
6263049 | Kuhn | Jul 2001 | B1 |
6263065 | Durinovic-Johri et al. | Jul 2001 | B1 |
6263066 | Shtivelman et al. | Jul 2001 | B1 |
6263359 | Fong et al. | Jul 2001 | B1 |
6275693 | Lin et al. | Aug 2001 | B1 |
6278996 | Richardson et al. | Aug 2001 | B1 |
6282429 | Baiyor et al. | Aug 2001 | B1 |
6282565 | Shaw et al. | Aug 2001 | B1 |
6285316 | Nir et al. | Sep 2001 | B1 |
6285364 | Giordano, III et al. | Sep 2001 | B1 |
6286033 | Kishinsky et al. | Sep 2001 | B1 |
6286084 | Wexler et al. | Sep 2001 | B1 |
6286129 | Agarwal et al. | Sep 2001 | B1 |
6289094 | Miloslavsky | Sep 2001 | B1 |
6292181 | Banerjee et al. | Sep 2001 | B1 |
6292553 | Fellingham et al. | Sep 2001 | B1 |
6295353 | Flockhart et al. | Sep 2001 | B1 |
6295530 | Ritchie et al. | Sep 2001 | B1 |
6298041 | Packer | Oct 2001 | B1 |
6301480 | Kennedy, III et al. | Oct 2001 | B1 |
6304898 | Shiigi | Oct 2001 | B1 |
6314089 | Szlam et al. | Nov 2001 | B1 |
6314430 | Chang | Nov 2001 | B1 |
6320857 | Tonnby et al. | Nov 2001 | B1 |
6320951 | Shtivelman et al. | Nov 2001 | B1 |
6324276 | Uppaluru et al. | Nov 2001 | B1 |
6330323 | Gottlieb et al. | Dec 2001 | B1 |
6330426 | Brown et al. | Dec 2001 | B2 |
6332022 | Martinez | Dec 2001 | B1 |
6332154 | Beck et al. | Dec 2001 | B2 |
6332163 | Bowman-Amuah | Dec 2001 | B1 |
6333980 | Hollatz et al. | Dec 2001 | B1 |
6335927 | Elliott et al. | Jan 2002 | B1 |
6337904 | Gisby | Jan 2002 | B1 |
6339593 | Kikinis | Jan 2002 | B1 |
6343281 | Kato | Jan 2002 | B1 |
6345290 | Okada et al. | Feb 2002 | B2 |
6345300 | Bakshi et al. | Feb 2002 | B1 |
6345305 | Beck et al. | Feb 2002 | B1 |
6346952 | Shtivelman | Feb 2002 | B1 |
6347085 | Kelly | Feb 2002 | B2 |
6353608 | Cullers et al. | Mar 2002 | B1 |
6353667 | Foster et al. | Mar 2002 | B1 |
6359981 | Neyman et al. | Mar 2002 | B1 |
6362838 | Szlam et al. | Mar 2002 | B1 |
6363411 | Dugan et al. | Mar 2002 | B1 |
6366575 | Barkan et al. | Apr 2002 | B1 |
6366586 | Christie | Apr 2002 | B1 |
6366651 | Griffith et al. | Apr 2002 | B1 |
6366658 | Bjornberg et al. | Apr 2002 | B1 |
6366925 | Meltzer et al. | Apr 2002 | B1 |
6370238 | Sansone et al. | Apr 2002 | B1 |
6370508 | Beck et al. | Apr 2002 | B2 |
6370567 | Ouchi | Apr 2002 | B1 |
6373836 | Deryugin et al. | Apr 2002 | B1 |
6373937 | Yegoshin | Apr 2002 | B1 |
6377568 | Kelly | Apr 2002 | B1 |
6377583 | Lyles et al. | Apr 2002 | B1 |
6377944 | Busey et al. | Apr 2002 | B1 |
6377975 | Florman | Apr 2002 | B1 |
6381640 | Beck et al. | Apr 2002 | B1 |
6385191 | Coffman et al. | May 2002 | B1 |
6385202 | Katseff et al. | May 2002 | B1 |
6385646 | Brown et al. | May 2002 | B1 |
6389007 | Shenkman et al. | May 2002 | B1 |
6389133 | Kamen | May 2002 | B1 |
6393018 | Miloslavsky | May 2002 | B2 |
6393122 | Belzile | May 2002 | B1 |
6393481 | Deo et al. | May 2002 | B1 |
6396834 | Bonomi et al. | May 2002 | B1 |
6396919 | Shimada et al. | May 2002 | B1 |
6400725 | Ross | Jun 2002 | B1 |
6401094 | Stemp et al. | Jun 2002 | B1 |
6405033 | Kennedy, III et al. | Jun 2002 | B1 |
6407996 | Witchalls | Jun 2002 | B1 |
6407999 | Olkkonen et al. | Jun 2002 | B1 |
6408064 | Fedorov et al. | Jun 2002 | B1 |
6411806 | Garner et al. | Jun 2002 | B1 |
6418146 | Miloslavsky | Jul 2002 | B1 |
6418199 | Perrone | Jul 2002 | B1 |
6424709 | Doyle et al. | Jul 2002 | B1 |
6427002 | Campbell et al. | Jul 2002 | B2 |
6430174 | Jennings et al. | Aug 2002 | B1 |
6430282 | Bannister et al. | Aug 2002 | B1 |
6434231 | Neyman et al. | Aug 2002 | B2 |
6434530 | Sloane et al. | Aug 2002 | B1 |
6434549 | Linetsky et al. | Aug 2002 | B1 |
6442242 | McAllister et al. | Aug 2002 | B1 |
6442247 | Garcia | Aug 2002 | B1 |
6445788 | Torba | Sep 2002 | B1 |
6449260 | Sassin et al. | Sep 2002 | B1 |
6449270 | Miloslavsky | Sep 2002 | B1 |
6449358 | Anisimov et al. | Sep 2002 | B1 |
6449646 | Sikora et al. | Sep 2002 | B1 |
6452609 | Katinsky et al. | Sep 2002 | B1 |
6453038 | McFarlane et al. | Sep 2002 | B1 |
6453341 | Miloslavsky | Sep 2002 | B1 |
6456615 | Kikinis | Sep 2002 | B1 |
6456619 | Sassin et al. | Sep 2002 | B1 |
6459697 | Neyman | Oct 2002 | B1 |
6463148 | Brady | Oct 2002 | B1 |
6470010 | Szviatovszki et al. | Oct 2002 | B1 |
6470080 | Perlmutter | Oct 2002 | B2 |
6473787 | Miloslavsky | Oct 2002 | B2 |
6480600 | Neyman et al. | Nov 2002 | B1 |
6487663 | Jaisimha et al. | Nov 2002 | B1 |
6490350 | McDuff et al. | Dec 2002 | B2 |
6493447 | Goss et al. | Dec 2002 | B1 |
6496567 | Bjornberg et al. | Dec 2002 | B1 |
6496702 | Lockhart | Dec 2002 | B1 |
6496981 | Wistendahl et al. | Dec 2002 | B1 |
6498897 | Nelson et al. | Dec 2002 | B1 |
6499088 | Wexler et al. | Dec 2002 | B1 |
6512825 | Lindholm et al. | Jan 2003 | B1 |
6515996 | Tonnby et al. | Feb 2003 | B1 |
6519617 | Wanderski et al. | Feb 2003 | B1 |
6532493 | Aviani, Jr. et al. | Mar 2003 | B1 |
6535492 | Shtivelman | Mar 2003 | B2 |
6536043 | Guedalia | Mar 2003 | B1 |
6539419 | Beck et al. | Mar 2003 | B2 |
6546405 | Gupta et al. | Apr 2003 | B2 |
6549539 | Neyman | Apr 2003 | B1 |
6553114 | Fisher et al. | Apr 2003 | B1 |
6554183 | Sticha et al. | Apr 2003 | B1 |
6560328 | Bondarenko et al. | May 2003 | B1 |
6560329 | Draginich et al. | May 2003 | B1 |
6563788 | Torba et al. | May 2003 | B1 |
6581105 | Miloslavsky et al. | Jun 2003 | B2 |
6594269 | Polcyn | Jul 2003 | B1 |
6597685 | Miloslavsky et al. | Jul 2003 | B2 |
6600733 | Deng | Jul 2003 | B2 |
6600822 | Kamen | Jul 2003 | B2 |
6603762 | Kikinis | Aug 2003 | B1 |
6611498 | Baker et al. | Aug 2003 | B1 |
6611590 | Lu et al. | Aug 2003 | B1 |
6614780 | Hakim et al. | Sep 2003 | B2 |
6625139 | Miloslavsky et al. | Sep 2003 | B2 |
6628666 | Pickering et al. | Sep 2003 | B1 |
6631399 | Stanczak et al. | Oct 2003 | B1 |
6633910 | Rajan et al. | Oct 2003 | B1 |
6650747 | Bala et al. | Nov 2003 | B1 |
6651085 | Woods | Nov 2003 | B1 |
6668286 | Bateman et al. | Dec 2003 | B2 |
6678718 | Khouri et al. | Jan 2004 | B1 |
6681010 | Anderson et al. | Jan 2004 | B1 |
6687241 | Goss | Feb 2004 | B1 |
6693893 | Ehlinger | Feb 2004 | B1 |
6704409 | Dilip et al. | Mar 2004 | B1 |
6704410 | McFarlane et al. | Mar 2004 | B1 |
6704411 | Nishidate | Mar 2004 | B1 |
6707903 | Burok et al. | Mar 2004 | B2 |
6711249 | Weissman et al. | Mar 2004 | B2 |
6711611 | Hanhan | Mar 2004 | B2 |
6714643 | Gargeya et al. | Mar 2004 | B1 |
6718032 | Vrenjak et al. | Apr 2004 | B1 |
6718366 | Beck et al. | Apr 2004 | B2 |
6721306 | Farris et al. | Apr 2004 | B1 |
6731626 | Neyman | May 2004 | B1 |
6735298 | Neyman et al. | May 2004 | B2 |
6744877 | Edwards | Jun 2004 | B1 |
6744878 | Komissarchik et al. | Jun 2004 | B1 |
6748211 | Isaac et al. | Jun 2004 | B1 |
6751210 | Shaffer et al. | Jun 2004 | B1 |
6753784 | Sznaider et al. | Jun 2004 | B1 |
6754181 | Elliott et al. | Jun 2004 | B1 |
6760322 | Fukuda et al. | Jul 2004 | B1 |
6760324 | Scott et al. | Jul 2004 | B1 |
6760428 | Foster | Jul 2004 | B2 |
6760727 | Schroeder et al. | Jul 2004 | B1 |
6763104 | Judkins et al. | Jul 2004 | B1 |
6763369 | Ytuarte et al. | Jul 2004 | B1 |
6771765 | Crowther et al. | Aug 2004 | B1 |
6778527 | Amin | Aug 2004 | B1 |
6785375 | Beddus et al. | Aug 2004 | B1 |
6785710 | Kikinis | Aug 2004 | B2 |
6785740 | Yoneda et al. | Aug 2004 | B1 |
6788779 | Ostapchuck | Sep 2004 | B2 |
6798771 | Low et al. | Sep 2004 | B1 |
6801520 | Philonenko | Oct 2004 | B2 |
6801928 | Nuestro | Oct 2004 | B2 |
6804346 | Mewhinney | Oct 2004 | B1 |
6816871 | Lee | Nov 2004 | B2 |
6816878 | Zimmers et al. | Nov 2004 | B1 |
6845154 | Cave et al. | Jan 2005 | B1 |
6847715 | Swartz | Jan 2005 | B1 |
6847825 | Duvall et al. | Jan 2005 | B1 |
6850602 | Chou | Feb 2005 | B1 |
6859529 | Duncan et al. | Feb 2005 | B2 |
6865267 | Dezonno | Mar 2005 | B2 |
6868391 | Hultgren | Mar 2005 | B1 |
6874119 | Macleod Beck et al. | Mar 2005 | B2 |
6876632 | Takeda | Apr 2005 | B1 |
6879586 | Miloslavsky et al. | Apr 2005 | B2 |
6882996 | Preisig et al. | Apr 2005 | B2 |
6898190 | Shtivelman et al. | May 2005 | B2 |
6903685 | Arndt et al. | Jun 2005 | B1 |
6907455 | Wolfe et al. | Jun 2005 | B1 |
6910072 | Macleod Beck et al. | Jun 2005 | B2 |
6912272 | Kirk et al. | Jun 2005 | B2 |
6922411 | Taylor | Jul 2005 | B1 |
6922689 | Shtivelman | Jul 2005 | B2 |
6934379 | Falcon et al. | Aug 2005 | B2 |
6934381 | Klein et al. | Aug 2005 | B1 |
6944272 | Thomas | Sep 2005 | B1 |
6958994 | Zhakov et al. | Oct 2005 | B2 |
6965914 | Dowling | Nov 2005 | B2 |
6970844 | Bierenbaum | Nov 2005 | B1 |
6977740 | Mandalia | Dec 2005 | B1 |
6981020 | Miloslavsky et al. | Dec 2005 | B2 |
6985478 | Pogossiants et al. | Jan 2006 | B2 |
6985943 | Deryugin et al. | Jan 2006 | B2 |
6987977 | Lockhart | Jan 2006 | B2 |
6996603 | Srinivasan | Feb 2006 | B1 |
7020264 | Neyman et al. | Mar 2006 | B1 |
7031442 | Neyman et al. | Apr 2006 | B1 |
7039176 | Borodow et al. | May 2006 | B2 |
7039857 | Beck et al. | May 2006 | B2 |
7076048 | Lee et al. | Jul 2006 | B2 |
7079641 | Ostapchuck | Jul 2006 | B2 |
7080092 | Upton | Jul 2006 | B2 |
7088814 | Shaffer et al. | Aug 2006 | B1 |
7092509 | Mears et al. | Aug 2006 | B1 |
7106850 | Campbell et al. | Sep 2006 | B2 |
7110523 | Gagle et al. | Sep 2006 | B2 |
7110525 | Heller et al. | Sep 2006 | B1 |
7117244 | Florman et al. | Oct 2006 | B2 |
7120700 | Macleod Beck et al. | Oct 2006 | B2 |
7127400 | Koch | Oct 2006 | B2 |
7133830 | Hoban et al. | Nov 2006 | B1 |
7136475 | Rogers et al. | Nov 2006 | B1 |
7155496 | Froyd et al. | Dec 2006 | B2 |
7155512 | Lean et al. | Dec 2006 | B2 |
7159224 | Sharma et al. | Jan 2007 | B2 |
7167924 | Symonds et al. | Jan 2007 | B1 |
7184747 | Bogat | Feb 2007 | B2 |
7216350 | Martin et al. | May 2007 | B2 |
7221377 | Okita et al. | May 2007 | B1 |
7222301 | Makagon et al. | May 2007 | B2 |
7231032 | Nevman et al. | Jun 2007 | B2 |
7236486 | Baker et al. | Jun 2007 | B2 |
7236584 | Torba | Jun 2007 | B2 |
7242760 | Shires | Jul 2007 | B2 |
7246009 | Hamblen et al. | Jul 2007 | B2 |
7254219 | Hansen et al. | Aug 2007 | B1 |
7254641 | Broughton et al. | Aug 2007 | B2 |
7263372 | Lockhart | Aug 2007 | B2 |
7263671 | Hull et al. | Aug 2007 | B2 |
7269263 | Dedieu et al. | Sep 2007 | B2 |
7272627 | Petrovykh | Sep 2007 | B2 |
7277536 | Ostapchuk | Oct 2007 | B2 |
7277916 | Nuestro | Oct 2007 | B2 |
7283519 | Girard | Oct 2007 | B2 |
7336649 | Huang | Feb 2008 | B1 |
7363228 | Wyss et al. | Apr 2008 | B2 |
7372956 | Kikinis et al. | May 2008 | B1 |
7373405 | Deryugin et al. | May 2008 | B2 |
7373410 | Monza et al. | May 2008 | B2 |
7376227 | Anisimov et al. | May 2008 | B2 |
7376431 | Niedermeyer | May 2008 | B2 |
7401112 | Matz et al. | Jul 2008 | B1 |
7415009 | Neyman | Aug 2008 | B2 |
7418094 | Golitsin et al. | Aug 2008 | B2 |
7428303 | Campbell et al. | Sep 2008 | B2 |
7434204 | Everingham et al. | Oct 2008 | B1 |
7460496 | Miloslavsky et al. | Dec 2008 | B2 |
7496640 | Hanhan | Feb 2009 | B2 |
7535479 | Okita et al. | May 2009 | B2 |
7558383 | Shtivelman et al. | Jul 2009 | B2 |
7561887 | Lockhart | Jul 2009 | B2 |
7565428 | Deryugin et al. | Jul 2009 | B2 |
7609829 | Wang et al. | Oct 2009 | B2 |
7610347 | Petrovykh | Oct 2009 | B2 |
7619996 | Miloslavsky et al. | Nov 2009 | B2 |
7669182 | Garcia | Feb 2010 | B2 |
7672998 | Haskins et al. | Mar 2010 | B1 |
7706520 | Waterson et al. | Apr 2010 | B1 |
7715332 | Miloslavsky et al. | May 2010 | B2 |
7716292 | Kikinis | May 2010 | B2 |
7739325 | Okita et al. | Jun 2010 | B1 |
7764231 | Karr et al. | Jul 2010 | B1 |
7769161 | Hession et al. | Aug 2010 | B1 |
7779067 | Beck et al. | Aug 2010 | B2 |
7792773 | McCord et al. | Sep 2010 | B2 |
7808977 | Kikinis | Oct 2010 | B2 |
7823167 | Makagon et al. | Oct 2010 | B2 |
7853717 | Petrovykh | Dec 2010 | B2 |
7856095 | Brown | Dec 2010 | B2 |
7903807 | Neyman et al. | Mar 2011 | B2 |
7907598 | Anisimov et al. | Mar 2011 | B2 |
7929978 | Lockhart | Apr 2011 | B2 |
8009821 | Apparao et al. | Aug 2011 | B1 |
8018921 | Pogossiants et al. | Sep 2011 | B2 |
8031698 | Neyman | Oct 2011 | B2 |
8059812 | Bundy | Nov 2011 | B1 |
8068598 | Russi et al. | Nov 2011 | B1 |
8126133 | Everingham et al. | Feb 2012 | B1 |
8130749 | Kikinis | Mar 2012 | B2 |
8180662 | Minert et al. | May 2012 | B2 |
8180666 | Minert et al. | May 2012 | B2 |
8199891 | Brown et al. | Jun 2012 | B2 |
8209207 | Minert et al. | Jun 2012 | B2 |
8209209 | Minert et al. | Jun 2012 | B2 |
8223948 | Minert et al. | Jul 2012 | B2 |
8226477 | Machado et al. | Jul 2012 | B1 |
8254558 | Minert et al. | Aug 2012 | B2 |
8275111 | Golitsin et al. | Sep 2012 | B2 |
8345856 | Anisimov et al. | Jan 2013 | B1 |
8351595 | Peterson et al. | Jan 2013 | B2 |
8358769 | Neyman et al. | Jan 2013 | B2 |
8395994 | Stevenson et al. | Mar 2013 | B2 |
8396205 | Lowry et al. | Mar 2013 | B1 |
8411844 | Anisimov et al. | Apr 2013 | B1 |
20010000458 | Shtivelman et al. | Apr 2001 | A1 |
20010001150 | Miloslavsky | May 2001 | A1 |
20010011366 | Beck et al. | Aug 2001 | A1 |
20010013041 | Macleod Beck et al. | Aug 2001 | A1 |
20010014604 | Kingdon et al. | Aug 2001 | A1 |
20010023430 | Srinivasan | Sep 2001 | A1 |
20010023448 | Hanhan | Sep 2001 | A1 |
20010024497 | Campbell et al. | Sep 2001 | A1 |
20010025309 | Macleod Beck et al. | Sep 2001 | A1 |
20010028649 | Pogossiants et al. | Oct 2001 | A1 |
20010029519 | Hallinan et al. | Oct 2001 | A1 |
20010037316 | Shiloh | Nov 2001 | A1 |
20010038624 | Greenberg et al. | Nov 2001 | A1 |
20010040887 | Shtivelman et al. | Nov 2001 | A1 |
20010042095 | Kim et al. | Nov 2001 | A1 |
20010043586 | Miloslavsky | Nov 2001 | A1 |
20010043589 | Kikinis | Nov 2001 | A1 |
20010044676 | Macleod Beck et al. | Nov 2001 | A1 |
20010044828 | Kikinis | Nov 2001 | A1 |
20010054064 | Kannan | Dec 2001 | A1 |
20020001300 | Miloslavsky et al. | Jan 2002 | A1 |
20020012428 | Neyman et al. | Jan 2002 | A1 |
20020013150 | McKenna et al. | Jan 2002 | A1 |
20020019844 | Kurowski et al. | Feb 2002 | A1 |
20020019846 | Miloslavsky et al. | Feb 2002 | A1 |
20020025819 | Cetusic et al. | Feb 2002 | A1 |
20020035647 | Brown et al. | Mar 2002 | A1 |
20020037076 | Perlmutter | Mar 2002 | A1 |
20020041674 | Kamen | Apr 2002 | A1 |
20020054579 | Miloslavsky | May 2002 | A1 |
20020055853 | Macleod Beck et al. | May 2002 | A1 |
20020056000 | Albert Coussement | May 2002 | A1 |
20020057671 | Kikinis | May 2002 | A1 |
20020059164 | Shtivelman | May 2002 | A1 |
20020059374 | Nuestro | May 2002 | A1 |
20020060988 | Shtivelman | May 2002 | A1 |
20020062385 | Dowling | May 2002 | A1 |
20020064149 | Elliott et al. | May 2002 | A1 |
20020076031 | Falcon et al. | Jun 2002 | A1 |
20020078150 | Thompson et al. | Jun 2002 | A1 |
20020087648 | Petrovykh | Jul 2002 | A1 |
20020091726 | Macleod Beck et al. | Jul 2002 | A1 |
20020095462 | Beck et al. | Jul 2002 | A1 |
20020097708 | Deng | Jul 2002 | A1 |
20020099738 | Grant | Jul 2002 | A1 |
20020101866 | Miloslavsky et al. | Aug 2002 | A1 |
20020101880 | Kim | Aug 2002 | A1 |
20020103998 | DeBruine | Aug 2002 | A1 |
20020105957 | Bondarenko et al. | Aug 2002 | A1 |
20020114278 | Coussement | Aug 2002 | A1 |
20020114441 | Coussement | Aug 2002 | A1 |
20020120719 | Lee et al. | Aug 2002 | A1 |
20020123899 | Hall et al. | Sep 2002 | A1 |
20020126828 | Kamen | Sep 2002 | A1 |
20020131399 | Philonenko | Sep 2002 | A1 |
20020136167 | Steele et al. | Sep 2002 | A1 |
20020150311 | Lynn | Oct 2002 | A1 |
20020169834 | Miloslavsky et al. | Nov 2002 | A1 |
20030002479 | Vortman et al. | Jan 2003 | A1 |
20030002652 | Neyman et al. | Jan 2003 | A1 |
20030002654 | Torba | Jan 2003 | A1 |
20030007621 | Graves et al. | Jan 2003 | A1 |
20030009530 | Philonenko et al. | Jan 2003 | A1 |
20030018702 | Broughton et al. | Jan 2003 | A1 |
20030018729 | Miloslavsky | Jan 2003 | A1 |
20030021259 | Miloslavsky et al. | Jan 2003 | A1 |
20030021406 | Ostapchuck | Jan 2003 | A1 |
20030026414 | Baker et al. | Feb 2003 | A1 |
20030037113 | Petrovykh | Feb 2003 | A1 |
20030043832 | Anisimov et al. | Mar 2003 | A1 |
20030051037 | Sundaram et al. | Mar 2003 | A1 |
20030055884 | Yuen et al. | Mar 2003 | A1 |
20030058884 | Kallner et al. | Mar 2003 | A1 |
20030084128 | Anderson et al. | May 2003 | A1 |
20030084349 | Friedrichs et al. | May 2003 | A1 |
20030088421 | Maes et al. | May 2003 | A1 |
20030097457 | Saran et al. | May 2003 | A1 |
20030099343 | Dezonno | May 2003 | A1 |
20030115353 | Deryugin et al. | Jun 2003 | A1 |
20030125048 | Lockhart | Jul 2003 | A1 |
20030135592 | Vetter et al. | Jul 2003 | A1 |
20030161448 | Parolkar et al. | Aug 2003 | A1 |
20030179729 | MacLeod Beck et al. | Sep 2003 | A1 |
20030212558 | Matula | Nov 2003 | A1 |
20030216923 | Gilmore et al. | Nov 2003 | A1 |
20030220875 | Lam et al. | Nov 2003 | A1 |
20030229529 | Mui et al. | Dec 2003 | A1 |
20040017797 | Chen et al. | Jan 2004 | A1 |
20040019638 | Makagon et al. | Jan 2004 | A1 |
20040030557 | Culy et al. | Feb 2004 | A1 |
20040047302 | Dezonno et al. | Mar 2004 | A1 |
20040064348 | Humenansky et al. | Apr 2004 | A1 |
20040081183 | Monza et al. | Apr 2004 | A1 |
20040083195 | McCord et al. | Apr 2004 | A1 |
20040083281 | Makagon et al. | Apr 2004 | A1 |
20040083479 | Bondarenko et al. | Apr 2004 | A1 |
20040083482 | Makagon et al. | Apr 2004 | A1 |
20040102977 | Metzler et al. | May 2004 | A1 |
20040107025 | Ransom et al. | Jun 2004 | A1 |
20040111269 | Koch | Jun 2004 | A1 |
20040120502 | Strathmeyer et al. | Jun 2004 | A1 |
20040169675 | Beck et al. | Sep 2004 | A1 |
20040179516 | Neyman | Sep 2004 | A1 |
20040181574 | Hanhan | Sep 2004 | A1 |
20040199580 | Zhakov et al. | Oct 2004 | A1 |
20040208134 | Neyman et al. | Oct 2004 | A1 |
20040208309 | Miloslavsky | Oct 2004 | A1 |
20040213400 | Golitsin et al. | Oct 2004 | A1 |
20040264678 | Ostapchuck | Dec 2004 | A1 |
20040267892 | Kikinis | Dec 2004 | A1 |
20050013417 | Zimmers et al. | Jan 2005 | A1 |
20050033851 | Kikinis | Feb 2005 | A1 |
20050041678 | Nuestro | Feb 2005 | A1 |
20050128961 | Miloslavsky et al. | Jun 2005 | A1 |
20050147090 | MacLeod Beck et al. | Jul 2005 | A1 |
20050154792 | Deryugin et al. | Jul 2005 | A1 |
20050207559 | Shtivelman et al. | Sep 2005 | A1 |
20060029206 | Anisimov et al. | Feb 2006 | A1 |
20060034262 | Pogossiants et al. | Feb 2006 | A1 |
20060079250 | Lockhart | Apr 2006 | A1 |
20060080107 | Hill et al. | Apr 2006 | A1 |
20060095568 | Makagon et al. | May 2006 | A1 |
20060109976 | Sundaram et al. | May 2006 | A1 |
20060133594 | Neyman et al. | Jun 2006 | A1 |
20060153173 | Beck et al. | Jul 2006 | A1 |
20060209797 | Anisimov et al. | Sep 2006 | A1 |
20060210047 | Neyman et al. | Sep 2006 | A1 |
20060245421 | Ostapchuk | Nov 2006 | A1 |
20070002744 | Mewhinney et al. | Jan 2007 | A1 |
20070041525 | Tingley et al. | Feb 2007 | A1 |
20070041567 | Anisimov et al. | Feb 2007 | A1 |
20070071224 | Shtivelman et al. | Mar 2007 | A1 |
20070143301 | Tran | Jun 2007 | A1 |
20070195940 | Miloslavsky et al. | Aug 2007 | A1 |
20070213073 | Lockhart | Sep 2007 | A1 |
20070274495 | Youd et al. | Nov 2007 | A1 |
20080002822 | Petrovykh | Jan 2008 | A1 |
20080013531 | Elliott et al. | Jan 2008 | A1 |
20080043728 | Miloslavsky et al. | Feb 2008 | A1 |
20080043955 | Shtivelman et al. | Feb 2008 | A1 |
20080043975 | Miloslavsky et al. | Feb 2008 | A1 |
20080043977 | Neyman et al. | Feb 2008 | A1 |
20080046504 | Deryugin et al. | Feb 2008 | A1 |
20080046531 | Shtivelman et al. | Feb 2008 | A1 |
20080049731 | Kikinis | Feb 2008 | A1 |
20080049737 | Neyman | Feb 2008 | A1 |
20080049928 | Miloslavsky et al. | Feb 2008 | A1 |
20080049929 | Miloslavsky et al. | Feb 2008 | A1 |
20080062971 | Kikinis | Mar 2008 | A1 |
20080130844 | Hubbard et al. | Jun 2008 | A1 |
20080205378 | Wyss et al. | Aug 2008 | A1 |
20080222240 | Deryugin et al. | Sep 2008 | A1 |
20080285739 | Golitsin et al. | Nov 2008 | A1 |
20090089136 | Minert et al. | Apr 2009 | A1 |
20090089451 | Petrovykh | Apr 2009 | A1 |
20090227267 | Lockhart | Sep 2009 | A1 |
20090240346 | Cadigan et al. | Sep 2009 | A1 |
20100157979 | Anisimov et al. | Jun 2010 | A1 |
20100198930 | Kikinis | Aug 2010 | A1 |
20110099602 | Apparao et al. | Apr 2011 | A1 |
20110178946 | Minert et al. | Jul 2011 | A1 |
20110179304 | Peterson | Jul 2011 | A1 |
20110179398 | Peterson | Jul 2011 | A1 |
20110182418 | Anisimov et al. | Jul 2011 | A1 |
20120047266 | Minert | Feb 2012 | A1 |
20120066016 | Minert et al. | Mar 2012 | A1 |
20120195415 | Wyss et al. | Aug 2012 | A1 |
20130016115 | Minert et al. | Jan 2013 | A1 |
20130129067 | Neyman et al. | May 2013 | A1 |
20130230160 | Neyman et al. | Sep 2013 | A1 |
Number | Date | Country |
---|---|---|
270486 | Jul 2004 | AT |
281039 | Nov 2004 | AT |
316736 | Feb 2006 | AT |
317621 | Feb 2006 | AT |
318048 | Mar 2006 | AT |
337678 | Sep 2006 | AT |
379921 | Dec 2007 | AT |
380434 | Dec 2007 | AT |
384398 | Feb 2008 | AT |
388578 | Mar 2008 | AT |
401736 | Aug 2008 | AT |
413059 | Nov 2008 | AT |
424090 | Mar 2009 | AT |
465451 | May 2010 | AT |
474415 | Jul 2010 | AT |
2604797 | Oct 1997 | AU |
718233 | Mar 1998 | AU |
5274398 | Mar 1998 | AU |
6023598 | Aug 1998 | AU |
6034698 | Aug 1998 | AU |
6167398 | Aug 1998 | AU |
6319498 | Aug 1998 | AU |
6655298 | Sep 1998 | AU |
6655398 | Sep 1998 | AU |
7099298 | Oct 1998 | AU |
735134 | Mar 1999 | AU |
736449 | Apr 1999 | AU |
737483 | Apr 1999 | AU |
743217 | Apr 1999 | AU |
745404 | Apr 1999 | AU |
748636 | Apr 1999 | AU |
9225198 | Apr 1999 | AU |
9228098 | Apr 1999 | AU |
9381998 | Apr 1999 | AU |
9479298 | Apr 1999 | AU |
743880 | May 1999 | AU |
1118899 | May 1999 | AU |
740090 | Jun 1999 | AU |
743737 | Jun 1999 | AU |
744340 | Jun 1999 | AU |
1120099 | Jun 1999 | AU |
1276799 | Jun 1999 | AU |
1286299 | Jun 1999 | AU |
741437 | Aug 1999 | AU |
758713 | Aug 1999 | AU |
2595499 | Aug 1999 | AU |
2595599 | Aug 1999 | AU |
2667299 | Aug 1999 | AU |
2674899 | Aug 1999 | AU |
739979 | Sep 1999 | AU |
2674799 | Sep 1999 | AU |
749023 | Dec 1999 | AU |
4427299 | Dec 1999 | AU |
4819499 | Dec 1999 | AU |
746085 | Jan 2000 | AU |
4426799 | Jan 2000 | AU |
750215 | Apr 2000 | AU |
754238 | Apr 2000 | AU |
755234 | Apr 2000 | AU |
5807099 | Apr 2000 | AU |
5810599 | Apr 2000 | AU |
5813699 | Apr 2000 | AU |
748456 | May 2000 | AU |
751143 | May 2000 | AU |
751232 | May 2000 | AU |
751269 | May 2000 | AU |
751301 | May 2000 | AU |
755138 | May 2000 | AU |
1233800 | May 2000 | AU |
1327200 | May 2000 | AU |
1328200 | May 2000 | AU |
1328300 | May 2000 | AU |
1454700 | May 2000 | AU |
1717700 | May 2000 | AU |
1718600 | May 2000 | AU |
2045900 | Jun 2000 | AU |
748447 | Jul 2000 | AU |
3113800 | Jul 2000 | AU |
2964900 | Sep 2000 | AU |
3470800 | Sep 2000 | AU |
4507700 | Feb 2001 | AU |
6798300 | Apr 2001 | AU |
1077201 | Jun 2001 | AU |
1077301 | Jun 2001 | AU |
8006800 | Jun 2001 | AU |
4732501 | Oct 2001 | AU |
5384201 | Oct 2001 | AU |
5724801 | Nov 2001 | AU |
756656 | Jan 2003 | AU |
2003300117 | Aug 2004 | AU |
9913621 | May 2001 | BR |
9913622 | May 2001 | BR |
2178705 | Mar 1997 | CA |
2391428 | Mar 1997 | CA |
2259912 | Jan 1998 | CA |
2280002 | Aug 1998 | CA |
2289193 | Dec 1998 | CA |
2289198 | Dec 1998 | CA |
2302397 | Mar 1999 | CA |
2302488 | Mar 1999 | CA |
2302674 | Mar 1999 | CA |
2302680 | Mar 1999 | CA |
2302704 | Mar 1999 | CA |
2302678 | Apr 1999 | CA |
2308590 | May 1999 | CA |
2309185 | May 1999 | CA |
2309186 | May 1999 | CA |
2309183 | Jun 1999 | CA |
2320978 | Aug 1999 | CA |
2320979 | Aug 1999 | CA |
2320989 | Aug 1999 | CA |
2330608 | Dec 1999 | CA |
2334513 | Dec 1999 | CA |
2343286 | Mar 2000 | CA |
2343288 | Mar 2000 | CA |
2343756 | Mar 2000 | CA |
2347721 | May 2000 | CA |
2348567 | May 2000 | CA |
2348574 | May 2000 | CA |
2348575 | May 2000 | CA |
2348994 | May 2000 | CA |
2348999 | May 2000 | CA |
2350515 | May 2000 | CA |
2352973 | Jun 2000 | CA |
2362172 | Aug 2000 | CA |
2313596 | Feb 2001 | CA |
1282484 | Jan 2001 | CN |
1282485 | Jan 2001 | CN |
1285990 | Feb 2001 | CN |
1285991 | Feb 2001 | CN |
1293798 | May 2001 | CN |
1293858 | May 2001 | CN |
1298590 | Jun 2001 | CN |
1309861 | Aug 2001 | CN |
1310822 | Aug 2001 | CN |
1323418 | Nov 2001 | CN |
1323421 | Nov 2001 | CN |
1354942 | Jun 2002 | CN |
1130061 | Dec 2003 | CN |
1132399 | Dec 2003 | CN |
1145314 | Apr 2004 | CN |
1149521 | May 2004 | CN |
1152549 | Jun 2004 | CN |
1512724 | Jul 2004 | CN |
1520197 | Aug 2004 | CN |
1197336 | Apr 2005 | CN |
1200548 | May 2005 | CN |
1662025 | Aug 2005 | CN |
1232077 | Dec 2005 | CN |
1756280 | Apr 2006 | CN |
100477702 | Apr 2009 | CN |
100547568 | Oct 2009 | CN |
102257789 | Nov 2011 | CN |
101635775 | Dec 2011 | CN |
60011863 | Dec 2004 | DE |
69730498 | Sep 2005 | DE |
60015236 | Feb 2006 | DE |
69832275 | Aug 2006 | DE |
69833285 | Sep 2006 | DE |
69833394 | Oct 2006 | DE |
69833462 | Oct 2006 | DE |
69833935 | Nov 2006 | DE |
60214191 | Dec 2006 | DE |
69834184 | Mar 2007 | DE |
69838795 | Oct 2008 | DE |
69838814 | Nov 2008 | DE |
69839022 | Jan 2009 | DE |
69839222 | Mar 2009 | DE |
0193961 | Sep 1986 | EP |
0236013 | Sep 1987 | EP |
0376517 | Jul 1990 | EP |
0420779 | Apr 1991 | EP |
0424015 | Apr 1991 | EP |
0425161 | May 1991 | EP |
0425163 | May 1991 | EP |
0515068 | Nov 1992 | EP |
0528732 | Feb 1993 | EP |
0532972 | Mar 1993 | EP |
0539105 | Apr 1993 | EP |
0559979 | Sep 1993 | EP |
0568770 | Nov 1993 | EP |
0610625 | Aug 1994 | EP |
0647050 | Apr 1995 | EP |
0647051 | Apr 1995 | EP |
0660573 | Jun 1995 | EP |
0701358 | Mar 1996 | EP |
0705017 | Apr 1996 | EP |
0721268 | Jul 1996 | EP |
0725526 | Aug 1996 | EP |
0734187 | Sep 1996 | EP |
0740450 | Oct 1996 | EP |
0748102 | Dec 1996 | EP |
0753956 | Jan 1997 | EP |
0755146 | Jan 1997 | EP |
0758175 | Feb 1997 | EP |
0771095 | May 1997 | EP |
0792076 | Aug 1997 | EP |
0806858 | Nov 1997 | EP |
0817455 | Jan 1998 | EP |
0856980 | Aug 1998 | EP |
0863651 | Sep 1998 | EP |
0866407 | Sep 1998 | EP |
0869639 | Oct 1998 | EP |
0883306 | Dec 1998 | EP |
0908047 | Apr 1999 | EP |
0958560 | Nov 1999 | EP |
0962087 | Dec 1999 | EP |
1006706 | Jun 2000 | EP |
1013062 | Jun 2000 | EP |
1013066 | Jun 2000 | EP |
1016280 | Jul 2000 | EP |
1044553 | Oct 2000 | EP |
1064630 | Jan 2001 | EP |
1066712 | Jan 2001 | EP |
1075153 | Feb 2001 | EP |
1087597 | Mar 2001 | EP |
1088277 | Apr 2001 | EP |
1092313 | Apr 2001 | EP |
1107555 | Jun 2001 | EP |
1114543 | Jul 2001 | EP |
1125214 | Aug 2001 | EP |
1133677 | Sep 2001 | EP |
1133736 | Sep 2001 | EP |
1133742 | Sep 2001 | EP |
1145153 | Oct 2001 | EP |
1145154 | Oct 2001 | EP |
I 163564 | Dec 2001 | EP |
1193961 | Apr 2002 | EP |
1227635 | Jul 2002 | EP |
1248447 | Oct 2002 | EP |
1290861 | Mar 2003 | EP |
1292901 | Mar 2003 | EP |
1292939 | Mar 2003 | EP |
1328121 | Jul 2003 | EP |
0873642 | Apr 2004 | EP |
1413954 | Apr 2004 | EP |
1107615 | Jun 2004 | EP |
1033024 | Sep 2004 | EP |
1129545 | Sep 2004 | EP |
1061723 | Oct 2004 | EP |
1465397 | Oct 2004 | EP |
1469663 | Oct 2004 | EP |
1484903 | Dec 2004 | EP |
1566949 | Aug 2005 | EP |
0985308 | Nov 2005 | EP |
1359735 | Jan 2006 | EP |
1357729 | Feb 2006 | EP |
1377001 | Feb 2006 | EP |
0954922 | Mar 2006 | EP |
0986875 | Apr 2006 | EP |
1410614 | Aug 2006 | EP |
1774760 | Apr 2007 | EP |
1021905 | Nov 2007 | EP |
1031232 | Dec 2007 | EP |
1865697 | Dec 2007 | EP |
1040638 | Jan 2008 | EP |
1048162 | Mar 2008 | EP |
1157509 | Jul 2008 | EP |
1337079 | Sep 2008 | EP |
1326415 | Oct 2008 | EP |
1013054 | Feb 2009 | EP |
1333653 | Apr 2009 | EP |
0983676 | Jun 2009 | EP |
1125208 | Apr 2010 | EP |
1142284 | Jul 2010 | EP |
2380323 | Oct 2011 | EP |
1408678 | Nov 2011 | EP |
1057301 | Aug 2013 | EP |
1131728 | Jan 2014 | EP |
1625460 | May 2014 | EP |
2231120 | May 2005 | ES |
2255657 | Jul 2006 | ES |
2256666 | Jul 2006 | ES |
2257639 | Aug 2006 | ES |
2671252 | Jul 1992 | FR |
2273225 | Jun 1994 | GB |
2306853 | May 1997 | GB |
2315190 | Jan 1998 | GB |
2324627 | Oct 1998 | GB |
2369263 | May 2002 | GB |
61-51247 | Mar 1986 | JP |
62-200956 | Sep 1987 | JP |
63-149955 | Jun 1988 | JP |
64-7460 | Jan 1989 | JP |
64-77265 | Mar 1989 | JP |
02-170756 | Jul 1990 | JP |
02-298154 | Dec 1990 | JP |
03-052443 | Mar 1991 | JP |
03-160865 | Jul 1991 | JP |
03-177144 | Aug 1991 | JP |
04-040723 | Feb 1992 | JP |
4-66858 | Jun 1992 | JP |
04-265049 | Sep 1992 | JP |
4-336742 | Nov 1992 | JP |
04-371056 | Dec 1992 | JP |
06-044157 | Feb 1994 | JP |
06-046150 | Feb 1994 | JP |
06-066830 | Mar 1994 | JP |
06-069988 | Mar 1994 | JP |
06-83771 | Mar 1994 | JP |
06-90292 | Mar 1994 | JP |
06-103058 | Apr 1994 | JP |
06-121051 | Apr 1994 | JP |
06-284203 | Jul 1994 | JP |
06-261129 | Sep 1994 | JP |
06-291877 | Oct 1994 | JP |
06-334748 | Dec 1994 | JP |
07-046321 | Feb 1995 | JP |
07-058851 | Mar 1995 | JP |
07-115471 | May 1995 | JP |
07-170288 | Jul 1995 | JP |
07-170546 | Jul 1995 | JP |
07-262104 | Oct 1995 | JP |
07-212471 | Nov 1995 | JP |
07-319538 | Dec 1995 | JP |
07-336447 | Dec 1995 | JP |
08-46699 | Feb 1996 | JP |
08056377 | Feb 1996 | JP |
08-163252 | Jun 1996 | JP |
08-181793 | Jul 1996 | JP |
08-504305 | Jul 1996 | JP |
08-214076 | Aug 1996 | JP |
08-214346 | Aug 1996 | JP |
08-510071 | Oct 1996 | JP |
8-321885 | Dec 1996 | JP |
8-329118 | Dec 1996 | JP |
8-331618 | Dec 1996 | JP |
09-036963 | Feb 1997 | JP |
09-501812 | Feb 1997 | JP |
09-504394 | Apr 1997 | JP |
09-149137 | Jun 1997 | JP |
09-163031 | Jun 1997 | JP |
09-224093 | Aug 1997 | JP |
09-508508 | Aug 1997 | JP |
09-233118 | Sep 1997 | JP |
09-265408 | Oct 1997 | JP |
10-11374 | Jan 1998 | JP |
10-13811 | Jan 1998 | JP |
10-051549 | Feb 1998 | JP |
10-093713 | Apr 1998 | JP |
10-093716 | Apr 1998 | JP |
10-504425 | Apr 1998 | JP |
10-116249 | May 1998 | JP |
10-143451 | May 1998 | JP |
10-506766 | Jun 1998 | JP |
10-214113 | Aug 1998 | JP |
10-224477 | Aug 1998 | JP |
10-509847 | Sep 1998 | JP |
10-304073 | Nov 1998 | JP |
10-304074 | Nov 1998 | JP |
10-327258 | Dec 1998 | JP |
H10-513632 | Dec 1998 | JP |
11-055741 | Feb 1999 | JP |
H11-506292 | Jun 1999 | JP |
11-183189 | Jul 1999 | JP |
11-508430 | Jul 1999 | JP |
11-508715 | Jul 1999 | JP |
11-317817 | Nov 1999 | JP |
11-512906 | Nov 1999 | JP |
11-346266 | Dec 1999 | JP |
2000-011005 | Jan 2000 | JP |
2000-49847 | Feb 2000 | JP |
2000-151819 | May 2000 | JP |
2000-514985 | Nov 2000 | JP |
2000-514986 | Nov 2000 | JP |
2000-516432 | Dec 2000 | JP |
2000-516795 | Dec 2000 | JP |
2000-517142 | Dec 2000 | JP |
2001-500677 | Jan 2001 | JP |
2001-103533 | Apr 2001 | JP |
2001-292236 | Oct 2001 | JP |
2001-516993 | Oct 2001 | JP |
2001-517027 | Oct 2001 | JP |
2001-517029 | Oct 2001 | JP |
2001-517038 | Oct 2001 | JP |
2001-518754 | Oct 2001 | JP |
2001-522201 | Nov 2001 | JP |
2001-523930 | Nov 2001 | JP |
3226929 | Nov 2001 | JP |
2001-524782 | Dec 2001 | JP |
2001-526871 | Dec 2001 | JP |
2002-503903 | Feb 2002 | JP |
2002-503921 | Feb 2002 | JP |
2002-504783 | Feb 2002 | JP |
2002-518890 | Jun 2002 | JP |
2002-519762 | Jul 2002 | JP |
2002-525895 | Aug 2002 | JP |
2002-528824 | Sep 2002 | JP |
2002-529836 | Sep 2002 | JP |
2002-529943 | Sep 2002 | JP |
2002-529944 | Sep 2002 | JP |
2002-529945 | Sep 2002 | JP |
2002-529994 | Sep 2002 | JP |
2002-530010 | Sep 2002 | JP |
2002-534003 | Oct 2002 | JP |
2002-537594 | Nov 2002 | JP |
2003-502720 | Jan 2003 | JP |
2003-507908 | Feb 2003 | JP |
2003-510929 | Mar 2003 | JP |
3384792 | Mar 2003 | JP |
3393119 | Apr 2003 | JP |
2003-516672 | May 2003 | JP |
3453561 | Oct 2003 | JP |
3461488 | Oct 2003 | JP |
3516656 | Apr 2004 | JP |
3516659 | Apr 2004 | JP |
3547142 | Jul 2004 | JP |
3547397 | Jul 2004 | JP |
2004-312730 | Nov 2004 | JP |
2005-504452 | Feb 2005 | JP |
3615708 | Feb 2005 | JP |
3628962 | Mar 2005 | JP |
2005-094780 | Apr 2005 | JP |
2005-102234 | Apr 2005 | JP |
2005-124184 | May 2005 | JP |
3681403 | Aug 2005 | JP |
3681406 | Aug 2005 | JP |
3686087 | Aug 2005 | JP |
3686337 | Aug 2005 | JP |
3735124 | Jan 2006 | JP |
03-820151 | Sep 2006 | JP |
2006-295947 | Oct 2006 | JP |
3877523 | Feb 2007 | JP |
4057785 | Mar 2008 | JP |
4205310 | Jan 2009 | JP |
4234926 | Mar 2009 | JP |
4295186 | Jul 2009 | JP |
4450515 | Apr 2010 | JP |
2012-513725 | Jun 2012 | JP |
10-2011-0098841 | Sep 2011 | KR |
WO9208194 | May 1992 | WO |
WO9401959 | Jan 1994 | WO |
WO9429995 | Dec 1994 | WO |
WO9508236 | Mar 1995 | WO |
WO9520860 | Aug 1995 | WO |
WO9533325 | Dec 1995 | WO |
WO9614704 | May 1996 | WO |
WO9620553 | Jul 1996 | WO |
WO9623265 | Aug 1996 | WO |
WO9627254 | Sep 1996 | WO |
WO9701917 | Jan 1997 | WO |
WO9712472 | Apr 1997 | WO |
WO9713352 | Apr 1997 | WO |
WO9716014 | May 1997 | WO |
WO9718662 | May 1997 | WO |
WO9720424 | Jun 1997 | WO |
WO9722201 | Jun 1997 | WO |
WO9723078 | Jun 1997 | WO |
WO9726749 | Jul 1997 | WO |
WO9728635 | Aug 1997 | WO |
WO9729584 | Aug 1997 | WO |
WO9734401 | Sep 1997 | WO |
WO9736414 | Oct 1997 | WO |
WO9737500 | Oct 1997 | WO |
WO9738389 | Oct 1997 | WO |
WO9738519 | Oct 1997 | WO |
WO9750235 | Dec 1997 | WO |
WO9801987 | Jan 1998 | WO |
WO9810573 | Mar 1998 | WO |
WO9813765 | Apr 1998 | WO |
WO9813974 | Apr 1998 | WO |
WO9817048 | Apr 1998 | WO |
WO9827479 | Jun 1998 | WO |
WO9831130 | Jul 1998 | WO |
WO9834390 | Aug 1998 | WO |
WO9835326 | Aug 1998 | WO |
WO9835509 | Aug 1998 | WO |
WO9836551 | Aug 1998 | WO |
WO9837481 | Aug 1998 | WO |
WO9837677 | Aug 1998 | WO |
WO9837686 | Aug 1998 | WO |
WO9837687 | Aug 1998 | WO |
WO9844699 | Oct 1998 | WO |
WO9844714 | Oct 1998 | WO |
WO9848577 | Oct 1998 | WO |
WO9854877 | Dec 1998 | WO |
WO9856133 | Dec 1998 | WO |
WO9856141 | Dec 1998 | WO |
WO9857501 | Dec 1998 | WO |
WO9900960 | Jan 1999 | WO |
WO9900966 | Jan 1999 | WO |
WO9903247 | Jan 1999 | WO |
WO9912367 | Mar 1999 | WO |
WO9913635 | Mar 1999 | WO |
WO9914919 | Mar 1999 | WO |
WO9914920 | Mar 1999 | WO |
WO9914924 | Mar 1999 | WO |
WO9914951 | Mar 1999 | WO |
WO9917518 | Apr 1999 | WO |
WO9923806 | May 1999 | WO |
WO9923807 | May 1999 | WO |
WO9926395 | May 1999 | WO |
WO9926424 | May 1999 | WO |
WO9927698 | Jun 1999 | WO |
WO9941720 | Aug 1999 | WO |
WO9941890 | Aug 1999 | WO |
WO9941891 | Aug 1999 | WO |
WO9941895 | Aug 1999 | WO |
WO9943137 | Aug 1999 | WO |
WO9925117 | Oct 1999 | WO |
WO9956227 | Nov 1999 | WO |
WO9956229 | Nov 1999 | WO |
WO9965214 | Dec 1999 | WO |
WO9965252 | Dec 1999 | WO |
WO9967718 | Dec 1999 | WO |
WO0007332 | Feb 2000 | WO |
WO 0016523 | Mar 2000 | WO |
WO0016203 | Mar 2000 | WO |
WO0016207 | Mar 2000 | WO |
WO0018094 | Mar 2000 | WO |
WO0025238 | May 2000 | WO |
WO0026804 | May 2000 | WO |
WO0026816 | May 2000 | WO |
WO0026817 | May 2000 | WO |
WO0027063 | May 2000 | WO |
WO0028425 | May 2000 | WO |
WO0028702 | May 2000 | WO |
WO0035173 | Jun 2000 | WO |
WO0038398 | Jun 2000 | WO |
WO0044159 | Jul 2000 | WO |
WO0049482 | Aug 2000 | WO |
WO0049778 | Aug 2000 | WO |
WO0113606 | Feb 2001 | WO |
WO0124025 | Apr 2001 | WO |
WO0140997 | Jun 2001 | WO |
WO0141372 | Jun 2001 | WO |
WO0143410 | Jun 2001 | WO |
WO0152513 | Jul 2001 | WO |
WO0180214 | Oct 2001 | WO |
WO0180540 | Oct 2001 | WO |
WO0184360 | Nov 2001 | WO |
WO 02065741 | Aug 2002 | WO |
WO03010948 | Feb 2003 | WO |
WO2004063854 | Jul 2004 | WO |
WO2005036907 | Apr 2005 | WO |
WO2006055059 | May 2006 | WO |
WO2010075151 | Jul 2010 | WO |
Entry |
---|
International Search Report and Written Opinion of the International Searching Authority, dated Mar. 31, 2010, for International application No. PCT/US2009/068402, 10 pages. |
SIPO Office Action, with English Translation, dated Jul. 1, 2013, for Chinese Application No. 200980151937.6, 14 pages. |
English Translation of Final Notice of Preliminary Rejection, dated Jun. 13, 2013, for Korean Patent Application No. 10-2011-7016735, 3 pages. |
Office Action mailed Jan. 24, 2013 (with English translation), issued in Japanese Patent Application No. 2011-543586, 5 pages. |
“Competitive Gateway Product,” Nikkei Communications, Japan, No. 257, Nov. 1997, 18 pages. |
“Guide for the Use of Micro-Researcher II/SGR (Scroll Graph Section),” NEC Corporation, Third Edition, Chapters 1 & 5, Jul. 1995, 2 pages. |
“Kana: Customer Messaging System,” Kana Communications Sales Brochure, Palo Alto, CA, 1996, 12 pages. |
“Latest Trend in CTI,” Nikkei Communications, No. 248, Jun. 16, 1997, 14 pages. |
“Method for Automatic Contextual Transposition Upon Receipt of Item of Specified Criteria,” IBM Technical Disclosure Bulletin, vol. 37, No. 2B, Feb. 1994, 1 page. |
“New Telephone Service Changing Computer Telephone Business,” Nikkei Communications, Nov. 11, 1996, 7 pages. |
“Single Line Suffices for Internet Telephone,” Nikkei Communications, May 19, 1997, 9 pages. |
“Solution Drivers/CTI, CTI Solution Strategy of Seven Computer Vendors, Toward Market Development of Mainly Bank, Insurance and Communications Markets,” Computopia, Computer Age Co., Ltd., Japan, vol. 33, No. 379, 5 pages, Apr. 1998. |
Bachmann, David W. et al., “NetMod: A Design Tool for Large-Scale Heterogeneous Campus Networks,” Center for Information Technology Integration (CITI), The University of Michigan, Ann Arbor, MI, Jun. 15, 1990, 34 pages. |
Bangun, H. et al., A Network Architecture for Multiuser Networked Games on Demand, International Conference on Information Communications and Signal Processing, ICICS '97, Sep. 9-12, 1997, 5 pages. |
Beck, C. et al., Interactive process of operating system for multimedia communication center, Genesys Telecom Lab, Inc. 2014, 3 pages. |
Bernett, Howard et al., “Assessing Web-Enabled Call Center Technologies,” IT Pro, May/Jun. 2001, 7 pages. |
Bertsekas, Dimitri et al., “Data Networks,” Prentice-Hall, New Jersey, 1987, 5 pages. |
Bickley, M. et al., Using Servers to Enhance Control System Capability, 1999 Particle Accelerator Conference, New York, NY, Mar. 29-Apr. 2, 1999, 3 pages. |
Bradley, Kirk A. et al., “Detecting Disruptive Routers: A Distributed Network Monitoring Approach,” Department of Computer Science, University of California, Davis, Sep. 1, 1998, 10 pages. |
Canadian Office Action for Application No. 2,259,912, dated Nov. 19, 2011, 2 pages. |
Canadian Office Action for Application No. 2,289,198, dated Jun. 28, 2002, 2 pages. |
Canadian Office Action for Application No. 2,302,397, dated Apr. 23, 2002, 2 pages. |
Canadian Office Action for Application No. 2,302,678, dated Apr. 23, 2002, 2 pp.ages |
Canadian Office Action for Application No. 2308590, dated Jun. 28, 2002, 2 pages. |
Canadian Office Action for Application No. 2309183, dated Jul. 23, 2002, 2 pages. |
Canadian Office Action for Application No. 2320978, dated Jun. 2, 2003, 2 pages. |
Canadian Office Action for Application No. 2320978, dated Sep. 26, 2002, 2 pages. |
Canadian Office Action for Application No. 2334513, dated May 30, 2003, 2 pages. |
Canadian Office Action for Application No. 2347721, dated Aug. 12, 2004, 3 pages. |
Canadian Office Action for Application No. 2352973, dated Apr. 17, 2003, 3 pages. |
Chan, Kevin F. et al., “Interactive Network Planning and Analysis on a Personal Computer,” Computer Applications in Power, IEEE, vol. 3, No. 1, Jan. 1990, 5 pages. |
Chau, Sam et al., “Intelligent Network Routing Using CCS7 and ISDN,” Global Telecommunications Conference, vol. 3, 6 pages, 1990. |
Chaudhuri, Surajit et al., “Optimizing Queries over Multimedia Repositories,” Hewlett-Packard Laboratories, Stanford, Mar. 1996, 12 pages. |
Chaum, David, “Untraceable Electronic Mail, Return Addresses, and Digital Pseudonyms,” Communications of the ACM, vol. 24, No. 2, Feb. 1981, 8 pages. |
Chew, T.-S. et al., “Netplan-a Telecommunications Network Planning Support System,” TENCON '92, IEEE Region 10 International Conference, vol. 2, 7 pages, 1992. |
Chinese Office Action for Application No. 98812258.8 dated Jul. 26, 2002, 5 pages. |
Chinese Office Action for Application No. 98812259.6, dated Jan. 10, 2003, 9 pages. |
Chinese Office Action for Application No. 98812261.8, dated Jun. 20, 2003, 10 pages. |
Chinese Office Action for Application No. 99808531.6, dated Mar. 14, 2003, 14 pages. |
Chinese Office Action for Application No. 99811995.4, dated Apr. 8, 2005, 6 pages. |
Chinese Office Action for Application No. 99811995.4, dated Jul. 6, 2007, 11 pages. |
Chinese Office Action for Application No. 99811996.2, dated May 9, 2003, 10 pages. |
Chinese Office action with English Translation for Application No. 200980151937.6 dated May 23, 2014, 7 pages. |
Chiu, H. et al., “Conferencing Metaphor,” IBM Technical Disclosure Bulletin, vol. 36, No. 2, Feb. 1993, 4 pages. |
Chou, Sheng-Lin., et al., “Computer Telephony Integration and Its Applications,” IEEE Communications Surveys & Tutorials, vol. 3, No. 1, 2000, 10 pages. |
Cordom, Christopher et al., “Conversant VIS Listens and Talks to Your Customers,” AT&T Technology, vol. 9, No. 2, 4 pages, 1994. |
Curbera, Francisco et al., “Unraveling the Web Services Web: An Introduction to SOAP, WSDL, and UDDI,” IEEE Internet Computing, 8 pages, Mar./Apr. 2002. |
D'Hooge, Herman, “The Communicating PC,” IEEE Communications Magazine, 6 pages, Apr. 1996. |
Durinovic-Johri, Sanja et al., “Advanced Routing Solutions for Toll-Free Customers: Algorithm Design and Performance,” Proceedings of the International Teletraffic Congress, ITC-15, 1997, 12 pages. |
Eren, P. Erhan, et al., “Interactive Object-Based Analysis and Manipulation of Digital Video,” IEEE Workshop on Multimedia Signal Processing, 1998, 6 pages. |
Esesve, D.R., “Wireless Application Protocol (WAP),” Vitam College of Engineering, No Date Available, 12 pages. |
European Office action Application No. 04011886.1, dated Mar. 9, 2007, 6 pages. |
European Office action for Application No. 00115441.8, dated Feb. 11, 2004, 7 pages. |
European Office action for Application No. 00115441.8, dated Mar. 15, 2005, 4 pages. |
European Office Action for Application No. 00115441.8, dated May 18, 2006, 11 pages. |
European Office Action for Application No. 00119160.0, dated Jan. 16, 2004, 6 pages. |
European Office action for Application No. 00123329.5, dated Jun. 17, 2002, 6 pages. |
European Office Action for Application No. 00123331.1, dated Apr. 18, 2006, 5 pages. |
European Office Action for Application No. 00305049.9, dated Dec. 29, 2003, 5 pages. |
European Office Action for Application No. 00908266.0, dated Aug. 10, 2005, 6 pages. |
European Office action for Application No. 02400027.5, dated Jan. 21, 2008, 5 pages. |
European Office action for Application No. 02756535.7, dated Aug. 5, 2005, 6 pages. |
European Office Action for Application No. 03022831.6, dated Nov. 30, 2006, 7 pages. |
European Office Action for Application No. 03800376.0, dated Jul. 8, 2008, 6 pages. |
European Office Action for Application No. 04009176.1, dated Oct. 12, 2011, 8 pages. |
European Office Action for Application No. 97904087.0, dated Jun. 25, 2002, 5 pages. |
European Office Action for Application No. 97933327.5, dated Aug. 26, 2002, 4 pages. |
European Office Action for Application No. 97933327.5, dated Feb. 7, 2002, 5 pages. |
European Office Action for Application No. 98903471.5, dated May 29, 2006, 4 pages. |
European Office Action for Application No. 98903471.5, dated Oct. 11, 2004, 6 pages. |
European Office Action for Application No. 98908545.1, dated Mar. 15, 2005, 4 pages. |
European Office Action for Application No. 98908545.1, dated Nov. 14, 2003, 10 pages. |
European Office Action for Application No. 98924821.6, dated Aug. 26, 2003, 4 pages. |
European Office Action for Application No. 98926248.0, dated Aug. 5, 2004, 4 pages. |
European Office Action for Application No. 98926248.0, dated Dec. 11, 2003, 4 pages. |
European Office Action for Application No. 98926248.0, dated Oct. 21, 2002, 6 pages. |
European Office Action for Application No. 98944799.0, dated Aug. 18, 2005, 7 pages. |
European Office Action for Application No. 98944799.0, dated Mar. 26, 2008, 5 pages. |
European Office Action for Application No. 98944830.3, dated Jan. 30, 2006, 9 pages. |
European Office Action for Application No. 98946907.7, dated Jun. 1, 2006, 6 pages. |
European Office Action for Application No. 98946926.7, dated Dec. 8, 2005, 4 pages. |
European Office Action for Application No. 98953947.3, dated Aug. 22, 2006, 6 pages. |
European Office Action for Application No. 98953962.2, dated Oct. 28, 2005, 5 pages. |
European Office Action for Application No. 98956309.3, dated Jun. 8, 2005, 5 pages. |
European Office Action for Application No. 99905907.4, dated Oct. 31, 2005, 4 pages. |
European Office Action for Application No. 99906856.2, dated Sep. 24, 2007, 5 pages. |
European Office Action for Application No. 99906958.6, dated Feb. 22, 2006, 7 pages. |
European Office Action for Application No. 99927333.7, dated Aug. 21, 2006, 9 pages. |
European Office Action for Application No. 99927340.2, dated Aug. 9, 2011, 6 pages. |
European Office Action for Application No. 99927340.2, dated Nov. 25, 2013, 5 pages. |
European Office Action for Application No. 99945479.6, dated Aug. 9, 2006, 6 pages. |
European Office Action for Application No. 99945519.9, dated Aug. 20, 2007, 6 pages. |
European Office action for Application No. 99956732.4, dated Aug. 17, 2006, 7 pages. |
European Office action for Application No. 99956745.6, dated Mar. 14, 2006, 5 pages. |
European Office Action for Application No. 99960267.5, dated May 10, 2007, 6 pages. |
European Office Action for Application No. 99960279.0, dated Aug. 16, 2005, 6 pages. |
European Office Action for Application No. 99965163.1, dated Jul. 13, 2009, 5 pages. |
European Search Report and Written Opinion for Application No. 05783002.8, dated Mar. 16, 2009, 8 pages. |
European Search Report for 0115441.8 (now EP1075153), dated Nov. 6, 2002, 3 pages. |
European Search Report for Application No. 00123329.5, dated Jan. 30, 2002, 2 pages. |
European Search Report for Application No. 00123331.1, dated Dec. 5, 2003, 6 pages. |
European Search Report for Application No. 00305049.9, dated May 7, 2003, 3 pages. |
European Search Report for Application No. 00908266.0, dated May 24, 2005, 3 pages. |
European Search Report for Application No. 00913226.7, dated Feb. 14, 2005, 3 pages. |
European Search Report for Application No. 0119160.0, dated Apr. 17, 2003, 3 pages. |
European Search Report for Application No. 01920248.0, dated May 3, 2004, 3 pages. |
European Search Report for Application No. 01927387.9, dated Jun. 2, 2006, 3 pages. |
European Search Report for Application No. 02400027.5, dated Feb. 20, 2004, 3 pages. |
European Search Report for Application No. 02756535.7, dated May 25, 2005, 4 pages. |
European Search Report for Application No. 03002575.3, dated Jun. 4, 2003, 3 pages. |
European Search Report for Application No. 03008532.8, dated Dec. 27, 2004, 3 pages. |
European Search Report for Application No. 03008534.4, dated Jul. 23, 2003, 3 pages. |
European Search Report for Application No. 03022831.6, dated Mar. 22, 2006, 3 pages. |
European Search Report for Application No. 03023463.7, dated Jun. 14, 2004, 3 pages. |
European Search Report for Application No. 03076826.1, dated Sep. 10, 2003, 3 pages. |
European Search Report for Application No. 03077174.5, dated Sep. 4, 2003, 4 pages. |
European Search Report for Application No. 03077712.2, dated Mar. 29, 2004, 3 pages. |
European Search Report for Application No. 03800376, dated May 7, 2007, 3 pages. |
European Search Report for Application No. 04007911.3, dated Aug. 17, 2004, 5 pages. |
European Search Report for Application No. 04007913.9, dated Aug. 5, 2004, 4 pages. |
European Search Report for Application No. 04011886.1, dated Jun. 22, 2006, 5 pages. |
European Search Report for Application No. 07018035.1, dated Apr. 23, 2009, 4 pages. |
European Search Report for Application No. 97904087.0, dated Nov. 5, 2001, 3 pages. |
European Search Report for Application No. 97933327.5, dated Oct. 11, 2001, 3 pages. |
European Search Report for Application No. 98903471.5, dated Jul. 26, 2002, 4 pages. |
European Search Report for Application No. 98903623.1, dated Apr. 17, 2002, 3 pages. |
European Search Report for Application No. 98907371.3, dated Mar. 28, 2002, 3 pages. |
European Search Report for Application No. 98924821.6, dated Jun. 13, 2002, 2 pages. |
European Search Report for Application No. 98926248, dated Jul. 18, 2002, 3 pages. |
European Search Report for Application No. 98944799.0, dated Aug. 5, 2004, 3 pages. |
European Search Report for Application No. 98944830.3, dated Aug. 11, 2004, 3 pages. |
European Search Report for Application No. 98946907.7, dated Aug. 11, 2004, 3 pages. |
European Search Report for Application No. 98946926.7, dated Aug. 11, 2004, 3 pages. |
European Search Report for Application No. 98948163.5, dated Aug. 8, 2000, 3 pages. |
European Search Report for Application No. 98948164.3, dated Jun. 15, 2004, 3 pages. |
European Search Report for Application No. 98953947.3, dated Aug. 20, 2004, 3 pages. |
European Search Report for Application No. 98953962.2, dated Sep. 2, 2004, 3 pages. |
European Search Report for Application No. 98956187.3, dated Sep. 16, 2005, 3 pages. |
European Search Report for Application No. 98956309.3, dated Sep. 10, 2004, 3 pages. |
European Search Report for Application No. 99905907.4, dated Jun. 1, 2005, 3 pages. |
European Search Report for Application No. 99906856.2, dated Oct. 4, 2006, 3 pages. |
European Search Report for Application No. 99906958.6, dated Aug. 19, 2005, 3 pages. |
European Search Report for Application No. 99927333.7, dated Mar. 30, 2005, 5 pages. |
European Search Report for Application No. 99927340.2, dated Oct. 18, 2004, 3 pages. |
European Search Report for Application No. 99945479.6, dated Mar. 24, 2006, 3 pages. |
European Search Report for Application No. 99945519.9, dated Oct. 18, 2005, 3 pages. |
European Search Report for Application No. 99945556.1, dated Nov. 16, 2004, 3 pages. |
European Search Report for Application No. 99956732.4, dated Apr. 19, 2006, 4 pages. |
European Search Report for Application No. 99956745.6, dated Jun. 30, 2005, 3 pages. |
European Search Report for Application No. 99960267.5, dated Jul. 14, 2005, 3 pages. |
European Search Report for Application No. 99960279.0, dated Apr. 26, 2005, 3 pages. |
European Search Report for Application No. 99965163.1, dated Nov. 19, 2004, 4 pages. |
European Search Report for Application No. 99971602.0, dated Feb. 6, 2007, 3 pages. |
Festa, Paul, “Vignette Updates StoryServer Platform,” CNET News.com, Sep. 16, 1997, 4 pages. |
Foster, Robin Harris, “Advanced Definity Call Centers: Working for You and Your Customers,” AT&T Technology, vol. 9, No. 2, 1994, 6 pages. |
Francis, Paul et al., “Flexible Routing and Addressing for a Next Generation IP,” SIGCOMM, 10 pages, 1994. |
Gawrys, G.W., et al., “ISDN: Integrated Network/Premises Solutions for Customer Needs,” ICC, 6 pages, 1986. |
Gechter, J. et al., “ISDN Service Opportunities in the Intelligent Network,” Proceedings of the National Communications Forum, Chicago, IL, vol. 43, No. 1, Oct., 1989, 4 pages. |
Harvey, Dean E. et al., “Call Center Solutions,” AT&T Technical Journal, vol. 70, No. 5, 10 pages, Sep./Oct. 1991. |
Held, Gilbert, “Voice Over Data Networks,” McGraw Hill, Texas, 1998, 16 pages. |
Henderson, Shane G. et al., “Rostering by Interating Integer Programming and Simulation,” Proceedings of the 1998 Winter Simulation Conference, Washington D.C., Dec. 13, 1998, 7 pages. |
Hofmann, Peter. et al., “@INGate: Integrating Telephony and Internet,” IEEE Conference on Protocols for Multimedia Systems, 4 pages, Nov. 1997. |
House, Eric, “How to Munge Outgoing From: Field When Using Mail?,” Google Discussion Group, Apr. 2, 1997, 1 page. |
Hu, Michael Junke et al., “An Object-Relational Database System for the Interactive Multimedia,” IEEE International Conference on Intelligent Processing Systems, pp. 1571-1575, Oct. 1997. |
International Preliminary Examination Report for PCT/US01/13313, dated Apr. 22, 2002, 4 pages. |
International Preliminary Examination Report for PCT/US01/40267, dated Dec. 9, 2002, 4 pages. |
International Preliminary Examination Report for PCT/US96/16919, dated Feb. 18, 1998, 18 pages. |
International Preliminary Examination Report for PCT/US97/01469, dated Oct. 14, 1998, 8 pages. |
International Preliminary Examination Report for PCT/US97/11881, dated Mar. 27, 1998, 3 pages. |
International Preliminary Examination Report for PCT/US98/00631, dated Sep. 10, 1999, 7 pages. |
International Preliminary Examination Report for PCT/US98/02847, dated Jul. 9, 1999, 5 pages. |
International Preliminary Examination Report for PCT/US98/13644, dated Jan. 12, 2000, 6 pages. |
International Preliminary Examination Report for PCT/US98/18646, dated Oct. 30, 2000, 5 pages |
International Preliminary Examination Report for PCT/US98/18789, dated Dec. 30, 1999, 6 pages. |
International Preliminary Examination Report for PCT/US98/22527, dated Jun. 30, 2000, 5 pages. |
International Preliminary Examination Report for PCT/US99/12841, dated Jan. 22, 2001, 5 pages. |
International Preliminary Examination Report for PCT/US99/25308, dated Sep. 10, 2000, 3 pages. |
International Preliminary Examination Report for PCT/US99/25309, dated May 8, 2001, 4 pages. |
International Preliminary Report on Patentability for PCT/US2005/027544, dated May 22, 2007, 7 pages. |
International Search Report and Written Opinion for PCT/US2009/068402, dated Mar. 31, 2010, 10 pages. |
International Search Report for PCT/US00/00781, dated Apr. 12, 2000, 2 pages. |
International Search Report for PCT/US00/00785, dated Oct. 2, 2000, 2 pages. |
International Search Report for PCT/US00/023066, dated Oct. 30, 2000, 1 page. |
International Search Report for PCT/US00/27982, dated Jan. 31, 2001, 3 pages. |
International Search Report for PCT/US00/27983, dated Mar. 19, 2001, 2 pages. |
International Search Report for PCT/US00/27984, dated Mar. 22, 2001, 1 page. |
International Search Report for PCT/US01/07457, dated Aug. 30, 2001, 1 page. |
International Search Report for PCT/US01/13313, dated Jul. 6, 2001, 1 page. |
International Search Report for PCT/US01/40267, dated Jul. 17, 2001, 1 page. |
International Search Report for PCT/US02/23080, dated Oct. 1, 2002, 1 page. |
International Search Report for PCT/US03/41677, dated Apr. 10, 2006, 1 page. |
International Search Report for PCT/US05/27544, dated Jun. 14, 2006, 1 page. |
International Search Report for PCT/US96/16919, dated Jun. 2, 1997, 3 pages. |
International Search Report for PCT/US97/01469, dated Apr. 14, 1997, 1 page. |
International Search Report for PCT/US97/05457, dated Jun. 24, 1997, 2 pages. |
International Search Report for PCT/US97/11881, dated Oct. 24, 1997, 1 page. |
International Search Report for PCT/US98/00631, dated Jun. 18, 1998, 1 page. |
International Search Report for PCT/US98/01158, dated Jul. 17, 1998, 1 page. |
International Search Report for PCT/US98/02152, dated Jun. 25, 1998, 1 page. |
International Search Report for PCT/US98/02847, dated Aug. 6, 1998, 1 page. |
International Search Report for PCT/US98/02848, dated Aug. 11, 1998, 1 page. |
International Search Report for PCT/US98/02923, dated Aug. 19, 1998, 1 page. |
International Search Report for PCT/US98/06334, dated Sep. 1, 1998, 2 pages . |
International Search Report for PCT/US98/10357, dated Jan. 14, 1999, 1 page. |
International Search Report for PCT/US98/11442, dated Oct. 21, 1998, 2 pages. |
International Search Report for PCT/US98/13644, dated Apr. 21, 1999, 2 pages. |
International Search Report for PCT/US98/18646, dated Jan. 29, 1999, 2 pages. |
International Search Report for PCT/US98/18789, dated Jan. 29, 1999, 3 pages. |
International Search Report for PCT/US98/18833, dated Nov. 19, 1998, 1 page. |
International Search Report for PCT/US98/18874, dated Jan. 29, 1999, 1 page. |
International Search Report for PCT/US98/18989, dated Jan. 25, 1999, 1 page. |
International Search Report for PCT/US98/22527, dated Apr. 2, 1999, 2 pages. |
International Search Report for PCT/US98/22555, mailed Mar. 3, 1999, 1 page. |
International Search Report for PCT/US98/22600, mailed Jun. 4, 1999, 1 page. |
International Search Report for PCT/US98/22935, mailed Apr. 14, 1999, 1 page. |
International Search Report for PCT/US99/02812, mailed May 11, 1999, 1 page. |
International Search Report for PCT/US99/02814, mailed Jun. 17, 1999, 1 page. |
International Search Report for PCT/US99/02822, mailed Aug. 18, 1999, 1 page. |
International Search Report for PCT/US99/03038, mailed Apr. 23, 1999, 1 page. |
International Search Report for PCT/US99/03039, mailed May 11, 1999, 1 page. |
International Search Report for PCT/US99/12700, mailed Nov. 30, 1999, 1 page. |
International Search Report for PCT/US99/12781, mailed Sep. 9, 1999, 2 pages. |
International Search Report for PCT/US99/12841, mailed Sep. 10, 1999, 2 pages. |
International Search Report for PCT/US99/20259, dated Feb. 15, 2000, 1 page. |
International Search Report for PCT/US99/20387, dated Dec. 7, 1999, 2 pages. |
International Search Report for PCT/US99/20461, dated Dec. 23, 1999, 2 pages. |
International Search Report for PCT/US99/25117, dated Nov. 1, 2000, 2 pages. |
International Search Report for PCT/US99/25265, dated Feb. 18, 2000, 1 page. |
International Search Report for PCT/US99/25308, dated Feb. 3, 2000, 1 page. |
International Search Report for PCT/US99/25309, dated Feb. 10, 2000, 1 page. |
International Search Report for PCT/US99/25310, dated Feb. 10, 2000, 1 page. |
International Search Report for PCT/US99/26619, dated Mar. 17, 2000, 1 page. |
International Search Report for PCT/US99/26659, dated Feb. 4, 2000, 1 page. |
International Search Report for PCT/US99/29043, dated Mar. 20, 2000, 1 page. |
International Search Report for PCT/US99/29044, dated May 11, 2000, 1 page. |
International Written Opinion for PCT/US98/22527, mailed Dec. 27, 1999, 5 pages. |
Japanese Interrogation and Re-Examination Report for Application No. 1999-502827, mailed Oct. 26, 2004, 7 pages. |
Japanese Office Action for Application No. 1997-527811, mailed Oct. 10, 2000, 6 pages. |
Japanese Office Action for Application No. 1998-505335, mailed Mar. 5, 2002, 7 pages. |
Japanese Office Action for Application No. 1998-531244, mailed Jan. 6, 2004, 4 pages. |
Japanese Office Action for Application No. 1998-531244, mailed Sep. 10, 2002, 5 pages. |
Japanese Office Action for Application No. 1998-536740, mailed Feb. 24, 2004, 5 pages. |
Japanese Office Action for Application No. 1998-536740, mailed Sep. 3, 2002, 14 pages. |
Japanese Office Action for Application No. 1999-500765, mailed Feb. 10, 2004, 6 pages. |
Japanese Office Action for Application No,. 1999-500765, mailed Sep. 3, 2002, 11 pages. |
Japanese Office Action for Application No. 1999-502827, mailed Dec. 3, 2002, 4 pages. |
Japanese Office Action for Application No. 1999-502827, mailed May 28, 2002, 3 pages. |
Japanese Office Action for Application No. 1999-502827, mailed Nov. 1, 2005, 8 pages. |
Japanese Office action for Application No. 2000-220082, mailed on Apr. 1, 2003, 3 pages. |
Japanese Office Action for Application No. 2000-511299, mailed Feb. 3, 2004, 4 pages. |
Japanese Office Action for Application No. 2000-511299, mailed May 16, 2006, 7 pages. |
Japanese Office Action for Application No. 2000-512333, mailed Sep. 3, 2002, 6 pages. |
Japanese Office Action for Application No. 2000-512334, mailed Sep. 10, 2002, 9 pages. |
Japanese Office Action for Application No. 2000-512336, mailed Jul. 23, 2002, 8 pages. |
Japanese Office Action for Application No. 2000-512336, mailed Jun. 24, 2003, 4 pages. |
Japanese Office Action for Application No. 2000-514448, mailed Sep. 3, 2002, 10 pages. |
Japanese Office Action for Application No. 2000-519541, dated May 16, 2005, 4 pages. |
Japanese Office Action for Application No. 2000-519541, mailed Aug. 20, 2002, 10 pages. |
Japanese Office Action for Application No. 2000-519541, mailed Dec. 2, 2003, 7 pages. |
Japanese Office Action for Application No. 2000-519541, mailed Mar. 14, 2006, 6 pages. |
Japanese Office Action for Application No. 2000-522718, mailed Sep. 10, 2002, 9 pages. |
Japanese Office Action for Application No, 2000-531822, mailed Sep. 24, 2002, 6 pages. |
Japanese Office Action for Application No. 2000-531940, mailed Dec. 3, 2002, 4 pages. |
Japanese Office Action for Application No. 2000-532958, mailed Aug. 20, 2002, 7 pages. |
Japanese Office Action for Application No. 2000-554115, dated Apr. 27, 2005, 5 pages. |
Japanese Office Action for Application No. 2000-554115, mailed Jan. 6, 2004, 4 pages. |
Japanese Office Action for Application No. 2000-554115, mailed Oct. 1, 2002, 5 pages. |
Japanese Office Action for Application No. 2000-556311, mailed Oct. 21, 2003, 6 pages. |
Japanese Office Action for Application No. 2000-570673, dated Oct. 4, 2005, 4 pages. |
Japanese Office Action for Application No. 2000-570673, mailed Mar. 8, 2005, 6 pages. |
Japanese Office Action for Application No. 2000-570673, mailed Oct. 14, 2003, 6 pages. |
Japanese Office Action for Application No. 2000-570677, mailed May 11, 2004, 8 pages. |
Japanese Office Action for Application No. 2000-570677, mailed Nov. 30, 2004, 10 pages. |
Japanese Office Action for Application No. 2000-570941, mailed Oct. 7, 2003, 6 pages. |
Japanese Office Action for Application No, 2000-578753, mailed May 11, 2004, 11 pages. |
Japanese Office Action for Application No. 2000-580124, mailed Apr. 12, 2005, 6 pages. |
Japanese Office Action for Application No. 2000-580124, mailed Oct. 7, 2003, 5 pages. |
Japanese Office Action for Application No. 2000-580329, mailed Feb. 15, 2005, 8 pages. |
Japanese Office Action for Application No. 2000-580329, mailed May 13, 2008, 8 pages. |
Japanese Office Action for Application No. 2000-580329, mailed Oct. 4, 2005, 5 pages. |
Japanese Office Action for Application No. 2000-581781, mailed Feb. 3, 2004, 4 pages. |
Japanese Office Action for Application No. 2000-581781, mailed Oct. 8, 2002, 4 pages. |
Japanese Office Action for Application No. 2000-590363, mailed Apr. 1, 2003, 6 pages. |
Japanese Office Action for Application No. 2001-526724, mailed Aug. 1, 2006, 5 pages. |
Japanese Office Action for Application No. 2001-526724, mailed Dec. 13, 2005, 5 pages. |
Japanese Office Action for Application No. 2001-526724, mailed May 17, 2005, 4 pages. |
Japanese Office Action for Application No. 2006-127262, mailed Jun. 1, 2010 (5 pages). |
Japanese Office Action for Application No. 2006-127262, mailed Nov. 18, 2008 (7 pages). |
Japanese Office Action for Application No. 532950, dated Dec. 17, 2002, 6 pages. |
Katz, Michael, “When CTI Meets the Internet,” Telecommunications, vol. 31, No. 7, Jul. 1997, 6 pages. |
Kaufman, Harvey, “Call Centers in Cyberspace,” Communications News, vol. 34, Issue 7, Jul. 1997, 4 pages. |
Kaukonen, S., et al., “Agent-Based Conferencing Using Mobile IP-Telephony,” Proceedings of Multimedia Signal Processing, 1999, 6 pages. |
Korean Office Action for Application No. 10-2011-7017067, dated Aug. 21, 2012, 9 pages. |
Kramer, Brian, “How to Send a File to the Sender of a Message?,” Google Discussion Group, May 27, 1994, 5 pages. |
Lee, Chien-I, et al., “A New Storage and Retrieval Method to Support Editing Operations in a Multi-Disk-based Video Server,” Fourth International Conference on Parallel and Distributed Information Systems, IEEE, Miami Beach, FL, Dec. 1996, 10 pages. |
Lin, Yi-Bing et al., “A Flexible Graphical User Interface for Performance Modeling,” Software—Practice and Experience, vol. 25(2), Feb. 1995, 24 pages. |
Low, Colin, “The Internet Telephony Red Herring,” Global Telecommunications Conference, Nov. 1996, 15 pages. |
Mackay, Wendy E., et al., “Virtual Video Editing in Interactive Multimedia Applications,” Communications of the ACM, vol. 32, No. 7, Jul. 1989, 9 pages. |
Malabocchia, Fabio, et al., “Mining Telecommunications Data Bases: An Approach to Support the Business Management,” Network Operations and Management Symposium, IEEE, vol. 1, Feb. 1998, 9 pages. |
Masashi, Tsuboi et al., “Computer Telephony Integration System,” CTSTAGE, Oki Electric Research and Development, 174, vol. 64, No. 2, Apr. 1, 1997, 10 pages. |
Matsumoto, Akihiko, “Bank CTI/Call Center Using Up Customer Information, Analysis of Six Major Manufacturers' Solutions,” Network Computing, Ric Telecom Corporation, Japan, vol. 10, No. 10, Oct. 1, 1998, 13 pages. |
Matsuo, Yasunori, “Microsoft Project for Windows 95,” Nikkei Personal Computing, Nikkei Business Publications, Inc., No. 255, Dec. 18, 1995, 2 pages. |
Mattison, Rob, “Data Warehousing and Data Mining for Telecommunications,” Artech House, Boston, 1997, 7 pages. |
Metz, Christopher, “IP Routers: New Tool for Gigabit Networking,” On the Wire, IEEE Internet, Nov./ Dec. 1998, 5 pages. |
Microsoft Dictionary Pages, Microsoft Press, Redmond, WA, 1991, 2 pages. |
Monson-Haefel, Richard, “Enterprise JavaBeans,” O'Reilly & Assoc., 2nd Ed., 1999, 7 pages. |
Murayama, Hideki, “Integrated Customer Supporting System View Workshop/CS, OA Business Personal Computer,” NEC Business System, Denpa Press Co., Ltd., vol. 15, No. 12, Dec. 1997, 6 pages. |
Nariani, Sushil, “Internet Telephony,” Whatis.com, Oct. 25, 1999, 2 pages. |
Newton'S Telecom Dictionary, The Official Dictionary of Telcommunications & the Internet, 16th Edition, Telecom Books, Feb. 2000, 3 pages. |
Newton, Harry, “Newton's Telecom Dictionary,” Flatiron Publishing, New York, 1994, 7 pages. |
Orozco-Barbosa, Luis et al., “Design and Performance Evaluation of Intelligent Multimedia Services,” Computer Communications, vol. 20, 1997, 14 pages. |
Padmanabhan, M., et al. Speech Recognition Performance on a Voicemail Transcription Task, IBM T.J. Watson Research Center, Yorktown Height, NY, 4 pages. |
Rangan, P. Venkat, et al., “A Window-Based Editor for Digital Video and Audio,” Proceedings of the 25th Hawaii International Conference on System Sciences, IEEE, vol. 2, Jan. 1992, 9 pages. |
Recker, Mimi M. et al., “Predicting Document Access in Large, Multimedia Repositories,” ACM Transactions on Computer-Human Interaction, vol. 3, 1994, 23 pages. |
Rodriguez-Martinez, Manuel et al., “MOCHA: A Self-Extensible Database Middleware System for Distributed Data Sources,” International Conference on Management Data—SIGMOD, 2000, 12 pages. |
Rosenberg, Arthur M., “Call Center Computer Telephony: Technology Overview,” Gartner, Inc., Jan. 1998 (24 pages). |
schmandt, Chris, “Phoneshell: The Telephone as Computer Terminal,” Proceedings of ACM Multimedia Conference, 1993, 10 pages. |
Sekine, Shoji et al., “Front Office Oriented Solution for Customer Satisfaction and Profit Expansion,” Hitachi Hyoron Co, Ltd., Japan, vol. 80, No. 9, Sep. 1998, 11 pages. |
Semilof, Margie, “Call Centers Go On-Line,” Communications Week, No Date Available, 2 pages. |
Sevcik, Peter et al., “The Call Center Revolution,” Northeast Consulting Technical Paper, Jan. 1, 1997, 12 pages. |
Smith, J.D., An Overview to Computer-Telecommunications Integration (CTI), Telecommunications, Conference Publication No. 404, IEEE, Mar. 26-29, 1995, 5 pages. |
Sulkin, Allan, Building the ACD-LAN Connection, Business Communications Review, Jun. 1996, 4 pages. |
Supplemental European Search Report for Application No. 98908545.1, dated Sep. 5, 2002, 4 pages. |
Szlam, Aleksander et al., “Predictive Dialing Fundamentals,” Flatiron Publishing, New York, 1996, 28 pages. |
Tadamura, Katsumi et al., “Synchronizing Computer Graphics Animation and Audio,” IEEE, 1998, 11 pages. |
Taisei, Mori et al., “Call Center: Promotion of Information Use with a Direct Link to Core Business with Eye on the Internet Customer,” Ric Telecom Corporation, Japan, vol. 10, No. 8, Aug. 1, 1998, 9 pages. |
Tang, Jingrong et al., “Advanced Service Architecture for H.323 Internet Protocol Telephony,” Computer Communications, vol. 23, 2000, 14 pages. |
Thio, Fu Wang et al., “Distributed Multimedia Database: A Design and Application Study,” the Fourth International Conference on High Performance Computing in the Asia-Pacific Region, IEEE, Beijing, China, vol. 2, May 2000, 6 pages. |
Toji, Ryutaro et al., “A Study of Customer Contact Operation System and Functions,” Proceedings of the IECE General Conference, Comm. 2, Mar. 6, 1997, 3 pages. |
Toji, Ryutaro et al., “OCN Multimedia Customer Contact System,” NTT Technical Journal, The Telecommunication Association, Japan, vol. 10, No. 1, Jan. 1, 1998, 6 pages. |
Tsunemasa, Mizuo., “CTI World 2: World of CTI,” Business Communication, vol. 34, No. 2, Feb. 1, 1997, 13 pages. |
Van Zijl, Lynette, et al., “A Tool for Graphical Network Modeling and Analysis,” IEEE Software, Jan. 1992, 8 pages. |
Vazquez, E., et al., Graphical Interface for Communication Network Analysis and Simulation, Department of Telematic Engineering, Technical University of Madrid, IEE, 1991, Spain, 4 pages. |
Wagner, Susanne., “Intralingual Speech-to-Text Conversion in Real-Time: Challenges and Opportunities,” Challenges of Multidimensional Translation Conference Proceedings, 2005, 10 pages. |
Wang, Yong et al., “Real-time scheduling for multi-agent call center automation”, Information service agents lab, school of computing science Simon Fraser University, Burnaby,BC Canada, 1999, 13 pages. |
Wolter, Roger., “XML Web Services Basics,” Microsoft Corporation, Dec. 2001, 4 pages. |
Zenel, Bruce et al., Intelligent Communication Filtering for Limited Bandwidth Environments, Computer Science Department, Columnia University, IEEE, 1995, 7 pages. |
Number | Date | Country | |
---|---|---|---|
20100157979 A1 | Jun 2010 | US |