Method and system of renegotiating end-to-end voice over internet protocol CODECs

Information

  • Patent Grant
  • 8842568
  • Patent Number
    8,842,568
  • Date Filed
    Monday, November 26, 2012
    11 years ago
  • Date Issued
    Tuesday, September 23, 2014
    9 years ago
  • Inventors
  • Original Assignees
  • Examiners
    • Orgad; Edan
    • Alia; Curtis A
    Agents
    • Rosenbaum; David G.
    • Paredes; J. Peter
    • Rosenbaum IP, P.C.
  • CPC
  • US Classifications
    Field of Search
    • US
    • 370 219-220
    • 370 225000
    • 370 235000
    • 370 236000
    • 370 252000
    • 370 282000
    • 370 352-356
    • 370 400-401
    • 370 410000
    • 370 465-467
    • 370 477000
    • 370 493-495
    • 370 496000
    • 379 001010
    • 379 001030
    • 379 009010
    • 379 010010
    • 379 015010
    • 379 015030
    • 379 090010
    • 379 093010
    • 379 093080
    • 379 142130
    • 379 142140
    • 379 220010
    • 379 221060
    • 379 221070
    • 379 399020
    • CPC
    • H04M7/0072
  • International Classifications
    • H04L12/24
    • H04M7/00
    • Disclaimer
      This patent is subject to a terminal disclaimer.
Abstract
Systems and methods of Voice over Internet Protocol (VoIP) communication are provided. A particular system includes a VoIP endpoint. The VoIP endpoint is adapted to monitor a packet loss measure between the VoIP endpoint and a second VoIP endpoint during a VoIP communication using a first CODEC. The VoIP endpoint is also adapted to negotiate with the second VoIP endpoint to select a substitute CODEC having a nominal data rate that is lower than an in-use nominal data rate of the first CODEC.
Description
BACKGROUND

The present invention relates generally to the field of Voice-Over-Internet-Protocol (VoIP). More particularly, the present invention provides means for adapting the bandwidth requirement of a real-time voice-communication to the available bandwidth of the underlying transport network.


In traditional circuit switched telephony, a continuous data “pipe” is provided through the Public Switched Telephone Network (PSTN) to guarantee the flow of the PCM voice data. Internet telephony on the other hand must overcome a variety of impairments to the regular and timely delivery of voice data packets to the far end. These impairments are inherent in current Internet architecture, which provides a best-effort delivery service without any guarantees regarding the delivery of voice packets. Additionally, the transport of the voice packets is constrained by the amount of bandwidth available in the network connection, the delay that the packet experiences and any packet loss or corruption that occurs. In general, the measure of the quality of a data network to transport voice data packets quickly and consistently is referred to as the network's Quality of Service (QoS).


A variety of network conditions affect the QoS of a connection. The bandwidth (BW) is the measure of the number of bits per second that can flow through a network link at a given time. Available bandwidth is limited by both the inherent capacity of the underlying network as well as other traffic along that route. End-to-end bandwidth from sender to receiver (the “call path”) will be determined by the slowest link on the entire route. For example, a dialup connection to the ISP with an ideal bandwidth of 56 kilobits per second (kb/s) may be the slowest link for a user. However, the bandwidth actually available to a VoIP application on this link at a particular time will be lower if a larger file transfer is taking place at that time.


The bandwidth usage per channel is determined primarily by the compressor/decompressor (CODEC) used to digitize and compress voice data and its associated overhead. FIG. 5 lists the one-way bandwidth requirements of three popular CODECs and a Mean Opinion Score (MOS) based on the ITU-T recommendation for measuring voice quality (higher MOS values indicate better quality).


As illustrated in Table 1, CODECs such as G.723 and G.729 significantly reduce the data bandwidth required. There is, however a general tradeoff between using a high compression CODEC (with its low bandwidth usage) and voice quality. The high compression CODECs typically have slightly reduced voice quality (as reflected in the MOS rating), and introduce additional delay due to the added computational effort. The highest bandwidth is required by the minimal compression G.711 CODEC, which is the standard toll quality CODEC.


Another factor in bandwidth usage is the overhead introduced by different IP layers. Most CODECs operate by collecting a block of voice samples and then compressing this block to produce a frame of coded voice. As this media frame is prepared for transport over IP, different protocol layers add their own headers to the data to be able to recreate the voice stream at the destination. FIG. 1 illustrates how an IP datagram carrying a single G.723.1 version-1 frame might look on a dial-up line.


