US20020141404A1 - Call routing using information in session initiation protocol messages - Google Patents

Call routing using information in session initiation protocol messages Download PDF

Info

Publication number
US20020141404A1
US20020141404A1 US10/020,783 US2078301A US2002141404A1 US 20020141404 A1 US20020141404 A1 US 20020141404A1 US 2078301 A US2078301 A US 2078301A US 2002141404 A1 US2002141404 A1 US 2002141404A1
Authority
US
United States
Prior art keywords
information
routing
server
caller
session
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US10/020,783
Inventor
Michael Wengrovitz
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.)
Alcatel Lucent SAS
Original Assignee
Alcatel SA
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
Assigned to ALCATEL reassignment ALCATEL ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: WENGROVITZ, MICHAEL
Priority to US10/020,783 priority Critical patent/US20020141404A1/en
Application filed by Alcatel SA filed Critical Alcatel SA
Priority to AT02400025T priority patent/ATE363799T1/en
Priority to JP2002099938A priority patent/JP4011950B2/en
Priority to EP02400025A priority patent/EP1248440B1/en
Priority to DE60220329T priority patent/DE60220329T2/en
Priority to CNB021272689A priority patent/CN100428764C/en
Publication of US20020141404A1 publication Critical patent/US20020141404A1/en
Priority to US11/427,513 priority patent/US8737272B2/en
Priority to US14/263,727 priority patent/US20140233560A1/en
Assigned to ALCATEL LUCENT reassignment ALCATEL LUCENT CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: ALCATEL
Abandoned legal-status Critical Current

Links

Images

Classifications

    • 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]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/42Centralised routing
    • 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/1069Session establishment or de-establishment
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M7/00Arrangements for interconnection between switching centres
    • H04M7/006Networks other than PSTN/ISDN providing telephone service, e.g. Voice over Internet Protocol (VoIP), including next generation networks with a packet-switched transport layer

