US20070220148A1 - Managing parallel requests in a communications environment supporting serial and parallel request handlers - Google Patents

Managing parallel requests in a communications environment supporting serial and parallel request handlers Download PDF

Info

Publication number
US20070220148A1
US20070220148A1 US11/385,264 US38526406A US2007220148A1 US 20070220148 A1 US20070220148 A1 US 20070220148A1 US 38526406 A US38526406 A US 38526406A US 2007220148 A1 US2007220148 A1 US 2007220148A1
Authority
US
United States
Prior art keywords
message
recipient
parallel
messages
refer
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.)
Granted
Application number
US11/385,264
Other versions
US7730192B2 (en
Inventor
Krishnamurthy Ganesan
Adrian Potra
Sundaram Anantharaman
Paul D. Tidwell
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Microsoft Corp filed Critical Microsoft Corp
Priority to US11/385,264 priority Critical patent/US7730192B2/en
Assigned to MICROSOFT CORPORATION reassignment MICROSOFT CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ANANTHARAMAN, SUNDARAM, TIDWELL, PAUL D., GANESAN, KRISHNAMURTHY, POTRA, ADRIAN
Publication of US20070220148A1 publication Critical patent/US20070220148A1/en
Application granted granted Critical
Publication of US7730192B2 publication Critical patent/US7730192B2/en
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/63Routing a service request depending on the request content or context
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/1066Session management
    • H04L65/1101Session protocols
    • H04L65/1104Session initiation protocol [SIP]

Definitions

  • Participants in networked communications environments sometimes need to communicate with one another, such as to exchange requests and responses containing results of the requests.
  • Participants are applications, users, and generally any entity that uses communications services provided by the networked communications environment.
  • a client participant e.g., an application executing on a computing device
  • the server participant may send to the client participant a response containing results of the service request.
  • An endpoint is a device or software that represents a participant in the networked communications environment. Each participant can have multiple endpoints through which it can send and receive communications.
  • a user or application can use a mobile computer as an endpoint as well as a desktop computer as an endpoint.
  • the participants employ a source endpoint to send communications to a target endpoint and employ a target endpoint to receive communications sent by a source endpoint.
  • the endpoints may employ various mechanisms to communicate messages containing requests and responses, such as a Session Initiation Protocol (“SIP”).
  • SIP Session Initiation Protocol
  • SIP is an application-layer control protocol that endpoints can use to discover one another and to establish, modify, and terminate communications sessions.
  • SIP is an Internet-proposed standard. Its specification, “RFC 3261,” is available at the Internet Engineering Task Force's web site (www.ieff.org). This specification is incorporated herein in its entirety by reference.
  • An exchange of messages during a SIP session is generally referred to as a dialog.
  • SIP may use lower-level communications layers to transport a dialog's messages, such as Transmission Control Protocol/Internet Protocol (“TCP/IP”), which are commonly employed transport- and network-layer protocols.
  • TCP/IP Transmission Control Protocol/Internet Protocol
  • a server participant supports parallel requests it can receive multiple requests even though it has not serviced (e.g., responded to) an earlier request.
  • a server participant supports requests serially it needs to respond to an earlier request before processing a subsequent request.
  • Client participants may have insufficient information to determine whether to wait for a response to a request before sending another request or to send all pending requests and await multiple responses.
  • a client participant provided by a vendor that sends a request to a server participant may need to send multiple requests to a server participant provided by another vendor.
  • requests can be sent in parallel, responses may be received in a timely manner.
  • a facility for managing parallel requests in a communications environment having devices or applications (“request handlers”) that support serial and parallel message processing.
  • the facility determines whether a request handler supports multiple requests in parallel or in serial by sending a message (e.g., a request) containing an identifier and determining whether the request handler returns an indication of the identifier in a response.
  • a message e.g., a request
  • the facility determines that the request handler supports parallel requests. Request handlers that do not return the identifier are determined to support only serial requests.
  • the facility When first sending a request, or if the request handler has not been determined to be capable of handling multiple requests in parallel, the facility enqueues requests it receives from an application or other user of the facility, but sends each request to the request handler only after it receives a response to a request it previously sent. Upon determining that the request handler supports multiple requests in parallel, the facility sends all enqueued requests to the request handler.
  • the facility may provide an application program interface that enables applications to assume that the request handler can handle requests in parallel. The facility enqueues the requests until it determines whether the request handler supports parallel requests.
  • FIG. 1 is a block diagram illustrating an example of a suitable computing environment in which the facility may operate.
  • FIG. 2 is a block diagram illustrating an example of a suitable environment in which the facility may operate in some embodiments.
  • FIGS. 3-4 are message flow diagrams illustrating message flows in a session initiation protocol communications model.
  • FIGS. 5-6 are message diagrams indicating portions of messages sent or received by the facility in various embodiments.
  • FIG. 7 is a state diagram illustrating states associated with components of the facility in various embodiments.
  • FIG. 8A is a block diagram illustrating components of the facility in various embodiments.
  • FIG. 8B is a table diagram illustrating a correspondence table employed by the facility in some embodiments.
  • FIG. 9 is a flow diagram illustrating a send_refer routine invoked by the facility in some embodiments.
  • FIG. 10 is a flow diagram illustrating a receive_notify routine invoked by the facility in some embodiments.
  • FIG. 11 is a flow diagram illustrating a handle_serial routine invoked by the facility in some embodiments.
  • FIG. 12 is a flow diagram illustrating a handle_parallel routine invoked by the facility in some embodiments.
  • FIG. 13 is a flow diagram illustrating a process_queue routine invoked by the facility in some embodiments.
  • a facility for managing parallel requests in a communications environment having devices or applications (“request handlers”) that support serial and parallel message processing.
  • the facility determines whether a request handler supports multiple requests in parallel or requests in serial by sending a message (e.g., a request) containing an identifier and determining whether the request handler returns an indication of the identifier in a response.
  • a message e.g., a request
  • the facility determines that the request handler supports parallel requests.
  • Request handlers that do not return the identifier are determined to support only serial requests.
  • endpoints can send and receive SIP REFER and NOTIFY messages.
  • An application can invoke a method of an application program interface (“API”) provided by the facility to send multiple requests without needing information about whether the request handler that processes the requests can receive and process multiple requests in parallel.
  • API application program interface
  • the application indicates a request handler, such as by providing a uniform resource identifier (“URI”) of the request handler.
  • URI uniform resource identifier
  • the facility creates a REFER message containing the request, adds an identifier to a CSeq header field of the message, and sends the REFER message containing the request to the indicated request handler.
  • the request handler receives the REFER message, processes the request, and invokes an API method provided by the facility to return a response.
  • the API method that returns the response creates a NOTIFY message containing the response, adds the CSeq identifier to an Event ID header field of the message, and returns the NOTIFY message to the endpoint that sent the REFER message.
  • the facility determines whether the endpoint that sent the response supports requests in parallel.
  • the REFER message may initially be processed by a Referrer computing device.
  • a Referrer computing device receives a REFER message, selects one of several computing devices that should handle the REFER message, and forwards the received REFER message to the selected computing device.
  • the facility When first sending a request, or if the request handler has not been determined to be capable of handling multiple requests in parallel, the facility enqueues requests it receives from an application or other user of the facility, but sends each request to the request handler only after it receives a response to a request it previously sent. Upon determining that the request handler supports multiple requests in parallel, the facility sends all enqueued requests to the request handler.
  • Some event handlers may not employ the facility to return responses. In such cases, the event handler may not provide the Event ID header field containing the CSeq identifier. Such event handlers are presumed to handle requests serially.
  • the facility initially enqueues messages for sending to the request handler and sends a request only after receiving a response to a request it previously sent to the request handler.
  • the request handler provides, in a NOTIFY message, an Event ID header field containing the CSeq identifier, the facility determines that the request handler can handle multiple requests in parallel and sends all subsequently enqueued requests to the request handler.
  • the facility manages parallel requests in a communications environment supporting serial and parallel request handlers.
  • Applications that employ the facility need not have information relating to whether request handlers can handle parallel requests or not.
  • the facility may provide an application program interface that enables applications to assume that the request handler can handle requests in parallel.
  • the facility enqueues the requests until it determines whether the request handler supports parallel requests.
  • FIG. 1 is a block diagram illustrating an example of a suitable computing system environment 110 or operating environment in which the techniques or facility may be implemented.
  • the computing system environment 110 is only one example of a suitable computing environment and is not intended to suggest any limitation as to the scope of use or functionality of the facility. Neither should the computing system environment 110 be interpreted as having any dependency or requirement relating to any one or a combination of components illustrated in the exemplary computing system 110 .
  • the facility is operational with numerous other general purpose or special purpose computing system environments or configurations.
  • Examples of well-known computing systems, environments, and/or configurations that may be suitable for use with the facility include, but are not limited to, personal computers, server computers, handheld or laptop devices, tablet devices, multiprocessor systems, microprocessor-based systems, set-top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, routers, switches, access points, distributed computing environments that include any of the above systems or devices, and the like.
  • the facility may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer.
  • program modules include routines, programs, objects, components, data structures, and so forth that perform particular tasks or implement particular abstract data types.
  • the facility may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network.
  • program modules may be located in local and/or remote computer storage media, including memory storage devices.
  • an exemplary system for implementing the facility includes a general purpose computing device in the form of a computer 100 .
  • Components of the computer 100 may include, but are not limited to, a processing unit 120 , a system memory 130 , and a system bus 121 that couples various system components, including the system memory 130 to the processing unit 120 .
  • the system bus 121 may be any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures.
  • such architectures include an Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MCA) bus, Enhanced ISA (EISA) bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus, also known as a Mezzanine bus.
  • ISA Industry Standard Architecture
  • MCA Micro Channel Architecture
  • EISA Enhanced ISA
  • VESA Video Electronics Standards Association
  • PCI Peripheral Component Interconnect
  • the computer 100 typically includes a variety of computer-readable media.
  • Computer-readable media can be any available media that can be accessed by the computer 100 and include both volatile and nonvolatile media and removable and nonremovable media.
  • Computer-readable media may comprise computer storage media and communications media.
  • Computer storage media include volatile and nonvolatile and removable and nonremovable media implemented in any method or technology for storage of information, such as computer-readable instructions, data structures, program modules, or other data.
  • Computer storage media include, but are not limited to, RAM, ROM, EEPROM, flash memory or other memory technology; CD-ROM, digital versatile disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by the computer 100 .
  • Communications media typically embody computer-readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and include any information delivery media.
  • modulated data signal means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal.
  • communications media include wired media, such as a wired network or direct-wired connection, and wireless media, such as acoustic, RF, infrared, and other wireless media. Combinations of any of the above should also be included within the scope of computer-readable media.
  • the system memory 130 includes computer storage media in the form of volatile and/or nonvolatile memory, such as read only memory (ROM) 131 and random access memory (RAM) 132 .
  • ROM read only memory
  • RAM random access memory
  • a basic input/output system (BIOS) 133 containing the basic routines that help to transfer information between elements within the computer 100 , such as during startup, is typically stored in ROM 131 .
  • BIOS basic input/output system
  • RAM 132 typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by the processing unit 120 .
  • FIG. 1 illustrates an operating system 134 , application programs 135 , other program modules 136 , and program data 137 .
  • the computer 100 may also include other removable/nonremovable, volatile/nonvolatile computer storage media.
  • FIG. 1 illustrates a hard disk drive 141 that reads from or writes to nonremovable, nonvolatile magnetic media, a magnetic disk drive 151 that reads from or writes to a removable, nonvolatile magnetic disk 152 , and an optical disk drive 155 that reads from or writes to a removable, nonvolatile optical disk 156 , such as a CD-ROM or other optical media.
  • removable/nonremovable, volatile/nonvolatile computer storage media that can be used in the exemplary computing system environment 110 include, but are not limited to, magnetic tape cassettes, flash memory cards, digital versatile disks, digital video tapes, solid state RAM, solid state ROM, and the like.
  • the hard disk drive 141 is typically connected to the system bus 121 through a nonremovable memory interface, such as an interface 140
  • the magnetic disk drive 151 and optical disk drive 155 are typically connected to the system bus 121 by a removable memory interface, such as an interface 150 .
  • the drives and their associated computer storage media provide storage of computer-readable instructions, data structures, program modules, and other data for the computer 100 .
  • the hard disk drive 141 is illustrated as storing an operating system 144 , application programs 145 , other program modules 146 , and program data 147 .
  • these components can either be the same as or different from the operating system 134 , application programs 135 , other program modules 136 , and program data 137 .
  • the operating system 144 , application programs 145 , other program modules 146 , and program data 147 are given different numbers herein to illustrate that, at a minimum, they are different copies.
  • a user may enter commands and information into the computer 100 through input devices, such as a tablet or electronic digitizer 164 , a microphone 163 , a keyboard 162 , and a pointing device 161 , commonly referred to as a mouse, trackball, or touch pad.
  • Other input devices not shown in FIG. 1 may include a joystick, game pad, satellite dish, scanner, or the like.
  • These and other input devices are often connected to the processing unit 120 through a user input interface 160 that is coupled to the system bus 121 , but may be connected by other interface and bus structures, such as a parallel port, game port, or a universal serial bus (USB).
  • a monitor 191 or other type of display device is also connected to the system bus 121 via an interface, such as a video interface 190 .
  • the monitor 191 may also be integrated with a touch-screen panel or the like. Note that the monitor 191 and/or touch-screen panel can be physically coupled to a housing in which the computer 100 is incorporated, such as in a tablet-type personal computer.
  • computing devices such as the computer 100 may also include other peripheral output devices such as speakers 195 and a printer 196 , which may be connected through an output peripheral interface 194 or the like.
  • the computer 100 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 180 .
  • the remote computer 180 may be a personal computer, a server, a router, a network PC, a peer device, or other common network node, and typically includes many or all of the elements described above relative to the computer 100 , although only a memory storage device 181 has been illustrated in FIG. 1 .
  • the logical connections depicted in FIG. 1 include a local area network (LAN) 171 and a wide area network (WAN) 173 , but may also include other networks.
  • LAN local area network
  • WAN wide area network
  • Such networking environments are commonplace in offices, enterprisewide computer networks, intranets, and the Internet.
  • the computer 100 may comprise the source machine from which data is being migrated, and the remote computer 180 may comprise the destination machine.
  • source and destination machines need not be connected by a network or any other means, but instead, data may be migrated via any media capable of being written by the source platform and read by the destination platform or platforms.
  • the computer 100 When used in a LAN networking environment, the computer 100 is connected to the LAN 171 through a network interface or adapter 170 .
  • the computer 100 When used in a WAN networking environment, the computer 100 typically includes a modem 172 or other means for establishing communications over the WAN 173 , such as the Internet.
  • the modem 172 which may be internal or external, may be connected to the system bus 121 via the user input interface 160 or other appropriate mechanism.
  • program modules depicted relative to the computer 100 may be stored in the remote memory storage device 181 .
  • FIG. 1 illustrates remote application programs 185 as residing on the memory storage device 181 . It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
  • FIG. 1 While various functionalities and data are shown in FIG. 1 as residing on particular computer systems that are arranged in a particular way, those skilled in the art will appreciate that such functionalities and data may be distributed in various other ways across computer systems in different arrangements. While computer systems configured as described above are typically used to support the operation of the facility, one of ordinary skill in the art will appreciate that the facility may be implemented using devices of various types and configurations, and having various components.
  • FIG. 2 is a block diagram illustrating an example of a suitable environment in which the facility may operate in some embodiments.
  • the facility comprises multiple computing devices, such as computing devices 202 , 206 , and 210 .
  • the computing devices may be similar to the computer described above in relation to FIG. 1 .
  • Each computing device may have one or more endpoints, such as endpoints 204 , 208 , and 212 .
  • the endpoints are associated with user logins and represent the initiating or terminating ends of communications messages, such as SIP messages. So that they can exchange communications messages, the computing devices are generally interconnected via a data communications network 214 , such as an intranet or the Internet. In various embodiments, multiple data communications networks may be employed.
  • FIGS. 3 s - 4 are message flow diagrams illustrating message flows in a session initiation protocol communications model.
  • the reference numbers in paragraphs describing FIGS. 1-13 correspond to reference numbers indicated in the Figures.
  • reference numbers in the following paragraphs relating to FIGS. 3-4 do not correspond to SIP codes contained by SIP messages whose flow is illustrated in these Figures.
  • FIG. 3 illustrates a conventional SIP message flow.
  • An initiator endpoint 302 (“endpoint 1 ”) initiates a SIP conversation by sending an INVITE message 310 to a recipient endpoint 306 (“endpoint 2 ”).
  • endpoint 2 Upon receiving the message, endpoint 2 responds with a TRYING message 312 .
  • Endpoint 2 may then send a ringing message 314 and, when the session is established, endpoint 2 responds with an OK message 316 .
  • Endpoint 1 then sends an acknowledgment message 318 to endpoint 2 .
  • Endpoints 1 and 2 have then established a session and can exchange messages that form a dialog or conversation.
  • endpoint 1 may send one or more messages 320 to which endpoint 2 may respond with OK messages 322 .
  • the dialog or conversation can then be ended by either endpoint 1 or endpoint 2 by sending a bye message 324 .
  • the figure illustrates a bye message sent by endpoint 1 to endpoint 2 .
  • FIG. 4 illustrates a SIP message flow when a referrer is used.
  • An initiator endpoint 402 (“endpoint 1 ”) initiates a SIP conversation with endpoint 406 (“endpoint 3 ”) via a referrer endpoint 404 (“endpoint 2 ”).
  • Endpoint 1 initiates the conversation by sending a REFER message 410 to endpoint 2 .
  • the refer message indicates a URI identifying endpoint 3 or a service provided by endpoint 3 .
  • Endpoint 1 may need to interact with endpoint 2 instead of endpoint 3 directly when, for example, a network administration rule prevents endpoints 1 and 3 from establishing direct communications, endpoint 1 has insufficient information to send messages directly to endpoint 3 , and so forth.
  • endpoint 2 Upon receiving the REFER message, endpoint 2 returns an OK message 412 to endpoint 1 and also sends an INVITE message 414 to endpoint 3 .
  • endpoint 3 Upon receiving the INVITE message, endpoint 3 returns a TRYING message 415 to endpoint 2 and endpoint 2 then returns a TRYING message to endpoint 1 . Endpoint 3 may then send a RINGING message 417 to endpoint 2 , which then sends a RINGING NOTIFY message 418 to endpoint 1 . Endpoint 1 then may respond with an OK message 420 to endpoint 2 .
  • endpoint 3 When endpoint 3 sends an OK message 422 to endpoint 2 to indicate that a session has been created, endpoint 2 sends a SUCCESS NOTIFY message 424 to endpoint 1 . Endpoint 1 may send an acknowledgment message to endpoint 2 when then sends an acknowledgment message 428 to endpoint 3 .
  • the REFER message 410 may contain a CSeq identifier that is subsequently used in many or all of the messages corresponding to establishing the session.
  • FIGS. 5-6 are message diagrams indicating portions of messages sent or received by the facility in various embodiments.
  • FIG. 5 illustrates a REFER message 500 .
  • the REFER message contains in its header URI and CSeq fields.
  • the URI field indicates an identifier of an endpoint with which the sender of the REFER message is requesting to establish a session.
  • the CSeq field uniquely identifies the session, at least as far as the sender of the REFER message is concerned. That is, a different sender may employ an identical CSeq identifier.
  • the REFER message may also contain additional header fields and payload (not shown).
  • FIG. 6 illustrates a NOTIFY message 600 .
  • the NOTIFY message contains in its header URI and Event ID fields.
  • the URI field indicates the identifier of the endpoint that is responding to the NOTIFY message.
  • the Event ID field indicates the session's unique identifier, such as the CSeq identifier provided in the REFER message.
  • the Event ID field is an Event field with an ID parameter.
  • SIP Some implementations of SIP do not provide Event ID fields.
  • FIG. 7 is a state diagram illustrating states associated with components of the facility in various embodiments.
  • An endpoint sending or receiving a REFER message may have states indicated by the state diagram.
  • the component e.g., the endpoint
  • the endpoint is initially in an idle state 702 . From the idle state, the endpoint can move to a refer requested state 704 or a refer failed state 706 . The endpoint moves to the refer requested state upon sending 750 a REFER message. Alternatively, the endpoint moves to the refer failed state when it encounters 752 a communications error, such as when it is unable to send a REFER message.
  • the endpoint can move from the refer requested state to the refer failed state, a refer rejected state 708 , or a refer accepted state 710 .
  • the endpoint can also remain at the refer requested state, such as when it receives 755 responses containing SIP informational return codes 100 - 199 . Examples of informational return codes are Trying (SIP code 100 ), Ringing (SIP code 180 ), Call Is Being Forwarded (SIP code 181 ), and Queued (SIP code 182 ).
  • the endpoint can move from the refer requested state to the refer failed state when it encounters 754 a communications error, such as when a timeout occurs after the time it sent a REFER message.
  • a communications error such as when a timeout occurs after the time it sent a REFER message.
  • a timeout can occur when the endpoint receives no response to the REFER message it sent.
  • the endpoint may move to the refer failed state when a communications error occurs.
  • the endpoint can move from the refer requested state to the refer rejected state when it receives 756 a SIP response indicating various error conditions, such as Redirection messages (SIP codes 300 - 399 ), Client Errors (SIP codes 400 - 499 ), Server Errors (SIP codes 500 - 599 ), or other Global Failures (SIP codes 600 - 699 ). Redirection messages would be considered to be a failure because REFER messages are generally sent in an existing dialog, and so redirects would not occur.
  • SIP codes 300 - 399 Redirection messages
  • SIP codes 400 - 499 Client Errors
  • SIP codes 500 - 599 Server Errors
  • SIP codes 600 - 699 Global Failures
  • the endpoint can move from the refer requested state to the refer accepted state when it receives 751 a SIP message with SIP code 202 (success) or any other NOTIFY message. From the refer accepted state, the endpoint can move to a trying state 712 , alerting state 714 , or, upon making a decision at decision block 716 , to failed 718 , succeeded 720 , or redirected 722 states.
  • the endpoint can move from the refer accepted state to the trying state upon receiving or sending 758 a NOTIFY message, generally containing a Trying indication (SIP code 100 ).
  • a NOTIFY message generally containing a Trying indication (SIP code 100 ).
  • the endpoint can move from the refer accepted state to the alerting state when a NOTIFY message containing SIP informational codes 101 - 199 is sent or received 760 .
  • the endpoint can also move from the trying state to the alerting state upon receiving or sending 762 a NOTIFY message containing SIP informational codes 101 - 199 .
  • the endpoint can remain at the alerting state when it receives or sends 766 a NOTIFY message containing SIP informational codes 101 - 199 .
  • the endpoint can move from the refer accepted, trying, or alerting states to a failed 718 , succeeded 720 , or redirected 722 state depending on the SIP code contained in a subsequently received or sent NOTIFY message. This is indicated by decision block 716 and arcs 711 , 764 , and 715 . If the endpoint sends or receives a NOTIFY message containing SIP codes 400 - 699 , it moves to the failed state via arc 768 because a Client Error, Server Error, or other Global Error was encountered. If the endpoint sends or receives a NOTIFY message containing SIP codes 200 - 299 , it moves to the succeeded state via arc 770 . If the endpoint sends or receives a NOTIFY message containing SIP codes 300 - 399 , it moves to the Redirected state via arc 772 .
  • FIG. 8A is a block diagram illustrating components of the facility in various embodiments.
  • the facility includes components 800 that, acting with other components, manage parallel requests in a communications environment supporting serial and parallel request handlers.
  • the components are associated with an endpoint.
  • the components are associated with a device that hosts multiple endpoints.
  • the components include a message queue component 802 , a target state list component 804 , a correspondence table component 806 , a SIP session signaling component 808 (e.g., an object), and an API component 810 .
  • the message queue component 802 stores indications of messages that are to be sent, such as REFER messages.
  • the queue may provide an API for managing the queue, such as to add messages, remove messages, modify messages before they are sent, locate messages, and so forth.
  • a target state list component 804 stores states relating to other endpoints (“target endpoints”) with which the endpoint or computing device communicates. Examples of states are Unknown, Serial (e.g., supports REFER messages in serial), or Parallel (e.g., supports REFER messages in parallel). This state information is employed by various routines associated with the facility, such as the routines provided by the API component 810 , to determine how to handle REFER messages the endpoint sends to target endpoints. In some embodiments, the facility stores a single state for a target endpoint with which a SIP session signaling component establishes a session. The SIP session signaling component is described in further detail below.
  • State information is also employed by an API associated with the facility, as is described immediately below.
  • the facility employs the correspondence table 806 to store relationships between REFER messages, URIs to which the messages are destined, CSeq identifiers, and so forth.
  • the correspondence table is described in further detail below in relation to FIG. 8B .
  • the SIP session signaling component 808 provides methods and properties relating to the creation, control, and termination of a SIP session.
  • the API component 810 provides access to the facility's functionality.
  • the API may be employed by applications, services, and other operating system components.
  • the API component provides a Refer method.
  • the Refer method is employed by an endpoint to send REFER messages.
  • the Refer method creates and sends a REFER message in association with a SIP session.
  • the Refer method is provided by a SIP session signaling component and may operate synchronously or asynchronously. In MICROSOFT's .NET environment, methods that start and end asynchronous operations may begin with “Begin” and “End” method names. The following provides a template for the Refer method and related methods:
  • the Refer method can receive a RealTimeAddress parameter (e.g., a URI), a ReferStatus parameter, and optionally a signaling header parameter.
  • the RealTimeAddress indicates an address of an endpoint to which the REFER message is to be sent.
  • the ReferStatus parameter indicates a ReferStatus object that the endpoint employs to store the states of sent REFER messages. Possible states are indicated in FIG. 7 and described above in relation to that figure.
  • An event handler may be invoked by the facility when the state changes, such as when a NOTIFY message is received in response to the sent REFER message. This event handler may modify the state indicated by the ReferStatus object.
  • the ReferStatus object may provide various methods and properties, including the following: (1) an IsSubscriptionActive method returns an indication of whether further state changes are possible; (2) a State method returns a state indicated by the ReferStatus object; (3) a UserState property can be set or retrieved by an application that employs the API; (4) a StateChanged event fires when the state changes; and (5) a Session property provides an indication of the SIP session signaling component that is associated with the Refer method.
  • the StateChanged event has the following properties that an event handler can examine: (1) a state to which the ReferStatus object is moving; (2) a previous state from which the ReferStatus object is moving; (3) a string or other data object providing the body of an incoming NOTIFY message that is causing the state to change; (4) a SIP code indicated by the NOTIFY message; and (5) signaling headers in the NOTIFY message.
  • An endpoint that receives the REFER message also employs the API component to receive REFER messages and send NOTIFY messages in response.
  • the API can thus be employed by an application that registers to receive notifications using the REFER messages.
  • the application (or endpoint) seeking to receive REFER messages and send NOTIFY messages in response registers an event handler with the SIP session signaling component.
  • a handler for receiving REFER messages is registered with a SIP session signaling object as follows:
  • the API component then invokes the HandleReferReceived method when the endpoint receives a REFER message.
  • the handler can either accept or decline the incoming REFER messages.
  • the REFER message may request a particular service.
  • the handler can inspect the REFER message, determine whether or not to accept the request, and then invoke the appropriate method.
  • the handler can also invoke other functions that provide responses, such as a Trying method.
  • the Trying method provides a NOTIFY message containing the Trying SIP code.
  • a template for the HandleReferReceived method follows.
  • the sender parameter provides an object representing the sender of the REFER message.
  • the sender parameter can be a SIP session signaling component.
  • the second parameter to the HandleReferReceived method provides event arguments (e.g., parameters) relating to the REFER message.
  • the event arguments include, e.g., (1) a target for the REFER message; and (2) signaling header fields contained in the REFER message.
  • the API component also provides a ReferNotifier object that a target endpoint or application that receives a REFER message can use to send a NOTIFY message to the endpoint that sent the REFER message.
  • the target endpoint or application may accept a REFER message, in which case it receives a ReferNotifier object.
  • the ReferNotifier object provides a SetState method. Templates for the SetState method follow.
  • the SetState method can be invoked synchronously or asynchronously. When invoked, the SetState method sets the state of the endpoint receiving the REFER message. In various embodiments, the SetState method receives a state parameter or parameters that are indicated in a responsive NOTIFY message, such as a SIP code, text, and message body.
  • the ReferNotifier object also provides various properties, such as a state indicated by a last message sent by the endpoint that sent the NOTIFY message, an address of the target for the REFER message (e.g., URI), and the SIP session signaling object with which the ReferStatus object is associated.
  • the first implementation of the SetState method can be invoked by providing a state as follows:
  • This method invocation sets the state to Trying.
  • FIG. 8B is a table diagram illustrating a correspondence table employed by the facility in some embodiments.
  • the table includes an identification number of sent messages 850 , a target URI for the messages 852 , a CSeq number associated with each sent message 854 , and a ReferStatus object indication 855 .
  • the identification number can be used to determine an order in which the messages were sent.
  • the URI indicates the target for each message.
  • the CSeq is the identifier associated with each message.
  • the ReferStatus object indication for a row provides an indication, such as a pointer, to a ReferStatus object associated with the REFER message corresponding to the row.
  • a message number 1 ( 856 ) was sent with a URI indicated as 128.51.120.8 and having CSeq 12.
  • Message number 2 ( 858 ) was sent with a URI indicated as 128.52.125.2 and having CSeq 1.
  • Message number 3 ( 860 ) was sent to the same URI and having CSeq 4.
  • Other messages may have been sent before, after, or between these messages. These indications can be removed, such as after a dialog completes or the indications are no longer needed in the table.
  • an instance of the facility functions in relation to a single target URI, such as a URI with which the SIP session signaling component has established a session.
  • the correspondence table may contain only messages sent to that target URI. As an example, only message numbers 2 and 3 may appear. As a result, the correspondence table indicates separate REFER messages to which the facility is awaiting NOTIFY response messages. This may occur when an application employs the facility to send multiple REFER messages to the target URI, such as to request multiple services.
  • FIG. 8B illustrates a table whose contents and organization are designed to make them more comprehensible by a human reader
  • FIG. 8B illustrates a table whose contents and organization are designed to make them more comprehensible by a human reader
  • actual data structures used by the facility to store this information may differ from the table shown, in that they, for example, may be organized in a different manner, may contain more or less information than shown, may be compressed and/or encrypted, etc.
  • FIG. 9 is a flow diagram illustrating a send_refer routine invoked by the facility in some embodiments.
  • the facility invokes the send_refer routine to send a REFER message.
  • the routine begins at block 902 .
  • the routine receives a URI indicating the target for the message.
  • a component or object that invokes the send_refer routine may provide the indication of the URI.
  • the routine creates the REFER message.
  • the routine adds a CSeq identifier to the message.
  • the routine may add the following header field to the message:
  • the routine enqueues the created REFER message.
  • the routine may store the message in the message queue or may invoke a routine provided by the message queue component to add the message to the message queue.
  • FIG. 10 is a flow diagram illustrating a receive_notify routine invoked by the facility in some embodiments.
  • the facility invokes the routine when it receives a NOTIFY message.
  • the routine begins at block 1002 .
  • the routine receives the NOTIFY message.
  • the message may identify the URI to which a REFER message was sent.
  • the routine determines whether the status of the identified URI in the target state list is unknown.
  • the state of the URI is initially unknown until the facility has determined whether that URI accepts REFER messages in parallel or serial and resets the status accordingly. If the status of the URI in the target state list is unknown, the routine continues at block 1008 . Otherwise, the routine continues at block 1014 .
  • the routine determines whether the correspondence table indicates that a REFER message has been sent to the identified URI for which a response is pending. A REFER message has been sent to the identified URI for which a response is pending when the table contains an entry for the identified URI. If there is such an entry, the routine continues at block 1010 . Otherwise, the routine continues at block 1016 .
  • the routine determines whether the message contains an Event ID field in the header of the received message. If the message contains an Event ID field, the routine continues at block 1012 . Otherwise, the routine continues at block 1018 .
  • the existence of an Event ID field is an indication that the target endpoint is capable of handling REFER messages in parallel.
  • the routine may additionally determine whether the Event ID field contains an appropriate response. An example of an appropriate response to the CSeq identifier provided as an example above in relation to block 908 follows:
  • the routine invokes a handle_parallel subroutine to handle the incoming NOTIFY message.
  • the handle_parallel subroutine is described in further detail below in relation to FIG. 12 .
  • the routine invokes a handle_serial or a handle_parallel subroutine to handle the incoming NOTIFY message, as appropriate, and then continues at block 1020 where it returns.
  • the routine invokes a handle_serial subroutine to handle the incoming NOTIFY message.
  • the handle_serial subroutine is described in further detail below in relation to FIG. 11 .
  • FIG. 11 is a flow diagram illustrating a handle_serial routine invoked by the facility in some embodiments.
  • the facility employs the routine when it has determined that the target URI handles REFER messages serially.
  • the routine begins at block 1102 .
  • the routine receives a NOTIFY message identifying a URI.
  • the routine determines from the correspondence table the CSeq identifier and ReferStatus object for the first message the endpoint sent to the identified URI.
  • the routine retrieves this CSeq identifier because the endpoint that sent the NOTIFY message did not provide the CSeq identifier that was provided in the REFER message.
  • the routine may simply use the first entry in the correspondence table.
  • the routine sets the state for the endpoint, such as based on the received message, and provides the message to the user of the facility, such as to an application that employs the facility.
  • the routine may set the state by using a method provided by the ReferStatus object identified at block 1106 .
  • the routine removes the message indication from the correspondence table.
  • the CSeq identifier for the next message to the identified URI would be retrieved from the correspondence table.
  • the routine sets the status as “Serial” for the identified URI in the target state list.
  • the endpoint sends further REFER messages to the identified URI, it would send the REFER messages serially.
  • FIG. 12 is a flow diagram illustrating a handle_parallel routine invoked by the facility in some embodiments.
  • the facility employs the routine when it has determined that the target URI handles REFER messages in parallel.
  • the routine begins at block 1202 .
  • the routine receives a NOTIFY message indicating a URI.
  • the routine determines a CSeq identifier from the Event ID field provided in the NOTIFY message.
  • the routine may employ the CSeq indicated in the correspondence table.
  • the routine may also determine the ReferStatus object associated with the REFER message corresponding to the received NOTIFY message.
  • the routine sets the state for the endpoint, such as based on the received message, and provides the message to the user of the facility, such as to an application that employs the facility.
  • the routine may set the state by using a method provided by the ReferStatus object identified at block 1206 .
  • the routine removes the message indication from the correspondence table. By removing the message indication entry from the correspondence table after receiving a NOTIFY message, the facility does not again need to consider a REFER message for which a NOTIFY message has already been received.
  • the routine sets the status as “Parallel” for the identified URI in the target state list.
  • the endpoint sends further REFER messages to the identified URI, it would send the REFER messages in parallel.
  • handle_parallel routine and the handle_serial routine described above in relation to FIG. 11 may be provided by the same method with perhaps one or more parameters indicating which method is to be used.
  • FIG. 13 is a flow diagram illustrating a process_queue routine invoked by the facility in some embodiments.
  • the facility invokes the process_queue routine to process outgoing REFER messages that are waiting in the message queue.
  • the routine begins at block 1302 .
  • the routine retrieves the next REFER message waiting in the queue.
  • the message identifies a target URI for the message.
  • the routine determines whether the status of the URI indicated for the outgoing REFER message does not appear in the target state list or is indicated in the target state list as Unknown. If the status of the URI is unknown or does not appear in the list, the routine continues at block 1308 . Otherwise, the routine continues at block 1307 .
  • the routine determines whether a NOTIFY message is already pending for the identified URI.
  • the endpoint assumes that the URI is incapable of handling REFER messages in parallel. Consequently, the routine continues at block 1304 . Otherwise, the routine continues at block 1310 .
  • the routine determines whether the status for the identified URI is Serial. If the status for the identified URI is Serial, the routine continues at block 1308 . Otherwise, the routine assumes that the status for the identified URI is Parallel and continues at block 1310 .
  • the routine adds an entry to the correspondence table indicating that a REFER message has been sent to the identified URI.
  • the routine also identifies the CSeq corresponding to this message in the correspondence table.
  • the routine sends the message to the identified URI.
  • the routine then continues at block 1304 .
  • the routine when the status for the identified URI is Unknown or Serial, the routine sends REFER messages only when no REFER messages are pending. Otherwise, the routine sends all messages in the queue destined to the identified URI.
  • the facility processes messages out of order in some embodiments.
  • the state can move to “refer accepted” after the NOTIFY message arrives because a NOTIFY would not be sent if the REFER message was rejected.
  • the non-NOTIFY response arrives, it can be discarded.
  • NOTIFY messages arriving before other responses to the REFER message are queued and processed in order.
  • An early NOTIFY message can be detected because the Event ID field will correspond to the CSeq identifier of a REFER transaction that has not completed. If there is no Event ID field and there is a single REFER transaction that is not completed, then the arriving NOTIFY message can be correlated to that transaction.
  • FIGS. 9-13 and corresponding description may be altered in various ways. For example, the order of the blocks may be rearranged, substeps may be performed in parallel, shown logic may be omitted, other logic may be included, etc.