Protocol overhead can be reduced by including more than one media frame per datagram (or packet). This also reduces the number of packets sent per second and hence the bandwidth usage. FIG. 2 illustrates an example how the bandwidth usage is reduced when using 2, 3 and 4 frames per IP datagram using G.723.1 v1 CODEC. This improved efficiency comes at the cost of increased delay, but also has a positive side effect of improving jitter-tolerance. The effect of delay and jitter on voice quality is described below.


Delay along the voice transmission call path can significantly affect voice quality. If the delay is too large, for example greater than 400 ms (ITU-T recommendation), interactive communication will be impossible. Many factors contribute to delay in VoIP, the most important being the delay experienced by VoIP media packets on the network. Another source of delay is the CODEC used for processing voice. High compression CODECs introduce more delay than low compression CODECs.


VoIP media packets comprising a data stream may not experience the same delay. Some packets may be delayed more than others due to instantaneous network usage and congestion or as a result of traversing different routes through the network. This variance from the average delay is called jitter. Voice CODECS will produce poor voice output if the input packet stream is not delivered at the exact play-out time. A jitter buffer at the receiver can smooth out this variation but it adds some more delay. If the jitter is larger than what the buffer can handle, the jitter buffer may underflow or overflow, resulting in packet loss.


QoS is also degraded by packet loss. The most common cause of packet loss on land-based networks is the overloading of a router queue along the transmission call path. In this case, the router will discard packets. On land-based networks, packet loss is therefore a sign of network congestion. Packets can also be lost because of corruption. Internet routers are programmed to discard corrupted packets. Voice CODECS can generally cope with small random packet losses, by interpolating the lost data. Large packet loss ratio or burst packet loss can severely degrade voice quality. The exact limits vary by the CODEC used, but generally, low compression CODECS are more tolerant to packet loss.


The lack of QoS guarantees on the Internet has been a major challenge in developing VoIP applications. IETF is working on a number of proposals to help guarantee the quality of service that time critical data such as VoIP services require, including:


Differentiated Service (“Diffserv”) which instructs the network routers to route based on priority bits in the packet header.


Integrated Services and RSVP to set up end-to-end virtual channels that have reserved bandwidth similar to circuit-switched telephony.


Multi-protocol Label switching, which uses labels inserted into the packets to route traffic in an efficient way.


These services are, however, not currently available on the present day Internet. VoIP applications on end systems are required to work around the hurdles presented to regular and timely data flow. The Internet offers a best effort delivery service. So long as sufficient bandwidth is available, VoIP traffic can flow smoothly with an acceptable QoS. If the bandwidth is constrained, the effects described above will result in degraded voice quality.


What would be desirable are means to allow VoIP applications to sense the current call path bandwidth and to adapt in real-time the transmission rate to utilize that bandwidth.


SUMMARY OF THE INVENTION

Embodiments of the present invention provide a real-time bandwidth monitor (RTBM) for VoIP applications to sense the available bandwidth between two endpoints of a VoIP communication (herein, a “call path”) and to adapt in real-time the transmission rate to utilize that bandwidth. If sufficient bandwidth is available, the RTBM selects a low compression, low latency CODEC to offer best possible voice quality to the user. If the bandwidth is constrained, the RTBM, instead of allowing the VoIP application to fail, degrades gracefully by switching to a high compression CODEC. On further bandwidth reduction, the RTBM increases the media frames per packet. Because the bandwidth reduction may be transitory, the RTBM constantly monitors the end-to-end available bandwidth so as to invoke the CODEC/frame per packet combination that provides the best QoS achievable over the current end-to-end available bandwidth.


It is therefore an aspect of the present invention to monitor current end-to-end available bandwidth in a VoIP communication using a real-time bandwidth monitor (RTBM) and to adapt in real-time the transmission rate of a VoIP application to utilize that bandwidth.


It is another aspect of the present invention that if the RTBM determines that sufficient bandwidth is available, to select a low compression, low latency CODEC to offer the best possible voice quality to the user.


It is still another aspect of the present invention that if the RTBM determines that bandwidth is limited, to switch to a high compression CODEC.


It is yet another aspect of the present invention that if the RTBM determines that the bandwidth is highly restricted, to increase the media frames per packet.


It is an aspect of the present invention to constantly monitor the call path available bandwidth so as to invoke the CODEC/frame per packet combination that provides the best QoS achievable over the current call path available bandwidth.


It is another aspect of the present invention to determine improvements in bandwidth for VoIP media communications by making specialized measurements via “probe packets” sent prior to media startup and during conversation “silence periods” so that no additional network bandwidth is consumed for making the measurement.


It is still another aspect of the present invention to provide a RTBM that is application independent and able to adjust the send rate automatically in a plug and play fashion.


