taf2 / telephone

Automatically exported from code.google.com/p/telephone
Other
0 stars 0 forks source link

Please add IAX2 support to make software the best in class #447

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please add IAX2 support

The primary goals for IAX were to minimize bandwidth used in media 
transmissions, with particular attention drawn to control and individual voice 
calls, and to provide native network address translation (NAT) transparency. It 
was intended to be easy to use behind firewalls.
The basic structure of IAX is that it multiplexes signaling and multiple media 
streams over a single User Datagram Protocol (UDP) stream between two 
computers. IAX is a binary protocol, designed to reduce overhead especially in 
regard to voice streams. Bandwidth efficiency in some places is sacrificed in 
exchange for bandwidth efficiency for individual voice calls. One UDP stream is 
easier to set up for users that are behind a firewall.Describe the feature 
you'd like to have

Original issue reported on code.google.com by mak...@gmail.com on 20 Jul 2013 at 3:44