Abstract

A facility is described for managing parallel requests in a communications environment having devices or applications (“request handlers”) that support serial and parallel message processing. In various embodiments, the facility receives messages directed to a recipient from an application and sends a first message to the recipient without sending subsequently received messages to the recipient. Upon receiving a response from the recipient to the first message, the facility determines whether the recipient supports parallel or serial message processing. When the recipient supports parallel message processing, the facility sends the subsequently received messages to the recipient without awaiting a response to a message before sending another message. When the recipient supports serial message processing, the facility sends a subsequent message after receiving a response to a previously sent message.

Description

    BACKGROUND
  • Participants in networked communications environments sometimes need to communicate with one another, such as to exchange requests and responses containing results of the requests. Participants are applications, users, and generally any entity that uses communications services provided by the networked communications environment. As an example, a client participant (e.g., an application executing on a computing device) may send requests for services to a server participant (e.g., a network service or application executing on another computing device). The server participant may send to the client participant a response containing results of the service request. An endpoint is a device or software that represents a participant in the networked communications environment. Each participant can have multiple endpoints through which it can send and receive communications. As an example, a user or application can use a mobile computer as an endpoint as well as a desktop computer as an endpoint. The participants employ a source endpoint to send communications to a target endpoint and employ a target endpoint to receive communications sent by a source endpoint.
  • The endpoints may employ various mechanisms to communicate messages containing requests and responses, such as a Session Initiation Protocol (“SIP”). SIP is an application-layer control protocol that endpoints can use to discover one another and to establish, modify, and terminate communications sessions. SIP is an Internet-proposed standard. Its specification, “RFC 3261,” is available at the Internet Engineering Task Force's web site (www.ieff.org). This specification is incorporated herein in its entirety by reference. An exchange of messages during a SIP session is generally referred to as a dialog. SIP may use lower-level communications layers to transport a dialog's messages, such as Transmission Control Protocol/Internet Protocol (“TCP/IP”), which are commonly employed transport- and network-layer protocols.
  • Some participants support parallel requests whereas others support requests serially. When a server participant supports parallel requests, it can receive multiple requests even though it has not serviced (e.g., responded to) an earlier request. In contrast, when a server participant supports requests serially, it needs to respond to an earlier request before processing a subsequent request. Client participants may have insufficient information to determine whether to wait for a response to a request before sending another request or to send all pending requests and await multiple responses. As an example, a client participant provided by a vendor that sends a request to a server participant may need to send multiple requests to a server participant provided by another vendor. When requests can be sent in parallel, responses may be received in a timely manner.
  • SUMMARY
  • A facility is described for managing parallel requests in a communications environment having devices or applications (“request handlers”) that support serial and parallel message processing. The facility determines whether a request handler supports multiple requests in parallel or in serial by sending a message (e.g., a request) containing an identifier and determining whether the request handler returns an indication of the identifier in a response. When the request handler returns the identifier, the facility determines that the request handler supports parallel requests. Request handlers that do not return the identifier are determined to support only serial requests. When first sending a request, or if the request handler has not been determined to be capable of handling multiple requests in parallel, the facility enqueues requests it receives from an application or other user of the facility, but sends each request to the request handler only after it receives a response to a request it previously sent. Upon determining that the request handler supports multiple requests in parallel, the facility sends all enqueued requests to the request handler. The facility may provide an application program interface that enables applications to assume that the request handler can handle requests in parallel. The facility enqueues the requests until it determines whether the request handler supports parallel requests.
  • This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used as an aid in determining the scope of the claimed subject matter.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram illustrating an example of a suitable computing environment in which the facility may operate.
  • FIG. 2 is a block diagram illustrating an example of a suitable environment in which the facility may operate in some embodiments.
  • FIGS. 3-4 are message flow diagrams illustrating message flows in a session initiation protocol communications model.
  • FIGS. 5-6 are message diagrams indicating portions of messages sent or received by the facility in various embodiments.
  • FIG. 7 is a state diagram illustrating states associated with components of the facility in various embodiments.
  • FIG. 8A is a block diagram illustrating components of the facility in various embodiments.
  • FIG. 8B is a table diagram illustrating a correspondence table employed by the facility in some embodiments.
  • FIG. 9 is a flow diagram illustrating a send_refer routine invoked by the facility in some embodiments.
  • FIG. 10 is a flow diagram illustrating a receive_notify routine invoked by the facility in some embodiments.
  • FIG. 11 is a flow diagram illustrating a handle_serial routine invoked by the facility in some embodiments.
  • FIG. 12 is a flow diagram illustrating a handle_parallel routine invoked by the facility in some embodiments.
  • FIG. 13 is a flow diagram illustrating a process_queue routine invoked by the facility in some embodiments.
  • DETAILED DESCRIPTION
  • A facility is described for managing parallel requests in a communications environment having devices or applications (“request handlers”) that support serial and parallel message processing. In various embodiments, the facility determines whether a request handler supports multiple requests in parallel or requests in serial by sending a message (e.g., a request) containing an identifier and determining whether the request handler returns an indication of the identifier in a response. When the request handler returns the identifier, the facility determines that the request handler supports parallel requests. Request handlers that do not return the identifier are determined to support only serial requests. As an example, endpoints can send and receive SIP REFER and NOTIFY messages. An application can invoke a method of an application program interface (“API”) provided by the facility to send multiple requests without needing information about whether the request handler that processes the requests can receive and process multiple requests in parallel. When invoking the API method, the application indicates a request handler, such as by providing a uniform resource identifier (“URI”) of the request handler. The facility creates a REFER message containing the request, adds an identifier to a CSeq header field of the message, and sends the REFER message containing the request to the indicated request handler. The request handler receives the REFER message, processes the request, and invokes an API method provided by the facility to return a response. The API method that returns the response creates a NOTIFY message containing the response, adds the CSeq identifier to an Event ID header field of the message, and returns the NOTIFY message to the endpoint that sent the REFER message. By analyzing the NOTIFY message to determine whether the CSeq identifier was included in the Event ID header field, the facility determines whether the endpoint that sent the response supports requests in parallel.
  • The REFER message may initially be processed by a Referrer computing device. A Referrer computing device receives a REFER message, selects one of several computing devices that should handle the REFER message, and forwards the received REFER message to the selected computing device.
  • When first sending a request, or if the request handler has not been determined to be capable of handling multiple requests in parallel, the facility enqueues requests it receives from an application or other user of the facility, but sends each request to the request handler only after it receives a response to a request it previously sent. Upon determining that the request handler supports multiple requests in parallel, the facility sends all enqueued requests to the request handler.
  • Some event handlers may not employ the facility to return responses. In such cases, the event handler may not provide the Event ID header field containing the CSeq identifier. Such event handlers are presumed to handle requests serially.
  • The facility initially enqueues messages for sending to the request handler and sends a request only after receiving a response to a request it previously sent to the request handler. When the request handler provides, in a NOTIFY message, an Event ID header field containing the CSeq identifier, the facility determines that the request handler can handle multiple requests in parallel and sends all subsequently enqueued requests to the request handler.
  • Thus, the facility manages parallel requests in a communications environment supporting serial and parallel request handlers. Applications that employ the facility need not have information relating to whether request handlers can handle parallel requests or not.
  • The facility may provide an application program interface that enables applications to assume that the request handler can handle requests in parallel. The facility enqueues the requests until it determines whether the request handler supports parallel requests.
  • Turning now to the figures, FIG. 1 is a block diagram illustrating an example of a suitable computing system environment 110 or operating environment in which the techniques or facility may be implemented. The computing system environment 110 is only one example of a suitable computing environment and is not intended to suggest any limitation as to the scope of use or functionality of the facility. Neither should the computing system environment 110 be interpreted as having any dependency or requirement relating to any one or a combination of components illustrated in the exemplary computing system 110.
  • The facility is operational with numerous other general purpose or special purpose computing system environments or configurations. Examples of well-known computing systems, environments, and/or configurations that may be suitable for use with the facility include, but are not limited to, personal computers, server computers, handheld or laptop devices, tablet devices, multiprocessor systems, microprocessor-based systems, set-top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, routers, switches, access points, distributed computing environments that include any of the above systems or devices, and the like.
  • The facility may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, and so forth that perform particular tasks or implement particular abstract data types. The facility may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in local and/or remote computer storage media, including memory storage devices.
  • With reference to FIG. 1, an exemplary system for implementing the facility includes a general purpose computing device in the form of a computer 100. Components of the computer 100 may include, but are not limited to, a processing unit 120, a system memory 130, and a system bus 121 that couples various system components, including the system memory 130 to the processing unit 120. The system bus 121 may be any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures. By way of example, and not limitation, such architectures include an Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MCA) bus, Enhanced ISA (EISA) bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus, also known as a Mezzanine bus.
  • The computer 100 typically includes a variety of computer-readable media. Computer-readable media can be any available media that can be accessed by the computer 100 and include both volatile and nonvolatile media and removable and nonremovable media. By way of example, and not limitation, computer-readable media may comprise computer storage media and communications media. Computer storage media include volatile and nonvolatile and removable and nonremovable media implemented in any method or technology for storage of information, such as computer-readable instructions, data structures, program modules, or other data. Computer storage media include, but are not limited to, RAM, ROM, EEPROM, flash memory or other memory technology; CD-ROM, digital versatile disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by the computer 100. Communications media typically embody computer-readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and include any information delivery media. The term “modulated data signal” means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communications media include wired media, such as a wired network or direct-wired connection, and wireless media, such as acoustic, RF, infrared, and other wireless media. Combinations of any of the above should also be included within the scope of computer-readable media.
  • The system memory 130 includes computer storage media in the form of volatile and/or nonvolatile memory, such as read only memory (ROM) 131 and random access memory (RAM) 132. A basic input/output system (BIOS) 133, containing the basic routines that help to transfer information between elements within the computer 100, such as during startup, is typically stored in ROM 131. RAM 132 typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by the processing unit 120. By way of example, and not limitation, FIG. 1 illustrates an operating system 134, application programs 135, other program modules 136, and program data 137.
  • The computer 100 may also include other removable/nonremovable, volatile/nonvolatile computer storage media. By way of example only, FIG. 1 illustrates a hard disk drive 141 that reads from or writes to nonremovable, nonvolatile magnetic media, a magnetic disk drive 151 that reads from or writes to a removable, nonvolatile magnetic disk 152, and an optical disk drive 155 that reads from or writes to a removable, nonvolatile optical disk 156, such as a CD-ROM or other optical media. Other removable/nonremovable, volatile/nonvolatile computer storage media that can be used in the exemplary computing system environment 110 include, but are not limited to, magnetic tape cassettes, flash memory cards, digital versatile disks, digital video tapes, solid state RAM, solid state ROM, and the like. The hard disk drive 141 is typically connected to the system bus 121 through a nonremovable memory interface, such as an interface 140, and the magnetic disk drive 151 and optical disk drive 155 are typically connected to the system bus 121 by a removable memory interface, such as an interface 150.
  • The drives and their associated computer storage media, discussed above and illustrated in FIG. 1, provide storage of computer-readable instructions, data structures, program modules, and other data for the computer 100. In FIG. 1, for example, the hard disk drive 141 is illustrated as storing an operating system 144, application programs 145, other program modules 146, and program data 147. Note that these components can either be the same as or different from the operating system 134, application programs 135, other program modules 136, and program data 137. The operating system 144, application programs 145, other program modules 146, and program data 147 are given different numbers herein to illustrate that, at a minimum, they are different copies. A user may enter commands and information into the computer 100 through input devices, such as a tablet or electronic digitizer 164, a microphone 163, a keyboard 162, and a pointing device 161, commonly referred to as a mouse, trackball, or touch pad. Other input devices not shown in FIG. 1 may include a joystick, game pad, satellite dish, scanner, or the like. These and other input devices are often connected to the processing unit 120 through a user input interface 160 that is coupled to the system bus 121, but may be connected by other interface and bus structures, such as a parallel port, game port, or a universal serial bus (USB). A monitor 191 or other type of display device is also connected to the system bus 121 via an interface, such as a video interface 190. The monitor 191 may also be integrated with a touch-screen panel or the like. Note that the monitor 191 and/or touch-screen panel can be physically coupled to a housing in which the computer 100 is incorporated, such as in a tablet-type personal computer. In addition, computing devices such as the computer 100 may also include other peripheral output devices such as speakers 195 and a printer 196, which may be connected through an output peripheral interface 194 or the like.
  • The computer 100 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 180. The remote computer 180 may be a personal computer, a server, a router, a network PC, a peer device, or other common network node, and typically includes many or all of the elements described above relative to the computer 100, although only a memory storage device 181 has been illustrated in FIG. 1. The logical connections depicted in FIG. 1 include a local area network (LAN) 171 and a wide area network (WAN) 173, but may also include other networks. Such networking environments are commonplace in offices, enterprisewide computer networks, intranets, and the Internet. For example, in the present facility, the computer 100 may comprise the source machine from which data is being migrated, and the remote computer 180 may comprise the destination machine. Note, however, that source and destination machines need not be connected by a network or any other means, but instead, data may be migrated via any media capable of being written by the source platform and read by the destination platform or platforms.
  • When used in a LAN networking environment, the computer 100 is connected to the LAN 171 through a network interface or adapter 170. When used in a WAN networking environment, the computer 100 typically includes a modem 172 or other means for establishing communications over the WAN 173, such as the Internet. The modem 172, which may be internal or external, may be connected to the system bus 121 via the user input interface 160 or other appropriate mechanism. In a networked environment, program modules depicted relative to the computer 100, or portions thereof, may be stored in the remote memory storage device 181. By way of example, and not limitation, FIG. 1 illustrates remote application programs 185 as residing on the memory storage device 181. It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
  • While various functionalities and data are shown in FIG. 1 as residing on particular computer systems that are arranged in a particular way, those skilled in the art will appreciate that such functionalities and data may be distributed in various other ways across computer systems in different arrangements. While computer systems configured as described above are typically used to support the operation of the facility, one of ordinary skill in the art will appreciate that the facility may be implemented using devices of various types and configurations, and having various components.
  • FIG. 2 is a block diagram illustrating an example of a suitable environment in which the facility may operate in some embodiments. The facility comprises multiple computing devices, such as computing devices 202, 206, and 210. The computing devices may be similar to the computer described above in relation to FIG. 1. Each computing device may have one or more endpoints, such as endpoints 204, 208, and 212. The endpoints are associated with user logins and represent the initiating or terminating ends of communications messages, such as SIP messages. So that they can exchange communications messages, the computing devices are generally interconnected via a data communications network 214, such as an intranet or the Internet. In various embodiments, multiple data communications networks may be employed.
  • FIGS. 3 s-4 are message flow diagrams illustrating message flows in a session initiation protocol communications model. The reference numbers in paragraphs describing FIGS. 1-13 correspond to reference numbers indicated in the Figures. In particular, reference numbers in the following paragraphs relating to FIGS. 3-4 do not correspond to SIP codes contained by SIP messages whose flow is illustrated in these Figures.
  • FIG. 3 illustrates a conventional SIP message flow. An initiator endpoint 302 (“endpoint 1”) initiates a SIP conversation by sending an INVITE message 310 to a recipient endpoint 306 (“endpoint 2”). Upon receiving the message, endpoint 2 responds with a TRYING message 312. Endpoint 2 may then send a ringing message 314 and, when the session is established, endpoint 2 responds with an OK message 316. Endpoint 1 then sends an acknowledgment message 318 to endpoint 2. Endpoints 1 and 2 have then established a session and can exchange messages that form a dialog or conversation. As an example, endpoint 1 may send one or more messages 320 to which endpoint 2 may respond with OK messages 322. The dialog or conversation can then be ended by either endpoint 1 or endpoint 2 by sending a bye message 324. The figure illustrates a bye message sent by endpoint 1 to endpoint 2.
  • FIG. 4 illustrates a SIP message flow when a referrer is used. An initiator endpoint 402 (“endpoint 1”) initiates a SIP conversation with endpoint 406 (“endpoint 3”) via a referrer endpoint 404 (“endpoint 2”). Endpoint 1 initiates the conversation by sending a REFER message 410 to endpoint 2. The refer message indicates a URI identifying endpoint 3 or a service provided by endpoint 3. Endpoint 1 may need to interact with endpoint 2 instead of endpoint 3 directly when, for example, a network administration rule prevents endpoints 1 and 3 from establishing direct communications, endpoint 1 has insufficient information to send messages directly to endpoint 3, and so forth. Upon receiving the REFER message, endpoint 2 returns an OK message 412 to endpoint 1 and also sends an INVITE message 414 to endpoint 3.
  • Upon receiving the INVITE message, endpoint 3 returns a TRYING message 415 to endpoint 2 and endpoint 2 then returns a TRYING message to endpoint 1. Endpoint 3 may then send a RINGING message 417 to endpoint 2, which then sends a RINGING NOTIFY message 418 to endpoint 1. Endpoint 1 then may respond with an OK message 420 to endpoint 2.
  • When endpoint 3 sends an OK message 422 to endpoint 2 to indicate that a session has been created, endpoint 2 sends a SUCCESS NOTIFY message 424 to endpoint 1. Endpoint 1 may send an acknowledgment message to endpoint 2 when then sends an acknowledgment message 428 to endpoint 3.
  • These messages may all be indicated as related using a conversation ID (e.g., a sequence number or other identifier). As an example, the REFER message 410 may contain a CSeq identifier that is subsequently used in many or all of the messages corresponding to establishing the session.
  • FIGS. 5-6 are message diagrams indicating portions of messages sent or received by the facility in various embodiments.
  • FIG. 5 illustrates a REFER message 500. The REFER message contains in its header URI and CSeq fields. The URI field indicates an identifier of an endpoint with which the sender of the REFER message is requesting to establish a session. The CSeq field uniquely identifies the session, at least as far as the sender of the REFER message is concerned. That is, a different sender may employ an identical CSeq identifier. The REFER message may also contain additional header fields and payload (not shown).
  • FIG. 6 illustrates a NOTIFY message 600. The NOTIFY message contains in its header URI and Event ID fields. The URI field indicates the identifier of the endpoint that is responding to the NOTIFY message. The Event ID field indicates the session's unique identifier, such as the CSeq identifier provided in the REFER message.
  • In some embodiments, the Event ID field is an Event field with an ID parameter. As an example, the actual contents of the Event field may be: “REFER; ID=1”.
  • Some implementations of SIP do not provide Event ID fields.
  • FIG. 7 is a state diagram illustrating states associated with components of the facility in various embodiments. An endpoint sending or receiving a REFER message may have states indicated by the state diagram. The component (e.g., the endpoint) can move from one state to another via an arc connecting two states.
  • According to the state diagram, the endpoint is initially in an idle state 702. From the idle state, the endpoint can move to a refer requested state 704 or a refer failed state 706. The endpoint moves to the refer requested state upon sending 750 a REFER message. Alternatively, the endpoint moves to the refer failed state when it encounters 752 a communications error, such as when it is unable to send a REFER message.
  • The endpoint can move from the refer requested state to the refer failed state, a refer rejected state 708, or a refer accepted state 710. The endpoint can also remain at the refer requested state, such as when it receives 755 responses containing SIP informational return codes 100-199. Examples of informational return codes are Trying (SIP code 100), Ringing (SIP code 180), Call Is Being Forwarded (SIP code 181), and Queued (SIP code 182).
  • The endpoint can move from the refer requested state to the refer failed state when it encounters 754 a communications error, such as when a timeout occurs after the time it sent a REFER message. A timeout can occur when the endpoint receives no response to the REFER message it sent. Alternatively, the endpoint may move to the refer failed state when a communications error occurs.
  • The endpoint can move from the refer requested state to the refer rejected state when it receives 756 a SIP response indicating various error conditions, such as Redirection messages (SIP codes 300-399), Client Errors (SIP codes 400-499), Server Errors (SIP codes 500-599), or other Global Failures (SIP codes 600-699). Redirection messages would be considered to be a failure because REFER messages are generally sent in an existing dialog, and so redirects would not occur.
  • The endpoint can move from the refer requested state to the refer accepted state when it receives 751 a SIP message with SIP code 202 (success) or any other NOTIFY message. From the refer accepted state, the endpoint can move to a trying state 712, alerting state 714, or, upon making a decision at decision block 716, to failed 718, succeeded 720, or redirected 722 states.
  • The endpoint can move from the refer accepted state to the trying state upon receiving or sending 758 a NOTIFY message, generally containing a Trying indication (SIP code 100).
  • The endpoint can move from the refer accepted state to the alerting state when a NOTIFY message containing SIP informational codes 101-199 is sent or received 760. The endpoint can also move from the trying state to the alerting state upon receiving or sending 762 a NOTIFY message containing SIP informational codes 101-199. The endpoint can remain at the alerting state when it receives or sends 766 a NOTIFY message containing SIP informational codes 101-199.
  • The endpoint can move from the refer accepted, trying, or alerting states to a failed 718, succeeded 720, or redirected 722 state depending on the SIP code contained in a subsequently received or sent NOTIFY message. This is indicated by decision block 716 and arcs 711, 764, and 715. If the endpoint sends or receives a NOTIFY message containing SIP codes 400-699, it moves to the failed state via arc 768 because a Client Error, Server Error, or other Global Error was encountered. If the endpoint sends or receives a NOTIFY message containing SIP codes 200-299, it moves to the succeeded state via arc 770. If the endpoint sends or receives a NOTIFY message containing SIP codes 300-399, it moves to the Redirected state via arc 772.
  • FIG. 8A is a block diagram illustrating components of the facility in various embodiments. The facility includes components 800 that, acting with other components, manage parallel requests in a communications environment supporting serial and parallel request handlers. In various embodiments, the components are associated with an endpoint. In various embodiments, the components are associated with a device that hosts multiple endpoints. The components include a message queue component 802, a target state list component 804, a correspondence table component 806, a SIP session signaling component 808 (e.g., an object), and an API component 810.
  • The message queue component 802 stores indications of messages that are to be sent, such as REFER messages. The queue may provide an API for managing the queue, such as to add messages, remove messages, modify messages before they are sent, locate messages, and so forth.
  • A target state list component 804 stores states relating to other endpoints (“target endpoints”) with which the endpoint or computing device communicates. Examples of states are Unknown, Serial (e.g., supports REFER messages in serial), or Parallel (e.g., supports REFER messages in parallel). This state information is employed by various routines associated with the facility, such as the routines provided by the API component 810, to determine how to handle REFER messages the endpoint sends to target endpoints. In some embodiments, the facility stores a single state for a target endpoint with which a SIP session signaling component establishes a session. The SIP session signaling component is described in further detail below.
  • Some of the routines associated with the facility that use this state information are described in further detail below in relation to FIGS. 9-13. State information is also employed by an API associated with the facility, as is described immediately below.
  • The facility employs the correspondence table 806 to store relationships between REFER messages, URIs to which the messages are destined, CSeq identifiers, and so forth. The correspondence table is described in further detail below in relation to FIG. 8B.
  • The SIP session signaling component 808 provides methods and properties relating to the creation, control, and termination of a SIP session.
  • The API component 810 provides access to the facility's functionality. The API may be employed by applications, services, and other operating system components.
  • In some embodiments, the API component provides a Refer method. The Refer method is employed by an endpoint to send REFER messages. The Refer method creates and sends a REFER message in association with a SIP session. In various embodiments, the Refer method is provided by a SIP session signaling component and may operate synchronously or asynchronously. In MICROSOFT's .NET environment, methods that start and end asynchronous operations may begin with “Begin” and “End” method names. The following provides a template for the Refer method and related methods:
  • public void Refer(RealTimeAddress referTarget,
    ReferStatus referStatus);
    public void Refer(RealTimeAddress referTarget,
    ReferStatus referStatus,
    IEnumerable<SignalingHeader>
    signalingHeaders);
    public IasyncResult BeginRefer(...);
    public void EndRefer(IasyncResult result);
  • As is indicated by the templates, the Refer method can receive a RealTimeAddress parameter (e.g., a URI), a ReferStatus parameter, and optionally a signaling header parameter. The RealTimeAddress indicates an address of an endpoint to which the REFER message is to be sent. The ReferStatus parameter indicates a ReferStatus object that the endpoint employs to store the states of sent REFER messages. Possible states are indicated in FIG. 7 and described above in relation to that figure. An event handler may be invoked by the facility when the state changes, such as when a NOTIFY message is received in response to the sent REFER message. This event handler may modify the state indicated by the ReferStatus object. The ReferStatus object may provide various methods and properties, including the following: (1) an IsSubscriptionActive method returns an indication of whether further state changes are possible; (2) a State method returns a state indicated by the ReferStatus object; (3) a UserState property can be set or retrieved by an application that employs the API; (4) a StateChanged event fires when the state changes; and (5) a Session property provides an indication of the SIP session signaling component that is associated with the Refer method. The StateChanged event has the following properties that an event handler can examine: (1) a state to which the ReferStatus object is moving; (2) a previous state from which the ReferStatus object is moving; (3) a string or other data object providing the body of an incoming NOTIFY message that is causing the state to change; (4) a SIP code indicated by the NOTIFY message; and (5) signaling headers in the NOTIFY message.
  • An endpoint that receives the REFER message also employs the API component to receive REFER messages and send NOTIFY messages in response. The API can thus be employed by an application that registers to receive notifications using the REFER messages. The application (or endpoint) seeking to receive REFER messages and send NOTIFY messages in response registers an event handler with the SIP session signaling component. A handler for receiving REFER messages is registered with a SIP session signaling object as follows:
  • SIPSession.ReferReceived += HandleReferReceived;
  • The API component then invokes the HandleReferReceived method when the endpoint receives a REFER message. By invoking an Accept or Decline method, the handler can either accept or decline the incoming REFER messages. As an example, the REFER message may request a particular service. The handler can inspect the REFER message, determine whether or not to accept the request, and then invoke the appropriate method. The handler can also invoke other functions that provide responses, such as a Trying method. The Trying method provides a NOTIFY message containing the Trying SIP code. A template for the HandleReferReceived method follows.
  • void HandleReferReceived(object sender,
    ReferReceivedEventArgs e)
  • The sender parameter provides an object representing the sender of the REFER message. As an example, the sender parameter can be a SIP session signaling component. The second parameter to the HandleReferReceived method provides event arguments (e.g., parameters) relating to the REFER message. The event arguments include, e.g., (1) a target for the REFER message; and (2) signaling header fields contained in the REFER message.
  • The API component also provides a ReferNotifier object that a target endpoint or application that receives a REFER message can use to send a NOTIFY message to the endpoint that sent the REFER message. The target endpoint or application may accept a REFER message, in which case it receives a ReferNotifier object. The ReferNotifier object provides a SetState method. Templates for the SetState method follow.
  • public void SetState(ReferState state);
    public void SetState(int responseCode, string
    responseText,
              string remaingingSipFrag);
  • The SetState method can be invoked synchronously or asynchronously. When invoked, the SetState method sets the state of the endpoint receiving the REFER message. In various embodiments, the SetState method receives a state parameter or parameters that are indicated in a responsive NOTIFY message, such as a SIP code, text, and message body. The ReferNotifier object also provides various properties, such as a state indicated by a last message sent by the endpoint that sent the NOTIFY message, an address of the target for the REFER message (e.g., URI), and the SIP session signaling object with which the ReferStatus object is associated. The first implementation of the SetState method can be invoked by providing a state as follows:
  • SetState (ReferStatus.Trying);
  • This method invocation sets the state to Trying.
  • FIG. 8B is a table diagram illustrating a correspondence table employed by the facility in some embodiments. The table includes an identification number of sent messages 850, a target URI for the messages 852, a CSeq number associated with each sent message 854, and a ReferStatus object indication 855. The identification number can be used to determine an order in which the messages were sent. The URI indicates the target for each message. The CSeq is the identifier associated with each message. The ReferStatus object indication for a row provides an indication, such as a pointer, to a ReferStatus object associated with the REFER message corresponding to the row.
  • The following describes the example illustrated in the table. A message number 1 (856) was sent with a URI indicated as 128.51.120.8 and having CSeq 12. Message number 2 (858) was sent with a URI indicated as 128.52.125.2 and having CSeq 1. Message number 3 (860) was sent to the same URI and having CSeq 4. Other messages may have been sent before, after, or between these messages. These indications can be removed, such as after a dialog completes or the indications are no longer needed in the table.
  • As described above in relation to FIG. 8A, in some embodiments, an instance of the facility functions in relation to a single target URI, such as a URI with which the SIP session signaling component has established a session. In these embodiments, the correspondence table may contain only messages sent to that target URI. As an example, only message numbers 2 and 3 may appear. As a result, the correspondence table indicates separate REFER messages to which the facility is awaiting NOTIFY response messages. This may occur when an application employs the facility to send multiple REFER messages to the target URI, such as to request multiple services.
  • While FIG. 8B illustrates a table whose contents and organization are designed to make them more comprehensible by a human reader, those skilled in the art will appreciate that actual data structures used by the facility to store this information may differ from the table shown, in that they, for example, may be organized in a different manner, may contain more or less information than shown, may be compressed and/or encrypted, etc.
  • FIG. 9 is a flow diagram illustrating a send_refer routine invoked by the facility in some embodiments. The facility invokes the send_refer routine to send a REFER message. The routine begins at block 902.
  • At block 904, the routine receives a URI indicating the target for the message. As an example, a component or object that invokes the send_refer routine may provide the indication of the URI.
  • At block 906, the routine creates the REFER message.
  • At block 908, the routine adds a CSeq identifier to the message. As an example, the routine may add the following header field to the message:
  • CSeq: 12 REFER
  • At block 910, the routine enqueues the created REFER message. To enqueue the message, the routine may store the message in the message queue or may invoke a routine provided by the message queue component to add the message to the message queue.
  • At block 912, the routine returns.
  • FIG. 10 is a flow diagram illustrating a receive_notify routine invoked by the facility in some embodiments. The facility invokes the routine when it receives a NOTIFY message. The routine begins at block 1002.
  • At block 1004, the routine receives the NOTIFY message. The message may identify the URI to which a REFER message was sent.
  • At block 1006, the routine determines whether the status of the identified URI in the target state list is unknown. The state of the URI is initially unknown until the facility has determined whether that URI accepts REFER messages in parallel or serial and resets the status accordingly. If the status of the URI in the target state list is unknown, the routine continues at block 1008. Otherwise, the routine continues at block 1014.
  • At block 1008, the routine determines whether the correspondence table indicates that a REFER message has been sent to the identified URI for which a response is pending. A REFER message has been sent to the identified URI for which a response is pending when the table contains an entry for the identified URI. If there is such an entry, the routine continues at block 1010. Otherwise, the routine continues at block 1016.
  • At block 1010, the routine determines whether the message contains an Event ID field in the header of the received message. If the message contains an Event ID field, the routine continues at block 1012. Otherwise, the routine continues at block 1018. The existence of an Event ID field is an indication that the target endpoint is capable of handling REFER messages in parallel. In various embodiments, the routine may additionally determine whether the Event ID field contains an appropriate response. An example of an appropriate response to the CSeq identifier provided as an example above in relation to block 908 follows:
  • Event: refer;id=12
  • At block 1012, the routine invokes a handle_parallel subroutine to handle the incoming NOTIFY message. The handle_parallel subroutine is described in further detail below in relation to FIG. 12.
  • At block 1014, because the status of the identified URI is known, the routine invokes a handle_serial or a handle_parallel subroutine to handle the incoming NOTIFY message, as appropriate, and then continues at block 1020 where it returns.
  • At block 1016, because a NOTIFY message was received that does not correspond to a REFER message, the routine reports an error and continues at block 1020 where it returns.
  • At block 1018, the routine invokes a handle_serial subroutine to handle the incoming NOTIFY message. The handle_serial subroutine is described in further detail below in relation to FIG. 11.
  • At block 1020, the routine returns.
  • FIG. 11 is a flow diagram illustrating a handle_serial routine invoked by the facility in some embodiments. The facility employs the routine when it has determined that the target URI handles REFER messages serially. The routine begins at block 1102.
  • At block 1104, the routine receives a NOTIFY message identifying a URI.
  • At block 1106, the routine determines from the correspondence table the CSeq identifier and ReferStatus object for the first message the endpoint sent to the identified URI. The routine retrieves this CSeq identifier because the endpoint that sent the NOTIFY message did not provide the CSeq identifier that was provided in the REFER message. In some embodiments, the routine may simply use the first entry in the correspondence table.
  • At block 1108, the routine sets the state for the endpoint, such as based on the received message, and provides the message to the user of the facility, such as to an application that employs the facility. The routine may set the state by using a method provided by the ReferStatus object identified at block 1106.
  • At block 1110, the routine removes the message indication from the correspondence table. As a result, during the next indication of the handle_serial routine, the CSeq identifier for the next message to the identified URI would be retrieved from the correspondence table. By removing the message indication entry from the correspondence table after receiving a NOTIFY message, the facility is able to process the next REFER message in the correspondence table when the routine is invoked again.
  • At block 1112, the routine sets the status as “Serial” for the identified URI in the target state list. Thus, when the endpoint sends further REFER messages to the identified URI, it would send the REFER messages serially.
  • At block 1114, the routine returns.
  • FIG. 12 is a flow diagram illustrating a handle_parallel routine invoked by the facility in some embodiments. The facility employs the routine when it has determined that the target URI handles REFER messages in parallel. The routine begins at block 1202.
  • At block 1204, the routine receives a NOTIFY message indicating a URI.
  • At block 1206, the routine determines a CSeq identifier from the Event ID field provided in the NOTIFY message. In some embodiments, the routine may employ the CSeq indicated in the correspondence table. The routine may also determine the ReferStatus object associated with the REFER message corresponding to the received NOTIFY message.
  • At block 1208, the routine sets the state for the endpoint, such as based on the received message, and provides the message to the user of the facility, such as to an application that employs the facility. The routine may set the state by using a method provided by the ReferStatus object identified at block 1206.
  • At block 1210, the routine removes the message indication from the correspondence table. By removing the message indication entry from the correspondence table after receiving a NOTIFY message, the facility does not again need to consider a REFER message for which a NOTIFY message has already been received.
  • At block 1212, the routine sets the status as “Parallel” for the identified URI in the target state list. Thus, when the endpoint sends further REFER messages to the identified URI, it would send the REFER messages in parallel.
  • At block 1214, the routine returns.
  • In some embodiments, the handle_parallel routine and the handle_serial routine described above in relation to FIG. 11 may be provided by the same method with perhaps one or more parameters indicating which method is to be used.
  • FIG. 13 is a flow diagram illustrating a process_queue routine invoked by the facility in some embodiments. The facility invokes the process_queue routine to process outgoing REFER messages that are waiting in the message queue. The routine begins at block 1302.
  • At block 1304, the routine retrieves the next REFER message waiting in the queue. The message identifies a target URI for the message.
  • At block 1306, the routine determines whether the status of the URI indicated for the outgoing REFER message does not appear in the target state list or is indicated in the target state list as Unknown. If the status of the URI is unknown or does not appear in the list, the routine continues at block 1308. Otherwise, the routine continues at block 1307.
  • At block 1308, the routine determines whether a NOTIFY message is already pending for the identified URI. When the status for the identified URI is Unknown or Serial, the endpoint assumes that the URI is incapable of handling REFER messages in parallel. Consequently, the routine continues at block 1304. Otherwise, the routine continues at block 1310.
  • At block 1307, the routine determines whether the status for the identified URI is Serial. If the status for the identified URI is Serial, the routine continues at block 1308. Otherwise, the routine assumes that the status for the identified URI is Parallel and continues at block 1310.
  • At block 1310, the routine adds an entry to the correspondence table indicating that a REFER message has been sent to the identified URI. The routine also identifies the CSeq corresponding to this message in the correspondence table.
  • At block 1312, the routine sends the message to the identified URI. The routine then continues at block 1304.
  • Thus, when the status for the identified URI is Unknown or Serial, the routine sends REFER messages only when no REFER messages are pending. Otherwise, the routine sends all messages in the queue destined to the identified URI.
  • It is possible, due to network race conditions and proxy behavior, for a response to a REFER message to arrive after a corresponding NOTIFY message. In such cases, the facility processes messages out of order in some embodiments. As an example, the state can move to “refer accepted” after the NOTIFY message arrives because a NOTIFY would not be sent if the REFER message was rejected. When the non-NOTIFY response arrives, it can be discarded. In other embodiments, NOTIFY messages arriving before other responses to the REFER message are queued and processed in order. An early NOTIFY message can be detected because the Event ID field will correspond to the CSeq identifier of a REFER transaction that has not completed. If there is no Event ID field and there is a single REFER transaction that is not completed, then the arriving NOTIFY message can be correlated to that transaction.
  • Those skilled in the art will appreciate that the logic illustrated in FIGS. 9-13 and corresponding description may be altered in various ways. For example, the order of the blocks may be rearranged, substeps may be performed in parallel, shown logic may be omitted, other logic may be included, etc.
  • From the foregoing, it will be appreciated that specific embodiments of the invention have been described herein for purposes of illustration, but that various modifications may be made without deviating from the spirit and scope of the invention. As an example, the facility functions with protocols other than SIP. Although the subject matter has been described in language specific to structural features and/or methodological arts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Accordingly, the invention is not limited except as by the appended claims.

