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
Other languages
English (en)
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/de
Priority to JP2002099938A priority patent/JP4011950B2/ja
Priority to EP02400025A priority patent/EP1248440B1/de
Priority to DE60220329T priority patent/DE60220329T2/de
Priority to CNB021272689A priority patent/CN100428764C/zh
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.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Business, Economics & Management (AREA)
  • General Business, Economics & Management (AREA)
  • Multimedia (AREA)
  • Telephonic Communication Services (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Mobile Radio Communication Systems (AREA)
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 (de) 2001-04-03 2002-04-02 Anrufweglenkung mittels informationen aus sip- nachrichten
JP2002099938A JP4011950B2 (ja) 2001-04-03 2002-04-02 セッション開始プロトコルメッセージの情報を使用する通話のルーティング
EP02400025A EP1248440B1 (de) 2001-04-03 2002-04-02 Anrufweglenkung mittels Informationen aus sip-Nachrichten
DE60220329T DE60220329T2 (de) 2001-04-03 2002-04-02 Anrufweglenkung mittels Informationen aus sip-Nachrichten
CNB021272689A CN100428764C (zh) 2001-04-03 2002-04-03 使用会话启动协议消息中的信息的呼叫路由选择
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 (de)
EP (1) EP1248440B1 (de)
JP (1) JP4011950B2 (de)
CN (1) CN100428764C (de)
AT (1) ATE363799T1 (de)
DE (1) DE60220329T2 (de)

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
US20060098624A1 (en) * 2004-11-10 2006-05-11 Morgan David P Using session initiation protocol
US20060101098A1 (en) * 2004-11-10 2006-05-11 Morgan David P Session initiation protocol call center
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 (ko) 2005-10-11 2007-10-22 엘지전자 주식회사 Pt 서비스 방법
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 (ko) 2006-07-10 2009-05-27 엘지전자 주식회사 Ims 네트워크에서 메시지 서비스 방법, 단말 및 서버
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 (ko) * 2002-11-12 2005-05-03 삼성전자주식회사 세션 이니세이션 프로토콜 시스템의 세션 정보 처리 방법및 그 기록매체
CN100388733C (zh) * 2002-12-25 2008-05-14 中兴通讯股份有限公司 一种在会话发起协议网络中呼叫路由的方法
JP3873891B2 (ja) * 2003-01-22 2007-01-31 株式会社日立製作所 パケット通信装置
US7542481B2 (en) * 2003-02-25 2009-06-02 Nokia Corporation Connection optimization for communications in multiple access environment
KR100957432B1 (ko) 2003-03-13 2010-05-11 엘지전자 주식회사 미디어 전송 방법
US7894581B2 (en) * 2003-06-19 2011-02-22 Nortel Networks Limited Convergence of circuit-switched voice and packet-based media services
US7899164B2 (en) * 2003-06-19 2011-03-01 Nortel Networks Limited Convergence of circuit-switched voice and packet-based media services
JP2005045596A (ja) * 2003-07-23 2005-02-17 Nec Corp 話者通話履歴呈示システム、話者通話履歴呈示方法、ip電話機、ip電話方法及びプログラム
KR100535242B1 (ko) * 2003-08-08 2005-12-09 에스케이 텔레콤주식회사 에스아이피 프로토콜 기반의 발신 및 착신 제한 장치 및방법
CN100411402C (zh) * 2003-11-10 2008-08-13 合勤科技股份有限公司 整合网络电话伺服端与客端的数据装置
JP4276568B2 (ja) 2004-03-26 2009-06-10 株式会社日立コミュニケーションテクノロジー ルータ及びsipサーバ
CN1705305B (zh) * 2004-06-03 2010-12-08 华为技术有限公司 会话发起协议消息分发过程实现字符串匹配的方法和装置
US7656870B2 (en) * 2004-06-29 2010-02-02 Damaka, Inc. System and method for peer-to-peer hybrid communications
CN100438688C (zh) * 2004-08-27 2008-11-26 华为技术有限公司 会话初始化协议用户接入移动通信网络的系统及其方法
EP1820322A1 (de) * 2004-12-10 2007-08-22 Sonus Networks, Inc. Ausführung zentral bereitgestellter telefondienste an lokalen knoten
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 (zh) 2005-09-07 2009-07-08 华为技术有限公司 一种会话初始化协议消息体内容处理方法及网络
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 (zh) * 2006-02-15 2010-05-12 华为技术有限公司 用于获得被叫智能业务或路由号码的系统和方法
WO2007096684A1 (de) * 2006-02-20 2007-08-30 Alcatel Lucent Verfahren, kommunikationssystem und endgerät zur reduktion von unerwünschter kommunikation
CN101137209B (zh) * 2006-08-30 2010-07-07 华为技术有限公司 基于位置路由的系统及位置路由设备和方法
US7995561B2 (en) * 2006-12-07 2011-08-09 Nortel Networks Limited Techniques for implementing logical trunk groups with session initiation protocol (SIP)
CN101197806B (zh) * 2006-12-08 2012-04-18 华为技术有限公司 一种路由会话的方法、网络及设备
CN101247323B (zh) * 2007-02-15 2011-04-20 华为技术有限公司 一种传输历史标识信息的方法和系统
JP4583424B2 (ja) * 2007-09-10 2010-11-17 エヌ・ティ・ティ・コミュニケーションズ株式会社 端末間の暗号化通信チャネルを構築するためのセッション管理装置、方法及びプログラム
WO2009033376A1 (fr) 2007-09-13 2009-03-19 Huawei Technologies Co., Ltd. Procédé et système de sélection de chemin
US20090279683A1 (en) * 2007-10-02 2009-11-12 Doug Gisby Method, apparatus and system for intelligent call routing
EP2232820B1 (de) 2007-12-13 2018-04-04 Nokia Technologies Oy Standort-tagging-verfahren für die auf paketen basierende signalisierung
EP2281382B1 (de) * 2008-05-30 2018-07-25 Orange Automatisierte einrichtung einer kommunikation zwischen zwei endgeräten
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 (zh) * 2009-06-01 2013-04-17 华为技术有限公司 一种消息发送方法、处理方法、客户端、路由器和系统
CN102185828B (zh) * 2011-01-30 2013-10-09 广东佳和通信技术有限公司 一种pc软件与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 (zh) * 2018-10-24 2020-10-27 迈普通信技术股份有限公司 语音呼叫处理方法及装置
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 (de) * 1998-07-17 2011-12-08 Telefonaktiebolaget Lm Ericsson (Publ) Kommunikationssystem und Verfahren zum Aufbauen von Verbindungen zwischen Terminals eines ersten und eines zweiten Kommunikationsnetzes
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
WO2002078362A1 (en) * 2001-03-23 2002-10-03 Nokia Corporation A 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
US20060098624A1 (en) * 2004-11-10 2006-05-11 Morgan David P Using session initiation protocol
US20060101098A1 (en) * 2004-11-10 2006-05-11 Morgan David P Session initiation protocol call center
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 (ko) 2005-10-11 2007-10-22 엘지전자 주식회사 Pt 서비스 방법
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 (ko) 2006-07-10 2009-05-27 엘지전자 주식회사 Ims 네트워크에서 메시지 서비스 방법, 단말 및 서버
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
US8737272B2 (en) 2014-05-27
US20140233560A1 (en) 2014-08-21
CN100428764C (zh) 2008-10-22
EP1248440A3 (de) 2005-04-20
CN1398103A (zh) 2003-02-19
JP4011950B2 (ja) 2007-11-21
EP1248440A2 (de) 2002-10-09
DE60220329D1 (de) 2007-07-12
JP2002335267A (ja) 2002-11-22
ATE363799T1 (de) 2007-06-15
DE60220329T2 (de) 2008-04-17
EP1248440B1 (de) 2007-05-30
US20060250989A1 (en) 2006-11-09

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 (ko) 브리지 포트를 통한 클라이언트 컴퓨터로 부터의음성호출의 성립
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
EP0935380A2 (de) Verfahren und System für Sprachanruf durch Benutzung von Informationen die aus einer ausfürenden Anwendung auf einem Rechnersytem ausgefunden wurden
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
US7586898B1 (en) Third party content for internet caller-ID messages
US20070189280A1 (en) Providing information relating to a telephone call
KR20030027556A (ko) H.323 프로토콜과 sip 프로토콜을 이용한 인터넷폰의호처리 장치 및 방법
US7512226B1 (en) IP-centric speed dial
US7154878B1 (en) Integrated network
JP2005101812A (ja) 電話発信システム及び電話発信方法

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