diff options
Diffstat (limited to 'Protocols/IAX/Docs/iax_readme.txt')
-rw-r--r-- | Protocols/IAX/Docs/iax_readme.txt | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/Protocols/IAX/Docs/iax_readme.txt b/Protocols/IAX/Docs/iax_readme.txt index 0910257..c6fa656 100644 --- a/Protocols/IAX/Docs/iax_readme.txt +++ b/Protocols/IAX/Docs/iax_readme.txt @@ -1,4 +1,19 @@ IAX protocol
------------
-CAUTION: THIS IS A BETA STAGE PLUGIN. IT CAN DO VERY BAD THINGS. USE AT YOUR OWN RISK.
+CAUTION: THIS IS A ALPHA STAGE PLUGIN. IT CAN DO VERY BAD THINGS. USE AT YOUR OWN RISK.
+
+This is a protocol that make voice calls using Inter-Asterisk eXchange (IAX) protocol. It is based in the IAXCLient library and in the work of sje in his IAX plugin.
+
+Currently it allows to make and receive calls. All the GUI is handled by Voice Service plugin. It has no contacts (nor it will have). It also allows at most 3 concurrent calls. If someone needs more than that just tell me.
+
+I've created this protocol with 2 goals: have an IAX implementation using the new protocol API and improve voice service.
+
+WARNING: You can create only one instance of the protocol. If you create the second one miranda will crash and keep crashing at each startup. I'll fix it soon
+
+
+TODO
+----
+- More than one instance
+- Use netlib to send/receive packages?
+- Ask for new password at first login if "Save password" is not checked
\ No newline at end of file |