pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/asterisk



Module name:    pkgsrc-wip
Committed by:   riz
Date:           Tue Mar 15 01:38:05 UTC 2005

Modified Files:
        wip/asterisk: Makefile TODO distinfo

Log Message:
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...



To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 wip/asterisk/TODO wip/asterisk/distinfo
cvs rdiff -r1.8 -r1.9 wip/asterisk/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs



Home | Main Index | Thread Index | Old Index