Claims (20)

1. A method performed by a computer system for managing parallel requests in a communications environment supporting serial and parallel requests, comprising:
enqueuing a request message that is to be sent to a recipient computing device, the message containing a conversation identifier;
sending the message to the recipient computing device;
receiving a response from the recipient computing device;
determining from the received response whether it contains the conversation identifier; and
when the received response contains the conversation identifier, determining that the recipient computing device supports request messages in parallel.
2. The method of claim 1 wherein the message is sent using a session initiation protocol.
3. The method of claim 2 further comprising identifying the conversation identifier in a CSeq header field of the sent message.
4. The method of claim 3 further comprising receiving the conversation identifier in an Event header field of the received response.
5. The method of claim 4 wherein the conversation identifier is provided as a parameter of the Event header field.
6. The method of claim 1 further comprising providing an application program interface for receiving the request message.
7. The method of claim 6 wherein an application employing the application program interface does not have information relating to whether the recipient computing device supports request messages in parallel.
8. The method of claim 1 further comprising sending multiple additional requests to the recipient computing device without waiting for responses to the additional requests when the recipient computing device supports request messages in parallel.
9. The method of claim 1 further comprising sending multiple additional requests to the recipient computing device serially by waiting for a response to each sent additional request before sending a subsequent request when the recipient computing device does not support request messages in parallel.
10. A system for managing parallel requests in a communications environment supporting serial and parallel request handlers, comprising:
a message queue component that stores messages that are to be sent to a recipient endpoint, the messages containing a header field indicating an identifier and a header field indicating a recipient for the messages;
a correspondence table component that associates the identifier and recipient for each message;
a target state list component that stores a state for each message recipient; and
an application program interface component that receives a request, creates a message, associates the created message with an identifier, stores the created message in the message queue, sends the message to the recipient, stores in the correspondence table an association between the identifier and recipient indicated for the message, receives from the recipient a response to the message, determines from a header field of the received response that the recipient can receive messages in parallel, and stores in the target state list a state indicating that the recipient can receive messages in parallel.
11. The system of claim 10 wherein the application program interface component identifies the identifier in a CSeq header field of the created message.
12. The system of claim 11 wherein the application program interface component determines that the recipient can receive messages in parallel when the response identifies the identifier in an Event header field.
13. The system of claim 12 wherein the application program interface component employs a session initiation protocol to send the created message.
14. The system of claim 10 wherein the sent message is a REFER message.
15. The system of claim 10 wherein the received response is a NOTIFY message.
16. The system of claim 10 wherein the application program interface provides a method that an application can employ to send multiple requests to the recipient without the application needing information as to whether the recipient can receive multiple messages in parallel.
17. A computer-readable medium whose contents cause a computing system to perform a method comprising:
receiving from an application messages directed to a recipient;
sending a first message to the recipient without sending subsequently received messages to the recipient;
upon receiving a response from the recipient to the first message, determining whether the recipient supports parallel or serial message processing;
when the recipient supports parallel message processing, sending the subsequently received messages to the recipient without awaiting a response to a message before sending another message; and
when the recipient supports serial message processing, sending a subsequent message after receiving a response to a previously sent message.
18. The computer-readable medium of claim 17 wherein the first message is a session initiation protocol REFER message providing an identifier in a CSeq header field.
19. The computer-readable medium of claim 18 wherein the response is a session initiation protocol NOTIFY message providing the identifier in an Event header field.
20. The computer-readable medium of claim 17 wherein the message is received from an application that does not have information relating to whether the recipient supports processing messages in parallel.
US11/385,264 2006-03-20 2006-03-20 Managing parallel requests in a communications environment supporting serial and parallel request handlers Active 2028-10-06 US7730192B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/385,264 US7730192B2 (en) 2006-03-20 2006-03-20 Managing parallel requests in a communications environment supporting serial and parallel request handlers

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US11/385,264 US7730192B2 (en) 2006-03-20 2006-03-20 Managing parallel requests in a communications environment supporting serial and parallel request handlers