These and other aspects of the present invention will become apparent from a review of the general and detailed descriptions that follow.


An embodiment of the present invention provides a method for adapting the transmission rate of media packets between endpoints in a voice over Internet protocol (VoIP) communication. A starting bandwidth measure at a starting endpoint is determined. A starting CODEC at the starting endpoint is selected based on the starting bandwidth measure. The starting CODEC is associated with a starting CODEC nominal data rate. An ending bandwidth measure at the ending endpoint is determined. An ending CODEC at the ending endpoint is selected based on the ending bandwidth measure. The ending CODEC is associated with an ending CODEC nominal data rate. The ending endpoint is informed of the starting CODEC nominal data rate. The starting endpoint is informed of the ending CODEC nominal data rate. A current CODEC comprising a data rate equal to the lower of the starting CODEC nominal data rate and the ending CODEC nominal data rate is selected and used at the starting and ending end points.


In another embodiment of the present invention, the starting bandwidth measure is determined by sending a starting probe packet from the starting endpoint to a network device. According to embodiments of the present invention, the network device is selected from the group consisting of a STUN server, a SIP server, and an echo server. The starting probe packet is echoed by the network device to the starting endpoint. The bandwidth of the path from the starting endpoint to the network device is then determined.


The starting CODEC is associated with a bandwidth range. A determination is made whether the starting bandwidth measure is within the bandwidth range. If so, the starting CODEC is selected.


In another embodiment of the present invention, a packet loss ratio of a media packet stream between the starting endpoint and the ending endpoint is obtained. A determination is made whether the packet loss ratio exceeds a maximum packet loss ratio associated with the current CODEC. If the packet loss ratio exceeds the maximum packet loss ratio, then a nominal in-use data rate of the current CODEC is determined. A determination is made whether the current CODEC is associated with an alternate nominal data rate that is lower than the nominal in-use data rate. If the current CODEC is associated with an alternate nominal data rate that is lower than the in-use data rate, the alternate nominal data rate is substituted for the in-use nominal data rate.


If the current CODEC is not associated with an alternate nominal data rate that is lower than the in-use nominal data rate, a determination is made whether a current frames per packet measure is less than a maximum frames per packet measure associated with the current CODEC. If the current frames per packet measure is less than the maximum frames per packet measure associated with the current CODEC, then the frames per packet measure of the media packet is increased.


If the current frames per packet measure is greater than or equal to the maximum frames per packet, then a determination is made whether a substitute CODEC having a substitute nominal data rate that is lower than the nominal data rate of the current CODEC is available at the starting and ending endpoints. If the substitute CODEC is available at the starting and ending endpoints, then the substitute CODEC is used at the starting and ending endpoints.





BRIEF DESCRIPTION OF THE DRAWINGS

In the accompanying figures, like elements are identified by like reference numerals among the several preferred embodiments of the present invention.



FIG. 1 illustrates how an IP datagram carrying a single G.723.1 version-1 frame might look on a dial-up line as known in the prior art.



FIG. 2 illustrates an example of how the bandwidth usage is reduced when using 2, 3 and 4 frames per IP datagram using a G.723.1 v1 CODEC as is known in the prior art.



FIG. 3 illustrates a typical call path VoIP system according to embodiments of the present invention.



FIG. 4 illustrates the architecture of a typical voice packet as known in the prior art.



FIG. 5 illustrates a table displaying the one-way bandwidth requirements of three popular CODECs and a Mean Opinion Score (MOS) based on the ITU-T recommendation for measuring voice quality (higher MOS values indicate better quality).





DETAILED DESCRIPTION OF THE INVENTION

Embodiments of the present invention provide a real-time bandwidth monitor (RTBM) for VoIP applications to sense the available bandwidth between two endpoints of a VoIP communication (herein, a “call path”) and to adapt in real-time the transmission rate to utilize that bandwidth. If sufficient bandwidth is available, the RTBM selects a low compression, low latency CODEC to offer best possible voice quality to the user. If the bandwidth is constrained, the RTBM, instead of allowing the VoIP application to fail, degrades gracefully by switching to a high compression CODEC. On further bandwidth reduction, the RTBM increases the media frames per packet. Because the bandwidth reduction may be transitory, the RTBM constantly monitors the end-to-end available bandwidth of the path so as to invoke the CODEC/frame per packet combination that provides the best QoS achievable over the current end-to-end available bandwidth.



