diff options
Diffstat (limited to 'libraries/iaxclient/README')
-rw-r--r-- | libraries/iaxclient/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/iaxclient/README b/libraries/iaxclient/README new file mode 100644 index 0000000000..d37ceeb976 --- /dev/null +++ b/libraries/iaxclient/README @@ -0,0 +1,9 @@ +Iaxclient is an open source, multiplatform library for creating telephony +solutions that interoperate with Asterisk, the Open Source PBX. + +Although asterisk supports other VOIP protocols (including SIP, and +with patches, H.323), IAX's simple, lightweight nature gives it several +advantages, particularly in that it can operate easily through NAT and +packet firewalls, and it is easily extensible and simple to understand. + +This requires portaudio, speex, and libvidcap. |