Update to Asterisk 1.0.6.
Changes from 1.0.5, from ChangeLog: -- chan_iax2: -- Fixed a bug dealing with a division by zero that could cause a crash -- chan_sip: -- Behavior was changed so that when a registration fails due to DNS resolut ion issues, a retry will be attempted in 20 seconds. -- Peer settings were not reset to null values when reloading the configurat ion file. Behavior has been changed so that these values are now cleared. -- 'restrictcid' now properly works on MySQL peers. -- Only use the default callerid if it has been specified. -- Asterisk was not sending the same From: line in SIP messages during certa in times. Fixed to make sure it stays the same. This makes some providers happier, to a working state. -- Certain circumstances involving a blank callerid caused asterisk to segme ntation fault. -- There was a problem incorrectly matching codec availablity when global pr eferences were different from that of the user. To fix this, processing of SDP data has been moved to after determining who the call is coming from. -- Asterisk would run out of RTP ports while waiting for SUBSCRIBE's to expi re even though an RTP port isn't needed in this case. This has been fixed by releasing the ports early. -- chan_zap: -- During a certain scenario when using flash and '#' transfers you would he ar the other person and the music they were hearing. This has been fixed. -- A fix for a compilation issue with gcc4 was added. -- chan_modem_bestdata: -- A fix for a compilation issue with gcc4 was added. -- format_g729: -- Treat a 10-byte read as an end of file indication instead of an error. So me G729 encoders like to put 10-bytes at the end to indicate this. -- res_features: -- During certain situations when parking a call, both endpoints would get m usiconhold. This has been fixed so the individual who parked the call will hear the d igits and not musiconhold. -- app_dial: -- DIALEDPEERNUMBER is now being set, so if you attempted to use it in the p ast and failed it should work now. -- A callerid change caused many headaches, this has been reversed to the or iginal 1.0 behavior. -- A crash caused with the combination of the 'g' option and # transfer was fixed. -- app_voicemail: -- If two people hit the voicemail system at the same time, and were leaving a message the second message was overwriting the first. This has been fixed so that each one is distinct and will not overwrite eachother. -- cdr_tds: -- If the server you were using was going down, it had the potential to brin g your asterisk server down with it. Extra stuff has been added so as to bring in more er ror/connection checking. -- cdr_pgsql: -- This will now attempt to reconnect after a connection problem. -- IAXY firmware: -- This has been updated to version 23. It includes a fix for lost registra tions. -- internals -- Behavior was changed for 'show codec <number>' to make it more intuitive. (kshumard) -- DNS failures and asterisk do not get along too well, this is not totally the case anymore. -- Asterisk will now handle DNS failures at startup more gracefully, and won 't crash and burn. -- Choosing to append to a wave file would render the outputted wave file co rrupt. Appending now works again. -- If you failed to define certain keys, asterisk had the potential to crash when seeing if you had used them. -- Attempting to use such things as ${EXTEN:-1} gave a wrong return value. H owever, this was never a documented feature...
This commit is contained in:
parent
68eff49784
commit
0d48fb1a6e
3 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.8 2005/03/14 21:56:43 riz Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2005/03/15 01:38:05 riz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= asterisk-1.0.5
|
||||
DISTNAME= asterisk-1.0.6
|
||||
CATEGORIES= wip
|
||||
MASTER_SITES= ftp://ftp.asterisk.org/pub/asterisk/ \
|
||||
ftp://ftp.asterisk.org/pub/asterisk/old-releases/
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
$NetBSD: TODO,v 1.4 2005/03/14 16:32:12 riz Exp $
|
||||
$NetBSD: TODO,v 1.5 2005/03/15 01:38:05 riz Exp $
|
||||
|
||||
- Update to 1.0.6
|
||||
- add options for zaptel support. This will require a separate package for
|
||||
the drivers.
|
||||
- add option for graphic console support. Haven't looked at this yet, not
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.4 2005/01/31 05:38:01 riz Exp $
|
||||
$NetBSD: distinfo,v 1.5 2005/03/15 01:38:05 riz Exp $
|
||||
|
||||
SHA1 (asterisk-1.0.5.tar.gz) = 2e7b70bd2071d5b45304bb5be431a285964b69f8
|
||||
Size (asterisk-1.0.5.tar.gz) = 9586778 bytes
|
||||
SHA1 (asterisk-1.0.6.tar.gz) = 3a23d54bb3cf8fad1a177a05ec11bd441cdf8b24
|
||||
RMD160 (asterisk-1.0.6.tar.gz) = 13cef6c47b585dfc9985e6959876cb7299ad9623
|
||||
Size (asterisk-1.0.6.tar.gz) = 9589123 bytes
|
||||
SHA1 (patch-aa) = e3603c8683383c9cc90bcaf2e17a69bb69433cf9
|
||||
SHA1 (patch-ab) = 0e159997f9765d631affecc0a300606ee78f6c25
|
||||
|
|
Loading…
Reference in a new issue