FIG. 3 illustrates a typical call path of a VoIP system according to embodiments of the present invention. Referring to FIG. 3, a VoIP endpoint 100 comprising one or more CODECs 110 is connected to a telephone 120. VoIP endpoint 100 is also connected to a network 160 via a link 125. A VoIP endpoint 130 comprising one or more CODECs 140 is connected to a telephone 150. VoIP endpoint 130 is also connected to a network 160 via a link 135. Network 160 is an IP network such as the Internet. Links 125 and 135 provide means for connecting the VoIP endpoint (100 and 130) to network 160, including dialup connections, DSL connections, and wireless connections. The VoIP endpoint (100 and 130) may also be located behind a LAN (not illustrated) in which case the connection to network 160 is made through a router (not illustrated). Typically, the VoIP endpoint (100 and 130) is a VoIP gateway. However, the present invention is not so limited. The VoIP endpoint (100 and 130) may be a computer, a VoIP-enabled telephone, or other device capable of performing the tasks associated with the VoIP endpoint.


When a call is placed from telephone 120 to telephone 150, the voice quality of the audio signal is affected by the CODEC used and the bandwidth of the network path between them. In an embodiment of the present invention, VoIP endpoint 100 and VoIP endpoint 130 each comprise an optimization database (115 and 145 respectively). Each entry in the database maps a range of bandwidth calculations to a set of pre-computed optimizations for CODEC and frames per packet.


In an embodiment of the present invention, optimization databases 115 and 145 list all usable CODEC and frames per packet combinations. For each CODEC and frame rate combination, optimization databases 115 and 145 further list the minimum required bandwidth and the maximum tolerable packet loss ratio. The required bandwidth entries are pre-computed values. The maximum tolerable packet loss ratio is an experimentally determined quantity.


In order to establish a VoIP call, the endpoints will typically use a signaling protocol such as IETF's SIP or ITU-Ts H323. If a calling endpoint knows the address of a destination endpoint, the calling endpoint sends a setup request directly to the destination endpoint. If the calling endpoint only knows an alias or “telephone number,” the calling endpoint resolves the alias or telephone number into an IP address by using a directory service. Alternatively, the calling endpoint may forward the setup request to a proxy server that will perform the address resolution and forward the setup request to the destination endpoint on behalf of the sender. Once the call setup negotiations are complete, the two endpoints exchange media using the RTP protocol, which provides all the necessary information to reassemble a media stream from packets. When the media session is in progress, each receiver uses RTCP to send feedback to the sender about the quality of the packet stream it is receiving.


In addition to these protocols, VoIP devices may require to implement supplementary protocols to function properly. One such protocol is STUN that is used by an endpoint on a private LAN to determine an external routable IP address.



FIG. 4 illustrates the architecture of a typical voice packet. The coded voice is assembled into packets as it is being prepared for transport over a VoIP link. The TCP/IP protocol stack, using UDP (User Datagram Protocol) and RTP (Real Time Protocol) executes this process. Referring to FIG. 4, packet 225 comprises an IP 200, a UDP 205, and an RTP 210 header. Together, these headers utilize 40 bytes. These headers comprise protocol information needed to properly transport the data. Included in this protocol information is data such as the source and destination IP addresses, the IP port number, the packet sequence number, etc. An important consideration for an IP telephony network is whether one 215 or more frames 220 of coded media data follow the headers. Using the G.723.1 CODEC, each packet would have only 24 bytes of data to 40 bytes of header. Thus, the header would be 67% of the entire packet. Adding more frames of coded media will decrease the header to payload ratio but will also increase latency and sensitivity to packet losses.


In an exemplary embodiment, during the time when the calling endpoint has sent a call setup request and the called endpoint has not yet responded with the final acknowledgment, the endpoints measure the bandwidth of the actual media path by bouncing probe packets off each other. Prior to this measurement, the two endpoints exchange media channel information. Both SIP and H.323 provide mechanisms for achieving this. Additionally, the two endpoints start echo servers on the same port as they intend to receive media on. When the above two conditions are met, both endpoints “ping” the peer and measure the path RTT, which can be used to calculate the available bandwidth. This gives a more accurate measure of the path bandwidth and can be used to fine-tune the frames per packet for the media stream.


In another embodiment of the present invention, the bandwidth is measured using a fixed number of probe packets. By way of illustration and not as a limitation, in an exemplary embodiment of the present invention, five packets of different sizes are used to determine the bandwidth. The Round Trip Time (RTT) for each packet size is measured twice and then the minimum of the two is used. Using linear regressions, the slope of the line that fits a plot of RTT samples against packet size is determined using the following formula:

m=(n*sigmaXY−sigmaX*sigmaY)/(n*sigma(X^2)−(sigmaX)^2)


where Y=RTT, X=size of packet, n=number of samples, m=slope, and sigma is a summing function.


