Asterisk 1.2.7 ONLINE

Status
Für weitere Antworten geschlossen.

Daverichter

Neuer User
Mitglied seit
25 Jul 2005
Beiträge
106
Punkte für Reaktionen
0
Punkte
0
Hi,

ich habe soeben auf Asterisk.org gesehen das die Version 1.2.7 online ist

Code:
2006-04-12 Kevin P. Fleming <[email protected]>

	* Asterisk 1.2.7 released

2006-04-11 22:39 +0000 [r19394-19397]  Tilghman Lesher <[email protected]>

	* apps/app_dial.c: Bug 6490 - telco intercept should report
	  NOANSWER instead of CHANUNAVAIL

	* apps/app_voicemail.c: Bug 6061 - Fix ODBC storage of VM on PGSQL
	  and MSSQL

2006-04-11 21:58 +0000 [r19353]  Kevin P. Fleming <[email protected]>

	* Makefile: don't create a 'voicemail' symlink in the sounds
	  directory; app_voicemail has not needed it since January of 2005
	  (issue #6613)

2006-04-11 21:55 +0000 [r19351]  Tilghman Lesher <[email protected]>

	* asterisk.c: Bug 6097 - possible descriptor leak

2006-04-11 21:50 +0000 [r19345-19348]  Kevin P. Fleming <[email protected]>

	* apps/app_page.c: don't call the originating device as part of the
	  Page() operation (issue #6932)

	* channel.c: simplify spy queue flushing logic, and always force a
	  flush when one side gets full, even if the other side is not
	  empty (issue #6457)

	* pbx/pbx_config.c: don't destroy the entire dialplan during
	  'reload', just atomically replace it like 'extensions reload'
	  does (issue #6047)

2006-04-11 20:46 +0000 [r19303]  Joshua Colp <[email protected]>

	* include/asterisk/linkedlists.h: Minor linked lists bug fix. When
	  you're dealing with swapping entries around a lot it can cause a
	  seg fault.

2006-04-11 20:11 +0000 [r19301]  Kevin P. Fleming <[email protected]>

	* apps/app_dial.c: handle call time limit properly when warning is
	  requested _after_ call would hae already ended (issue #6356)

2006-04-11 01:05 +0000 [r18866-19008]  BJ Weschke <[email protected]>

	* apps/app_voicemail.c, app.c: When using the silence detector in
	  ast_play_and_record() and ast_play_and_prepend(), the truncation
	  code never gets called to remove the detected silence, because
	  the value of res is zero when control gets to that point. #6903
	  w/some mods (softins)

	* res/res_features.c: Don't say that we can pass an 'exten'
	  argument in the documentation of Park() when we really cannot.
	  #6902 (opsys)

2006-04-08 19:20 +0000 [r18436-18494]  Tilghman Lesher <[email protected]>

	* apps/app_voicemail.c: Bug 6914 - .txt file fails to rename on
	  operator out

	* formats/format_jpeg.c: Bug 6913 - fix for possible buffer
	  overflow

2006-04-07 14:16 +0000 [r18250-18260]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: - Fix cause codes - Add cause code for
	  incompatible formats

	* channels/chan_sip.c: - Fix possible minor memory leak in chan_sip
	  - Return proper cause code on memory allocation error

2006-04-06 22:15 +0000 [r18087-18089]  Kevin P. Fleming <[email protected]>

	* apps/app_meetme.c: fix typo

	* apps/app_meetme.c: small fix... don't try to check conference
	  details if it couldn't be created or found

	* apps/app_meetme.c: don't try to support 'i' or 'r' options if
	  chan_zap is not loaded, and warn the user when they attempt to
	  use them (issue #6675) update application help text to more
	  clearly define when Zaptel and chan_zap are required

2006-04-06 17:24 +0000 [r17945]  Russell Bryant <[email protected]>

	* apps/app_alarmreceiver.c: move continue out of block that checks
	  verbose level (issue #6880)

2006-04-06 17:00 +0000 [r17702-17905]  Joshua Colp <[email protected]>

	* pbx.c: Unlock channel on failure so that ast_mutex_destroy
	  doesn't throw a fit (issue #6647 reported by casper)

2006-04-05 06:50 +0000 [r17335-17489]  Olle Johansson <[email protected]>

	* CREDITS, enum.c: Issue #6654: Enum crash on ADDRESS record,
	  possibly bad record, but still a crash

	* channels/chan_zap.c: Issue #6878 - Unhide DNDstate manager events
	  (thanks casper)

	* apps/app_queue.c: Issue #6882 - move "res=-1" out of verbosity
	  block, minor code cleanups (casper)

2006-04-04 15:24 +0000 [r17283]  Matt O'Gorman <[email protected]>

	* apps/app_senddtmf.c: Adds documentation to show what the w flag.
	  Patch from Ian Kinner at Digium.

2006-04-03 20:38 +0000 [r17074-17150]  Olle Johansson <[email protected]>

	* configs/features.conf.sample: Issue 6870 - document that parking
	  lots need to be numeric

	* channels/chan_sip.c: Issue #6848 take two - Use the tag provided
	  by the SUBSCRIBE request when sending NOTIFY

	* channels/chan_sip.c: Ugly patch to avoid hangup causes in
	  non-final responses

2006-03-31 19:11 +0000 [r16744-16771]  Russell Bryant <[email protected]>

	* channels/chan_iax2.c: move a NULL check to before the first time
	  the pointer is dereferenced (issue #6832)

	* channels/chan_iax2.c: fix the situation where bindport is
	  specified but bindaddr is not (issue #6616)

2006-03-31 18:24 +0000 [r16742]  Kevin P. Fleming <[email protected]>

	* pbx.c: ensure that hint watchers (subscribers) cannot be added or
	  removed while the dialplan is being modified

2006-03-30 22:56 +0000 [r16579-16581]  Tilghman Lesher <[email protected]>

	* channels/chan_sip.c: Bug 6853 - Manager fixes: 1) extra ActionID,
	  2) missing colon

	* asterisk.c: Bug 6849 - trivial typo fix

2006-03-30 21:44 +0000 [r16534-16559]  Joshua Colp <[email protected]>

	* codecs/gsm/Makefile: Add another check for 64-bit goodness (issue
	  #6850 reported by evilbunny)

	* res/res_musiconhold.c: Do not exceed the array size for maximum
	  allowed moh files. (issue #6842)

2006-03-30 01:34 +0000 [r16303-16346]  Olle Johansson <[email protected]>

	* res/res_features.c: Set initial value on adsipark

	* apps/app_groupcount.c: Typo fix.

	* configs/extensions.conf.sample: Typo (Issue 6839, casper)

2006-03-29 19:11 +0000 [r16082-16192]  Tilghman Lesher <[email protected]>

	* include/asterisk/pbx.h, apps/app_stack.c, pbx.c: Bug 6830 - Let
	  GosubIf work with the same conditions as a GotoIf (change in API
	  approved by Russell)

	* pbx.c: Bug 6835 - Updates to GotoIf help text

2006-03-29 04:15 +0000 [r16008]  Russell Bryant <[email protected]>

	* strcompat.c: tell unsetenv for solaris to return the result of
	  the setenv call

2006-03-29 00:58 +0000 [r15898]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Issue #6823 - Portability issue with the
	  registration port number patch from yesterday. Be compatible with
	  more systems than OS/X :-) Thanks Rizzo for the advice.

2006-03-29 00:32 +0000 [r15896]  Kevin P. Fleming <[email protected]>

	* include/asterisk/linkedlists.h: ensure that list traversal loops
	  which skip entries properly update the 'previous entry' pointer
	  so when entries _are_ removed the list does not get damaged

2006-03-28 20:22 +0000 [r15703-15743]  Russell Bryant <[email protected]>

	* agi/Makefile, strcompat.c, astmm.c: backport astmm + sparc fixes
	  from the trunk

	* channels/chan_iax2.c: fix Bus Error on sparc (issue #6354)

2006-03-28 19:07 +0000 [r15699]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Fix breakage of NAT support for peers with
	  qualify=yes. Thanks Damin for access to your system, sorry folks.

2006-03-28 18:09 +0000 [r15658]  Russell Bryant <[email protected]>

	* pbx/pbx_ael.c: fix the order in which for loops are expanded
	  (issue #6810)

2006-03-28 17:48 +0000 [r15615]  Tilghman Lesher <[email protected]>

	* contrib/init.d/rc.redhat.asterisk: Bug 6815 - Adding quotes to
	  make bash happy

2006-03-27 23:45 +0000 [r15366-15381]  Olle Johansson <[email protected]>

	* channels/chan_sip.c: Issue #6736 - Use flags for OPTION messages.
	  Thanks Casper!

	* channels/chan_sip.c: Issue #6597 - sip show registry shows
	  incorrect port

	* channels/chan_sip.c: Issue #6409 - Use "s" extension when there's
	  no username in the URI

MFG

Dave
 
:alt:

guckst Du hier
 
Status
Für weitere Antworten geschlossen.
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.