summaryrefslogtreecommitdiff
path: root/Protocols/IAX/Docs
diff options
context:
space:
mode:
Diffstat (limited to 'Protocols/IAX/Docs')
-rw-r--r--Protocols/IAX/Docs/iax_changelog.txt3
-rw-r--r--Protocols/IAX/Docs/iax_readme.txt5
-rw-r--r--Protocols/IAX/Docs/iax_version.txt2
-rw-r--r--Protocols/IAX/Docs/langpack_iax.txt34
4 files changed, 39 insertions, 5 deletions
diff --git a/Protocols/IAX/Docs/iax_changelog.txt b/Protocols/IAX/Docs/iax_changelog.txt
index 39ca60b..c30a6a5 100644
--- a/Protocols/IAX/Docs/iax_changelog.txt
+++ b/Protocols/IAX/Docs/iax_changelog.txt
@@ -2,6 +2,9 @@ IAX protocol
Changelog:
+. 0.2.0.0
+ + Allow more than one protocol instance
+
. 0.1.3.0
+ Added protocol icons
+ Added popups
diff --git a/Protocols/IAX/Docs/iax_readme.txt b/Protocols/IAX/Docs/iax_readme.txt
index 4dd5a8c..c8c2c9e 100644
--- a/Protocols/IAX/Docs/iax_readme.txt
+++ b/Protocols/IAX/Docs/iax_readme.txt
@@ -1,7 +1,7 @@
IAX protocol
------------
-CAUTION: THIS IS A ALPHA STAGE PLUGIN. IT CAN DO VERY BAD THINGS. USE AT YOUR OWN RISK.
+CAUTION: THIS IS A BETA 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.
@@ -9,11 +9,8 @@ Currently it allows to make and receive calls. All the GUI is handled by Voice S
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
diff --git a/Protocols/IAX/Docs/iax_version.txt b/Protocols/IAX/Docs/iax_version.txt
index af5513a..3e9d57c 100644
--- a/Protocols/IAX/Docs/iax_version.txt
+++ b/Protocols/IAX/Docs/iax_version.txt
@@ -1 +1 @@
-IAX protocol 0.1.3.0 \ No newline at end of file
+IAX protocol 0.2.0.0 \ No newline at end of file
diff --git a/Protocols/IAX/Docs/langpack_iax.txt b/Protocols/IAX/Docs/langpack_iax.txt
index 6b6a4fc..1f136ef 100644
--- a/Protocols/IAX/Docs/langpack_iax.txt
+++ b/Protocols/IAX/Docs/langpack_iax.txt
@@ -1,2 +1,36 @@
; IAX protocol
; Author: Pescuma
+
+[IAX]
+
+[Username]
+[%s plugin connections]
+
+; Infos
+[You have %d voicemail message(s)]
+[No more slots to make calls. You need to drop some calls.]
+
+; Errors
+[IAX needs Voice Service plugin to work!]
+[Could not load iaxclient module]
+[Error loading iaxclient dll]
+[Failed to initialize iaxclient lib]
+[Failed to initialize IAX threads]
+[Error registering with IAX server]
+[Registration rejected]
+[Registration timeout]
+[Error making call (callNo=%d)]
+
+; Options
+[Protocols]
+[Protocol icon]
+
+[Server:]
+[Username:]
+[Password:]
+[Save password]
+
+[Caller ID]
+[Name:]
+[Number:]
+[These are only used if the server allows.] \ No newline at end of file