Definitions

  • This invention relates generally to Internet telephony systems, and more particularly, to intelligent call routing in Internet telephony systems that adhere to session initiation protocol.
  • Session Initiation Protocol is a signaling protocol for creating, modifying, and terminating multimedia sessions, including Internet telephone calls, with one or more SIP-endpoints. Details about the SIP signaling protocol is set forth in Internet Engineering Task Force Request for Comment 2543 entitled “SIP: Session Initiation Protocol,” March 1999 (hereinafter referred to as RFC 2543), which is incorporated herein by reference. SIP provides an alternative to PBX- or H.323-signaled telephony.
  • SIP servers including proxy and redirect servers, are typically engaged during the call set-up process to route calls.
  • Such call routing includes ascertaining called end-points in response to call establishment messages, referred to as INVITE messages, originated by calling end-points.
  • INVITE messages are either proxied to ascertained called end-points or the addresses of ascertained called end-points are returned to the calling end-points for allowing the calling end-points to directly place calls to the called end-points.
  • FIG. 1A is a functional block diagram for establishing a SIP call via a typical proxy SIP server 10 .
  • the proxy server 10 receives an invitation from a calling end-point 15 in the form of an INVITE request.
  • the INVITE request includes routing information in the “From:”, “To:”, “Contact:” and other standardized fields within the INVITE message header.
  • the “To:” field of the message header includes a generic SIP URL associated with a called end-point 20 .
  • the proxy server 10 accepts the INVITE request and in step 32 , preferably engages a location server 25 for routing the call based on the routing information in the SIP message header.
  • the location server 25 retrieves the SIP URL associated with the called end-point to resolve the URL to a more precise address. For example, a call directed to a generic SIP URL such as, for example, “sales@acme.com” may be resolved to a particular person, such as, for example, “bob@ny.acme.com.”
  • the retrieved address information is transmitted to the proxy server in step 34 .
  • the proxy server 10 issues a second INVITE request to the more precise address.
  • the called end-point 20 receives the second INVITE request and alerts the user of the request by, for example, causing the user's telephone to ring. If the call is answered, the called end-point 20 , in step 38 , returns a success indication to the proxy server 10 via an OK response.
  • the proxy server 10 forwards the OK response in step to the calling end-point 15 .
  • the receipt of the success result is confirmed by the calling end-point 15 by transmitting an ACK request to the proxy server 10 in step 42 , which then forwards it to the called end-point 20 in step 44 .
  • FIG. 1B is a functional block diagram of an alternative method for establishing a SIP call using a typical redirect SIP server 47 .
  • the redirect server 47 accepts the INVITE request and, as the proxy server 10 of FIG. 1A, contacts the location server 25 in step 33 for routing the call based on the routing information in the INVITE message header.
  • the redirect server 47 instead of directly contacting the newly found address received in step 35 , returns the address to the calling end-point in step 37 .
  • the calling end-point 15 confirms receipt of the address via an ACK request in step 39 .
  • the calling end-point 15 issues a new INVITE request to the address returned by the redirect server 30 in step 41 . If the call succeeds, the called end-point 20 transmits an OK response in step 43 , and the calling end-point 15 , in step 45 , completes the handshake with an ACK request.
  • IVR interactive voice response
  • DTMF dual tone multi-frequency
  • Conventional telephony systems may employ caller ID data that is automatically transmitted with an incoming call in lieu of DTMF key entries to route the call.
  • the data transmitted is limited to caller ID data, and does not include additional caller intent information that may be desirable to more intelligently route a call.
  • Newer systems may employ voice recognition techniques in response to IVR prompts to deduce the caller's intent.
  • voice recognition systems are also cumbersome and inconvenient for the caller, subject to error, and also yield slow call setup times.
  • the current invention is directed to a system and method for intelligently routing IP telephone sessions using information transmitted by the caller that extends beyond simple caller ID data.
  • the invention is directed to a method for establishing an IP telephony session between a first device and a second device where the method includes receiving a call establishment message from the first device, the call establishment message including a first routing information in a header portion of the message, and a second routing information in a body portion of the message.
  • the method further includes determining an address of the second device based on the first and second routing information and using the address for routing the session to the second device.
  • the invention is directed to a method for establishing an IP telephony session between a first device and a second device where the method includes retrieving caller intent information from a data store on the first device, creating a call establishment message including a header and a body, the body including the caller intent information, and transmitting the caller initiation request to a server for routing the session to the second device based on the caller intent information.
  • the invention is directed to an IP telephony system including a first device, a second device, and a server operative between the first device and the second device.
  • the first device creates a call establishment message including a header and a body, the body including caller intent information.
  • the server uses the caller intent information for determining an address of the second device for routing the session to the second device.
  • the invention is directed to a server in an IP telephony system operative between a first device and a second device.
  • the server is configured for receiving a call establishment message from the first device, the call establishment message including a first routing information in a header portion of the message and a second routing information in a body portion of the message, determining an address of the second device based on the first and second routing information, and using the address for routing the session to the second device.
  • the present invention allows a more intelligent determination of a callee address than when only using standard routing information typically included in the header portion of a call establishment message or traditional caller ID information. Additional information about the caller included in the body portion of the call establishment message allows an efficient determination of the caller's intent for routing the call to a most appropriate callee. Because the caller intent information is already made available at the placement of the call, back and forth interactions with the caller for obtaining such information is no longer required.
  • FIG. 1A is a functional block diagram of establishing a SIP call using a typical proxy SIP server
  • FIG. 1B is a functional block diagram of an alternative method for establishing a SIP call using a typical redirect SIP server
  • FIG. 2 is a schematic block diagram of a communication system adhering to an IP telephony protocol according to one embodiment of the invention
  • FIG. 3 is a functional block diagram for establishing a SIP call based on caller information according to one embodiment of the invention where a proxy SIP server is used;
  • FIG. 4 is a functional block diagram for establishing a SIP call based on caller information according to one embodiment of the invention where a redirect SIP server is used;
  • FIG. 5 is a functional block diagram for determining an address of a called end-point using caller information according to one embodiment of the invention.
  • FIG. 6 is a flow diagram of a process for an IP telephony call setup according to one embodiment of the invention.
  • FIG. 2 is a schematic block diagram of a communication system adhering to an IP telephony protocol such as, for example, a session initiation protocol (SIP), according to one embodiment of the invention.
  • IP IP telephony protocol
  • the system includes a calling end-point 50 initiating a call that is directed to a called end-point 52 over a wide area network, such as, for example, a public internet 54 .
  • the calling end-point 50 , called end-point 52 , and internet 54 preferably adhere to the SIP signaling protocol set forth in RFC 2543 .
  • RFC 2543 a public internet 54 .
  • a person skilled in the art should recognize, however, that the any other IP signaling protocol conventional in the art may be used instead of SIP.
  • the calling and called end-points 50 , 52 are preferably SIP-enabled telephones, hand phones, personal computers, switches, routers, and/or the like.
  • each calling and called end-point is associated with an input device 59 , 65 receiving input data, such as, for example, an input cable, a keyboard, a keypad, or the like.
  • Each calling and called endpoint is further associated with an output device 61 , 63 presenting output data, such as, for example, an output cable, a display, or the like.
  • the calling and called end-points 50 are preferably also associated with handsets 60 , 62 for allowing a voice conversation between a caller and callee.
  • the communication system of FIG. 2 further includes a server preferably routing calls between the calling and called endpoints 50 , 52 .
  • the server 56 is preferably a SIP proxy or redirect server similar to the proxy and redirect servers 10 , 47 of FIGS. 1 A- 1 B.
  • the server 56 is enhanced with the capability of using information transmitted by the calling endpoint along with standard routing information, for more intelligently routing the call.
  • the server 56 is preferably coupled to a database 57 and location server 58 .
  • the location server contains location information used for routing calls between the calling end-point and the called end-point.
  • the location server may be similar to the location server 25 of FIGS. 1 A- 1 B.
  • the database 57 is a data store, such as a hard disk drive or drive array, storing caller information and associated routing information for use in addition to the location information to route the calls.
  • the server 56 , database 57 , and/or location server 58 reside in a single machine. In another embodiment, the servers reside in two separate machines coupled to each other over a local area network, private wide area network, or the public internet 54 .
  • the calling end-point 50 initiates a call by transmitting a call initiation message to the server 56 .
  • the call initiation message may be, for example, a SIP INVITE message.
  • the call initiation message includes caller information in addition to standard routing information that may be used by the server 56 to route the call.
  • Such caller information preferably relates to the caller's intent, and may include, by way of example, a name, an address, a phone number, an email address, an account number, a transaction history, a billing history, a department name or selection, an agent preference or selection, a language preference or selection, a product preference or selection, or any other information that may be used to route a call, such as, for example, information typically gathered via an IVR system.
  • the caller information may also include user profile information, user habit information, or information contained in traditional browser cookies associated with a web site domain.
  • the caller information is preferably generated and stored in the calling end-point 50 according to various mechanisms.
  • the caller information data may be generated by completing an electronic form that may have a click-to-call button for initiating a call.
  • the caller information may also be written by the server 56 or calling end-point 50 during or after a call.
  • the caller information may, for instance, update transaction history information, call history information, called agent information, and/or the like.
  • the server 56 receives the call initiation message from the calling end-point 50 and determines an address to which to route the call using information retrieved from the location server 58 and database 57 . The call is then routed to the called end-point based on the address, or the address returned to the calling end-point 50 for allowing it to establish a direct communication with the called end-point.
  • FIG. 3 is a functional block diagram for establishing a SIP call based on caller information according to one embodiment of the invention where the server 56 is a proxy server 56 a .
  • the proxy server 56 a receives an INVITE message from the calling end-point 50 .
  • the INVITE request preferably includes standard routing information in the “From:”, “To:”, “Contact:” and other fields within the INVITE message header, referred to as the header routing information (HRI).
  • the INVITE request further includes caller information in the body of the INVITE message, referred to as the body routing information (BRI).
  • the proxy server 56 a ascertains an address of the called end-point 52 based on the header and body routing information.
  • the header routing information may contain an address of a general appliance company to which the call is directed.
  • the body routing information may contain keywords associated with the caller, such as, for example, “washing machine,” “service,” and “model ABC.” Based on this information, the proxy server 56 a may deduce the caller intent and route the call to an agent skilled in answering questions about the servicing of washing machine model ABC using information retrieved from the database 57 and location server 58 .
  • the proxy server 56 a issues a second INVITE message to the ascertained address. All or portions of the received body routing information may also be provided to the called end-point in the body of the second INVITE message. This may be desirable, for example, to facilitate discussions between a customer representative at the called end-point 52 and a caller at the calling end-point 50 .
  • the called end-point 52 receives the second INVITE message and alerts the user of the request by, for example, causing the user's telephone to ring. If the call is answered, the called end-point 52 , in step 82 , returns a success indication to the proxy server 56 a via an OK response. The proxy server 56 a in turn forwards the OK response in step 84 to the calling end-point 50 . The receipt of the success result is confirmed by the calling end-point 50 by transmitting an ACK request to the proxy server 56 a in step 86 , which then forwards it to the called endpoint in step 88 . Voice conversation between users of the calling and called end-points 50 , 52 ensues in step 90 via their respective handsets 60 , 62 .
  • FIG. 4 is a functional block diagram for establishing a SIP call based on caller information according to another embodiment of the invention where the SIP server 56 is a redirect server 56 b .
  • the redirect server 56 b accepts an INVITE message including header and body routing information, and, as the proxy server 56 a for FIG. 3, examines the header and body information for ascertaining an address to the called end-point using information retrieved from the database 57 and location server 58 .
  • step 112 the redirect server 56 b returns the ascertained address to the calling end-point 50 which confirms receipt of the address via an ACK request.
  • step 114 the calling end-point issues a new INVITE request to the address returned by the redirect server 56 b . If the call succeeds, the called end-point transmits an OK response, and the calling end-point 50 completes the handshake with an ACK request. Voice conversation between the users of the calling and called end-points 50 , 52 ensues in step 116 via their respective handsets 60 , 62 . All or portions of the received body routing information may also be provided to the called end-point in the body of the second INVITE message. This may be desirable, for example, to facilitate discussions between a customer representative at the called endpoint and a caller at the calling end-point 50 .
  • FIG. 5 is a functional block diagram for determining an address of a called end-point according to one embodiment of the invention.
  • a location service 100 receives an INVITE message 102 from the calling end-point 50 .
  • the message preferably contains header routing information 102 a preferably including “From:,” “To:,” “Contact:,” and other standardized routing fields set forth in RFC 2543 .
  • the message preferably also contains body routing information 102 b .
  • the body routing information 102 b includes information associated with the caller that may be used to deduce the caller's intent.
  • the location server 100 produces an address 106 as a function of the header routing information and body routing information.
  • the location server 100 may deduce the address using information in the location server 58 and database 57 and/or based on rules and processing logic for ascertaining a most appropriate address.
  • the address may be, for instance, a specific IP address.
  • the location service is preferably a software module residing in the server 56 .
  • the location service may be a software module residing in the location server 58 and/or database 57 .
  • the location service may be implemented in firmware, hardware, or in any combination of software, firmware, and/or hardware.
  • FIG. 6 is a flow diagram of a process for an IP telephony call setup according to one embodiment of the invention.
  • the process starts, and in step 210 , the calling end-point 50 determines if a request was received to initiate a call.
  • a caller may request that a call be initiated by, for example, selecting a click-to-call button from a web page provided by a browser resident in the calling end-point.
  • the calling end-point searches a data store, in step 212 , for the caller information.
  • the data store may be a PAM, disk drive, or any other storage device conventional in the art.
  • the calling end-point searches for a particular file-name, file extension, or the like, where caller information is known to be stored.
  • the calling end-point retrieves caller information that is relevant to the destination of the call and the associated server 56 .
  • the retrieved caller information is used to fill entries in the web page for user verification.
  • the web page may provide entries for a last called department, a last called agent, a product name, an account number, and the like, which the calling endpoint automatically fills out based on the retrieved caller information.
  • the user may modify the automatically filled information after review.
  • the calling end-point creates a call initiation request message, such as for example, a SIP INVITE message, with standard header routing information for transmitting to the server 56 .
  • the calling end-point in step 216 , includes the retrieved caller information in the body of the call initiation request message as body routing information.
  • the calling end-point transmits the call initiation request message including the header and body routing information to the server 56 .
  • the server 56 receives the call initiation request message and retrieves from it the header routing information and the body routing information.
  • the server 56 determines an address of the called end-point as a function of the header routing information and the body routing information. For example, while the header routing information may indicate a general customer service number in the “To:” field, the body routing information may indicate a particular department or agent to which to route the call.
  • the SIP server routes the call to an end-point based on the determined address.
  • step 224 a determination is made as to whether new caller information is to be written to the calling end-point 50 .
  • Such information may be provided by the server 56 , called endpoint 52 , or the calling end-point itself. If the answer is YES, the calling end-point stores the information in an appropriate storage location. The information is then used for routing future body routing information.

Abstract

A system and method for efficient and accurate establishment of SIP sessions between calling and called end-points. A calling endpoint creates a SIP INVITE request including a header portion and a body portion. The header portion includes standard routing information and the body portion includes additional information about the user and relevant to caller's intent. A SIP server receives a SIP INVITE request and determines an address of the called end-point as a function of the standard routing information contained in the header and the additional caller information contained in the body. The SIP server routes the session to the determined address.

