aboutsummaryrefslogtreecommitdiffstats
path: root/BUGS
diff options
context:
space:
mode:
author(no author) <(no author)@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-13 04:46:23 +0000
committer(no author) <(no author)@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-13 04:46:23 +0000
commitd46468f42c6762ce7646e773c7d0919ed1f626d4 (patch)
tree5d62a34385385b3485137835b2629174ca0464cf /BUGS
parentf38bc8131c9eda8d0b0eabaafbaa53f4247989c4 (diff)
This commit was manufactured by cvs2svn to create tag 'v0_9_0'.
git-svn-id: http://svn.digium.com/svn/asterisk/tags/v0_9_0@2684 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'BUGS')
-rwxr-xr-xBUGS34
1 files changed, 34 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index d896e7c22..15f29a452 100755
--- a/BUGS
+++ b/BUGS
@@ -1,3 +1,37 @@
+Known Issues in Asterisk 1.0
+============================
+In order to provide a path for a stable Asterisk 1.0, the Asterisk CVS tree
+was forked into a a 1.0-stable branch. Many new features and enhancements
+have been added to the development tree in the mean time since the branch,
+but in the interest of stability, only bug fixes were accepted into the
+stable branch, meaning that over time, there has been a substantial
+diversion of the feature set between stable (1.0) and developmental
+Asterisk. This section is a list of important differences between the
+stable (1.0) and development versions of Asterisk.
+
+* The number of SIP channels that can be simultaneously run through Asterisk
+ may be more limited than in development releases.
+
+* When Asterisk carries media from one RTP or IAX connection to another,
+ jitter on one side can sometimes be reflected in the timestamps going
+ to the other, causing the audio to be broken up on poor quality network
+ connections. This behavior has been changed in development releases.
+
+* The MGCP channel driver has been greatly extended in development releases.
+
+* The VPB (Voicetronix) driver in 1.0 only works with properly with FXO
+ interfaces. Extensive work has been done on the driver in the development
+ channel.
+
+* The SIP channel driver's ability to negotiate codecs has been improved
+ in developmental Asterisk.
+
+* The return result of app_system is unrealiable in 1.0 and has gone through
+ extensive rework in developmental Asterisk.
+
+* The queue system has been extensively reworked with a variety of new
+ features in developmental Asterisk.
+
Asterisk Bug Tracking Information
=================================