US8416764B2 - System and method for object registration in a VoIP environment - Google Patents
System and method for object registration in a VoIP environment Download PDFInfo
- Publication number
- US8416764B2 US8416764B2 US11/888,986 US88898607A US8416764B2 US 8416764 B2 US8416764 B2 US 8416764B2 US 88898607 A US88898607 A US 88898607A US 8416764 B2 US8416764 B2 US 8416764B2
- Authority
- US
- United States
- Prior art keywords
- component
- management agent
- software
- session management
- managed object
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related, expires
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/66—Arrangements for connecting between networks having differing types of switching systems, e.g. gateways
Definitions
- the illustrative embodiment of the present invention relates generally to a Voice over Internet Protocol (VoIP) environment, and more particularly to a method of registering objects in a VoIP environment.
- VoIP Voice over Internet Protocol
- VoIP Voice over Internet Protocol
- VoIP is a protocol that allows a user to make telephone calls using an Internet connection rather than a traditional analog telephone connection.
- VoIP the caller's voice signal is converted from an analog signal into a digital signal carried by IP packets that travel over the Internet. The digital signal is then converted back into a voice analog signal at the other end so that the caller can speak with a called party.
- VoIP uses the Internet as the transmission medium for telephone calls by sending voice data in packets using IP rather than by traditional circuit transmissions of the Public Switched Telephone Network (PSTN).
- PSTN Public Switched Telephone Network
- VoIP environments typically include one or more management facilities which are used to manage the various software modules that are part of the VoIP environment.
- One difficulty in managing the software modules arises when the management facilities and the software modules are from different object systems.
- Another problem arises in determining the types of objects supported by the software modules so that the management facilities can communicate with those objects. It would be desirable to have a mechanism that automatically registers the type of objects supported by the software modules and is able to bi-directionally convert the formats of communications sent between the management facility and the registered objects.
- the illustrative embodiment of the present invention provides a mechanism for managing software modules in a VOIP environment.
- a component management agent is provided for each VOIP software component in the VOIP environment.
- the component management agent registers with a session management agent which is in communication with a session management software facility.
- the component management agent accepts registrations from each software module in the component that it represents.
- the software module registrations indicate the type of objects that the software module supports.
- Subsequent managed object requests received from the session management facility are automatically directed to the appropriate software modules based on the registration information.
- the session management agent and component management agent perform format conversions for the managed object requests where the session management facility and software modules are utilizing different object systems.
- a computer-implemented method for managing software modules in a VoIP environment that has multiple software components, where each software component is associated with at least one software module, includes the step of providing a component management agent for each of the software components.
- the method also includes the step of accepting, at each component management agent, a registration containing information from each of the software modules associated with the software component.
- the method also programmatically directs at the component management agent, based upon the received registration information, a managed object request to at least one software module associated with the software components.
- a computer-implemented system for managing software modules in a VoIP environment includes multiple software components. Each software component is associated with at least one software module.
- the system also includes a component management agent for each of the multiple software components in the VOIP environment.
- the component management agent accepts a registration containing information from each of the software modules associated with the software component.
- the component management agent programmatically directs, based upon the received registration information, a managed object request to at least one software module associated with the software components.
- the system also includes a session management agent that is in communication with a session management facility.
- FIG. 1 depicts an environment suitable for practicing the illustrative embodiment of the present invention
- FIG. 2 depicts the network based components of FIG. 1 in greater detail
- FIG. 3 is a flowchart of the sequence of steps followed by the illustrative embodiment handle managed object requests directed to software modules;
- FIG. 4A is a flowchart of a sequence of steps followed by the illustrative embodiment to serialize and de-serialize managed object requests sent from the session management facility to one or more software modules;
- FIG. 4B is a flowchart of a sequence of steps followed by the illustrative embodiment to serialize and de-serialize responses sent from a software module to the session management facility.
- the management of distributed mixed-language objects presents some difficulties in VOIP environments.
- the present invention provides a mechanism for automatically registering object types used by the deployed VoIP components and ensuring that the management facility is able to communicate with the mixed language objects.
- Both the management facility and the deployed VOIP components are represented by agents.
- Component management agents representing the software modules associated with the respective VOIP components handle the registration of object types and subsequent routing of object management requests and the responses to the requests.
- a software management agent representing the management facility handles the language conversions necessary for the session management facility to communicate with software modules using mixed language objects.
- FIG. 1 depicts an exemplary VoIP environment.
- a first computing device 2 interfaced with a network 4 includes or is accessible by a calling unit 3 .
- the calling unit 3 may be a physical device such as a phone or alternatively may be a software process providing communication features. It will be appreciated that the phone itself may be equipped with a processor and capable of directly accessing and sending digital communications over the network 4 .
- the calling unit 3 may be a conventional analog phone that is connected to the first computing device 2 via a modem that converts the analog signal of the phone into a digital signal before transmitting the signal over the network 4 .
- the calling unit 3 sends a call or communication request to a session control component 7 that is executing on a server 6 in the network 4 .
- the session control component 7 is a control agent that has access to registrar and location databases.
- the session control component 7 checks the database to determine the location of the called unit 11 on a second computing device 8 interfaced with the network 4 .
- a connection request is sent to the called unit 11 by the session control component 7 . If the called unit 11 is available, an acknowledgement is sent back to the session control component 7 and forwarded to the calling unit 3 .
- the session control component 7 also passes on information to both the calling unit 3 and the called unit 11 enabling the formation of a session utilizing a communication stream 20 that is bi-directionally transmitted between the calling unit 3 and the called unit 11 .
- the communication stream 20 may use RTP (Real Time Transport Protocol) or a similar transport protocol to transport voice, video or other data over the network 4 .
- the communication stream 20 may be directed through one or more session relay components 8 .
- the session control component 7 may use the Session Initiation Protocol (SIP) to establish and tear down call sessions.
- SIP Session Initiation Protocol
- the calling unit 3 sends an initial invitation identifying the called unit 11 to the session control component 7 .
- the invitation includes the Session Description Protocol (SDP) for the calling unit 3 .
- SDP describes the media content of the desired session. For example, the SDP describes what IP ports to use in the session and the desired codecs.
- the session control component 7 may authenticate the user of the calling unit 3 that is initiating the invitation before taking additional action. An invitation message which includes the SDP of the calling unit 3 is then sent by the session control component 7 to the called unit 11 .
- the called unit 11 If the called unit 11 is able to take the call, and acknowledgement is sent back to the session control component 7 with the SDP of the called unit 11 .
- the session control component 7 forwards the acknowledgement to the calling unit along with SDP of the called unit 11 that contains the necessary codec and port information so that the calling unit 3 and the called unit 11 can thereafter communicate. If both the calling unit and the called unit support the same SIP features, those features may be implemented in the established communication session.
- the server 6 also includes a session management facility 9 .
- the session management facility 9 manages the deployed VOIP components such as the session control component 7 , session relay component 8 and session gateway component 12 (depicted in FIG. 2 and discussed further below).
- the session management facility 9 may be a web-based application for managing the VOIP services, resources, sessions, users and clients.
- the session management facility 9 may provide a common web browser interface for managing the application components and integrating fault, configuration, performance and security management for the VOIP functions. Additionally, the session management facility 9 may allow a user to manage call handling and voice mail features through a secure web browser and may provide an XML/SOAP interface for integration with third-party or customer developed management applications and systems.
- the first and second computing devices 2 and 10 may be a workstation, server, laptop, PDA, IP-enabled phone or other computing device equipped with a processor and able to establish a communication session over the network 4 .
- the calling unit 3 and called unit 11 may be analog phones, digital phones or software processes providing communication features.
- the network 4 may be the Internet, a Local Area Network (LAN), a Wide Area Network (WAN), a wireless network, or some other type of network over which the first computing device 2 , second computing device 10 and server 6 can communicate.
- the session control component 7 is depicted as executing on a server 6 although it should be appreciated that the session control component may also operate on other types of computing devices.
- the session management facility 9 is in communication with a database 15 holding objects used by the session management facility to send managed object requests to the deployed software components.
- the objects in the database 15 are Java objects and the session management facility 9 may generate Java-based managed object requests which are Java representations of Hessian objects.
- the managed object requests are sent to the deployed VoIP components via the SMA 30 .
- the VoIP components may include a session control component 7 , session relay component 8 and session gateway component 12 .
- the session gateway component 12 is used to bridge a VoIP network and a traditional PSTN/PBX infrastructure so as to allow a user to place and receive a call with a PBX user or a user of the PSTN network.
- the session gateway 12 enables a user to migrate to VoIP while using the traditional PBX and maintaining communications with the public telephone infrastructure.
- Each of the deployed VoIP components 7 , 8 and 12 is associated with a CMA 40 , 50 or 60 .
- the CMA 40 , 50 or 60 receives managed object requests from the Session Management Facility 9 via the SMA 30 .
- the CMA 40 , 50 or 60 notifies the SMA 30 of its presence and of which components 7 , 8 or 12 it represents.
- Each of the VoIP components may include one or more software modules 31 , 32 , 33 , 34 , 35 and 36 .
- Each of the modules 31 , 32 , 33 , 34 , 35 and 36 registers with the CMA 40 , 50 or 60 associated with its component.
- the registration indicates the object types it supports.
- the registration indicates to the CMA that the object types supported by the software modules 31 , 32 , 33 , 34 , 35 and 36 are C++ representations of Hessian objects.
- the CMA 40 , 50 or 60 routes the managed object request to the appropriate software modules 31 , 32 , 33 , 34 , 35 or 36 after converting the format of the request.
- the SMA 30 serializes the Java objects into binary form and forwards the data stream containing the managed object request to one or more CMAs 40 , 50 or 60 .
- the CMAs 40 , 50 and/or 60 de-serialize the binary data stream containing the managed object request into a C++ object stream representing a Hessian object.
- a UML design tool which may be used to output both C++ and Java class may be utilized.
- the CMAs 40 , 50 and/or 60 forwarded the object stream representing the managed object request to the appropriate software module based on the object type registration previously performed.
- the CMAs 40 , 50 and/or 60 serialize the response object stream (which may be a C++ representation of a Hessian object) into a binary data stream.
- the binary data stream containing the response to the managed object request is directed to the SMA 30 .
- the SMA 30 de-serializes the binary data stream into an object stream (in one implementation, the binary data stream is de-serialized into a Java representation of a Hessian object) and forwards the object stream to the session management facility 9 .
- the same UML tool that was used to convert the managed object request from Java to C++ is used to perform the conversion from C++ to Java.
- the invention thus allows a programmatic way for q Java based session management facility 9 to communicate with C++ based software modules 31 , 32 , 33 , 34 , 35 and 36 in the deployed VoIP components.
- FIG. 3 is a flowchart of a sequence of steps that may be followed by the illustrative embodiment of the present invention in order to handle managed object requests directed to software modules in deployed VoIP components.
- the sequence begins by providing CMAs 40 , 50 or 60 for each deployed software component 7 , 8 and 12 (step 70 ).
- the CMA 40 , 50 or 60 notifies the SMA 30 of its existence upon startup and informs the SMA as to which software component 7 , 8 or 12 it represents (step 72 ).
- the software modules 31 , 32 , 33 , 34 , 35 and 36 in the deployed VoIP components register with their respective CMAs 40 , 50 or 60 (step 74 ).
- the CMA 40 , 50 or 60 subsequently receives a managed object request from the SMA 30 (step 76 ) and directs the managed object request to the appropriate software modules 31 , 32 , 33 , 34 , 35 and/or 36 based on the object registration information previously received (step 78 ).
- FIG. 4A is a flowchart of a sequence of steps that may be followed by the illustrative embodiment to generate managed object requests in a mixed-language environment.
- the sequence begins when the session management facility 9 generates a Java-based managed object request (step 80 ).
- the SMA 30 then serializes the managed object request into a binary data stream (step 82 ).
- the binary data stream is sent to a CMA 40 , 50 or 60 (step 84 ).
- the CMA 40 , 50 or 60 Upon receipt of the binary data stream, the CMA 40 , 50 or 60 de-serializes the binary data stream into an object stream such as a C++ representation of a Hessian object (step 86 ). The object stream is then directed to one or more software modules 31 , 32 , 33 , 34 , 35 and 36 based on the object registration information previously received by the CMA 40 , 50 or 60 (step 88 ).
- FIG. 4B is a flowchart of a sequence of steps followed by the illustrative embodiment of the present invention to transmit the software modules response to managed object requests.
- the sequence begins with a software module 31 , 32 , 33 , 34 , or 36 sending an object stream, such as a C++ representation of a Hessian object, to a CMA 40 , 50 or 60 in response to a managed object request generated by the session management facility 9 (step 90 ).
- the object stream may also be a software module's autonomous request for managed object data from the session management facility.
- the CMA 40 , 50 or 60 serializes the object stream into a binary data stream (step 92 ).
- the CMA 40 , 50 or 60 then sends the binary data stream containing the response (or the autonomous request) to the SMA 30 (step 94 ).
- the SMA 30 de-serializes the binary data stream into an object representation, such as a Java representation of a Hessian object, (step 96 ) and then sends the object representation to the session management facility (step 98 ).
- the present invention may be provided as one or more computer-readable programs embodied on or in one or more mediums.
- the mediums may be a floppy disk, a hard disk, a compact disc, a digital versatile disc, a flash memory card, a PROM, a RAM, a ROM, or a magnetic tape.
- the computer-readable programs may be implemented in any programming language. Some examples of languages that can be used include FORTRAN, C, C++, C#, or JAVA.
- the software programs may be stored on or in one or more mediums as object code. Hardware acceleration may be used and all or a portion of the code may run on a FPGA or an ASIC.
- the code may run in a virtualized environment such as in a virtual machine. Multiple virtual machines running the code may be resident on a single processor.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Stored Programmes (AREA)
Abstract
Description
Claims (24)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/888,986 US8416764B2 (en) | 2006-08-03 | 2007-08-02 | System and method for object registration in a VoIP environment |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US83533706P | 2006-08-03 | 2006-08-03 | |
US11/888,986 US8416764B2 (en) | 2006-08-03 | 2007-08-02 | System and method for object registration in a VoIP environment |
Publications (2)
Publication Number | Publication Date |
---|---|
US20080031230A1 US20080031230A1 (en) | 2008-02-07 |
US8416764B2 true US8416764B2 (en) | 2013-04-09 |
Family
ID=39029093
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/888,986 Expired - Fee Related US8416764B2 (en) | 2006-08-03 | 2007-08-02 | System and method for object registration in a VoIP environment |
Country Status (1)
Country | Link |
---|---|
US (1) | US8416764B2 (en) |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9230286B2 (en) * | 2008-03-14 | 2016-01-05 | Industrial Technology Research Institute | Methods and systems for associating users through network societies |
CN103078857B (en) * | 2012-12-31 | 2014-09-17 | 中国人民解放军总参谋部第五十四研究所 | VoIP (Voice over Internet Protocol) Internet protocol component-based development method |
US10498862B2 (en) * | 2016-12-12 | 2019-12-03 | Sap Se | Bi-directional communication for an application object framework |
US11190614B2 (en) | 2018-07-27 | 2021-11-30 | Vmware, Inc. | Bidirectional command protocol via a unidirectional communication connection for reliable distribution of tasks |
US11012500B2 (en) * | 2018-07-27 | 2021-05-18 | Vmware, Inc. | Secure multi-directional data pipeline for data distribution systems |
US11347572B2 (en) | 2019-09-26 | 2022-05-31 | Vmware, Inc. | Methods and apparatus for data pipelines between cloud computing platforms |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020146159A1 (en) * | 2001-04-09 | 2002-10-10 | Siemens Aktiengesellschaft | Method for processing objects of a standardized communication protocol |
US20040015849A1 (en) * | 2001-04-06 | 2004-01-22 | Sanchez Humberto A. | Java C++ proxy objects |
US20050044188A1 (en) * | 2003-08-20 | 2005-02-24 | Oki Electric Industry Co., Ltd. | Service providing system allowing flexible cooperation between applications exploiting different protocols |
US20060130070A1 (en) * | 2004-11-22 | 2006-06-15 | Graf Lars O | System and method of event correlation |
US20060165106A1 (en) * | 2004-11-08 | 2006-07-27 | Kenya Nishiki | Contact information management apparatus and method for managing contact information |
-
2007
- 2007-08-02 US US11/888,986 patent/US8416764B2/en not_active Expired - Fee Related
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040015849A1 (en) * | 2001-04-06 | 2004-01-22 | Sanchez Humberto A. | Java C++ proxy objects |
US20020146159A1 (en) * | 2001-04-09 | 2002-10-10 | Siemens Aktiengesellschaft | Method for processing objects of a standardized communication protocol |
US20050044188A1 (en) * | 2003-08-20 | 2005-02-24 | Oki Electric Industry Co., Ltd. | Service providing system allowing flexible cooperation between applications exploiting different protocols |
US20060165106A1 (en) * | 2004-11-08 | 2006-07-27 | Kenya Nishiki | Contact information management apparatus and method for managing contact information |
US20060130070A1 (en) * | 2004-11-22 | 2006-06-15 | Graf Lars O | System and method of event correlation |
Also Published As
Publication number | Publication date |
---|---|
US20080031230A1 (en) | 2008-02-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7751535B2 (en) | Voice browser implemented as a distributable component | |
JP5444995B2 (en) | Session sharing system, method and program, and user terminal | |
US9479400B2 (en) | Servlet API and method for XMPP protocol | |
US7505574B2 (en) | Method and system for providing an improved communications channel for telephone conference initiation and management | |
US8473967B2 (en) | Systems and methods for providing a client-side application programming interface to access a networked telecommunication resource | |
RU2406120C2 (en) | Mixed messaging mode for multiple points of presence | |
US8229090B2 (en) | Voice portal communications | |
US20140280995A1 (en) | Browser-based communications enhanced with enterprise communication features | |
US20250126172A1 (en) | System and method for managing media and signaling in a communication platform | |
US20050094776A1 (en) | Method and system for providing communication services for hearing-impaired parties | |
US8484704B2 (en) | Next generation integration between different domains, such as, enterprise and service provider using sequencing applications and IMS peering | |
BRPI0614428B1 (en) | METHOD FOR ASSOCIATION OF A PHONE CALL TO A CALLER, A METHOD FOR PROVIDING COMPUTER DIALOGUE IN ASSOCIATION WITH A COMPUTER CALL AND A COMPUTER-READABLE MEANS CONTAINING INSTRUCTIONS FOR A FIRST MIRROR | |
US8416764B2 (en) | System and method for object registration in a VoIP environment | |
WO2016028121A1 (en) | System and method for enhancing user experience during interactive audio-visual communication | |
KR20110008211A (en) | Open architecture based on real-time multilingual communication service with different domains | |
US7599354B2 (en) | Architecture and method for rapid development and implementation of voice over IP features | |
US20080198994A1 (en) | General Intellectual Click-To-Dial Method And The Software Structure Thereof | |
CN116636199A (en) | A call processing method, call processing device and related equipment | |
US8041800B2 (en) | Automatic orchestration of dynamic multiple party, multiple media communications | |
EP1770962A1 (en) | Method and apparatus for providing internet protocol connectivity without consulting a domain name sytem server | |
CN101686247B (en) | Method and system of information processing | |
US20070208804A1 (en) | System for invoking web services by means of SIP signaling | |
CN102948184A (en) | A system for verifying a video call number entry in a directory service | |
US8594128B2 (en) | Method and apparatus for enabling dynamic protocol interworking resolution with diverse endpoints | |
CN114710821A (en) | Method, system and storage medium for VoLTE relay access to SIP contact center |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: BLUENOTE NETWORKS, INC., MASSACHUSETTS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:KACHER, CHRISTOPHER J.;SHEA, RICHARD W.;WHITE, DAVID R.;REEL/FRAME:019715/0072;SIGNING DATES FROM 20070723 TO 20070727 Owner name: BLUENOTE NETWORKS, INC., MASSACHUSETTS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:KACHER, CHRISTOPHER J.;SHEA, RICHARD W.;WHITE, DAVID R.;SIGNING DATES FROM 20070723 TO 20070727;REEL/FRAME:019715/0072 |
|
AS | Assignment |
Owner name: ASPECT SOFTWARE, INC., ILLINOIS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:BLUENOTE NETWORKS, INC.;REEL/FRAME:022882/0146 Effective date: 20080513 |
|
AS | Assignment |
Owner name: JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT Free format text: SECURITY AGREEMENT;ASSIGNORS:ASPECT SOFTWARE, INC.;FIRSTPOINT CONTACT TECHNOLOGIES, LLC (F/K/A ROCKWELL ELECTRONIC COMMERCE TECHNOLOGIES, LLC);ASPECT SOFTWARE, INC. (AS SUCCESSOR TO ASPECT COMMUNICATIONS CORPORATION);REEL/FRAME:024505/0225 Effective date: 20100507 |
|
AS | Assignment |
Owner name: U.S. BANK NATIONAL ASSOCIATION, AS COLLATERAL AGEN Free format text: SECURITY INTEREST;ASSIGNORS:ASPECT SOFTWARE, INC.;FIRSTPOINT CONTACT TECHNOLOGIES, LLC;REEL/FRAME:024651/0637 Effective date: 20100507 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
AS | Assignment |
Owner name: WILMINGTON TRUST, NATIONAL ASSOCIATION, AS ADMINIS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:JPMORGAN CHASE BANK, N.A.;REEL/FRAME:034281/0548 Effective date: 20141107 |
|
AS | Assignment |
Owner name: ASPECT SOFTWARE, INC., ARIZONA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:U.S. BANK NATIONAL ASSOCIATION;REEL/FRAME:039012/0311 Effective date: 20160525 Owner name: ASPECT SOFTWARE, INC., ARIZONA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:039013/0015 Effective date: 20160525 |
|
AS | Assignment |
Owner name: WILMINGTON TRUST, NATIONAL ASSOCIATION, MINNESOTA Free format text: SECURITY INTEREST;ASSIGNORS:ASPECT SOFTWARE PARENT, INC.;ASPECT SOFTWARE, INC.;DAVOX INTERNATIONAL HOLDINGS LLC;AND OTHERS;REEL/FRAME:039052/0356 Effective date: 20160525 |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
SULP | Surcharge for late payment | ||
FEPP | Fee payment procedure |
Free format text: PAT HOLDER NO LONGER CLAIMS SMALL ENTITY STATUS, ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: STOL); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |
|
AS | Assignment |
Owner name: JEFFERIES FINANCE LLC, NEW YORK Free format text: SECOND LIEN PATENT SECURITY AGREEMENT;ASSIGNORS:NOBLE SYSTEMS CORPORATION;ASPECT SOFTWARE, INC.;REEL/FRAME:057674/0664 Effective date: 20210506 Owner name: JEFFERIES FINANCE LLC, NEW YORK Free format text: FIRST LIEN PATENT SECURITY AGREEMENT;ASSIGNORS:NOBLE SYSTEMS CORPORATION;ASPECT SOFTWARE, INC.;REEL/FRAME:057261/0093 Effective date: 20210506 |
|
AS | Assignment |
Owner name: ASPECT SOFTWARE PARENT, INC., MASSACHUSETTS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:057254/0363 Effective date: 20210506 Owner name: ASPECT SOFTWARE, INC., MASSACHUSETTS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:057254/0363 Effective date: 20210506 Owner name: DAVOX INTERNATIONAL HOLDINGS LLC, MASSACHUSETTS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:057254/0363 Effective date: 20210506 Owner name: VOICEOBJECTS HOLDINGS INC., MASSACHUSETTS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:057254/0363 Effective date: 20210506 Owner name: VOXEO PLAZA TEN, LLC, MASSACHUSETTS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:057254/0363 Effective date: 20210506 |
|
AS | Assignment |
Owner name: ALVARIA, INC., MASSACHUSETTS Free format text: CHANGE OF NAME;ASSIGNOR:ASPECT SOFTWARE, INC.;REEL/FRAME:057254/0377 Effective date: 20210528 |
|
AS | Assignment |
Owner name: ALVARIA CAYMAN (CX), GEORGIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ALVARIA INC.;REEL/FRAME:066850/0285 Effective date: 20240320 Owner name: NOBLE SYSTEMS, LLC, GEORGIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:JEFFRIES FINANCE LLC;REEL/FRAME:066850/0428 Effective date: 20240320 Owner name: ALVARIA, INC., GEORGIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:JEFFRIES FINANCE LLC;REEL/FRAME:066850/0428 Effective date: 20240320 Owner name: NOBLE SYSTEMS, LLC, GEORGIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:JEFFRIES FINANCE LLC;REEL/FRAME:066850/0384 Effective date: 20240320 Owner name: ALVARIA, INC., GEORGIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:JEFFRIES FINANCE LLC;REEL/FRAME:066850/0384 Effective date: 20240320 Owner name: JEFFERIES FINANCE LLC, NEW YORK Free format text: PATENT SECURITY AGREEMENT;ASSIGNORS:ALVARIA CAYMAN (WEM);ALVARIA CAYMAN (CXIP);REEL/FRAME:066850/0334 Effective date: 20240320 |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20250409 |