Publications (2)

Publication Number Publication Date
US20070220148A1 true US20070220148A1 (en) 2007-09-20
US7730192B2 US7730192B2 (en) 2010-06-01

Family

ID=38519267

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/385,264 Active 2028-10-06 US7730192B2 (en) 2006-03-20 2006-03-20 Managing parallel requests in a communications environment supporting serial and parallel request handlers

Country Status (1)

Country Link
US (1) US7730192B2 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070245079A1 (en) * 2006-04-14 2007-10-18 International Business Machines Corporation Method and apparatus for efficiently supporting multiple one-time table access operations in a hierarchical memory setting
US20090306999A1 (en) * 2008-06-06 2009-12-10 Microsoft Corporation Conversational parallelism for message processing
US20120124518A1 (en) * 2010-11-16 2012-05-17 Microsoft Corporation Managing Operations via a User Interface
US8689099B1 (en) * 2010-12-23 2014-04-01 Amazon Technologies, Inc. Cross-domain communication
US9037963B1 (en) 2011-04-22 2015-05-19 Amazon Technologies, Inc. Secure cross-domain web browser communications
US20150172882A1 (en) * 2013-12-18 2015-06-18 Alcatel-Lucent Usa Inc. Method For Correlation Of Requesting Information From A Remote Device
US20200252440A1 (en) * 2019-02-04 2020-08-06 Verizon Patent And Licensing Inc. Over-the-top client with native calling quality of service

