asterisk 1.2.8 ist raus

Netview

IPPF-Promi
Mitglied seit
1 Apr 2004
Beiträge
3,366
Punkte für Reaktionen
0
Punkte
36
changelog (gegenüber 1.2.7.1):
Code:
2006-05-15 Kevin P. Fleming <[email protected]>

	* Asterisk 1.2.8 released

2006-05-13 04:08 +0000 [r27093]  Tilghman Lesher <[email protected]>

	* apps/app_voicemail.c: Bug 7134 - File descriptor leak with ODBC
	  storage of voicemail

2006-05-11 23:02 +0000 [r27051]  Tilghman Lesher <[email protected]>

	* funcs/func_logic.c: Bug 7086 - pbx_checkcondition substitution,
	  so that arbitrary strings are true (for regex)

2006-05-11 09:05 +0000 [r26760-26773]  Kevin P. Fleming <[email protected]>

	* rtp.c: backport fix from trunk for bug #6934, ensuring that RTP
	  mark bit is changed when SSRC changes

	* channels/chan_sip.c: ensure that we send a response to REGISTER
	  requests that are successfully authenticated but contain invalid
	  Contact URIs

2006-05-09 14:18 +0000 [r26050-26090]  BJ Weschke <[email protected]>

	* channels/chan_sip.c, doc/README.variables: Add the appropriate
	  jumping behavior that is the standard for 1.2.X to SIPGetHeader
	  that is now deprecated in /trunk. #7111 (blitzrage!!!)

	* apps/app_voicemail.c: Correct memory leak in find_user_realtime
	  #7118 (fnordian)

2006-05-08 15:09 +0000 [r25608]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Issue 7103 - mikma - The header is named
	  "Require" - Don't reply to ACK (Not using patch against trunk)

2006-05-08 14:12 +0000 [r25518-25563]  BJ Weschke <[email protected]>

	* channels/chan_agent.c: Don't show agents as available when they
	  are in wrap-up time. #6726 (ZX81)

	* apps/app_queue.c: Make QueueStatusComplete event thread safe by
	  wrapping it inside the queue lock clause already there. #7013
	  (bziherl reporting)

	* apps/app_queue.c: Don't recheck valid_exit() after getting the
	  result from say_position (which already checks it). Should
	  prevent another loop if the caller hits digits during the
	  position announcement. #6776 (tgj reporting)

2006-05-08 11:16 +0000 [r25442]  Joshua Colp <[email protected]>

	* res/res_features.c: Incorrect log statement when playing transfer
	  sounds (issue #7008 reported and fixed by nathan)

2006-05-07 13:38 +0000 [r25288-25322]  BJ Weschke <[email protected]>

	* apps/app_meetme.c: Fix playback behavior to exit correctly when
	  we receive a hangup during playback of the invalid pin message.
	  #7091 (AntD reporting)

	* asterisk.c: Reset the value of ast_mainpid if we fork so future
	  remote unix connections display the correct PID. #7098 (tzafrir
	  reporting)