The slope m can be calculated as the samples are collected therefore there is no need to first collect all samples and then process them afterwards. The bandwidth is then calculated as follows:

bandwidth=1/m


In this exemplary embodiment, when a call session is established, the calling VoIP endpoint presents its preferred CODEC to the called endpoint and the called endpoint presents its preferred CODEC to the calling endpoint. The CODEC associated with the lower nominal data rate is used by both endpoints for the media stream. For most cases this is a good choice and the media path can easily provide the bandwidth required by the media stream.


RTP and RTCP protocols are used for the media exchange. The RTP protocol provides mechanisms for transporting the actual voice payload. The RTP header includes sequence number, timestamp and source identifier. This information is used to reconstruct the stream from the individual packets and to detect lost, delayed or out of sequence packets. Each receiving endpoint collects information about the total number of lost packets and packet arrival jitter (variation in packet arrival times) and conveys this information back to the sending endpoint using RTCP protocol at regular intervals. The jitter buffer in each endpoint will smooth out jitter within a certain range and rearrange out of sequence packets. However, if a packet is delayed beyond the capability of the jitter buffer, it will be considered a lost packet. Similarly, a burst of packets that causes the jitter buffer to overflow will result in lost packets. According to the exemplary embodiment, each receiving endpoint also collects the number of packets lost due to jitter buffer overflow and underflow and passes this information to the sending endpoint through RTCP as jitter buffer packet loss.


The jitter packet loss provides a measure of network jitter and delay. Excessive packet loss is an indication that the media path is not able to support the bandwidth requirements of the media stream. If the packet loss ratio exceeds the acceptable packet loss ratio for the current CODEC configuration as established in the optimization databases (see FIG. 3, 115 and 145) and if the condition persists for a preset amount of time, an endpoint may take one of the following actions, preferably in the following order: 1. If the current CODEC is a variable bit rate CODEC such as G.723.1 and the current bit rate is not the lowest bit rate offered by the CODEC, then switch to lower bit rate encoding. 2. If the current frames per packet is less than the maximum frames per packet for the CODEC, the increase the frames per packet. 3. If the current frames per packet is equal to the maximum allowed frames per packet for the current CODEC and a lower bandwidth CODEC is available, negotiate using the lower bandwidth CODEC with the other endpoint.


In still another embodiment of the present invention, if action 1 or 2 above has been taken, the bandwidth is periodically measured during silence intervals to determine if the conditions are again suitable for restoring the previous CODEC configuration.


Systems and methods for dynamically adapting the transmission rate for real-time voice over IP communications to the available bandwidth have been disclosed. It will be understood by those skilled in the art that the present invention may be embodied in other specific forms without departing from the scope of the invention disclosed and that the examples and embodiments described herein are in all respects illustrative and not restrictive. Those skilled in the art of the present invention will recognize that other embodiments using the concepts described herein are also possible. Additionally, as will be appreciated by those skilled in the art, references to specific network protocols are illustrative and not limiting. Further, any reference to claim elements in the singular, for example, using the articles “a,” “an,” or “the” is not to be construed as limiting the element to the singular.