Citations (57)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4823304A (en) * 1987-01-15 1989-04-18 International Business Machines Incorporated Method of providing synchronous message exchange in an asychronous operating environment
US5335347A (en) * 1991-01-23 1994-08-02 Sun Microsystems, Inc. Method and apparatus for scoped interprocess message switching
US5666256A (en) * 1993-12-01 1997-09-09 Siemens Energy & Automation, Inc. Electrical power distribution system apparatus-resident personality memory module
US5699523A (en) * 1993-03-12 1997-12-16 Bull S.A. Method and apparatus for communication between at least one client and at least one server
US5712624A (en) * 1995-03-03 1998-01-27 Motorola, Inc. Method and apparatus for optimizing receiver synchronization in a radio communication system
US5812768A (en) * 1992-10-30 1998-09-22 Software Ag System for allocating adaptor to server by determining from embedded foreign protocol commands in client request if the adapter service matches the foreign protocol
US5854898A (en) * 1995-02-24 1998-12-29 Apple Computer, Inc. System for automatically adding additional data stream to existing media connection between two end points upon exchange of notifying and confirmation messages therebetween
US5960178A (en) * 1997-08-08 1999-09-28 Bell Communications Research, Inc. Queue system and method for point-to-point message passing having a separate table for storing message state and identifier of processor assigned to process the message
US6009175A (en) * 1997-06-27 1999-12-28 Unisys Corporation Asynchronous message system for menu-assisted resource control program
US6138168A (en) * 1995-09-12 2000-10-24 International Business Machines Corporation Support for application programs in a distributed environment
US6192029B1 (en) * 1998-01-29 2001-02-20 Motorola, Inc. Method and apparatus for performing flow control in a wireless communications system
US6226666B1 (en) * 1997-06-27 2001-05-01 International Business Machines Corporation Agent-based management system having an open layered architecture for synchronous and/or asynchronous messaging handling
US20010047401A1 (en) * 2000-01-21 2001-11-29 Mcternan Brennan J. System and method for managing connections to servers delivering multimedia content
US20010052006A1 (en) * 1998-05-31 2001-12-13 William E. Barker Method for computer internet remote management of a telecommunication network element
US6385644B1 (en) * 1997-09-26 2002-05-07 Mci Worldcom, Inc. Multi-threaded web based user inbox for report management
US20020112070A1 (en) * 2000-12-08 2002-08-15 The Boeing Company Network controller for digitally controlling remote devices via a common bus
US20020138569A1 (en) * 1999-03-25 2002-09-26 Lev Slutsman Method and apparatus for a conference call mediation service
US20020161828A1 (en) * 2001-04-30 2002-10-31 Michael Edison System and method for communicating with a device
US20020194331A1 (en) * 2000-11-08 2002-12-19 Lewis Ronald E. Method and system for incoming call notification
US20030108000A1 (en) * 2001-12-07 2003-06-12 Telefonaktiebolaget Lm Ericsson (Pub1) Service access system and method in a telecommunications network
US20030135569A1 (en) * 2002-01-15 2003-07-17 Khakoo Shabbir A. Method and apparatus for delivering messages based on user presence, preference or location
US20030145054A1 (en) * 2001-07-09 2003-07-31 Dyke John Jeffrey Van Conferencing architecture employing media servers and enhanced session initiation protocol
US20030163585A1 (en) * 2000-08-08 2003-08-28 International Business Machines Corporation Type descriptor metamodel
US6678735B1 (en) * 2000-01-26 2004-01-13 Nortel Networks Limited Method and apparatus for a sip client manager
US20040024879A1 (en) * 2002-07-30 2004-02-05 Dingman Christopher P. Method and apparatus for supporting communications between a computing device within a network and an external computing device
US6714979B1 (en) * 1997-09-26 2004-03-30 Worldcom, Inc. Data warehousing infrastructure for web based reporting tool
US6721288B1 (en) * 1998-09-16 2004-04-13 Openwave Systems Inc. Wireless mobile devices having improved operation during network unavailability
US6742042B1 (en) * 2000-06-28 2004-05-25 Nortel Networks Limited Method and apparatus of presenting ticker information
US20040117801A1 (en) * 2002-12-13 2004-06-17 International Business Machines Corporation System and method for context-based serialization of messages in a parallel execution environment
US20040221292A1 (en) * 2000-08-08 2004-11-04 International Business Machines Corporation IMS MFS (message format service) metamodel
US20050055687A1 (en) * 2003-09-04 2005-03-10 Georg Mayer Software update information via session initiation protocol event packages
US20050060720A1 (en) * 2003-09-12 2005-03-17 Georg Mayer Calendar alarms via session initiation protocol event packages
US20050080925A1 (en) * 2003-09-29 2005-04-14 International Business Machines Corporation Method of establishing communications between processing units
US20050094621A1 (en) * 2003-10-29 2005-05-05 Arup Acharya Enabling collaborative applications using Session Initiation Protocol (SIP) based Voice over Internet protocol networks (VoIP)
US20050141483A1 (en) * 2003-12-31 2005-06-30 Wengrovitz Michael S. Concurrent media sessions for PBX telephones
US20050144277A1 (en) * 2003-12-12 2005-06-30 International Business Machines Corporation Enhanced port type agnostic proxy support for web services intermediaries
US20050144278A1 (en) * 2003-12-12 2005-06-30 Valeri Atamaniouk System and method for multipart response optimization
US6928150B2 (en) * 2001-12-17 2005-08-09 Mci, Inc. Call charging notification
US20050198127A1 (en) * 2004-02-11 2005-09-08 Helland Patrick J. Systems and methods that facilitate in-order serial processing of related messages
US20050203994A1 (en) * 2004-03-09 2005-09-15 Tekelec Systems and methods of performing stateful signaling transactions in a distributed processing environment
US20050232229A1 (en) * 2004-03-22 2005-10-20 Takashi Miyamoto Communication control unit and filtering method in communication control unit
US6985754B1 (en) * 1999-04-26 2006-01-10 Nokia Mobile Phones Limited Radio terminal for browsing the internet
US20060075096A1 (en) * 1999-01-27 2006-04-06 Toru Ueda Method and apparatus of data transfer controlling data transfer among a plurality of equipments connected to a network and medium recording the program thereof
US20060121919A1 (en) * 2003-06-25 2006-06-08 Maki Amishima Network management device, mobile terminal, communication method using same
US20060165060A1 (en) * 2005-01-21 2006-07-27 Robin Dua Method and apparatus for managing credentials through a wireless network
US20060230161A1 (en) * 2005-04-12 2006-10-12 Samsung Electronics Co., Ltd. System and method for providing service in a communication system
US7177918B2 (en) * 2002-12-20 2007-02-13 International Business Machines Corporation Method and system for efficiently processing multiframe data in a client/server computing environment
US20070054686A1 (en) * 2005-07-15 2007-03-08 Andrew Allen Methods and apparatus for providing PTT data buffering support indications from mobile devices and PTT data buffering control by wireless networks
US20070118601A1 (en) * 2005-11-23 2007-05-24 Pacheco Gary A Method and apparatus for parallel sequencing of messages between disparate information systems
US7225249B1 (en) * 1997-09-26 2007-05-29 Mci, Llc Integrated systems for providing communications network management services and interactive generating invoice documents
US7272651B1 (en) * 2001-08-28 2007-09-18 Cisco Technology, Inc. RSVP transmitter proxy
US7275079B2 (en) * 2000-08-08 2007-09-25 International Business Machines Corporation Common application metamodel including C/C++ metamodel
US7284059B2 (en) * 2002-04-17 2007-10-16 Sony Corporation Terminal device, data transmission-reception system and data transmission-reception initiation method
US20070255784A1 (en) * 2004-06-07 2007-11-01 Hideaki Takechi Communication System for Use in Communication Between Communication Equipment by Using Ip Protocol
US20080086564A1 (en) * 2002-01-15 2008-04-10 Janis Rae Putman Communication application server for converged communication services
US7415284B2 (en) * 2004-09-02 2008-08-19 Sonim Technologies, Inc. Methods of transmitting a message to a message server in a push-to-talk network
US20080254796A1 (en) * 2005-04-19 2008-10-16 Sk Telecom Co., Ltd. Hand Over Method For Dual Band/Dual Mode Mobile Communication Terminal

