INTERACTIVE VOICE RESPONSE SYSTEM CRAWLER
A system for interactive voice response system crawling, comprising an IVR crawler that may be VXML, design specification, DTMF or ASR/NLSR speech-based in nature and traverses an IVR menu to discover possible interaction paths and produces test cases based on those paths, and a database that stores test cases produced by the IVR crawler during operation, and a method for using an IVR crawler to perform a system migration.
This application is a continuation of U.S. patent application Ser. No. 15/091,556, titled “INTERACTIVE VOICE RESPONSE SYSTEM CRAWLER” and filed on Apr. 5, 2016, which is a continuation-in-part of U.S. patent application Ser. No. 14/590,972, titled “INTERACTIVE VOICE RESPONSE SYSTEM CRAWLER” and filed on Jan. 6, 2015, the entire specification of which is hereby incorporated by reference in its entirety.
BACKGROUND OF THE INVENTION Field of the ArtThe disclosure relates to the field of contact center operations, and more particularly to the field of interactive voice response systems and applications.
Discussion of the State of the ArtIn the field of interactive voice response (IVR) systems, documenting systems “as-is”, or in their current state such as to document possible voice responses and interaction paths a customer might take while navigating a system, can be very time consuming, sometimes requiring as much as 3-9 months to completely document a single system. Consequently, documentation is often out of sync with production systems due to the time and resources required, decreasing the effectiveness of the documentation. Generating documentation scripts manually can also be time consuming, making it difficult to economize the process. The result of these factors is that agility is compromised, and time-to-value can be over a year.
Additionally, outdated or poorly maintained IVR software may persist in use due to difficulty migrating to new systems or performing maintenance manually (for example, to identify broken paths or outdated options that need to be fixed or removed). Companies may have a large investment in a particular IVR configuration, and may wish to maintain their existing setup but also to take advantage of new technologies that may become available. Generally, this would require manually setting up a new IVR system and taking care to configure it in a similar manner to the existing configuration. Manually inspecting or setting up a new IVR system is time consuming and error-prone, which leads to outdated systems being kept operational rather than upgrading, due to the investment required. It is also important for users to be able to perform minor changes without the risk of causing larger issues, for example to enable users to correct minor issues as they appear without running the risk of breaking larger call flows.
What is needed, is a means to rapidly and reliably generate documentation of, and test cases for, production IVR systems to at least accelerate deployment and time-to-value (for example, for existing systems), as well as to generate voice extensible markup language (VXML) documents suitable for rapid importation into an IVR system, and to generate interactive IVR documentation to enable users to view and modify an IVR in a safe and efficient manner.
SUMMARY OF THE INVENTIONAccordingly, the inventor has conceived and reduced to practice, in a preferred embodiment of the invention, various systems and methods for live IVR system crawling, adapted for use in migrating an IVR configuration to a new system as an upgrade or replacement.
According to a preferred embodiment of the invention, a system for IVR crawling comprising a speech crawler that may be a VXML-based crawler stored and operating on a network-connected computing device (such as a server or a desktop workstation), a dual-tone multi-frequency (DTMF) or automated speech recognition (ASR)/natural language speech recognition (NLSR) crawler that may be a touch-tone or speaker simulation based interaction program, a design crawler that may be a spreadsheet-based software crawler, a call flow database that may store and provide call flow documentation or records such as those generated by the crawlers of the invention, a test executive engine that may perform call flow testing according to known call flow records, and a test results analyzer that may perform analysis of the results of performed call flow tests such as to determine the performance of an IVR or the accuracy of a call flow documentation record, is disclosed. According to the embodiment, a speech crawler (SAC) may be a process that interrogates a target VXML browser, reverse engineers any discovered call flows by parsing each branch of the VXML application (such as by providing all possible inputs at all possible layers) and builds a complete test case library that may be used by an automated testing solution to exhaustively test all possible paths through an interrogated IVR. The input may be the URL of the target VXML browser and the output may be a file containing the test cases in XML format, such as for storing in a database or adding to documentation files.
A DTMF crawler (DC) may be a process that interrogates a target touch tone IVR or IVRs that aren't VXML compliant or who's VXML interface is not directly accessible by placing actual telephone calls to an IVR from the crawler platform. The crawler may then, as described previously, reverse engineer any discovered call flows such as by parsing each and every branch of the application by providing all possible DTMF inputs at all possible layers, and may then build a complete test case library. This solution includes use of transcription to convert audio to text for the test cases, for example by using automated voice recognition so that the software-based crawler may parse and respond to heard voice prompts from the IVR via the telephone call. The input may be a phone number, or multiple numbers (internal or external, such as for testing internal IVR applications or remotely testing external IVRs from outside the internal telephone network), and the output may be a library of test cases or a diagrammatic representation of the IVR application structure suitable for adding to documentation or storing in a database.
An automated or natural language speech recognition (ASR/NLSR) Crawler (ASC) may be a process that interrogates a target speech recognition IVR or IVRs that aren't VXML compliant or who's VXML interface is not directly accessible by placing actual telephone calls to an IVR from the crawler platform. The crawler may then, as described previously, reverse engineer any discovered call flows such as by parsing each and every branch of the speech application by providing all possible speech inputs at all possible layers, and may then build a complete test case library. This solution includes use of transcription to convert audio to text for the test cases, for example by using automated voice recognition so that the software-based crawler may parse and respond to heard voice prompts from the IVR via the telephone call. The input may be a phone number, or multiple numbers (internal or external, such as for testing internal IVR applications or remotely testing external IVRs from outside the internal telephone network), and the output may be a library of test cases or a diagrammatic representation of the IVR application structure suitable for adding to documentation or storing in a database.
A design crawler may be a process that interrogates any standard speech application design template used commonly in the art to build a complete library of test cases for the speech/DTMF application. In such an arrangement, the crawler may traverse a design document such as a spreadsheet, and as described previously may reverse engineer any discovered flows from the document and output a test case library suitable for incorporation into either a database or IVR documentation, or both.
It should be appreciated that the system of the invention may incorporate multiple crawlers and crawler types such as those described above, interchangeably or simultaneously as may be desirable for a particular arrangement or application.
Two exemplary use cases for the crawlers described above are as follows.
Use Case 1: Using the Speech Crawler. User launches the application using the command line interface.
-
- Input: User enters the URL of the VXML browser to be reverse engineered and the parent folder name of the Test Case library and presses ‘Enter’ key.
- <application runs>
- Output: XML file with the name of the parent folder with sub folders and test cases within each folder as necessary.
Use Case 2: Importing the Test Cases XML. As per normal import procedure however the entire library of the Test Cases is imported with the directory structure intact.
According to another preferred embodiment of the invention, a method for reverse engineering an IVR using a plurality of IVR crawling software applications such as those described previously, is disclosed. According to the embodiment, the method may utilize various IVR crawlers such as those described in the system of the invention above, for example crawlers that may be VXML, DTMF, Speech or design-based in nature or operation. In an initial step, a crawler may access IVR information according to its specific nature, such as a VXML-based crawler loading a VXML script such as from a URL or stored file, or a DTMF/Speech-based crawler placing a telephone call directly to an IVR system. In a next step, the crawler may “crawl”, or reverse engineer the IVR information, such as by iteratively or recursively traversing a conversation path, or by exploring every potential path in a data file (such as with VXML-based crawlers). In a next step, the crawler may then add new call test cases to a testing database, and in a next step stored test cases may be retrieved by a test case execution engine, which may then execute the test cases in a next step. In a next step, the results of test case execution may be analyzed, and these test results may then be stored in a database for further reference in a next step. In an optional final step, test results may be presented for manual review, such as by a human analyst performing tests manually or reviewing the results of prior tests to review operation.
According to another preferred embodiment of the invention, a method for interactive voice response system migration, comprising the steps of: accessing, via an IVR crawler, an IVR system; reverse engineering the menu paths of the IVR system; producing a plurality of VXML data corresponding to at least a portion of the menu paths of the IVR system; and importing at least a portion of the plurality of VXML data into an IVR system, is disclosed.
The accompanying drawings illustrate several embodiments of the invention and, together with the description, serve to explain the principles of the invention according to the embodiments. It will be appreciated by one skilled in the art that the particular embodiments illustrated in the drawings are merely exemplary, and are not to be considered as limiting of the scope of the invention or the claims herein in any way.
The inventor has conceived, and reduced to practice, in a preferred embodiment of the invention, various systems and methods for live IVR system crawling, such as to rapidly navigate and document a production IVR system.
One or more different inventions may be described in the present application. Further, for one or more of the inventions described herein, numerous alternative embodiments may be described; it should be appreciated that these are presented for illustrative purposes only and are not limiting of the inventions contained herein or the claims presented herein in any way. One or more of the inventions may be widely applicable to numerous embodiments, as may be readily apparent from the disclosure. In general, embodiments are described in sufficient detail to enable those skilled in the art to practice one or more of the inventions, and it should be appreciated that other embodiments may be utilized and that structural, logical, software, electrical and other changes may be made without departing from the scope of the particular inventions. Accordingly, one skilled in the art will recognize that one or more of the inventions may be practiced with various modifications and alterations. Particular features of one or more of the inventions described herein may be described with reference to one or more particular embodiments or figures that form a part of the present disclosure, and in which are shown, by way of illustration, specific embodiments of one or more of the inventions. It should be appreciated, however, that such features are not limited to usage in the one or more particular embodiments or figures with reference to which they are described. The present disclosure is neither a literal description of all embodiments of one or more of the inventions nor a listing of features of one or more of the inventions that must be present in all embodiments.
Headings of sections provided in this patent application and the title of this patent application are for convenience only, and are not to be taken as limiting the disclosure in any way.
Devices that are in communication with each other need not be in continuous communication with each other, unless expressly specified otherwise. In addition, devices that are in communication with each other may communicate directly or indirectly through one or more communication means or intermediaries, logical or physical.
A description of an embodiment with several components in communication with each other does not imply that all such components are required. To the contrary, a variety of optional components may be described to illustrate a wide variety of possible embodiments of one or more of the inventions and in order to more fully illustrate one or more aspects of the inventions. Similarly, although process steps, method steps, algorithms or the like may be described in a sequential order, such processes, methods and algorithms may generally be configured to work in alternate orders, unless specifically stated to the contrary. In other words, any sequence or order of steps that may be described in this patent application does not, in and of itself, indicate a requirement that the steps be performed in that order. The steps of described processes may be performed in any order practical. Further, some steps may be performed simultaneously despite being described or implied as occurring non-simultaneously (e.g., because one step is described after the other step). Moreover, the illustration of a process by its depiction in a drawing does not imply that the illustrated process is exclusive of other variations and modifications thereto, does not imply that the illustrated process or any of its steps are necessary to one or more of the invention(s), and does not imply that the illustrated process is preferred. Also, steps are generally described once per embodiment, but this does not mean they must occur once, or that they may only occur once each time a process, method, or algorithm is carried out or executed. Some steps may be omitted in some embodiments or some occurrences, or some steps may be executed more than once in a given embodiment or occurrence.
When a single device or article is described herein, it will be readily apparent that more than one device or article may be used in place of a single device or article. Similarly, where more than one device or article is described herein, it will be readily apparent that a single device or article may be used in place of the more than one device or article.
The functionality or the features of a device may be alternatively embodied by one or more other devices that are not explicitly described as having such functionality or features. Thus, other embodiments of one or more of the inventions need not include the device itself.
Techniques and mechanisms described or referenced herein will sometimes be described in singular form for clarity. However, it should be appreciated that particular embodiments may include multiple iterations of a technique or multiple instantiations of a mechanism unless noted otherwise. Process descriptions or blocks in figures should be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing specific logical functions or steps in the process. Alternate implementations are included within the scope of embodiments of the present invention in which, for example, functions may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those having ordinary skill in the art.
Hardware ArchitectureGenerally, the techniques disclosed herein may be implemented on hardware or a combination of software and hardware. For example, they may be implemented in an operating system kernel, in a separate user process, in a library package bound into network applications, on a specially constructed machine, on an application-specific integrated circuit (ASIC), or on a network interface card.
Software/hardware hybrid implementations of at least some of the embodiments disclosed herein may be implemented on a programmable network-resident machine (which should be understood to include intermittently connected network-aware machines) selectively activated or reconfigured by a computer program stored in memory. Such network devices may have multiple network interfaces that may be configured or designed to utilize different types of network communication protocols. A general architecture for some of these machines may be described herein in order to illustrate one or more exemplary means by which a given unit of functionality may be implemented. According to specific embodiments, at least some of the features or functionalities of the various embodiments disclosed herein may be implemented on one or more general-purpose computers associated with one or more networks, such as for example an end-user computer system, a client computer, a network server or other server system, a mobile computing device (e.g., tablet computing device, mobile phone, smartphone, laptop, or other appropriate computing device), a consumer electronic device, a music player, or any other suitable electronic device, router, switch, or other suitable device, or any combination thereof. In at least some embodiments, at least some of the features or functionalities of the various embodiments disclosed herein may be implemented in one or more virtualized computing environments (e.g., network computing clouds, virtual machines hosted on one or more physical computing machines, or other appropriate virtual environments).
Referring now to
In one embodiment, computing device 100 includes one or more central processing units (CPU) 102, one or more interfaces 110, and one or more busses 106 (such as a peripheral component interconnect (PCI) bus). When acting under the control of appropriate software or firmware, CPU 102 may be responsible for implementing specific functions associated with the functions of a specifically configured computing device or machine. For example, in at least one embodiment, a computing device 100 may be configured or designed to function as a server system utilizing CPU 102, local memory 101 and/or remote memory 120, and interface(s) 110. In at least one embodiment, CPU 102 may be caused to perform one or more of the different types of functions and/or operations under the control of software modules or components, which for example, may include an operating system and any appropriate applications software, drivers, and the like.
CPU 102 may include one or more processors 103 such as, for example, a processor from one of the Intel, ARM, Qualcomm, and AMD families of microprocessors. In some embodiments, processors 103 may include specially designed hardware such as application-specific integrated circuits (ASICs), electrically erasable programmable read-only memories (EEPROMs), field-programmable gate arrays (FPGAs), and so forth, for controlling operations of computing device 100. In a specific embodiment, a local memory 101 (such as non-volatile random access memory (RAM) and/or read-only memory (ROM), including for example one or more levels of cached memory) may also form part of CPU 102. However, there are many different ways in which memory may be coupled to system 100. Memory 101 may be used for a variety of purposes such as, for example, caching and/or storing data, programming instructions, and the like. It should be further appreciated that CPU 102 may be one of a variety of system-on-a-chip (SOC) type hardware that may include additional hardware such as memory or graphics processing chips, such as a Qualcomm SNAPDRAGON™ or Samsung EXYNOS™ CPU as are becoming increasingly common in the art, such as for use in mobile devices or integrated devices.
As used herein, the term “processor” is not limited merely to those integrated circuits referred to in the art as a processor, a mobile processor, or a microprocessor, but broadly refers to a microcontroller, a microcomputer, a programmable logic controller, an application-specific integrated circuit, and any other programmable circuit.
In one embodiment, interfaces 110 are provided as network interface cards (NICs). Generally, NICs control the sending and receiving of data packets over a computer network; other types of interfaces 110 may for example support other peripherals used with computing device 100. Among the interfaces that may be provided are Ethernet interfaces, frame relay interfaces, cable interfaces, DSL interfaces, token ring interfaces, graphics interfaces, and the like. In addition, various types of interfaces may be provided such as, for example, universal serial bus (USB), Serial, Ethernet, FIREWIRE™, THUNDERBOLT™, PCI, parallel, radio frequency (RF), BLUETOOTH™, near-field communications (e.g., using near-field magnetics), 802.11 (WiFi), frame relay, TCP/IP, ISDN, fast Ethernet interfaces, Gigabit Ethernet interfaces, Serial ATA (SATA) or external SATA (ESATA) interfaces, high-definition multimedia interface (HDMI), digital visual interface (DVI), analog or digital audio interfaces, asynchronous transfer mode (ATM) interfaces, high-speed serial interface (HSSI) interfaces, Point of Sale (POS) interfaces, fiber data distributed interfaces (FDDIs), and the like. Generally, such interfaces 110 may include physical ports appropriate for communication with appropriate media. In some cases, they may also include an independent processor (such as a dedicated audio or video processor, as is common in the art for high-fidelity A/V hardware interfaces) and, in some instances, volatile and/or non-volatile memory (e.g., RAM).
Although the system shown in
Regardless of network device configuration, the system of the present invention may employ one or more memories or memory modules (such as, for example, remote memory block 120 and local memory 101) configured to store data, program instructions for the general-purpose network operations, or other information relating to the functionality of the embodiments described herein (or any combinations of the above). Program instructions may control execution of or comprise an operating system and/or one or more applications, for example. Memory 120 or memories 101, 120 may also be configured to store data structures, configuration data, encryption data, historical system operations information, or any other specific or generic non-program information described herein.
Because such information and program instructions may be employed to implement one or more systems or methods described herein, at least some network device embodiments may include nontransitory machine-readable storage media, which, for example, may be configured or designed to store program instructions, state information, and the like for performing various operations described herein. Examples of such nontransitory machine-readable storage media include, but are not limited to, magnetic media such as hard disks, floppy disks, and magnetic tape; optical media such as CD-ROM disks; magneto-optical media such as optical disks, and hardware devices that are specially configured to store and perform program instructions, such as read-only memory devices (ROM), flash memory (as is common in mobile devices and integrated systems), solid state drives (SSD) and “hybrid SSD” storage drives that may combine physical components of solid state and hard disk drives in a single hardware device (as are becoming increasingly common in the art with regard to personal computers), memristor memory, random access memory (RAM), and the like. It should be appreciated that such storage means may be integral and non-removable (such as RAM hardware modules that may be soldered onto a motherboard or otherwise integrated into an electronic device), or they may be removable such as swappable flash memory modules (such as “thumb drives” or other removable media designed for rapidly exchanging physical storage devices), “hot-swappable” hard disk drives or solid state drives, removable optical storage discs, or other such removable media, and that such integral and removable storage media may be utilized interchangeably. Examples of program instructions include both object code, such as may be produced by a compiler, machine code, such as may be produced by an assembler or a linker, byte code, such as may be generated by for example a Java™ compiler and may be executed using a Java virtual machine or equivalent, or files containing higher level code that may be executed by the computer using an interpreter (for example, scripts written in Python, Perl, Ruby, Groovy, or any other scripting language).
In some embodiments, systems according to the present invention may be implemented on a standalone computing system. Referring now to
In some embodiments, systems of the present invention may be implemented on a distributed computing network, such as one having any number of clients and/or servers. Referring now to
In addition, in some embodiments, servers 320 may call external services 370 when needed to obtain additional information, or to refer to additional data concerning a particular call. Communications with external services 370 may take place, for example, via one or more networks 310. In various embodiments, external services 370 may comprise web-enabled services or functionality related to or installed on the hardware device itself. For example, in an embodiment where client applications 230 are implemented on a smartphone or other electronic device, client applications 230 may obtain information stored in a server system 320 in the cloud or on an external service 370 deployed on one or more of a particular enterprise's or user's premises.
In some embodiments of the invention, clients 330 or servers 320 (or both) may make use of one or more specialized services or appliances that may be deployed locally or remotely across one or more networks 310. For example, one or more databases 340 may be used or referred to by one or more embodiments of the invention. It should be understood by one having ordinary skill in the art that databases 340 may be arranged in a wide variety of architectures and using a wide variety of data access and manipulation means. For example, in various embodiments one or more databases 340 may comprise a relational database system using a structured query language (SQL), while others may comprise an alternative data storage technology such as those referred to in the art as “NoSQL” (for example, Hadoop Cassandra, Google BigTable, and so forth). In some embodiments, variant database architectures such as column-oriented databases, in-memory databases, clustered databases, distributed databases, or even flat file data repositories may be used according to the invention. It will be appreciated by one having ordinary skill in the art that any combination of known or future database technologies may be used as appropriate, unless a specific database technology or a specific arrangement of components is specified for a particular embodiment herein. Moreover, it should be appreciated that the term “database” as used herein may refer to a physical database machine, a cluster of machines acting as a single database system, or a logical database within an overall database management system. Unless a specific meaning is specified for a given use of the term “database”, it should be construed to mean any of these senses of the word, all of which are understood as a plain meaning of the term “database” by those having ordinary skill in the art.
Similarly, most embodiments of the invention may make use of one or more security systems 360 and configuration systems 350. Security and configuration management are common information technology (IT) and web functions, and some amount of each are generally associated with any IT or web systems. It should be understood by one having ordinary skill in the art that any configuration or security subsystems known in the art now or in the future may be used in conjunction with embodiments of the invention without limitation, unless a specific security 360 or configuration system 350 or approach is specifically required by the description of any specific embodiment.
In various embodiments, functionality for implementing systems or methods of the present invention may be distributed among any number of client and/or server components. For example, various software modules may be implemented for performing various functions in connection with the present invention, and such modules may be variously implemented to run on server and/or client components.
Conceptual ArchitectureA DTMF crawler (DC) 522a may be a process that interrogates a target touch tone IVR or IVRs 513 that aren't VXML compliant (or whose VXML interface is not accessible) by placing actual telephone calls to an IVR 513 from the crawler platform via a telephone network 501 such as a public switched telephone network (PSTN) or cellular network such as a GSM or CDMA radio communications network. The crawler may then, as described previously, reverse engineer any discovered call flows such as by parsing each and every branch of the application by providing all possible DTMF inputs via a DTMF generator 524 (such as may be utilized to generate DTMF tones to signal a telephone input without requiring a physical key press, as is appropriate for software-based applications) at all possible layers, and may then build a complete test case library. This solution includes use of transcription to convert audio to text for the test cases, for example by utilizing an automated speech recognition (ASR) engine 523 so that the software-based crawler may parse and respond to heard voice prompts from the IVR via the telephone call. The input may be a phone number, or multiple numbers (internal or external, such as for testing internal IVR applications or remotely testing external IVRs from outside the internal telephone network), and the output may be a library of test cases or a diagrammatic representation of the IVR application structure suitable for adding to documentation or storing in a database.
An ASR/NLSR speech application crawler (ASC) 522b may be a process that interrogates a target ASR/NLSR speech-based IVR or IVRs 513 that aren't VXML compliant (or who's VXML interface is not accessible) by placing actual telephone calls to an IVR 513 from the crawler platform via a telephone network 501 such as a public switched telephone network (PSTN) or cellular network such as a GSM or CDMA radio communications network. The crawler may then, as described previously, reverse engineer any discovered call flows such as by parsing each and every branch of the application by providing all possible DTMF inputs via a speech utterance (Text to speech) generator 524 (such as may be utilized to generate simulated customer spoken utterances without requiring a live human speaker, as is appropriate for software-based applications) at all possible layers, and may then build a complete test case library. This solution includes use of transcription to convert audio to text for the test cases, for example by utilizing an automated speech recognition engine 523 so that the software-based crawler may parse and respond to heard voice prompts from the IVR via the telephone call. The input may be a phone number, or multiple numbers (internal or external, such as for testing internal IVR applications or remotely testing external IVRs from outside the internal telephone network), and the output may be a library of test cases suitable for adding to documentation or storing in a database.
A design crawler 520 may be a process that interrogates a standard speech application design template 510 used commonly in the art to build a complete library of test cases for the speech/DTMF application. In such an arrangement, the crawler may traverse a design document 510 such as a spreadsheet, and as described previously may reverse engineer any discovered flows from the document and output a test case library suitable for incorporation into either a database or IVR documentation, or both.
According to the embodiment, a crawler may perform reverse-engineering of call flows discovered during operation, generally by interacting with an IVR system to explore available call flow options, identify menu prompts, or identify call flow endpoints (for example, when an IVR directs a caller outside of the IVR system, such as to a contact center agent or a voice recording system to leave a message). For example, a DTMF crawler (as described above) may place a call to an IVR by dialing an access number as a customer would. Upon reaching the IVR, the crawler may record a menu prompt, and identify available options such as through integration with ASR engine 523 to infer choices for input (for example, “for department A, press 1”). The crawler may then provide input corresponding to a menu choice, for example by producing the audio tones appropriate to simulate a numerical key press on a telephone handset. This operation may continue throughout a call flow by listening to a menu prompt, identifying available choices, inputting a choice, and listening to a new prompt as the crawler progresses through an IVR system. When an endpoint is reached, such as when a call is routed to an agent or other system external to the IVR, the crawler may conclude that particular call flow, document it appropriately (such as by producing VXML data, human-readable documentation describing the call flow, or providing data for use in a test case as described below), and may then optionally call back to the IVR and continue traversing the call flows by selecting new input choices. For example, an entire IVR system may be traversed in this manner by iteratively selecting the next available choice for each menu prompt, starting with the last menu (as may be identified from a previous call flow, by recognizing when the call flow ended and the call was routed, and identifying the menu prompt immediately prior to that as the “last” one). In this manner, some or all of an IVR system may be reverse-engineered efficiently and automatically. Another exemplary arrangement for reverse-engineering using VXML data is described below, referring to
As illustrated, a test executive engine 540 may execute test cases based at least in part on stored or received input from the various IVR crawlers of the invention, and may present the results of test execution to a test results analyzer 545 for analysis. The resulting analyzed test results 550 may then be presented for review such as by a human analyst, or for storage in a database for further review at a later time or for future incorporation into addition analysis operations.
It should be appreciated that the system of the invention may incorporate multiple crawlers and crawler types such as those described above, interchangeably or simultaneously as may be desirable for a particular arrangement or application.
For example, a contact center with a number of IVR applications already in place may need to document their call flows and introduce test cases to audit operation. In such an arrangement, one or more types of IVR crawlers may be utilized to traverse and document an existing IVR setup from scratch, generating new documentation and test cases during operation. Similar approaches may be used to add documentation or test cases where previously there were none, allowing the documentation and testing of “in-place” or production systems, with no prior documentation needed.
In another exemplary arrangement, a contact center may wish to migrate to a new IVR system, for example during a change of ownership or locale, or a system upgrade. In such an arrangement, the contact center may utilize one or more types of IVR crawlers to traverse and document an existing IVR configuration, so that they may use this documentation as a starting point for rebuilding after the migration. Additionally, a crawler may be used to produce a plurality of VXML data describing the existing configuration, and suitable for importation into an IVR system. During the migration operation, this VXML data may then be imported into the new IVR system, effectively cloning the previous configuration in the new system and greatly expediting the overall migration process. Optionally, the new system may be audited using test cases or documentation produced prior to migration, ensuring the migration did not introduce any errors or corrupt data.
In another exemplary arrangement, a number of IVR crawlers may be used by a contact center in a continuous operation to continually or periodically traverse an IVR system, producing documentation for any changes as they are found. In such an arrangement, crawlers may keep IVR documentation current with regard to the state of an IVR configuration, for example to reflect changes made to menu prompts that might affect call flows. Additionally, test cases may be kept up-to-date as well, ensuring that changes made to call flows do not break testing operations unexpectedly, as well as ensuring that test cases may be used to audit any new changes.
DETAILED DESCRIPTION OF EXEMPLARY EMBODIMENTSIn this manner an existing IVR system may be crawled and parsed, producing not only documentation and test cases as described previously, but also a functional set of VXML data that may be suitable for use in duplicating or restoring an IVR system in full or in part. VXML data may be used to store backup copies of an IVR system, for example to maintain historical snapshots of an IVR in case of failure (for example, if a change is made that breaks a dialogue tree or causes other operational issues, a backup may be restored to rapidly repair function while the issue is diagnosed). VXML data may also be suitable for importing into an IVR system, generally for use in duplicating some or all of an IVR configuration such as to migrate to an upgraded system or to overwrite one IVR with another. For example, a company may wish to upgrade to an improved IVR system, and rather than manually configure an IVR and try to match a known desirable configuration, an existing IVR may be cloned or duplicated and loaded into the new system according to the embodiment. Another example may be a testing arrangement, wherein multiple IVR configurations may be deployed simultaneously and monitored. After determining a suitable or “most desirable” configuration based on measured performance results, VXML data created from crawling the desirable configuration may be used to overwrite and replace other configurations that were used in testing, such that only the desirable configuration remains in operation.
According to the embodiment, an IVR map 1010 may be interactive, enabling a user viewing map 1010 to browse in a manner suited to their individual preference or purpose (such as increasing or decreasing a level of detail in information presented, or to view specific areas of a map to inspect particular dialogue options or pathways, for example) immediately take action based on the information presented. For example, if a mistake in a dialogue prompt (such as an outdated description or incorrect vocabulary) is seen, a user may correct the issue through direct interaction with map 1010. An IVR crawler producing a map 1010 to document an IVR system may also produce a plurality of VXML data corresponding to the information being presented in map 1010, and a live or real-time correlation between the two may be enforced by an IVR system such that a change via an interactive map may be processed, corresponding VXML may be updated to match the change, and the modified VXML may be imported into an IVR system (as described previously, referring to
According to the embodiments described above, referring to
The skilled person will be aware of a range of possible modifications of the various embodiments described above. Accordingly, the present invention is defined by the claims and their equivalents.
Claims
1. A system for interactive voice response (IVR) system crawling, comprising:
- an IVR crawler comprising at least a plurality of programming instructions stored in a memory and operating on a processor of a network-connected computing device, and configured to: connect to an IVR system via a network; traverse an IVR menu path by identifying a plurality of available IVR menu options as they are provided audibly by the IVR system and providing a plurality of input choices to the IVR system, the input choices produced based at least in part on the identified available IVR menu options, to progress through the menu; and produce documentation of the IVR paths and branches discovered during the traversal of the IVR menu path.
2. The system of claim 1, wherein the IVR crawler is a VXML-based crawler.
3. The system of claim 2, further comprising a VXML browser comprising a plurality of programming instructions stored in a memory and operating on a processor of a network-connected computing device, and configured to provide a plurality of VXML data to a VXML-based crawler via a network.
4. The system of claim 3, wherein the VXML-based crawler receives a plurality of VXML data from the VXML browser, and traverses an IVR menu path based in least in part on the received VXML data.
5. The system of claim 1, wherein the IVR crawler is a design-based crawler.
6. The system of claim 5, wherein the design-based crawler processes a design specification for an IVR.
7. The system of claim 1, wherein the IVR crawler is a dual-tone multi-frequency (DTMF) based crawler.
8. The system of claim 7, wherein the DTMF-based crawler connects to an IVR system by placing a telephone call via a telephony-based network.
9. The system of claim 8, wherein the DTMF-based crawler provides an input choice to the IVR system by generating a DTMF audio tone.
10. The system of claim 1, wherein the IVR crawler is an automated speech recognition (ASR)/natural language speech recognition (NLSR) speech-based crawler.
11. The system of claim 7, wherein the ASR/NLSR speech-based crawler connects to an IVR system by placing a telephone call via a telephony-based network.
12. The system of claim 8, wherein the ASR/NLSR speech-based crawler provides an input choice to the IVR system by generating a plurality of speech utterance audio data.
13. The system of claim 9, further comprising an automatic speech recognition engine comprising a plurality of programming instructions stored in a memory and operating on a processor of a network-connected computing device, and configured to interpret menu prompts comprising audio data, and to provide interpretation result data to a DTMF or ASR/NLSR speech-based crawler.
14. The system of claim 1, further comprising a test case execution engine comprising a plurality of programming instructions stored on a memory and operating on a processor of a network-connected computing device, and configured to execute a test case produced by the IVR crawler.
15. The system of claim 11, wherein the test cases are received directly from the IVR crawler as they are produced.
16. The system of claim 11, further comprising a test results analyzer comprising a plurality of programming instructions stored in a memory and operating on a processor of a network-connected computing device, and configured to analyze the results of test case execution from the test execution engine.
17. A method for interactive voice response (IVR) system crawling, comprising:
- connecting to an IVR system via a network using an IVR crawler comprising at least a plurality of programming instructions stored in a memory and operating on a processor of a network-connected computing device;
- traversing an IVR menu path using the IVR crawler by identifying a plurality of available IVR menu options as they are provided audibly by the IVR system and providing a plurality of input choices to the IVR system, the input choices produced based at least in part on the identified available IVR menu options, to progress through the menu; and
- producing documentation of the IVR paths and branches discovered during the traversal of the IVR menu path.
18. The method of claim 17, further comprising the steps of:
- configuring a test case based on the documentation produced by the IVR crawler;
- executing the test case using a test execution engine comprising at least a plurality of programming instructions stored in a memory and operating on a processor of a network-connected computing device;
- analyzing the results of test case execution from the test execution engine; and
- displaying the analysis results.
Type: Application
Filed: Apr 9, 2019
Publication Date: Nov 7, 2019
Inventors: Alok Kulkarni (Glen Iris), Geoff Willshire (Yeronga), Ian Ng (New York, NY), Thomas Fejes (Freshwater)
Application Number: 16/379,084