summaryrefslogtreecommitdiff
path: root/net/kiax
AgeCommit message (Collapse)AuthorFilesLines
2006-01-25Do not hardcode -lossaudio, the correct way is the following:xtraeme1-2/+3
* Include mk/ossaudio.buildlink3.mk * LIBS+= ${LIBOSSAUDIO} (which in some platforms will be empty).
2006-01-25Fix error code handling for thread priority setting on non NetBSD systems.reinoud3-19/+11
Forgot to remove the changes.
2006-01-25Initial import of kiax 0.8.4reinoud13-0/+315
In the process of the development of Asterisk a new protocol has gathered the attention among the VoIP users - the Inter-Asterisk eXchange, or IAX (TM), Protocol, used as a the native communication protocol between Asterisk PBX Servers. What is particularly good in it is that it requires only one UDP port per endpoint to create a successful communication channel for VoIP calls. This makes it much friendlier for users behind NAT, which is not the case with SIP and H.323 - they required specific router configurations for their channel establishment, thus hindering faster spread of VoIP on the home and corporate desktop.