Patent Citations (58)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4823304A (en) * 1987-01-15 1989-04-18 International Business Machines Incorporated Method of providing synchronous message exchange in an asychronous operating environment
US5335347A (en) * 1991-01-23 1994-08-02 Sun Microsystems, Inc. Method and apparatus for scoped interprocess message switching
US5812768A (en) * 1992-10-30 1998-09-22 Software Ag System for allocating adaptor to server by determining from embedded foreign protocol commands in client request if the adapter service matches the foreign protocol
US5699523A (en) * 1993-03-12 1997-12-16 Bull S.A. Method and apparatus for communication between at least one client and at least one server
US5666256A (en) * 1993-12-01 1997-09-09 Siemens Energy & Automation, Inc. Electrical power distribution system apparatus-resident personality memory module
US5854898A (en) * 1995-02-24 1998-12-29 Apple Computer, Inc. System for automatically adding additional data stream to existing media connection between two end points upon exchange of notifying and confirmation messages therebetween
US5712624A (en) * 1995-03-03 1998-01-27 Motorola, Inc. Method and apparatus for optimizing receiver synchronization in a radio communication system
US6138168A (en) * 1995-09-12 2000-10-24 International Business Machines Corporation Support for application programs in a distributed environment
US6009175A (en) * 1997-06-27 1999-12-28 Unisys Corporation Asynchronous message system for menu-assisted resource control program
US6226666B1 (en) * 1997-06-27 2001-05-01 International Business Machines Corporation Agent-based management system having an open layered architecture for synchronous and/or asynchronous messaging handling
US6769014B1 (en) * 1997-06-27 2004-07-27 International Business Machines Corporation Method, system and computer product for providing an object class based distributed virtual mailbox and post office for communicating electronic mail messages between remote computers
US5960178A (en) * 1997-08-08 1999-09-28 Bell Communications Research, Inc. Queue system and method for point-to-point message passing having a separate table for storing message state and identifier of processor assigned to process the message
US6714979B1 (en) * 1997-09-26 2004-03-30 Worldcom, Inc. Data warehousing infrastructure for web based reporting tool
US7225249B1 (en) * 1997-09-26 2007-05-29 Mci, Llc Integrated systems for providing communications network management services and interactive generating invoice documents
US6385644B1 (en) * 1997-09-26 2002-05-07 Mci Worldcom, Inc. Multi-threaded web based user inbox for report management
US6192029B1 (en) * 1998-01-29 2001-02-20 Motorola, Inc. Method and apparatus for performing flow control in a wireless communications system
US20010052006A1 (en) * 1998-05-31 2001-12-13 William E. Barker Method for computer internet remote management of a telecommunication network element
US6721288B1 (en) * 1998-09-16 2004-04-13 Openwave Systems Inc. Wireless mobile devices having improved operation during network unavailability
US20060075096A1 (en) * 1999-01-27 2006-04-06 Toru Ueda Method and apparatus of data transfer controlling data transfer among a plurality of equipments connected to a network and medium recording the program thereof
US20020138569A1 (en) * 1999-03-25 2002-09-26 Lev Slutsman Method and apparatus for a conference call mediation service
US6985754B1 (en) * 1999-04-26 2006-01-10 Nokia Mobile Phones Limited Radio terminal for browsing the internet
US20010047401A1 (en) * 2000-01-21 2001-11-29 Mcternan Brennan J. System and method for managing connections to servers delivering multimedia content
US6678735B1 (en) * 2000-01-26 2004-01-13 Nortel Networks Limited Method and apparatus for a sip client manager
US6742042B1 (en) * 2000-06-28 2004-05-25 Nortel Networks Limited Method and apparatus of presenting ticker information
US20040221292A1 (en) * 2000-08-08 2004-11-04 International Business Machines Corporation IMS MFS (message format service) metamodel
US20030163585A1 (en) * 2000-08-08 2003-08-28 International Business Machines Corporation Type descriptor metamodel
US7275079B2 (en) * 2000-08-08 2007-09-25 International Business Machines Corporation Common application metamodel including C/C++ metamodel
US20020194331A1 (en) * 2000-11-08 2002-12-19 Lewis Ronald E. Method and system for incoming call notification
US20020112070A1 (en) * 2000-12-08 2002-08-15 The Boeing Company Network controller for digitally controlling remote devices via a common bus
US20020161828A1 (en) * 2001-04-30 2002-10-31 Michael Edison System and method for communicating with a device
US20030145054A1 (en) * 2001-07-09 2003-07-31 Dyke John Jeffrey Van Conferencing architecture employing media servers and enhanced session initiation protocol
US7272651B1 (en) * 2001-08-28 2007-09-18 Cisco Technology, Inc. RSVP transmitter proxy
US20030108000A1 (en) * 2001-12-07 2003-06-12 Telefonaktiebolaget Lm Ericsson (Pub1) Service access system and method in a telecommunications network
US6928150B2 (en) * 2001-12-17 2005-08-09 Mci, Inc. Call charging notification
US20030135569A1 (en) * 2002-01-15 2003-07-17 Khakoo Shabbir A. Method and apparatus for delivering messages based on user presence, preference or location
US20080086564A1 (en) * 2002-01-15 2008-04-10 Janis Rae Putman Communication application server for converged communication services
US7284059B2 (en) * 2002-04-17 2007-10-16 Sony Corporation Terminal device, data transmission-reception system and data transmission-reception initiation method
US20040024879A1 (en) * 2002-07-30 2004-02-05 Dingman Christopher P. Method and apparatus for supporting communications between a computing device within a network and an external computing device
US20040117801A1 (en) * 2002-12-13 2004-06-17 International Business Machines Corporation System and method for context-based serialization of messages in a parallel execution environment
US7177918B2 (en) * 2002-12-20 2007-02-13 International Business Machines Corporation Method and system for efficiently processing multiframe data in a client/server computing environment
US20060121919A1 (en) * 2003-06-25 2006-06-08 Maki Amishima Network management device, mobile terminal, communication method using same
US20050055687A1 (en) * 2003-09-04 2005-03-10 Georg Mayer Software update information via session initiation protocol event packages
US20050060720A1 (en) * 2003-09-12 2005-03-17 Georg Mayer Calendar alarms via session initiation protocol event packages
US20050080925A1 (en) * 2003-09-29 2005-04-14 International Business Machines Corporation Method of establishing communications between processing units
US20050094621A1 (en) * 2003-10-29 2005-05-05 Arup Acharya Enabling collaborative applications using Session Initiation Protocol (SIP) based Voice over Internet protocol networks (VoIP)
US20050144278A1 (en) * 2003-12-12 2005-06-30 Valeri Atamaniouk System and method for multipart response optimization
US20050144277A1 (en) * 2003-12-12 2005-06-30 International Business Machines Corporation Enhanced port type agnostic proxy support for web services intermediaries
US20050141483A1 (en) * 2003-12-31 2005-06-30 Wengrovitz Michael S. Concurrent media sessions for PBX telephones
US20050198127A1 (en) * 2004-02-11 2005-09-08 Helland Patrick J. Systems and methods that facilitate in-order serial processing of related messages
US20050203994A1 (en) * 2004-03-09 2005-09-15 Tekelec Systems and methods of performing stateful signaling transactions in a distributed processing environment
US20050232229A1 (en) * 2004-03-22 2005-10-20 Takashi Miyamoto Communication control unit and filtering method in communication control unit
US20070255784A1 (en) * 2004-06-07 2007-11-01 Hideaki Takechi Communication System for Use in Communication Between Communication Equipment by Using Ip Protocol
US7415284B2 (en) * 2004-09-02 2008-08-19 Sonim Technologies, Inc. Methods of transmitting a message to a message server in a push-to-talk network
US20060165060A1 (en) * 2005-01-21 2006-07-27 Robin Dua Method and apparatus for managing credentials through a wireless network
US20060230161A1 (en) * 2005-04-12 2006-10-12 Samsung Electronics Co., Ltd. System and method for providing service in a communication system
US20080254796A1 (en) * 2005-04-19 2008-10-16 Sk Telecom Co., Ltd. Hand Over Method For Dual Band/Dual Mode Mobile Communication Terminal
US20070054686A1 (en) * 2005-07-15 2007-03-08 Andrew Allen Methods and apparatus for providing PTT data buffering support indications from mobile devices and PTT data buffering control by wireless networks
US20070118601A1 (en) * 2005-11-23 2007-05-24 Pacheco Gary A Method and apparatus for parallel sequencing of messages between disparate information systems

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070245079A1 (en) * 2006-04-14 2007-10-18 International Business Machines Corporation Method and apparatus for efficiently supporting multiple one-time table access operations in a hierarchical memory setting
US7512747B2 (en) * 2006-04-14 2009-03-31 International Business Machines Corporation Method and apparatus for efficiently supporting multiple one-time table access operations in a hierarchical memory setting
US20090306999A1 (en) * 2008-06-06 2009-12-10 Microsoft Corporation Conversational parallelism for message processing
US8370851B2 (en) 2008-06-06 2013-02-05 Microsoft Corporation Conversational parallelism for message processing
US20120124518A1 (en) * 2010-11-16 2012-05-17 Microsoft Corporation Managing Operations via a User Interface
US8689099B1 (en) * 2010-12-23 2014-04-01 Amazon Technologies, Inc. Cross-domain communication
US9037963B1 (en) 2011-04-22 2015-05-19 Amazon Technologies, Inc. Secure cross-domain web browser communications
US10366446B2 (en) 2011-04-22 2019-07-30 Amazon Technologies, Inc. Cross-domain communications between browser windows
US11010822B2 (en) 2011-04-22 2021-05-18 Amazon Technologies, Inc. Cross-domain communications between browser windows
US20150172882A1 (en) * 2013-12-18 2015-06-18 Alcatel-Lucent Usa Inc. Method For Correlation Of Requesting Information From A Remote Device
US20200252440A1 (en) * 2019-02-04 2020-08-06 Verizon Patent And Licensing Inc. Over-the-top client with native calling quality of service

