summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-06-29 12:39:35 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-06-29 12:39:35 +0000
commitd548d85c5723aad849b837aaee101c5a7dc53221 (patch)
treeff9aeb35c9d88414d9d43ddea9d46553eb49dafc /README
parentfbfefa15880abb5d21f2ed1febdbef5dbff9516e (diff)
Document DAHDI 2.3 and 2.2 incompatibilities
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8823 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index b00c7fd..4d107c0 100644
--- a/README
+++ b/README
@@ -871,6 +871,18 @@ added. That definition is for the old version and thus it might appear
slightly confusing in the code, but it is useful for writing code that works
with all versions of DAHDI.
+Past Incompatibilities
+^^^^^^^^^^^^^^^^^^^^^^
+.DAHDI 2.3:
+DAHDI_SPANINFO_V1 (extra members added). This will typically only be
+used on ISDN (PRI/BRI) spans in Asterisk.
+
+.DAHDI 2.2:
+* DAHDI_GET_PARAMS_V1, DAHDI_GETCONF_V1, DAHDI_SETCONF_V1,
+ DAHDI_GETGAINS_V1 ('direction' changed from 'R' to 'RW' to fix
+ FreeBSD support).
+* DAHDI_CONFDIAG_V1, DAHDI_CHANDIAG_V1 (fixed direction).
+
Alarm Types
~~~~~~~~~~~