summaryrefslogtreecommitdiff
path: root/kernel/xpp/Changelog_xpp
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-03-21 01:51:39 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-03-21 01:51:39 +0000
commitd2bf4b90b68c4010d46398858cbfc589e1d9ff54 (patch)
tree87b3f40ee02b4ea949acd2c9bf2113417a38a6b2 /kernel/xpp/Changelog_xpp
parente0c4098698e7a7b4aa911c2bd292be398e78aa82 (diff)
* Earleier initialization of PRI module's register.
* Fix zaptel-perl reporting of battery after procfs changes. * Documentation updates. * Block hdlcstress/test fixes that followed: already merged. Merged revisions 4036 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4039 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'kernel/xpp/Changelog_xpp')
-rw-r--r--kernel/xpp/Changelog_xpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/kernel/xpp/Changelog_xpp b/kernel/xpp/Changelog_xpp
index e3ec4e6..487c603 100644
--- a/kernel/xpp/Changelog_xpp
+++ b/kernel/xpp/Changelog_xpp
@@ -1,4 +1,4 @@
-Mon, 3 Mar 2008 Oron Peled <oron@actcom.co.il> - xpp.r5512
+Thu, 20 Mar 2008 Oron Peled <oron@actcom.co.il> - xpp.r5566
* Build:
- Zaptel >= 1.4.9 is migrating to storing kernel stuff in zaptel/kernel/*
- We conditionally use old/new directory scheme:
@@ -41,6 +41,7 @@ Mon, 3 Mar 2008 Oron Peled <oron@actcom.co.il> - xpp.r5512
Added code to handle caller-id PCM pass through according to
a new command line parameter (xpd_fxo.caller_id_style).
- No longer sends an event on zt_open. See #12160 .
+ * FXS: Re-enable dtmf_detection.
* Misc:
- Adapt to zaptel-1.4.8 and above ztscan: added fields returend by
new ZT_SPANSTAT_V2 ioctl()
@@ -115,7 +116,7 @@ Wed Oct 3 2007 Oron Peled <oron@actcom.co.il> - xpp.r4786
* Increase xpp poll_timeout to 1000ms - useful for CentOS 4 (r4781).
* Fix initialization anoyance: if AB don't answer to polls, don't
waitfor_xpds, and show no waiting XPDs (r4725).
- * Disable dtmf_detect by default once again (r4712).
+ * Disable dtmf_detection by default once again (r4712).
* Don't check twice for asterisk to stop. The second test was done
while Asterisk was still stopping (r4708).
* Support building the kernel with M= instead of with SUBDIRS= , as