diff options
author | mjl <mjl@pkgsrc.org> | 2007-08-03 22:40:00 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2007-08-03 22:40:00 +0000 |
commit | 3b7c6e9d8f393593dc337290e2db420be2b63266 (patch) | |
tree | 6c9d8906c57aa780a827daeca35b3fc250483f9f /comms/asterisk | |
parent | 2c313d8f4f98eaf8dda6ada81963285e35694d89 (diff) | |
download | pkgsrc-3b7c6e9d8f393593dc337290e2db420be2b63266.tar.gz |
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(...)
Diffstat (limited to 'comms/asterisk')
-rw-r--r-- | comms/asterisk/Makefile | 4 | ||||
-rw-r--r-- | comms/asterisk/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index 7bfdc86ec80..6b0526c2f94 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2007/07/19 09:39:57 mjl Exp $ +# $NetBSD: Makefile,v 1.43 2007/08/03 22:40:00 mjl Exp $ -DISTNAME= asterisk-1.2.22 +DISTNAME= asterisk-1.2.23 CATEGORIES= comms net audio MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ diff --git a/comms/asterisk/distinfo b/comms/asterisk/distinfo index 9398562e5c0..f53b776817b 100644 --- a/comms/asterisk/distinfo +++ b/comms/asterisk/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.29 2007/07/19 09:39:57 mjl Exp $ +$NetBSD: distinfo,v 1.30 2007/08/03 22:40:01 mjl Exp $ -SHA1 (asterisk-1.2.22.tar.gz) = 03f858d805f825b19f51b9a09ca98ca12f713c83 -RMD160 (asterisk-1.2.22.tar.gz) = 1eb1da93ecb614c4ad40775c22fa93784edd65e8 -Size (asterisk-1.2.22.tar.gz) = 10642597 bytes +SHA1 (asterisk-1.2.23.tar.gz) = a3bef551a169144c4878547a4fe41e9bbfc2d628 +RMD160 (asterisk-1.2.23.tar.gz) = b8680feef3fde6196eb9e8fababb6ec704c8f815 +Size (asterisk-1.2.23.tar.gz) = 10660237 bytes SHA1 (patch-aa) = e457617cb3fbec6a67971258af145cc25f0ca03e SHA1 (patch-ab) = 1bdae0ff206b63fe63373a307ecd23859c10cb79 SHA1 (patch-ac) = 4f783699c7d701030788646f8b961fa9245dc127 |