2006-05-06 02:32 +0000 [r25015-25165]  Russell Bryant <[email protected]>

	* frame.c: re-add a couple of lines that I shouldn't have removed
	  in the previous commit. I think I should be going to bed now ...

	* frame.c: fix a problem where the frame's data pointer is
	  overwritten by the newly allocated data buffer before the data
	  can be copied from it. This is in the ast_frisolate() function
	  which is rarely used. (issue #6732, stefankroon)

	* channels/chan_zap.c: ensure that the appropriate manager events
	  are sent in all of the places where alarms are detected or
	  cleared (issue #6866, flefoll)

	* channels/chan_h323.c: update chan_h323 to reflect the new
	  prototype for rtp_set_peer (issue #6560, casper) This was fixed a
	  couple months ago in the trunk, but never in 1.2.

2006-05-05 20:44 +0000 [r25014]  BJ Weschke <[email protected]>

	* apps/app_voicemail.c, include/asterisk/app.h, app.c: Voicemail
	  fixes along with an API change approved by russellb to fix the
	  bug(s). (jcollie and supczinskib) #7064

2006-05-05 17:39 +0000 [r24837-24911]  Russell Bryant <[email protected]>

	* apps/app_while.c: use the correct function name ...

	* apps/app_while.c, apps/app_macro.c: use pbx_checkcondition()
	  instead of ast_true() to evaluate the condition for MacroIf and
	  WhileIf (issue #7086)

2006-05-04 16:27 +0000 [r24706]  Tilghman Lesher <[email protected]>

	* apps/app_queue.c: Bug 7023 - reload should not unpause members

2006-05-04 11:17 +0000 [r24567-24669]  BJ Weschke <[email protected]>

	* apps/app_verbose.c: Make sure that only the "|" is a recognized
	  delimiter for Verbose(), as the app documentation already
	  specifies. #7080 (alessiof reporting)

	* apps/app_dial.c: Correct application documentation to make users
	  aware that certain options cannot be used in conjunction with
	  others. #6666 (chotaire)

2006-05-03 18:31 +0000 [r24496]  Russell Bryant <[email protected]>

	* redhat/asterisk.spec: fix up "make rpm" - don't reference the
	  gzipped man page, because we don't store them compressed anymore
	  - add some files that currently were not listed (issue #6837)

2006-05-03 12:39 +0000 [r24381]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Issue #7074 - Problem with long contact
	  lines

2006-05-02 19:39 +0000 [r24295]  BJ Weschke <[email protected]>

	* file.c: Make certain ast_stopstream() sets the channel's stream
	  members to NULL after closing them. #7067 (jcomellas)

2006-05-02 02:12 +0000 [r24019-24097]  Tilghman Lesher <[email protected]>

	* apps/app_privacy.c: Prompt does not request '#' to end input, so
	  the application should not require it

	* apps/app_nbscat.c, apps/app_festival.c, apps/app_mp3.c,
	  apps/app_zapras.c, asterisk.c, apps/app_externalivr.c,
	  apps/app_ices.c, res/res_musiconhold.c,
	  include/asterisk/options.h: Bug 6864 - drop realtime priority on
	  ALL external processes

2006-05-01 19:34 +0000 [r23985-23988]  BJ Weschke <[email protected]>

	* apps/app_voicemail.c: Correct a condition from the prior patch
	  that could happen in rare circumstances and cause a core dump.
	  Thanks Qwell!

	* apps/app_voicemail.c: Make sure that when someone 0's out while
	  recording a msg and then chooses to DELETE the recorded file, the
	  .txt file isn't left around by itself to cause problems later.
	  #7061 (dimitripietro reporting, blitzrage confirmed)

2006-05-01 15:12 +0000 [r23951]  Russell Bryant <[email protected]>

	* pbx.c: add missing locking of the dialplan functions list in the
	  "show functions" CLI command

2006-05-01 10:45 +0000 [r23305-23899]  Kevin P. Fleming <[email protected]>

	* apps/app_skel.c: fix this to actually compile so people can learn
	  from it

	* cdr/cdr_sqlite.c: eliminate compiler warning

	* channels/chan_iax2.c: remove a pointless comparison, since the
	  buffer is smaller than the length being checked for

	* Makefile, editline/configure, cdr/Makefile, channels/Makefile,
	  db1-ast/Makefile: allow top-level OPTIMIZE setting to affect
	  builds in these subdirectories too

	* Makefile: let the compiler determine whether hardware or software
	  floating point should be used (like we do in the editline
	  subdirectory)

	* Makefile, apps/Makefile: remove extraneous -m64 flag that is not
	  needed remove old 'look' target which is no longer needed (these
	  are coming from Debian patches <G>)

	* editline/makelist: ensure that the script output is correctly
	  generated when the system's character set does not use the
	  English lowercase/uppercase character groups

	* Makefile: do installation in subdirs as a separate target (so
	  external modules can use the Makefile more easily) generate final
	  messages -after- running any post-install script that may be
	  present

2006-04-28 16:40 +0000 [r23176]  Russell Bryant <[email protected]>

	* configs/zapata.conf.sample, configs/mgcp.conf.sample,
	  configs/sip.conf.sample: note that group assignments must be from
	  0 to 63 (issue #7048)

2006-04-27 19:11 +0000 [r22954]  Joshua Colp <[email protected]>

	* apps/app_queue.c: Queue(somequeue,,,,) -> interpreted as
	  Queue(somequeue,,,,0) (issue #7044 reported nathan fixed by
	  jsmith - sort of)

2006-04-27 16:12 +0000 [r22866]  Matt Frederickson <[email protected]>

	* channels/chan_zap.c: Fix buglet in channel reassignment on
	  SETUP_ACK

2006-04-26 19:18 +0000 [r22596]  Matt O'Gorman <[email protected]>

	* apps/app_voicemail.c: do not allow for users to forward voicemail
	  to themselves, patch from 7001

2006-04-21 22:39 +0000 [r22112-22113]  Tilghman Lesher <[email protected]>

	* channel.c: Rolling back change until kpfleming is comfy

	* channel.c: Bug 7004 - release all threads waiting on a condition
	  prior to freeing it

2006-04-19 21:10 +0000 [r21638]  Kevin P. Fleming <[email protected]>

	* contrib/scripts/safe_asterisk.8, contrib/scripts/safe_asterisk:
	  support system-specific scripts in safe_asterisk, before starting
	  Asterisk proper

2006-04-19 18:43 +0000 [r21597]  Tilghman Lesher <[email protected]>

	* cdr/cdr_odbc.c: Bug 6553 - plug memory leaks when ODBC connection
	  is down

2006-04-18 23:31 +0000 [r21237]  Kevin P. Fleming <[email protected]>

	* pbx.c: properly handle brace-wrapped strings in variable/function
	  references in the dialplan

2006-04-18 06:26 +0000 [r20966-21037]  Tilghman Lesher <[email protected]>

	* apps/app_random.c: Bug 6984 - off by one error in Random()

	* res/res_musiconhold.c: Bug 6544 - when we remove a music class,
	  the thread servicing it should die

2006-04-14 17:21 +0000 [r20034-20037]  Kevin P. Fleming <[email protected]>

	* sounds.txt: uncomment files that actually do exist (oops)

	* sounds.txt: update text to match actual prompts being distributed
	  (thanks to Kinsey in the support department for reviewing all the
	  prompts!)

2006-04-13 20:37 +0000 [r19891]  Tilghman Lesher <[email protected]>

	* apps/app_voicemail.c: Bug 6947 - Allow vm broadcasts to more than
	  256 characters worth of mailboxes
 
ja wo denn ?

ich kann auf asterisk.org leider nur die 1.2.7.1 sehen

und über die mailinglist ist auch nix gekommen !?!
 
Hi,

die 1.2.8 wurde wohl zurückgezogen ?!?!

zumindest gibbet sie als svn nicht mehr

MFG

Dave
 

Neueste Beiträge

Statistik des Forums

Themen
246,119
Beiträge
2,246,466
Mitglieder
373,613
Neuestes Mitglied
Manni80
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.