Subject: CVS commit: pkgsrc/comms/asterisk
To: None <pkgsrc-changes@NetBSD.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: pkgsrc-changes
Date: 08/03/2007 22:40:01
Module Name: pkgsrc
Committed By: mjl
Date: Fri Aug 3 22:40:01 UTC 2007
Modified Files:
pkgsrc/comms/asterisk: Makefile distinfo
Log Message:
Update asterisk to 1.2.23
* channels/chan_iax2.c: Don't create the Asterisk channel until we
are starting the PBX on it. (ASA-2007-018)
* channels/chan_agent.c: (closes issue #5866) Reported by: tyler Do
not force channel format changes when a generator is present. The
generator may have changed the formats itself and changing them
back would cause issues.
* channels/chan_sip.c: (closes issue #10236) Reported by: homesick
Patches: rpid_1.4_75840.patch uploaded by homesick (license 91)
Accept Remote Party ID on guest calls.
* include/asterisk/app.h: We should not use C++ reserved words in
API headers (closes issue #10266)
* channels/chan_sip.c: Backport a fix for a memory leak that was
fixed in trunk in reivision 76221 by rizzo. The memory used for
the localaddr list was not freed during a configuration reload.
* channels/chan_sip.c: (closes issue #10247) Reported by:
fkasumovic Patches: chan_sip.patch uploaded by fkasumovic
(license #101) Drop any peer realm authentication entries when
reloading so multiple entries do not get added to the peer.
* channels/chan_iax2.c: When processing full frames, take sequence
number wraparound into account when deciding whether or not we
need to request retransmissions by sending a VNAK. This code
could cause VNAKs to be sent erroneously in some cases, and to
not be sent in other cases when it should have been. (closes
issue #10237, reported and patched by mihai)
* channels/chan_iax2.c: When traversing the queue of frames for
possible retransmission after receiving a VNAK, handle sequence
number wraparound so that all frames that should be retransmitted
actually do get retransmitted. (issue #10227, reported and
patched by mihai)
* apps/app_voicemail.c: Store prior to copy (closes issue #10193)
* apps/app_queue.c: removed the word 'pissed' from ast_log(...)
To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 pkgsrc/comms/asterisk/Makefile
cvs rdiff -r1.29 -r1.30 pkgsrc/comms/asterisk/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.