Claims
  • 1. A method, comprising: monitoring a packet loss measure during a Voice over Internet Protocol (VoIP) communication between a first endpoint and a second endpoint, wherein the first endpoint and the second endpoint use a first CODEC to conduct the VoIP communication and the VoIP communication comprises voice and video content;determining whether a current frames per packet value used by the first CODEC is greater than or equal to a maximum frames per packet threshold associated with the first CODEC;when the monitored packet loss measure exceeds a maximum packet loss threshold and when the current frames per packet value used by the first CODEC is greater than or equal to the maximum frames per packet threshold associated with the first CODEC, negotiating use of a substitute CODEC having a substitute nominal data rate that is lower than an in-use nominal data rate of the first CODEC; andcontinuing the VoIP communication using the substitute CODEC.
  • 2. The method of claim 1, further comprising determining a starting bandwidth measure to select the first CODEC before beginning to monitor the packet loss measure.
  • 3. The method of claim 2, wherein determining the starting bandwidth measure comprises: sending a starting probe packet from the first endpoint to a network device;receiving an echoed starting probe packet from the network device at the first endpoint; anddetermining the bandwidth of the path from the first endpoint to the network device.
  • 4. The method of claim 3, wherein the network device is selected from a STUN server, a SIP server, and an echo server.
  • 5. The method of claim 2, further comprising negotiating the first CODEC based on a plurality of CODECs available at the first endpoint, a plurality of CODECs available at the second endpoint, and the starting bandwidth measure.
  • 6. The method of claim 5, wherein negotiating the first CODEC includes determining a bit rate and a frames per packet value to be used by the first endpoint and the second endpoint.
  • 7. The method of claim 5, wherein negotiating the first CODEC comprises: accessing an optimization database, wherein the optimization database lists a plurality of CODECs and a bandwidth range associated with each of the plurality of CODECs; andselecting as the first CODEC a CODEC associated with a particular bandwidth range within which the starting bandwidth measure falls.
  • 8. The method of claim 1, further comprising, before negotiating use of the substitute CODEC: determining a packet loss ratio of a media packet stream of the VoIP communication;determining whether the packet loss ratio exceeds a maximum packet loss ratio associated with the first CODEC;when the packet loss ratio exceeds the maximum packet loss ratio, determining the in-use nominal data rate of the first CODEC;determining whether the first CODEC is associated with an alternate nominal data rate that is lower than the in-use nominal data rate; andwhen the first CODEC is associated with an alternate nominal data rate that is lower than the in-use nominal data rate, substituting the alternate nominal data rate for the in-use nominal data rate.
  • 9. The method of claim 8, further comprising: when the first CODEC is not associated with an alternate nominal data rate that is lower than the in-use nominal data rate, determining whether the current frames per packet value is less than the maximum frames per packet measure associated with the first CODEC; andwhen the current frames per packet measure is less than the maximum frames per packet measure associated with the first CODEC, increasing the number of frames per packet used by the first CODEC.
  • 10. The method of claim 1, wherein the packet loss measure includes a ratio of a media packet stream between the first endpoint and the second endpoint.
  • 11. A system, comprising: a Voice over Internet Protocol (VOIP) endpoint, the VoIP endpoint adapted to: monitor a packet loss measure between the VoIP endpoint and a second VoIP endpoint during a VoIP communication using a first CODEC, wherein the VoIP communication comprises voice and video content;determine whether a current frames per packet value used by the first CODEC is greater than or equal to a maximum frames per packet threshold associated with the first CODEC; andnegotiate with the second VoIP endpoint to select a substitute CODEC having a nominal data rate that is lower than an in-use nominal data rate of the first CODEC when the monitored packet loss measure exceeds a maximum packet loss threshold and when the frames per packet value used for the VoIP communication is greater than or equal to the maximum frames per packet threshold.
  • 12. The system of claim 11, further comprising a telephone coupled to the VoIP endpoint.
  • 13. The system of claim 11, wherein the VoIP endpoint comprises a telephone.
  • 14. The system of claim 11, wherein the substitute CODEC and a frames per packet value for the substitute CODEC are selected from a plurality of available CODEC and frames per packet value combinations, wherein the substitute CODEC and the frames per packet value are selected to provide an enhanced quality of service.
  • 15. The system of claim 11, wherein the VoIP endpoint is further adapted to determine a measurement of available bandwidth between the VoIP endpoint and the second VoIP endpoint, and to adjust a transmission rate of the VoIP communication based on the measurement of available bandwidth.
  • 16. The system of claim 15, wherein the VoIP communication is routed via a network including a plurality of network elements, and wherein the VoIP endpoint determines the measurement of available bandwidth by sending one or more probe packets to one or more of the plurality of network elements.
  • 17. The system of claim 16, wherein the one or more probe packets are sent during a period of silence of the VoIP communication.
  • 18. The system of claim 11, wherein the VoIP endpoint is further adapted to echo a probe packet received from the second VoIP endpoint.
  • 19. The system of claim 11, wherein the VoIP endpoint has access to an optimization database, wherein the optimization database includes at least one frames per packet value for each of a plurality of available CODECs.
  • 20. The system of claim 19, wherein the optimization database further includes a minimum bandwidth for each of the plurality of available CODECs and frames per packet value combinations.
CLAIM OF PRIORITY

This application is a continuation of U.S. Patent Application, and claims priority from, U.S. patent application Ser. No. 12/262,892, filed Oct. 31, 2008, which is a continuation of U.S. patent application Ser. No. 11/078,059, filed Mar. 11, 2005 (now U.S. Pat. No. 7,460,480), which claims the benefit of U.S. Provisional Patent Application No. 60/552,359, filed on Mar. 11, 2004, each of which is hereby incorporated by reference in its entirety.