Also Published As

Publication number Publication date
US7730192B2 (en) 2010-06-01

Similar Documents

Publication Publication Date Title
US7730192B2 (en) Managing parallel requests in a communications environment supporting serial and parallel request handlers
JP4317061B2 (en) Presence information sharing method and system
US9479400B2 (en) Servlet API and method for XMPP protocol
KR100686705B1 (en) Method and apparatus for providing multi-client support in a SIP-enabled terminal
US7185094B2 (en) Media session framework using a control module to direct and manage application and service servers
US6678735B1 (en) Method and apparatus for a sip client manager
US7949704B2 (en) Administration of a broker-based publish/subscribe messaging system
US7505574B2 (en) Method and system for providing an improved communications channel for telephone conference initiation and management
US8037125B2 (en) Method for uniform network access
US8041800B2 (en) Automatic orchestration of dynamic multiple party, multiple media communications
MXPA04006451A (en) Transport system for instant messaging.
US20090287761A1 (en) Cached message distribution via http redirects
US20110032847A1 (en) Multiplexed communication for duplex applications
CN108494817A (en) Data transmission method, relevant apparatus and system
US8601139B2 (en) Multiple core session initiation protocol (SIP)
US7644165B2 (en) Method and apparatus for SIP messaging
US10044766B2 (en) Managing mid-dialog session initiation protocol (SIP) messages
KR20120117979A (en) Transferring multiple communication modalities during a conversation
US20060282538A1 (en) Persistent chat data across different sessions
US8111814B2 (en) Extensible alert types
US8601094B2 (en) Method and computer program product utilizing multiple UDP data packets to transfer a quantity of data otherwise in excess of a single UDP packet
US20200314040A1 (en) Technology for communication between different instant messaging protocols and sip protocol
CN111953644B (en) Terminal connection method and system for multimedia communication
US9367367B2 (en) Application router
KR20050043021A (en) Mobile terminal having session initiation protocol/instant messaging and presence service dynamic linking library on wireless internet platform

Legal Events

Date Code Title Description
AS Assignment

Owner name: MICROSOFT CORPORATION, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:GANESAN, KRISHNAMURTHY;POTRA, ADRIAN;ANANTHARAMAN, SUNDARAM;AND OTHERS;REEL/FRAME:018050/0110;SIGNING DATES FROM 20060511 TO 20060512

Owner name: MICROSOFT CORPORATION,WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:GANESAN, KRISHNAMURTHY;POTRA, ADRIAN;ANANTHARAMAN, SUNDARAM;AND OTHERS;SIGNING DATES FROM 20060511 TO 20060512;REEL/FRAME:018050/0110

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034542/0001

Effective date: 20141014

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552)

Year of fee payment: 8

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 12