Description

    CROSS-REFERENCE TO RELATED APPLICATION(S)
  • This application claims the benefit of U.S. provisional application No. 60/281,143 filed on Apr. 3, 2001, the content of which is incorporated herein by reference. This application also contains subject matter which is related to the subject matter disclosed in U.S. application entitled “Session Initiation Protocol Routing Using Voice Cookies” (attorney docket (47339/JEC/X2), filed on Dec. 5, 2001, the content of which is also incorporated herein by reference.[0001]
  • FIELD OF THE INVENTION
  • This invention relates generally to Internet telephony systems, and more particularly, to intelligent call routing in Internet telephony systems that adhere to session initiation protocol. [0002]
  • BACKGROUND OF THE INVENTION
  • Session Initiation Protocol (SIP) is a signaling protocol for creating, modifying, and terminating multimedia sessions, including Internet telephone calls, with one or more SIP-endpoints. Details about the SIP signaling protocol is set forth in Internet Engineering Task Force Request for Comment [0003] 2543 entitled “SIP: Session Initiation Protocol,” March 1999 (hereinafter referred to as RFC 2543), which is incorporated herein by reference. SIP provides an alternative to PBX- or H.323-signaled telephony.
  • Although SIP end-points can directly place calls to one another, SIP servers, including proxy and redirect servers, are typically engaged during the call set-up process to route calls. Such call routing includes ascertaining called end-points in response to call establishment messages, referred to as INVITE messages, originated by calling end-points. The INVITE messages are either proxied to ascertained called end-points or the addresses of ascertained called end-points are returned to the calling end-points for allowing the calling end-points to directly place calls to the called end-points. [0004]
  • FIG. 1A is a functional block diagram for establishing a SIP call via a typical [0005] proxy SIP server 10. In step 30, the proxy server 10 receives an invitation from a calling end-point 15 in the form of an INVITE request. The INVITE request includes routing information in the “From:”, “To:”, “Contact:” and other standardized fields within the INVITE message header. The “To:” field of the message header includes a generic SIP URL associated with a called end-point 20.
  • The [0006] proxy server 10 accepts the INVITE request and in step 32, preferably engages a location server 25 for routing the call based on the routing information in the SIP message header. In this regard, the location server 25 retrieves the SIP URL associated with the called end-point to resolve the URL to a more precise address. For example, a call directed to a generic SIP URL such as, for example, “sales@acme.com” may be resolved to a particular person, such as, for example, “bob@ny.acme.com.” The retrieved address information is transmitted to the proxy server in step 34.
  • In [0007] step 36, the proxy server 10 issues a second INVITE request to the more precise address. The called end-point 20 receives the second INVITE request and alerts the user of the request by, for example, causing the user's telephone to ring. If the call is answered, the called end-point 20, in step 38, returns a success indication to the proxy server 10 via an OK response. The proxy server 10 forwards the OK response in step to the calling end-point 15. The receipt of the success result is confirmed by the calling end-point 15 by transmitting an ACK request to the proxy server 10 in step 42, which then forwards it to the called end-point 20 in step 44.
  • FIG. 1B is a functional block diagram of an alternative method for establishing a SIP call using a typical [0008] redirect SIP server 47. In step 31, the redirect server 47 accepts the INVITE request and, as the proxy server 10 of FIG. 1A, contacts the location server 25 in step 33 for routing the call based on the routing information in the INVITE message header. The redirect server 47, instead of directly contacting the newly found address received in step 35, returns the address to the calling end-point in step 37. The calling end-point 15 confirms receipt of the address via an ACK request in step 39.
  • The calling end-[0009] point 15 issues a new INVITE request to the address returned by the redirect server 30 in step 41. If the call succeeds, the called end-point 20 transmits an OK response in step 43, and the calling end-point 15, in step 45, completes the handshake with an ACK request.
  • One limitation in current SIP call routing is the limited information on the caller's intent that may be deduced at the time the call is initiated from standard routing fields within the INVITE message headers. In order to gather additional call intent information for routing a call, conventional approaches often make use of interactive voice response (IVR) systems, whereby the caller is prompted for and provides additional information on the caller's intent through selection of dual tone multi-frequency (DTMF) digits on the telephone keypad. For example, a person making a call to a general address may be asked to enter account information through use of DTMF telephone keypad digit entry, and select a particular department, such as customer service, sales, or marketing department. Only after this information is entered can the call be appropriately routed to a suitable call center operator. Use of IVR systems to ascertain additional caller intent information is very cumbersome and inconvenient for the caller, and requires additional message exchanges and database lookups, which translate into slow call setup times and frustration for the caller. [0010]
  • Conventional telephony systems may employ caller ID data that is automatically transmitted with an incoming call in lieu of DTMF key entries to route the call. However the data transmitted is limited to caller ID data, and does not include additional caller intent information that may be desirable to more intelligently route a call. [0011]
  • Newer systems may employ voice recognition techniques in response to IVR prompts to deduce the caller's intent. However, such voice recognition systems are also cumbersome and inconvenient for the caller, subject to error, and also yield slow call setup times. [0012]
  • Accordingly, there is a need for a more efficient system and method for ascertaining caller intent information for intelligent and efficient routing of incoming calls. [0013]
  • SUMMARY OF THE INVENTION
  • The current invention is directed to a system and method for intelligently routing IP telephone sessions using information transmitted by the caller that extends beyond simple caller ID data. In one embodiment, the invention is directed to a method for establishing an IP telephony session between a first device and a second device where the method includes receiving a call establishment message from the first device, the call establishment message including a first routing information in a header portion of the message, and a second routing information in a body portion of the message. The method further includes determining an address of the second device based on the first and second routing information and using the address for routing the session to the second device. [0014]
  • In another embodiment, the invention is directed to a method for establishing an IP telephony session between a first device and a second device where the method includes retrieving caller intent information from a data store on the first device, creating a call establishment message including a header and a body, the body including the caller intent information, and transmitting the caller initiation request to a server for routing the session to the second device based on the caller intent information. [0015]
  • In a further embodiment, the invention is directed to an IP telephony system including a first device, a second device, and a server operative between the first device and the second device. The first device creates a call establishment message including a header and a body, the body including caller intent information. The server uses the caller intent information for determining an address of the second device for routing the session to the second device. [0016]
  • In another embodiment, the invention is directed to a server in an IP telephony system operative between a first device and a second device. The server is configured for receiving a call establishment message from the first device, the call establishment message including a first routing information in a header portion of the message and a second routing information in a body portion of the message, determining an address of the second device based on the first and second routing information, and using the address for routing the session to the second device. [0017]
  • It should be appreciated, therefore, that the present invention allows a more intelligent determination of a callee address than when only using standard routing information typically included in the header portion of a call establishment message or traditional caller ID information. Additional information about the caller included in the body portion of the call establishment message allows an efficient determination of the caller's intent for routing the call to a most appropriate callee. Because the caller intent information is already made available at the placement of the call, back and forth interactions with the caller for obtaining such information is no longer required.[0018]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • These and other features, aspects and advantages of the present invention will be more fully understood when considered with respect to the following detailed description, appended claims, and accompanying drawings where: [0019]
  • FIG. 1A is a functional block diagram of establishing a SIP call using a typical proxy SIP server; [0020]
  • FIG. 1B is a functional block diagram of an alternative method for establishing a SIP call using a typical redirect SIP server; [0021]
  • FIG. 2 is a schematic block diagram of a communication system adhering to an IP telephony protocol according to one embodiment of the invention; [0022]
  • FIG. 3 is a functional block diagram for establishing a SIP call based on caller information according to one embodiment of the invention where a proxy SIP server is used; [0023]
  • FIG. 4 is a functional block diagram for establishing a SIP call based on caller information according to one embodiment of the invention where a redirect SIP server is used; [0024]
  • FIG. 5 is a functional block diagram for determining an address of a called end-point using caller information according to one embodiment of the invention; and [0025]
  • FIG. 6 is a flow diagram of a process for an IP telephony call setup according to one embodiment of the invention.[0026]
  • DETAILED DESCRIPTION
  • FIG. 2 is a schematic block diagram of a communication system adhering to an IP telephony protocol such as, for example, a session initiation protocol (SIP), according to one embodiment of the invention. The system includes a calling end-[0027] point 50 initiating a call that is directed to a called end-point 52 over a wide area network, such as, for example, a public internet 54. The calling end-point 50, called end-point 52, and internet 54 preferably adhere to the SIP signaling protocol set forth in RFC 2543. A person skilled in the art should recognize, however, that the any other IP signaling protocol conventional in the art may be used instead of SIP.
  • The calling and called end-[0028] points 50, 52 are preferably SIP-enabled telephones, hand phones, personal computers, switches, routers, and/or the like. Preferably, each calling and called end-point is associated with an input device 59, 65 receiving input data, such as, for example, an input cable, a keyboard, a keypad, or the like. Each calling and called endpoint is further associated with an output device 61, 63 presenting output data, such as, for example, an output cable, a display, or the like. The calling and called end-points 50, are preferably also associated with handsets 60, 62 for allowing a voice conversation between a caller and callee.
  • The communication system of FIG. 2 further includes a server preferably routing calls between the calling and called [0029] endpoints 50, 52. The server 56 is preferably a SIP proxy or redirect server similar to the proxy and redirect servers 10, 47 of FIGS. 1A-1B. The server 56, however, is enhanced with the capability of using information transmitted by the calling endpoint along with standard routing information, for more intelligently routing the call.
  • The [0030] server 56 is preferably coupled to a database 57 and location server 58. The location server contains location information used for routing calls between the calling end-point and the called end-point. The location server may be similar to the location server 25 of FIGS. 1A-1B. The database 57 is a data store, such as a hard disk drive or drive array, storing caller information and associated routing information for use in addition to the location information to route the calls.
  • According to one embodiment of the invention, the [0031] server 56, database 57, and/or location server 58 reside in a single machine. In another embodiment, the servers reside in two separate machines coupled to each other over a local area network, private wide area network, or the public internet 54.
  • In general terms, the calling end-[0032] point 50 initiates a call by transmitting a call initiation message to the server 56. The call initiation message may be, for example, a SIP INVITE message. The call initiation message includes caller information in addition to standard routing information that may be used by the server 56 to route the call. Such caller information preferably relates to the caller's intent, and may include, by way of example, a name, an address, a phone number, an email address, an account number, a transaction history, a billing history, a department name or selection, an agent preference or selection, a language preference or selection, a product preference or selection, or any other information that may be used to route a call, such as, for example, information typically gathered via an IVR system. The caller information may also include user profile information, user habit information, or information contained in traditional browser cookies associated with a web site domain.
  • The caller information is preferably generated and stored in the calling end-[0033] point 50 according to various mechanisms. For instance, the caller information data may be generated by completing an electronic form that may have a click-to-call button for initiating a call. The caller information may also be written by the server 56 or calling end-point 50 during or after a call. The caller information may, for instance, update transaction history information, call history information, called agent information, and/or the like.
  • The [0034] server 56 receives the call initiation message from the calling end-point 50 and determines an address to which to route the call using information retrieved from the location server 58 and database 57. The call is then routed to the called end-point based on the address, or the address returned to the calling end-point 50 for allowing it to establish a direct communication with the called end-point.
  • FIG. 3 is a functional block diagram for establishing a SIP call based on caller information according to one embodiment of the invention where the [0035] server 56 is a proxy server 56 a. In step 70, the proxy server 56 a receives an INVITE message from the calling end-point 50. The INVITE request preferably includes standard routing information in the “From:”, “To:”, “Contact:” and other fields within the INVITE message header, referred to as the header routing information (HRI). The INVITE request further includes caller information in the body of the INVITE message, referred to as the body routing information (BRI).
  • The [0036] proxy server 56 a ascertains an address of the called end-point 52 based on the header and body routing information. For example, the header routing information may contain an address of a general appliance company to which the call is directed. The body routing information may contain keywords associated with the caller, such as, for example, “washing machine,” “service,” and “model ABC.” Based on this information, the proxy server 56 a may deduce the caller intent and route the call to an agent skilled in answering questions about the servicing of washing machine model ABC using information retrieved from the database 57 and location server 58.
  • In step [0037] 80, the proxy server 56 a issues a second INVITE message to the ascertained address. All or portions of the received body routing information may also be provided to the called end-point in the body of the second INVITE message. This may be desirable, for example, to facilitate discussions between a customer representative at the called end-point 52 and a caller at the calling end-point 50.
  • The called end-[0038] point 52 receives the second INVITE message and alerts the user of the request by, for example, causing the user's telephone to ring. If the call is answered, the called end-point 52, in step 82, returns a success indication to the proxy server 56 a via an OK response. The proxy server 56 a in turn forwards the OK response in step 84 to the calling end-point 50. The receipt of the success result is confirmed by the calling end-point 50 by transmitting an ACK request to the proxy server 56 a in step 86, which then forwards it to the called endpoint in step 88. Voice conversation between users of the calling and called end- points 50, 52 ensues in step 90 via their respective handsets 60, 62.
  • FIG. 4 is a functional block diagram for establishing a SIP call based on caller information according to another embodiment of the invention where the [0039] SIP server 56 is a redirect server 56 b. In step 100, the redirect server 56 b accepts an INVITE message including header and body routing information, and, as the proxy server 56 a for FIG. 3, examines the header and body information for ascertaining an address to the called end-point using information retrieved from the database 57 and location server 58.
  • In [0040] step 112, the redirect server 56 b returns the ascertained address to the calling end-point 50 which confirms receipt of the address via an ACK request. In step 114, the calling end-point issues a new INVITE request to the address returned by the redirect server 56 b. If the call succeeds, the called end-point transmits an OK response, and the calling end-point 50 completes the handshake with an ACK request. Voice conversation between the users of the calling and called end- points 50, 52 ensues in step 116 via their respective handsets 60, 62. All or portions of the received body routing information may also be provided to the called end-point in the body of the second INVITE message. This may be desirable, for example, to facilitate discussions between a customer representative at the called endpoint and a caller at the calling end-point 50.
  • FIG. 5 is a functional block diagram for determining an address of a called end-point according to one embodiment of the invention. A [0041] location service 100 receives an INVITE message 102 from the calling end-point 50. The message preferably contains header routing information 102 a preferably including “From:,” “To:,” “Contact:,” and other standardized routing fields set forth in RFC 2543. In addition to the header routing information, the message preferably also contains body routing information 102 b. The body routing information 102 b includes information associated with the caller that may be used to deduce the caller's intent.
  • The [0042] location server 100 produces an address 106 as a function of the header routing information and body routing information. In this regard, the location server 100 may deduce the address using information in the location server 58 and database 57 and/or based on rules and processing logic for ascertaining a most appropriate address. The address may be, for instance, a specific IP address.
  • The location service is preferably a software module residing in the [0043] server 56. Alternatively, the location service may be a software module residing in the location server 58 and/or database 57. A person skilled in the art should recognize, however, that the location service may be implemented in firmware, hardware, or in any combination of software, firmware, and/or hardware.
  • FIG. 6 is a flow diagram of a process for an IP telephony call setup according to one embodiment of the invention. The process starts, and in [0044] step 210, the calling end-point 50 determines if a request was received to initiate a call. A caller may request that a call be initiated by, for example, selecting a click-to-call button from a web page provided by a browser resident in the calling end-point. If a request was received, the calling end-point searches a data store, in step 212, for the caller information. The data store may be a PAM, disk drive, or any other storage device conventional in the art. The calling end-point searches for a particular file-name, file extension, or the like, where caller information is known to be stored. Preferably, the calling end-point retrieves caller information that is relevant to the destination of the call and the associated server 56.
  • According to one embodiment of the invention, the retrieved caller information is used to fill entries in the web page for user verification. For example, the web page may provide entries for a last called department, a last called agent, a product name, an account number, and the like, which the calling endpoint automatically fills out based on the retrieved caller information. The user may modify the automatically filled information after review. [0045]
  • In [0046] step 214, the calling end-point creates a call initiation request message, such as for example, a SIP INVITE message, with standard header routing information for transmitting to the server 56. In addition, the calling end-point, in step 216, includes the retrieved caller information in the body of the call initiation request message as body routing information.
  • In [0047] step 218, the calling end-point transmits the call initiation request message including the header and body routing information to the server 56. The server 56 receives the call initiation request message and retrieves from it the header routing information and the body routing information. In step 220, the server 56 determines an address of the called end-point as a function of the header routing information and the body routing information. For example, while the header routing information may indicate a general customer service number in the “To:” field, the body routing information may indicate a particular department or agent to which to route the call. In step 222, the SIP server routes the call to an end-point based on the determined address.
  • In [0048] step 224, a determination is made as to whether new caller information is to be written to the calling end-point 50. Such information may be provided by the server 56, called endpoint 52, or the calling end-point itself. If the answer is YES, the calling end-point stores the information in an appropriate storage location. The information is then used for routing future body routing information.
  • Although this invention has been described in certain specific embodiments, those skilled in the art will have no difficulty devising variations which in no way depart from the scope and spirit of the present invention. It is therefore to be understood that this invention may be practiced otherwise than is specifically described. Thus, the present embodiments of the invention should be considered in all respects as illustrative and not restrictive, the scope of the invention to be indicated by the appended claims and their equivalents rather than the foregoing description. [0049]

Claims (21)

What is claimed is:
1. A method for establishing an IP telephony session between a first device and a second device, the method comprising:
receiving a call establishment message from the first device, the call establishment message including a first routing information in a header portion of the message and a second routing information in a body portion of the message;
determining an address of the second device based on the first and second routing information; and
using the address for routing the session to the second device.
2. The method of claim 1, wherein the call establishment message is a session initiation protocol message.
3. The method of claim 1, wherein the second routing information includes information gathered about a user of the first device.
4. The method of claim 1, wherein the second routing information includes caller intent information.
5. The method of claim 4, wherein the caller intent information includes information of an intent of a user of the first device in initiating the session.
6. The method of claim 1 further comprising writing new information in the first device for use in routing future IP telephony sessions initiated by the first device.
7. A method for establishing an IP telephony session between a first device and a second device, the method comprising:
retrieving caller intent information from a data store on the first device;
creating a call establishment message including a header and a body, the body including the caller intent information; and
transmitting the caller initiation request to a server for routing the session to the second device based on the caller intent information.
8. The method of claim 7, wherein the call establishment message is a session initiation protocol message.
9. The method of claim 7, wherein the caller intent information includes information of an intent of a user of the first device in initiating the session.
10 The method of claim 7 further comprising writing new caller intent information in the data store for use in routing future sessions initiated by the first device.
11. An IP telephony system comprising:
a first device;
a second device; and
a server operative between the first device and the second device, characterized in that the first device creates a call establishment message including a header and a body, the body including caller intent information, the caller intent information being used by the server for determining an address of the second device for routing the session to the second device.
12. The system of claim 11, wherein the call establishment message is a session initiation protocol message.
13. The system of claim 11, wherein the caller intent information includes information of an intent of a user of the first device in initiating the session.
14. The system of claim 11 further characterized in that the server writes new information in the first device for use in routing future IP telephony sessions initiated by the first device.
15. The system of claim 11 further characterized in that the second device writes new information in the first device for use in routing future IP telephony sessions initiated by the first device.
16. A server in an IP telephony system operative between a first device and a second device, the server being configured for:
receiving a call establishment message from the first device, the call establishment message including a first routing information in a header portion of the message and a second routing information in a body portion of the message;
determining an address of the second device based on the first and second routing information; and
using the address for routing the session to the second device.
17. The server of claim 16, wherein the call establishment message is a session initiation protocol message.
18. The server of claim 16, wherein the second routing information includes information gathered about a user of the first device.
19. The server of claim 16, wherein the second routing information includes caller intent information.
20. The server of claim 19, wherein the caller intent information includes information of an intent of a user of the first device in initiating the session.
21. The server of claim 16 further configured for writing new information in the first device for use in routing future IP telephony sessions initiated by the first device.
US10/020,783 2001-04-03 2001-12-12 Call routing using information in session initiation protocol messages Abandoned US20020141404A1 (en)

Priority Applications (8)

Application Number Priority Date Filing Date Title
US10/020,783 US20020141404A1 (en) 2001-04-03 2001-12-12 Call routing using information in session initiation protocol messages
AT02400025T ATE363799T1 (en) 2001-04-03 2002-04-02 CALL ROUTING USING INFORMATION FROM SIP MESSAGES
JP2002099938A JP4011950B2 (en) 2001-04-03 2002-04-02 Call routing using information from session initiation protocol messages
EP02400025A EP1248440B1 (en) 2001-04-03 2002-04-02 Call routing using information in session initiation protocol messages
DE60220329T DE60220329T2 (en) 2001-04-03 2002-04-02 Call routing using information from sip messages
CNB021272689A CN100428764C (en) 2001-04-03 2002-04-03 Calling routing selection of information in use of session started protocol message
US11/427,513 US8737272B2 (en) 2001-04-03 2006-06-29 Call routing using information in session initiation protocol messages
US14/263,727 US20140233560A1 (en) 2001-04-03 2014-04-28 Call routing using information in session initiation protocol messages

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US28114301P 2001-04-03 2001-04-03
US10/020,783 US20020141404A1 (en) 2001-04-03 2001-12-12 Call routing using information in session initiation protocol messages

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US11/427,513 Division US8737272B2 (en) 2001-04-03 2006-06-29 Call routing using information in session initiation protocol messages

Publications (1)

Publication Number Publication Date
US20020141404A1 true US20020141404A1 (en) 2002-10-03

Family

ID=26693859

Family Applications (3)

Application Number Title Priority Date Filing Date
US10/020,783 Abandoned US20020141404A1 (en) 2001-04-03 2001-12-12 Call routing using information in session initiation protocol messages
US11/427,513 Expired - Fee Related US8737272B2 (en) 2001-04-03 2006-06-29 Call routing using information in session initiation protocol messages
US14/263,727 Abandoned US20140233560A1 (en) 2001-04-03 2014-04-28 Call routing using information in session initiation protocol messages

Family Applications After (2)

Application Number Title Priority Date Filing Date
US11/427,513 Expired - Fee Related US8737272B2 (en) 2001-04-03 2006-06-29 Call routing using information in session initiation protocol messages
US14/263,727 Abandoned US20140233560A1 (en) 2001-04-03 2014-04-28 Call routing using information in session initiation protocol messages

Country Status (6)

Country Link
US (3) US20020141404A1 (en)
EP (1) EP1248440B1 (en)
JP (1) JP4011950B2 (en)
CN (1) CN100428764C (en)
AT (1) ATE363799T1 (en)
DE (1) DE60220329T2 (en)

Cited By (45)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020167946A1 (en) * 2001-03-20 2002-11-14 Worldcom, Inc. Selective feature blocking in a communications network
US20040028027A1 (en) * 2002-08-07 2004-02-12 Cisco Technology, Inc. Extended telephony functionality at end points
US20040028080A1 (en) * 2002-08-06 2004-02-12 Harish Samarasinghe Method of defining a SIP message body for communications between core network elements
US20050003837A1 (en) * 2003-05-08 2005-01-06 Midkiff David S. System and method for SMS text routing
US20050157731A1 (en) * 2004-01-20 2005-07-21 Mike Peters IP ACD using SIP format
US20050188110A1 (en) * 2004-01-20 2005-08-25 Mike Hollatz IP ACD using buffer server
US20050210143A1 (en) * 2001-04-04 2005-09-22 Michael Wengrovitz Session initiation protocol routing using voice cookies
US20050220095A1 (en) * 2004-03-31 2005-10-06 Sankaran Narayanan Signing and validating Session Initiation Protocol routing headers
US20050277410A1 (en) * 2004-06-10 2005-12-15 Sony Corporation And Sony Electronics, Inc. Automated voice link initiation
US20060031536A1 (en) * 2004-05-21 2006-02-09 Microsoft Corporation Efficient message routing when using server pools
US20060101098A1 (en) * 2004-11-10 2006-05-11 Morgan David P Session initiation protocol call center
US20060098624A1 (en) * 2004-11-10 2006-05-11 Morgan David P Using session initiation protocol
US20060222154A1 (en) * 2005-03-31 2006-10-05 Indran Naick Apparatus and method for providing automatic language preference
US20060245418A1 (en) * 2005-05-02 2006-11-02 Siemens Communication, Inc. Intelligent terminal SIP enabled devices
WO2006118397A1 (en) * 2005-05-02 2006-11-09 Lg Electronics Inc. Sip based session setup method and terminal thereof
KR100768846B1 (en) 2005-10-11 2007-10-22 엘지전자 주식회사 Method for push to service
US20070286162A1 (en) * 2006-06-08 2007-12-13 At&T Corp. Method and apparatus for invoking multimodal interaction in a VOIP call
US20080031228A1 (en) * 2001-03-20 2008-02-07 Verizon Business Global Llc Selective feature blocking in a communications network
US20080075261A1 (en) * 2006-08-31 2008-03-27 Microsoft Corporation Client controlled dynamic call forwarding
US20080101235A1 (en) * 2006-10-31 2008-05-01 Deconcilis Michael F Automatic termination path configuration
US20080205607A1 (en) * 2007-02-26 2008-08-28 Fujitsu Limited Server for transferring a communication message
US20090049129A1 (en) * 2007-08-17 2009-02-19 Microsoft Corporation Real time collaboration file format for unified communication
US7508923B1 (en) 2003-02-27 2009-03-24 At&T Corp. Call control element constructing a session initiation protocol (SIP) message including provisions for incorporating address related information of public switched telephone network (PSTN) based devices
KR100898922B1 (en) 2006-07-10 2009-05-27 엘지전자 주식회사 Method and terminal for message service in ims network and server thereof
US20100074251A1 (en) * 2006-10-31 2010-03-25 Level 3 Communications, Llc Automatic termination path configuration
US7707293B2 (en) 2005-09-27 2010-04-27 Huawei Technologies Co., Ltd. Method, system and apparatuses for transferring session request
US20100246570A1 (en) * 2009-03-24 2010-09-30 Avaya Inc. Communications session preparation method and apparatus
US20100299736A1 (en) * 2004-09-01 2010-11-25 Nortel Networks Limited Automated session admission
US20110044210A1 (en) * 2006-12-27 2011-02-24 Kyocera Corporation Communication System, Wireless Communication Terminal, Communication Method, Wireless Communication Method, Wireless Communication Apparatus and Control Method Thereof
US8009666B2 (en) 2003-01-06 2011-08-30 At&T Intellectual Property Ii, L.P. System and method for providing a plurality of multi-media services using a number of media servers to form a preliminary interactive communication relationship with a calling communication device
US8024224B2 (en) * 2004-03-10 2011-09-20 Utbk, Inc. Method and apparatus to provide pay-per-call advertising and billing
US8255463B2 (en) 2002-08-08 2012-08-28 At&T Intellectual Property Ii, L.P. System and method for providing multi-media services to communication devices over a communications network
US8442227B1 (en) * 2004-02-23 2013-05-14 Rockstar Consortium Us Lp Providing additional information with session requests
WO2015023607A1 (en) * 2013-08-12 2015-02-19 Amazon Technologies, Inc. Request processing techniques
US9348634B2 (en) 2013-08-12 2016-05-24 Amazon Technologies, Inc. Fast-booting application image using variation points in application source code
US20160295478A1 (en) * 2003-12-01 2016-10-06 Interdigital Technology Corporation Session initiation protocol (sip) based user initiated handoff
US20160358183A1 (en) * 2015-06-02 2016-12-08 Facebook, Inc. Systems and methods for communicating information
US9674231B2 (en) 2009-03-24 2017-06-06 Avaya Inc. Sequenced telephony applications upon call disconnect method and apparatus
US9705755B1 (en) 2013-08-14 2017-07-11 Amazon Technologies, Inc. Application definition deployment with request filters employing base groups
US9984377B2 (en) 2003-10-06 2018-05-29 Yellowpages.Com Llc System and method for providing advertisement
US10102548B2 (en) 2003-10-06 2018-10-16 Yellowpages.Com Llc Method and apparatuses for offline selection of pay-per-call advertisers
US10346148B2 (en) 2013-08-12 2019-07-09 Amazon Technologies, Inc. Per request computer system instances
US10380637B2 (en) 2007-06-18 2019-08-13 Yellowpages.Com Llc Systems and methods to provide voice connections via local telephone numbers
US10631257B1 (en) * 2018-11-27 2020-04-21 Avaya Inc. System and method for providing enhanced routing in a contact center
US10869253B2 (en) * 2015-06-02 2020-12-15 Liveperson, Inc. Dynamic communication routing based on consistency weighting and routing rules

Families Citing this family (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100487124B1 (en) * 2002-11-12 2005-05-03 삼성전자주식회사 method for processing session information of session initiation protocol system and recorded medium thereof
CN100388733C (en) * 2002-12-25 2008-05-14 中兴通讯股份有限公司 Method for calling route in network of dialog ignition protocol
JP3873891B2 (en) * 2003-01-22 2007-01-31 株式会社日立製作所 Packet communication device
US7542481B2 (en) 2003-02-25 2009-06-02 Nokia Corporation Connection optimization for communications in multiple access environment
KR100957432B1 (en) 2003-03-13 2010-05-11 엘지전자 주식회사 Media transmission method
US7899164B2 (en) * 2003-06-19 2011-03-01 Nortel Networks Limited Convergence of circuit-switched voice and packet-based media services
US7894581B2 (en) * 2003-06-19 2011-02-22 Nortel Networks Limited Convergence of circuit-switched voice and packet-based media services
JP2005045596A (en) * 2003-07-23 2005-02-17 Nec Corp System and method for presenting speaker speech communication history, ip tel, and ip telephone method and program
KR100535242B1 (en) * 2003-08-08 2005-12-09 에스케이 텔레콤주식회사 Call/session restricting apparatus and method using session initiation protocol
CN100411402C (en) * 2003-11-10 2008-08-13 合勤科技股份有限公司 Data device for integrating network telephone servo terminal and costumer end
JP4276568B2 (en) 2004-03-26 2009-06-10 株式会社日立コミュニケーションテクノロジー Router and SIP server
CN1705305B (en) * 2004-06-03 2010-12-08 华为技术有限公司 Method and apparatus for implementing character string matching during session initiated protocol message distributing process
US7656870B2 (en) * 2004-06-29 2010-02-02 Damaka, Inc. System and method for peer-to-peer hybrid communications
CN100438688C (en) * 2004-08-27 2008-11-26 华为技术有限公司 System for session initial protocol user inserting mobile communication network and method thereof
JP2008523730A (en) * 2004-12-10 2008-07-03 ソーナス ネットワークス, インコーポレイテッド Centralized telephony service that runs on the local node
US7760708B2 (en) * 2005-07-08 2010-07-20 Tekelec Methods, systems, and computer program products for triggering SIP nodes to include SS7 routing information in response messages including information requested by SS7 nodes
CN100512293C (en) * 2005-09-07 2009-07-08 华为技术有限公司 Conversation initialization protocol message body content processing method and network
US7630372B1 (en) 2005-12-30 2009-12-08 At&T Corp. Method and apparatus for providing access and egress uniform resource identifiers for routing
CN1870765B (en) * 2006-02-15 2010-05-12 华为技术有限公司 System and method for getting called intelligent service or route number
WO2007096684A1 (en) * 2006-02-20 2007-08-30 Alcatel Lucent Method, communication system and terminal device for reducing unwanted communication
CN101137209B (en) * 2006-08-30 2010-07-07 华为技术有限公司 Location routing based system and location routing device and method thereof
US7995561B2 (en) * 2006-12-07 2011-08-09 Nortel Networks Limited Techniques for implementing logical trunk groups with session initiation protocol (SIP)
CN101197806B (en) * 2006-12-08 2012-04-18 华为技术有限公司 Routing conversation method, network and equipment
CN101247323B (en) * 2007-02-15 2011-04-20 华为技术有限公司 Method and system for transmitting history identification information
JP4583424B2 (en) * 2007-09-10 2010-11-17 エヌ・ティ・ティ・コミュニケーションズ株式会社 Session management apparatus, method, and program for establishing encrypted communication channel between terminals
WO2009033376A1 (en) 2007-09-13 2009-03-19 Huawei Technologies Co., Ltd. A method and system for route selecting
CA2701423C (en) * 2007-10-02 2016-06-21 Ascendent Telecommunications, Inc. Method, apparatus and system for intelligent call routing
EP2232820B1 (en) * 2007-12-13 2018-04-04 Nokia Technologies Oy Location tagging method for packet based signalling
EP2281382B1 (en) * 2008-05-30 2018-07-25 Orange Automated establishment of a communication between two terminals
US8842812B2 (en) * 2009-03-03 2014-09-23 Cisco Technology, Inc. Method and apparatus for providing improved support to users on interactive voice response breakout session
CN101902489B (en) * 2009-06-01 2013-04-17 华为技术有限公司 Message sending method, processing method, client, router and system
CN102185828B (en) * 2011-01-30 2013-10-09 广东佳和通信技术有限公司 Method for binding and controlling personal computer (PC) software and session initiation protocol user agent (SIP UA)
US9998560B2 (en) * 2011-08-05 2018-06-12 Comcast Cable Communications, Llc Communication handling
US20130121212A1 (en) * 2011-11-15 2013-05-16 Arunabha Guha Method and apparatus for supporting location-aware services
US10863034B2 (en) * 2015-07-28 2020-12-08 Vonage Business Inc. Method and system for processing interactive voice response input in a call setup message
US11108911B2 (en) * 2018-07-17 2021-08-31 Avaya Inc. System and method for flexible routing
CN109089000B (en) * 2018-10-24 2020-10-27 迈普通信技术股份有限公司 Voice call processing method and device
US11032333B2 (en) * 2018-12-19 2021-06-08 T-Mobile Usa, Inc. Systems and methods for providing one-way video calls

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5867494A (en) * 1996-11-18 1999-02-02 Mci Communication Corporation System, method and article of manufacture with integrated video conferencing billing in a communication system architecture
US6154528A (en) * 1999-02-11 2000-11-28 Ameritech Corporation System and method for storing and transferring information tokens in a low network communication
US6226678B1 (en) * 1995-09-25 2001-05-01 Netspeak Corporation Method and apparatus for dynamically defining data communication utilities
US6330602B1 (en) * 1997-04-14 2001-12-11 Nortel Networks Limited Scaleable web server and method of efficiently managing multiple servers
US6434143B1 (en) * 1999-11-08 2002-08-13 Mci Worldcom, Inc. Internet protocol telephony voice/video message deposit and retrieval
US6446127B1 (en) * 1998-10-30 2002-09-03 3Com Corporation System and method for providing user mobility services on a telephony network
US6614899B1 (en) * 2000-01-31 2003-09-02 Nortel Networks Limited Method and apparatus for providing advanced IP telephony services in an intelligent endpoint
US6625141B1 (en) * 1999-06-18 2003-09-23 Telefonaktiebolaget L M Ericsson (Publ) System and method for providing value-added services (VAS) in an integrated telecommunications network using session initiation protocol (SIP)
US6636596B1 (en) * 1999-09-24 2003-10-21 Worldcom, Inc. Method of and system for providing intelligent network control services in IP telephony
US6681252B1 (en) * 1999-09-27 2004-01-20 3Com Corporation System and method for interconnecting portable information devices through a network based telecommunication system
US6744759B1 (en) * 1999-09-27 2004-06-01 3Com Corporation System and method for providing user-configured telephone service in a data network telephony system

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6151386A (en) * 1997-02-05 2000-11-21 Lucent Technologies Inc. Technique for efficiently accessing telephone messages
DE19832290B4 (en) * 1998-07-17 2011-12-08 Telefonaktiebolaget Lm Ericsson (Publ) Communication system and method for establishing connections between terminals of a first and a second communication network
US6560329B1 (en) * 1999-04-29 2003-05-06 Teloquent Communications Corporation Automated call routing system
US6778653B1 (en) * 1999-11-09 2004-08-17 Nortel Networks Limited Storing information about a telephony session
US6678735B1 (en) * 2000-01-26 2004-01-13 Nortel Networks Limited Method and apparatus for a sip client manager
US6771639B1 (en) * 2000-04-10 2004-08-03 Nortel Networks Limited Providing announcement information in requests to establish interactive call sessions
US6704304B1 (en) * 2000-06-06 2004-03-09 Lucent Technologies Inc. Selective establishment of telecommunications connections over packet and circuit switched networks
US6870848B1 (en) * 2000-06-07 2005-03-22 Nortel Networks Limited Method and apparatus for call processing in response to a call request from an originating device
US7058068B2 (en) * 2000-11-30 2006-06-06 Nortel Networks Limited Session initiation protocol based advanced intelligent network/intelligent network messaging
US7277533B2 (en) * 2000-12-07 2007-10-02 Nortel Networks Limited Providing calling party information in a request to establish a call session
US20020122547A1 (en) * 2000-12-21 2002-09-05 Hinchey Allan J. Method and apparatus for telephony route selection
US7684553B2 (en) * 2001-03-23 2010-03-23 Nokia Corporation Method for transmitting data in a communication network

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6226678B1 (en) * 1995-09-25 2001-05-01 Netspeak Corporation Method and apparatus for dynamically defining data communication utilities
US5867494A (en) * 1996-11-18 1999-02-02 Mci Communication Corporation System, method and article of manufacture with integrated video conferencing billing in a communication system architecture
US6330602B1 (en) * 1997-04-14 2001-12-11 Nortel Networks Limited Scaleable web server and method of efficiently managing multiple servers
US6446127B1 (en) * 1998-10-30 2002-09-03 3Com Corporation System and method for providing user mobility services on a telephony network
US6154528A (en) * 1999-02-11 2000-11-28 Ameritech Corporation System and method for storing and transferring information tokens in a low network communication
US6625141B1 (en) * 1999-06-18 2003-09-23 Telefonaktiebolaget L M Ericsson (Publ) System and method for providing value-added services (VAS) in an integrated telecommunications network using session initiation protocol (SIP)
US6636596B1 (en) * 1999-09-24 2003-10-21 Worldcom, Inc. Method of and system for providing intelligent network control services in IP telephony
US6681252B1 (en) * 1999-09-27 2004-01-20 3Com Corporation System and method for interconnecting portable information devices through a network based telecommunication system
US6744759B1 (en) * 1999-09-27 2004-06-01 3Com Corporation System and method for providing user-configured telephone service in a data network telephony system
US6434143B1 (en) * 1999-11-08 2002-08-13 Mci Worldcom, Inc. Internet protocol telephony voice/video message deposit and retrieval
US6614899B1 (en) * 2000-01-31 2003-09-02 Nortel Networks Limited Method and apparatus for providing advanced IP telephony services in an intelligent endpoint

Cited By (85)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080031228A1 (en) * 2001-03-20 2008-02-07 Verizon Business Global Llc Selective feature blocking in a communications network
US7242680B2 (en) * 2001-03-20 2007-07-10 Verizon Business Global Llc Selective feature blocking in a communications network
US8811164B2 (en) 2001-03-20 2014-08-19 Verizon Patent And Licensing Inc. Selective feature blocking in a communications network
US20020167946A1 (en) * 2001-03-20 2002-11-14 Worldcom, Inc. Selective feature blocking in a communications network
US20050210143A1 (en) * 2001-04-04 2005-09-22 Michael Wengrovitz Session initiation protocol routing using voice cookies
US7747761B2 (en) * 2001-04-04 2010-06-29 Alcatel Lucent Session initiation protocol routing using voice cookies
US20040028080A1 (en) * 2002-08-06 2004-02-12 Harish Samarasinghe Method of defining a SIP message body for communications between core network elements
US20040028027A1 (en) * 2002-08-07 2004-02-12 Cisco Technology, Inc. Extended telephony functionality at end points
US7852828B2 (en) * 2002-08-07 2010-12-14 Cisco Technology, Inc. Extended telephony functionality at end points
US9225749B2 (en) 2002-08-08 2015-12-29 At&T Intellectual Property Ii, L.P. System and method for providing multi-media services to communication devices over a communications network
US8732248B2 (en) 2002-08-08 2014-05-20 At&T Intellectual Property Ii, L.P. System and method for providing multi-media services to communication devices over a communications network
US8255463B2 (en) 2002-08-08 2012-08-28 At&T Intellectual Property Ii, L.P. System and method for providing multi-media services to communication devices over a communications network
US8009666B2 (en) 2003-01-06 2011-08-30 At&T Intellectual Property Ii, L.P. System and method for providing a plurality of multi-media services using a number of media servers to form a preliminary interactive communication relationship with a calling communication device
US8891741B2 (en) 2003-02-27 2014-11-18 At&T Intellectual Property Ii, L.P. Call control element constructing a session initiation protocol (SIP) message including provisions for incorporating address related information of public switched telephone network (PSTN) based devices
US7508923B1 (en) 2003-02-27 2009-03-24 At&T Corp. Call control element constructing a session initiation protocol (SIP) message including provisions for incorporating address related information of public switched telephone network (PSTN) based devices
US20090168764A1 (en) * 2003-02-27 2009-07-02 Harish Samarasinghe Call control element constructing a session initiation protocol (sip) message including provisions for incorporating address related information of public switched telephone network (pstn) based devices
US8023623B2 (en) 2003-02-27 2011-09-20 At&T Intellectual Property Ii, L.P. Call control element constructing a session initiation protocol (SIP) message including provisions for incorporating address related information of public switched telephone network (PSTN) based devices
US20070249378A1 (en) * 2003-05-08 2007-10-25 Cingular Wireless Ii, Llc System and method for sms text routing
US20050003837A1 (en) * 2003-05-08 2005-01-06 Midkiff David S. System and method for SMS text routing
US10102548B2 (en) 2003-10-06 2018-10-16 Yellowpages.Com Llc Method and apparatuses for offline selection of pay-per-call advertisers
US9984377B2 (en) 2003-10-06 2018-05-29 Yellowpages.Com Llc System and method for providing advertisement
US10863402B2 (en) * 2003-12-01 2020-12-08 Interdigital Technology Corporation Session initiation protocol (SIP) based user initiated handoff
US20160295478A1 (en) * 2003-12-01 2016-10-06 Interdigital Technology Corporation Session initiation protocol (sip) based user initiated handoff
US8028084B2 (en) * 2004-01-20 2011-09-27 Aspect Software, Inc. IP ACD using buffer server
US7822016B2 (en) * 2004-01-20 2010-10-26 Aspect Software, Inc. IP ACD using SIP format
US20050188110A1 (en) * 2004-01-20 2005-08-25 Mike Hollatz IP ACD using buffer server
US20050157731A1 (en) * 2004-01-20 2005-07-21 Mike Peters IP ACD using SIP format
US8442227B1 (en) * 2004-02-23 2013-05-14 Rockstar Consortium Us Lp Providing additional information with session requests
US20130246636A1 (en) * 2004-02-23 2013-09-19 Rockstar Consortium Us Lp Providing additional information with session requests
US8024224B2 (en) * 2004-03-10 2011-09-20 Utbk, Inc. Method and apparatus to provide pay-per-call advertising and billing
US7535905B2 (en) * 2004-03-31 2009-05-19 Microsoft Corporation Signing and validating session initiation protocol routing headers
US20050220095A1 (en) * 2004-03-31 2005-10-06 Sankaran Narayanan Signing and validating Session Initiation Protocol routing headers
US20060031536A1 (en) * 2004-05-21 2006-02-09 Microsoft Corporation Efficient message routing when using server pools
US8024476B2 (en) 2004-05-21 2011-09-20 Microsoft Corporation Efficient message routing when using server pools
US20050277410A1 (en) * 2004-06-10 2005-12-15 Sony Corporation And Sony Electronics, Inc. Automated voice link initiation
US20100299736A1 (en) * 2004-09-01 2010-11-25 Nortel Networks Limited Automated session admission
US20060101098A1 (en) * 2004-11-10 2006-05-11 Morgan David P Session initiation protocol call center
US20060098624A1 (en) * 2004-11-10 2006-05-11 Morgan David P Using session initiation protocol
US7561674B2 (en) * 2005-03-31 2009-07-14 International Business Machines Corporation Apparatus and method for providing automatic language preference
US8019053B2 (en) 2005-03-31 2011-09-13 International Business Machines Corporation Apparatus and method for providing automatic language preference
US20080175373A1 (en) * 2005-03-31 2008-07-24 International Business Machines Corporation Apparatus and method for providing automatic language preference
US20060222154A1 (en) * 2005-03-31 2006-10-05 Indran Naick Apparatus and method for providing automatic language preference
US20060245418A1 (en) * 2005-05-02 2006-11-02 Siemens Communication, Inc. Intelligent terminal SIP enabled devices
US7450572B2 (en) * 2005-05-02 2008-11-11 Siemens Communications, Inc. Intelligent terminal SIP enabled devices
US8817607B2 (en) 2005-05-02 2014-08-26 Lg Electronics Inc. SIP based session setup method and terminal thereof
US20080192733A1 (en) * 2005-05-02 2008-08-14 Jae-Seung Song Sip Based Session Setup Method and Terminal Thereof
WO2006118397A1 (en) * 2005-05-02 2006-11-09 Lg Electronics Inc. Sip based session setup method and terminal thereof
USRE43551E1 (en) 2005-09-27 2012-07-24 Huawei Technologies Co., Ltd. Method, system and apparatuses for transferring session request
US7707293B2 (en) 2005-09-27 2010-04-27 Huawei Technologies Co., Ltd. Method, system and apparatuses for transferring session request
KR100768846B1 (en) 2005-10-11 2007-10-22 엘지전자 주식회사 Method for push to service
US8804694B2 (en) * 2006-06-08 2014-08-12 At&T Intellectual Property Ii, L.P. Method and apparatus for invoking multimodal interaction in a VOIP call
US20070286162A1 (en) * 2006-06-08 2007-12-13 At&T Corp. Method and apparatus for invoking multimodal interaction in a VOIP call
KR100898922B1 (en) 2006-07-10 2009-05-27 엘지전자 주식회사 Method and terminal for message service in ims network and server thereof
US20080075261A1 (en) * 2006-08-31 2008-03-27 Microsoft Corporation Client controlled dynamic call forwarding
US8837704B2 (en) 2006-08-31 2014-09-16 Microsoft Corporation Client controlled dynamic call forwarding
US20100074251A1 (en) * 2006-10-31 2010-03-25 Level 3 Communications, Llc Automatic termination path configuration
US8547964B2 (en) * 2006-10-31 2013-10-01 Level 3 Communications, Llc Automatic termination path configuration
US8437338B2 (en) 2006-10-31 2013-05-07 Level 3 Communications, Llc Automatic termination path configuration
US8406221B2 (en) 2006-10-31 2013-03-26 Level 3 Communications, Llc Automatic termination path configuration
US20100061274A1 (en) * 2006-10-31 2010-03-11 Level 3 Communications, Llc Automatic termination path configuration
US20080101235A1 (en) * 2006-10-31 2008-05-01 Deconcilis Michael F Automatic termination path configuration
US10932015B2 (en) 2006-10-31 2021-02-23 Level 3 Communications, Llc Automatic termination path configuration
US20110044210A1 (en) * 2006-12-27 2011-02-24 Kyocera Corporation Communication System, Wireless Communication Terminal, Communication Method, Wireless Communication Method, Wireless Communication Apparatus and Control Method Thereof
US9049690B2 (en) * 2006-12-27 2015-06-02 Kyocera Corporation Communication system, wireless communication terminal, communication method, wireless communication method, wireless communication apparatus and control method thereof
US8189764B2 (en) 2007-02-26 2012-05-29 Fujitsu Limited Server for transferring a communication message
US20080205607A1 (en) * 2007-02-26 2008-08-28 Fujitsu Limited Server for transferring a communication message
US10380637B2 (en) 2007-06-18 2019-08-13 Yellowpages.Com Llc Systems and methods to provide voice connections via local telephone numbers
US20090049129A1 (en) * 2007-08-17 2009-02-19 Microsoft Corporation Real time collaboration file format for unified communication
US8583733B2 (en) 2007-08-17 2013-11-12 Microsoft Corporation Real time collaboration file format for unified communication
US20100246570A1 (en) * 2009-03-24 2010-09-30 Avaya Inc. Communications session preparation method and apparatus
US9674231B2 (en) 2009-03-24 2017-06-06 Avaya Inc. Sequenced telephony applications upon call disconnect method and apparatus
US10353725B2 (en) 2013-08-12 2019-07-16 Amazon Technologies, Inc. Request processing techniques
WO2015023607A1 (en) * 2013-08-12 2015-02-19 Amazon Technologies, Inc. Request processing techniques
US10346148B2 (en) 2013-08-12 2019-07-09 Amazon Technologies, Inc. Per request computer system instances
US9766921B2 (en) 2013-08-12 2017-09-19 Amazon Technologies, Inc. Fast-booting application image using variation points in application source code
US9348634B2 (en) 2013-08-12 2016-05-24 Amazon Technologies, Inc. Fast-booting application image using variation points in application source code
US11093270B2 (en) 2013-08-12 2021-08-17 Amazon Technologies, Inc. Fast-booting application image
US10509665B2 (en) 2013-08-12 2019-12-17 Amazon Technologies, Inc. Fast-booting application image
US11068309B2 (en) 2013-08-12 2021-07-20 Amazon Technologies, Inc. Per request computer system instances
US9280372B2 (en) 2013-08-12 2016-03-08 Amazon Technologies, Inc. Request processing techniques
US9705755B1 (en) 2013-08-14 2017-07-11 Amazon Technologies, Inc. Application definition deployment with request filters employing base groups
US20160358183A1 (en) * 2015-06-02 2016-12-08 Facebook, Inc. Systems and methods for communicating information
US10869253B2 (en) * 2015-06-02 2020-12-15 Liveperson, Inc. Dynamic communication routing based on consistency weighting and routing rules
US10460323B2 (en) * 2015-06-02 2019-10-29 Facebook, Inc. Systems and methods for communicating information
US10631257B1 (en) * 2018-11-27 2020-04-21 Avaya Inc. System and method for providing enhanced routing in a contact center

Also Published As

Publication number Publication date
DE60220329T2 (en) 2008-04-17
EP1248440A2 (en) 2002-10-09
CN1398103A (en) 2003-02-19
ATE363799T1 (en) 2007-06-15
EP1248440B1 (en) 2007-05-30
DE60220329D1 (en) 2007-07-12
US20140233560A1 (en) 2014-08-21
US20060250989A1 (en) 2006-11-09
JP4011950B2 (en) 2007-11-21
CN100428764C (en) 2008-10-22
JP2002335267A (en) 2002-11-22
US8737272B2 (en) 2014-05-27
EP1248440A3 (en) 2005-04-20

Similar Documents

Publication Publication Date Title
US8737272B2 (en) Call routing using information in session initiation protocol messages
US7747761B2 (en) Session initiation protocol routing using voice cookies
US6914899B2 (en) Caller identification and voice/data synchronization for internet telephony and related applications
KR100433576B1 (en) Establishing a voice call from a client computer via a bridgeport
US7035248B2 (en) Switch with emulation client
US6026087A (en) Method and apparatus for establishing a voice call to a PSTN extension for a networked client computer
US7385992B1 (en) Internet caller-ID integration
US9264544B2 (en) Automated attendant multimedia session
US20070189267A1 (en) Voice Assisted Click-to-Talk
US7203188B1 (en) Voice-controlled data/information display for internet telephony and integrated voice and data communications using telephones and computing devices
US8111687B2 (en) Communication system and method
US7586898B1 (en) Third party content for internet caller-ID messages
US20070189280A1 (en) Providing information relating to a telephone call
KR20030027556A (en) A call processing apparaus and method for internet phone using H.323 and SIP protocol
US7154878B1 (en) Integrated network
JP2005101812A (en) Telephone transmission system and telephone transmission method

Legal Events

Date Code Title Description
AS Assignment

Owner name: ALCATEL, FRANCE

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:WENGROVITZ, MICHAEL;REEL/FRAME:012392/0409

Effective date: 20011206

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: ALCATEL LUCENT, FRANCE

Free format text: CHANGE OF NAME;ASSIGNOR:ALCATEL;REEL/FRAME:035880/0076

Effective date: 20061130