US Referenced Citations (123)
Number Name Date Kind
5402481 Waldman Mar 1995 A
5809128 McMullin Sep 1998 A
5987103 Martino Nov 1999 A
6014440 Melkild et al. Jan 2000 A
6091732 Alexander, Jr. et al. Jul 2000 A
6104757 Rhee Aug 2000 A
6118768 Bhatia et al. Sep 2000 A
6125113 Farris et al. Sep 2000 A
6141345 Goeddel et al. Oct 2000 A
6185288 Wong Feb 2001 B1
6256778 Oliver Jul 2001 B1
6307853 Storch et al. Oct 2001 B1
6351464 Galvin et al. Feb 2002 B1
6359880 Curry et al. Mar 2002 B1
6377570 Vaziri et al. Apr 2002 B1
6389005 Cruickshank May 2002 B1
6389038 Goldberg et al. May 2002 B1
6434139 Liu et al. Aug 2002 B1
6445694 Swartz Sep 2002 B1
6449251 Awadallah et al. Sep 2002 B1
6496477 Perkins et al. Dec 2002 B1
6542497 Curry et al. Apr 2003 B1
6597686 Smyk Jul 2003 B1
6603774 Knappe et al. Aug 2003 B1
6618761 Munger et al. Sep 2003 B2
6636504 Albers et al. Oct 2003 B1
6658496 Minakata et al. Dec 2003 B1
6700956 Chang et al. Mar 2004 B2
6760324 Scott et al. Jul 2004 B1
6763226 McZeal, Jr. Jul 2004 B1
6771594 Upadrasta Aug 2004 B1
6788769 Waites Sep 2004 B1
6795540 Mow Sep 2004 B1
6822957 Schuster et al. Nov 2004 B1
6826174 Erekson et al. Nov 2004 B1
6856612 Bjelland et al. Feb 2005 B1
6865150 Perkins et al. Mar 2005 B1
6895000 Lai et al. May 2005 B2
6907031 Ehlinger et al. Jun 2005 B1
6947417 Laursen et al. Sep 2005 B2
6954454 Schuster et al. Oct 2005 B1
7012888 Schoeneberger et al. Mar 2006 B2
7016481 McElvaney Mar 2006 B2
7046683 Zhao May 2006 B1
7092380 Chen et al. Aug 2006 B1
7113500 Bollinger et al. Sep 2006 B1
7145900 Nix et al. Dec 2006 B2
7212622 Delaney et al. May 2007 B2
7213766 Ryan et al. May 2007 B2
7218722 Turner et al. May 2007 B1
7283542 Mitchell Oct 2007 B2
7302053 Chang et al. Nov 2007 B2
7586923 Zhao et al. Sep 2009 B2
7643414 Minhazuddin Jan 2010 B1
20010038033 Habib Nov 2001 A1
20010038610 Decker et al. Nov 2001 A1
20020007273 Chen Jan 2002 A1
20020052965 Dowling May 2002 A1
20020097843 Krol et al. Jul 2002 A1
20020131604 Amine Sep 2002 A1
20020147912 Shmueli et al. Oct 2002 A1
20020184376 Sternagle Dec 2002 A1
20020191621 Jha Dec 2002 A1
20020191768 Stoughton Dec 2002 A1
20030002479 Vortman et al. Jan 2003 A1
20030012137 Abdelilah et al. Jan 2003 A1
20030023669 DeLima et al. Jan 2003 A1
20030058844 Sojka et al. Mar 2003 A1
20030093606 Mambakkam et al. May 2003 A1
20030110257 Hyun et al. Jun 2003 A1
20030112820 Beach Jun 2003 A1
20030123388 Bradd Jul 2003 A1
20030135376 Harada Jul 2003 A1
20030161453 Veschi Aug 2003 A1
20030204619 Bays Oct 2003 A1
20030214939 Eldumiati et al. Nov 2003 A1
20030219006 Har Nov 2003 A1
20030224780 Rodman et al. Dec 2003 A1
20040019539 Raman et al. Jan 2004 A1
20040032860 Mundra et al. Feb 2004 A1
20040032862 Schoeneberger et al. Feb 2004 A1
20040047451 Barker et al. Mar 2004 A1
20040086093 Schranz May 2004 A1
20040114581 Hans et al. Jun 2004 A1
20040133668 Nicholas, III Jul 2004 A1
20040141508 Schoeneberger et al. Jul 2004 A1
20040141758 El-Reedy Jul 2004 A1
20040160979 Pepin et al. Aug 2004 A1
20040165578 Burritt et al. Aug 2004 A1
20040205023 Hafer et al. Oct 2004 A1
20040205777 Zalenski et al. Oct 2004 A1
20040218583 Adan et al. Nov 2004 A1
20040223458 Gentle Nov 2004 A1
20040248590 Chan et al. Dec 2004 A1
20040252701 Anandakumar et al. Dec 2004 A1
20040258003 Kokot et al. Dec 2004 A1
20050002506 Bender et al. Jan 2005 A1
20050047364 Matsukura et al. Mar 2005 A1
20050074031 Sunstrum Apr 2005 A1
20050074122 Fascenda Apr 2005 A1
20050089052 Chen et al. Apr 2005 A1
20050091392 Gesswein et al. Apr 2005 A1
20050094621 Acharya et al. May 2005 A1
20050138183 O'Rourke et al. Jun 2005 A1
20050157727 Date et al. Jul 2005 A1
20050180464 McConnell et al. Aug 2005 A1
20050195799 Burne et al. Sep 2005 A1
20050220083 Takeuchi Oct 2005 A1
20050243733 Crawford et al. Nov 2005 A1
20060008059 Ying et al. Jan 2006 A1
20060029062 Rao et al. Feb 2006 A1
20060029063 Rao et al. Feb 2006 A1
20060031393 Cooney et al. Feb 2006 A1
20060034296 Talucci Feb 2006 A1
20060037071 Rao et al. Feb 2006 A1
20060039356 Rao et al. Feb 2006 A1
20060088025 Barkley et al. Apr 2006 A1
20060208066 Finn et al. Sep 2006 A1
20060256810 Yarlagadda et al. Nov 2006 A1
20060276230 McConnell Dec 2006 A1
20070248081 Barkley et al. Oct 2007 A1
20080025291 Barkley et al. Jan 2008 A1
20090156222 Bender et al. Jun 2009 A1
Foreign Referenced Citations (1)
Number Date Country
WO 03056776 Jul 2003 WO
Non-Patent Literature Citations (18)
Entry
International Search Report, PCT/US05/08244, mailed Jul. 25, 2006, 1 pg.
Barlkey et al., U.S. Appl. No. 10/969,516, entitled “Portable VoIP Service Access Module,” filed Oct. 20, 2004 (abandoned).
Bennet, B., “Memory in a Flash,” www.theage.com.au, Jan. 31, 2004, 3 pgs.
“Brief Introduction to QiiQ Communications Inc. and Eccocarrier Inc.,” www.qiiq.com, printed Jun. 10, 2005 and Jul. 17, 2007, 7 pgs.
Camarillo, G. et al, “Integration of Resource Management and Session Initiation Protocol (SIP),” RFC 3312, Oct. 2002, pp. 1-30.
“CommGenie VoIP Suite,” www.nexge.com, printed Jun. 1, 2005, 3 pgs.
EcoCarrier, “Ecophone,” www.ecocarrier.com, printed Jun. 13, 2005, 3 pgs.
“EcoFone+VoIP!Phone Q-FONE-USB,” printed Jun. 10, 2005, 3 pgs.
“Pocki Phone—VoIP Softphone+USB Flash Disk Drive (128M),” www.welltech.com, printed Oct. 5, 2004, 2 pgs.
“Pre-paid Call Credits—Adding Extra Call Credits,” www.2hands.com.au, printed Jun. 1, 2005, 2 pgs.
Rosenberg, J. et al, “STUN—Simple Traversal of User Datagram Protocol (UDP) Through Network Address Translators (NATs),” RFC 3489, Mar. 2003, 47 pgs.
Rosenberg, J. et al, “SIP: Session Initiation Protocol,” RFC 3261, Jun. 2002, 18 pgs.
Schulzrinne, H., “Dynamic Host Configuration Protocol (DHCP-for-IPv4) Option for Session Initiation Protocol (SIP) Servers,” RFC 3361, Aug. 2002, 7 pgs.
“SIPphoneCasting. Inspired by: Skype Podcast Recorder=SkypeCasters,” wwvv.linuxathome.com, Dec. 29, 2004, 4 pgs.
Tittel, E. “Cool Tools: USB Desktop Peripherals and Devices,” www.certmag.com, Jun. 2005, 7 pgs (accessed Jul. 20, 2007).
Tittel, E. “Cool Tools: USB Desktop Peripherals and Devices,” www.certmag.com, Jun. 2005, 3 pgs (accessed Jul. 16, 2009).
Trembley, J. “VoIP makes real-time billing a necessity,” Billing Plus, vol. 6, No. 17, Oct. 4, 2004, pp. 13.
“Web Based VoIP Billing, VoIP Routing, and VoIP Management Software,” www.webvoip.com, printed Jun. 1, 2005, 2 pgs.
Related Publications (1)
Number Date Country
20130155888 A1 Jun 2013 US
Provisional Applications (1)
Number Date Country
60552359 Mar 2004 US
Continuations (2)
Number Date Country
Parent 12262892 Oct 2008 US
Child 13685072 US
Parent 11078059 Mar 2005 US
Child 12262892 US