[svn-commits] tag 1.2.8 r27264 - in /tags/1.2.8: .lastclean .version ChangeLog

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon May 15 13:49:30 MST 2006


Author: kpfleming
Date: Mon May 15 15:49:30 2006
New Revision: 27264

URL: http://svn.digium.com/view/asterisk?rev=27264&view=rev
Log:
importing files for 1.2.8 release

Added:
    tags/1.2.8/.lastclean   (with props)
    tags/1.2.8/.version   (with props)
    tags/1.2.8/ChangeLog   (with props)

Added: tags/1.2.8/.lastclean
URL: http://svn.digium.com/view/asterisk/tags/1.2.8/.lastclean?rev=27264&view=auto
==============================================================================
--- tags/1.2.8/.lastclean (added)
+++ tags/1.2.8/.lastclean Mon May 15 15:49:30 2006
@@ -1,0 +1,1 @@
+8

Propchange: tags/1.2.8/.lastclean
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tags/1.2.8/.lastclean
------------------------------------------------------------------------------
    svn:keywords = none

Propchange: tags/1.2.8/.lastclean
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: tags/1.2.8/.version
URL: http://svn.digium.com/view/asterisk/tags/1.2.8/.version?rev=27264&view=auto
==============================================================================
--- tags/1.2.8/.version (added)
+++ tags/1.2.8/.version Mon May 15 15:49:30 2006
@@ -1,0 +1,1 @@
+1.2.8

Propchange: tags/1.2.8/.version
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tags/1.2.8/.version
------------------------------------------------------------------------------
    svn:keywords = none

Propchange: tags/1.2.8/.version
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: tags/1.2.8/ChangeLog
URL: http://svn.digium.com/view/asterisk/tags/1.2.8/ChangeLog?rev=27264&view=auto
==============================================================================
--- tags/1.2.8/ChangeLog (added)
+++ tags/1.2.8/ChangeLog Mon May 15 15:49:30 2006
@@ -1,0 +1,2141 @@
+2006-05-15 Kevin P. Fleming <kpfleming at digium.com>
+
+	* Asterisk 1.2.8 released
+
+2006-05-13 04:08 +0000 [r27093]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* apps/app_voicemail.c: Bug 7134 - File descriptor leak with ODBC
+	  storage of voicemail
+
+2006-05-11 23:02 +0000 [r27051]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* 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 <kpfleming at digium.com>
+
+	* 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 <bweschke at btwtech.com>
+
+	* 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 <oej at edvina.net>
+
+	* 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 <bweschke at btwtech.com>
+
+	* 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 <jcolp at digium.com>
+
+	* 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 <bweschke at btwtech.com>
+
+	* 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 <russell at digium.com>
+
+	* 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 <bweschke at btwtech.com>
+
+	* 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 <russell at digium.com>
+
+	* 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 <tilghman at mail.jeffandtilghman.com>
+
+	* apps/app_queue.c: Bug 7023 - reload should not unpause members
+
+2006-05-04 11:17 +0000 [r24567-24669]  BJ Weschke <bweschke at btwtech.com>
+
+	* 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 <russell at digium.com>
+
+	* 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 <oej at edvina.net>
+
+	* channels/chan_sip.c: Issue #7074 - Problem with long contact
+	  lines
+
+2006-05-02 19:39 +0000 [r24295]  BJ Weschke <bweschke at btwtech.com>
+
+	* 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 <tilghman at mail.jeffandtilghman.com>
+
+	* 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 <bweschke at btwtech.com>
+
+	* 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 <russell at digium.com>
+
+	* 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 <kpfleming at digium.com>
+
+	* 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 <russell at digium.com>
+
+	* 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 <jcolp at digium.com>
+
+	* 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 <creslin at digium.com>
+
+	* channels/chan_zap.c: Fix buglet in channel reassignment on
+	  SETUP_ACK
+
+2006-04-26 19:18 +0000 [r22596]  Matt O'Gorman <mogorman at digium.com>
+
+	* 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 <tilghman at mail.jeffandtilghman.com>
+
+	* 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 <kpfleming at digium.com>
+
+	* 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 <tilghman at mail.jeffandtilghman.com>
+
+	* cdr/cdr_odbc.c: Bug 6553 - plug memory leaks when ODBC connection
+	  is down
+
+2006-04-18 23:31 +0000 [r21237]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* pbx.c: properly handle brace-wrapped strings in variable/function
+	  references in the dialplan
+
+2006-04-18 06:26 +0000 [r20966-21037]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* 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 <kpfleming at digium.com>
+
+	* 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 <tilghman at mail.jeffandtilghman.com>
+
+	* apps/app_voicemail.c: Bug 6947 - Allow vm broadcasts to more than
+	  256 characters worth of mailboxes
+
+2006-04-13 Kevin P. Fleming <kpfleming at digium.com>
+
+	* Asterisk 1.2.7.1 released
+
+2006-04-13 17:40 +0000 [r19812]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* apps/app_page.c: oops... let's not set a variable and then
+	  immediately overwrite it while assuming its old value will
+	  magically return
+
+2006-04-13 15:56 +0000 [r19768]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* pbx.c: Bug 6957 - variable names beginning with CALLERID weren't
+	  substituted correctly
+
+2006-04-12 Kevin P. Fleming <kpfleming at digium.com>
+
+	* Asterisk 1.2.7 released
+
+2006-04-11 22:39 +0000 [r19394-19397]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* 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 <kpfleming at digium.com>
+
+	* 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 <tilghman at mail.jeffandtilghman.com>
+
+	* asterisk.c: Bug 6097 - possible descriptor leak
+
+2006-04-11 21:50 +0000 [r19345-19348]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* 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 <joshnet at nbnet.nb.ca>
+
+	* 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 <kpfleming at digium.com>
+
+	* 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 <bweschke at btwtech.com>
+
+	* 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 <tilghman at mail.jeffandtilghman.com>
+
+	* 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 <oej at edvina.net>
+
+	* 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 <kpfleming at digium.com>
+
+	* 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 <russell at digium.com>
+
+	* 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 <joshnet at nbnet.nb.ca>
+
+	* 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 <oej at edvina.net>
+
+	* 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 <mogorman at digium.com>
+
+	* 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 <oej at edvina.net>
+
+	* 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 <russell at digium.com>
+
+	* 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 <kpfleming at digium.com>
+
+	* 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 <tilghman at mail.jeffandtilghman.com>
+
+	* 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 <joshnet at nbnet.nb.ca>
+
+	* 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 <oej at edvina.net>
+
+	* 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 <tilghman at mail.jeffandtilghman.com>
+
+	* 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 <russell at digium.com>
+
+	* strcompat.c: tell unsetenv for solaris to return the result of
+	  the setenv call
+
+2006-03-29 00:58 +0000 [r15898]  Olle Johansson <oej at edvina.net>
+
+	* 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 <kpfleming at digium.com>
+
+	* 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 <russell at digium.com>
+
+	* 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 <oej at edvina.net>
+
+	* 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 <russell at digium.com>
+
+	* pbx/pbx_ael.c: fix the order in which for loops are expanded
+	  (issue #6810)
+
+2006-03-28 17:48 +0000 [r15615]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* contrib/init.d/rc.redhat.asterisk: Bug 6815 - Adding quotes to
+	  make bash happy
+
+2006-03-27 23:45 +0000 [r15366-15381]  Olle Johansson <oej at edvina.net>
+
+	* 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
+
+2006-03-26 Kevin P. Fleming <kpfleming at digium.com>
+
+	* Asterisk 1.2.6 released
+
+2006-03-25 05:07 +0000 [r14821-14868]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* contrib/init.d/rc.redhat.asterisk: Bug 6601 - More configuration
+	  abilities for the RH init script
+
+	* apps/app_voicemail.c: Fix incorrect size of zeroing (left over
+	  from when maxmsg was hardcoded at 100)
+
+	* apps/app_voicemail.c: Bug 6783 - When context is specified,
+	  voicemail should look for mailboxes in that context
+
+2006-03-24 14:48 +0000 [r14704]  Russell Bryant <russell at digium.com>
+
+	* image.c: use the correct variable in an error message (issue
+	  #6791)
+
+2006-03-24 04:53 +0000 [r14610-14659]  BJ Weschke <bweschke at btwtech.com>
+
+	* apps/app_voicemail.c: Fix a typo in the app description
+
+	* include/asterisk/sched.h: Doxygen comment typo corrections
+
+2006-03-23 21:51 +0000 [r14523]  Joshua Colp <joshnet at nbnet.nb.ca>
+
+	* res/res_features.c: Issue #6764 - Return BUSY signal when other
+	  party is busy at Attended Transfer (Reported by mnachev)
+
+2006-03-23 21:44 +0000 [r14522]  Matt Frederickson <creslin at digium.com>
+
+	* channels/chan_zap.c: Fix SETUP_ACK handling so that we change
+	  channels if so requested
+
+2006-03-23 20:43 +0000 [r14467]  BJ Weschke <bweschke at btwtech.com>
+
+	* apps/app_meetme.c: Bug #5884 - fix a possible race state in
+	  app_meetme when a channel has gone away and we are reading
+	  continuously for more frames. (mneuhauser)
+
+2006-03-23 20:13 +0000 [r14462]  Russell Bryant <russell at digium.com>
+
+	* apps/app_readfile.c: don't crash when asked to read from a file
+	  that doesn't exist (issue #6786)
+
+2006-03-22 22:18 +0000 [r14191-14276]  Joshua Colp <joshnet at nbnet.nb.ca>
+
+	* apps/app_voicemail.c: Fix a minor code issue
+
+	* apps/app_voicemail.c: Issue #6781 - Verbose levels not enforced
+	  in app_voicemail (Reported by flobi)
+
+	* include/asterisk/cdr.h, cdr.c: Issue #5918 - Disposition showing
+	  FAILED even though call is answered successfully (Reported by
+	  tracinet)
+
+	* pbx.c: Issue #6780 - ast_pbx_outgoing_cdr_failed description fix.
+	  (Reported and fixed by casper)
+
+2006-03-22 09:10 +0000 [r14140]  Olle Johansson <oej at edvina.net>
+
+	* channels/chan_sip.c: Issue #6766 - fix ;user=phone functionality.
+	  (Reported by alein, fix by russell - thanks!)
+
+2006-03-21 18:59 +0000 [r13814-13964]  Russell Bryant <russell at digium.com>
+
+	* configs/features.conf.sample: add a note explaining how to set
+	  the DYNAMIC_FEATURES variable to allow the use of custom features
+	  (issue #6747)
+
+	* res/res_features.c: fix crash when using the ParkAndAnnounce
+	  application. When using this application, there will be no peer
+	  channel to play the parking announcement to. (issue #6756)
+
+	* funcs/func_strings.c: fix REGEX on strings that contain quotes
+	  (issue #6678)
+
+	* sounds.txt: fix spelling of whiskey
+
+	* apps/app_meetme.c: don't add conference participant if the user
+	  hangs up while recording their name (issue #6661)
+
+	* sample.call: re-add the Account parameter to the sample call file
+	  since it's not really deprecated since the CDR function is no
+	  longer built in
+
+2006-03-21 06:24 +0000 [r13707-13748]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* apps/app_voicemail.c: Bug 6714 - Workaround to avoid retrieving
+	  incomplete voicemail message
+
+	* editline/term.c: Do away with some warnings and fix some
+	  indentation
+
+2006-03-20 17:36 +0000 [r13634]  Olle Johansson <oej at edvina.net>
+
+	* channels/chan_iax2.c: Do not overwrite ANI if it's set by IE
+	  (sendani=yes in the peer)
+
+2006-03-19 09:59 +0000 [r13550]  Russell Bryant <russell at digium.com>
+
+	* apps/app_dial.c: revert the change made in revision 12927 in
+	  favor of keeping the original behavior of the option. The
+	  documentation has now been updated to reflect the actual
+	  behavior. (issue #6523)
+
+2006-03-19 09:25 +0000 [r13547]  Olle Johansson <oej at edvina.net>
+
+	* channels/chan_sip.c: Reset global_rtautoclear at sip reload
+
+2006-03-16 20:05 +0000 [r13279]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* ast_expr2.y, ast_expr2.c: Bug 6737 - Fix compile warning on OS X
+
+2006-03-16 17:58 +0000 [r13239]  Olle Johansson <oej at edvina.net>
+
+	* configs/sip.conf.sample: Issue #6690 - clarify progressinband
+	  default setting
+
+2006-03-16 17:42 +0000 [r13237]  Russell Bryant <russell at digium.com>
+
+	* channels/chan_zap.c: always use the callerid signalling method
+	  set in the zt_pvt strucutre as opposed to the last one read from
+	  the config file (issue #6734, with mods)
+
+2006-03-16 06:56 +0000 [r13197]  Olle Johansson <oej at edvina.net>
+
+	* channels/chan_sip.c: To quote giant developers: "Oops". Thanks,
+	  Tony!
+
+2006-03-15 22:16 +0000 [r13161]  Russell Bryant <russell at digium.com>
+
+	* cdr.c: - remove some calculations that will always result in 0 -
+	  if a CDR was never started, don't try to calculate a duration and
+	  consider it failed
+
+2006-03-15 13:01 +0000 [r13026]  Olle Johansson <oej at edvina.net>
+
+	* channels/chan_sip.c: Issue #6728: Remove parameters to Event:
+	  header on SUBSCRIBE requests
+
+2006-03-14 18:41 +0000 [r12925-12927]  Russell Bryant <russell at digium.com>
+
+	* apps/app_dial.c: when using the G() option to Dial, fix sending
+	  the called channel to 1 priority beyond what was specified (issue
+	  #6523)
+
+	* apps/app_queue.c: fix a problem with not loading realtime queue
+	  members by always reloading a realtime queue from the database
+	  even if it is found in the list (issue #6680)
+
+2006-03-12 19:26 +0000 [r12646]  Russell Bryant <russell at digium.com>
+
+	* pbx.c: add locking to protect the list of global dialplan
+	  variables
+
+2006-03-12 17:57 +0000 [r12577]  Russell Bryant <russell at digium.com>
+
+	* codecs/gsm/Makefile: fix build on parisc (issue #6704)
+
+2006-03-10 12:13 +0000 [r12477-12495]  Olle Johansson <oej at edvina.net>
+
+	* channels/chan_sip.c: Issue #5937 - Make sure SIP CANCEL's are
+	  re-transmitted
+
+	* channels/chan_sip.c: Issue #6576 - SIP_CODEC not used for early
+	  media (reported by gpapadop73)
+
+2006-03-08 10:51 +0000 [r12458]  Olle Johansson <oej at edvina.net>
+
+	* channels/chan_sip.c: Issue #6657 - Ignore 183 session progress
+	  without SDP
+
+2006-03-07 00:05 +0000 [r12161-12195]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* channels/chan_sip.c: Bug 6020 - Race condition where packet could
+	  be lost if first packet on list is acked
+
+	* editline/np/vis.c, editline/readline.c: Bug 6664 - More fixes for
+	  Solaris
+
+2006-03-06 14:23 +0000 [r12036-12072]  Olle Johansson <oej at edvina.net>
+
+	* channel.c: Revert earlier change
+
+	* channel.c: Fix for astmm compilation
+
+2006-03-06 02:32 +0000 [r11946]  Russell Bryant <russell at digium.com>
+
+	* configs/zapata.conf.sample: fix a typo in the description of the
+	  ringtimeout option
+
+2006-03-05 12:40 +0000 [r11849]  Olle Johansson <oej at edvina.net>
+
+	* channels/chan_sip.c: Clear page2 flags at reload too
+
+2006-03-04 11:45 +0000 [r11778]  BJ Weschke <bweschke at btwtech.com>
+
+	* apps/app_mixmonitor.c: Substitute variables in the post_process
+	  string (if it exists) before those variables could possibly
+	  disappear (channel hangup) #6462
+
+2006-03-03 Kevin P. Fleming <kpfleming at digium.com>
+
+	* Asterisk 1.2.5 released
+
+2006-03-03 00:38 +0000 [r11607-11635]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* Makefile: Bug 6638 - Use POSIX command for Solaris
+
+	* build_tools/make_build_h: Bug 6638 - Change from a historic BSD
+	  command to a POSIX command for determining username
+
+	* asterisk.c: Bug 6637 - Fixes for Solaris
+
+	* Makefile: If debugging, the frame pointer is helpful
+
+2006-03-02 19:05 +0000 [r11528-11561]  Russell Bryant <russell at digium.com>
+
+	* res/res_monitor.c: fix inaccurate ack message to ChangeMonitor
+	  action (issue #6630)
+
+	* asterisk.sgml: make the terminology used in the synopsis match
+	  the option description
+
+	* asterisk.sgml: add the -L option to the synopsis on the man page
+
+2006-03-01 17:41 +0000 [r11479-11503]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* cdr/cdr_manager.c, cdr/cdr_tds.c, res/res_config_odbc.c,
+	  include/asterisk/cdr.h, cdr/cdr_pgsql.c, cdr/cdr_odbc.c, cdr.c:
+	  Bug 6615 - Fix 64bit conversion errors by using a long int
+
+	* build_tools/make_svn_branch_name: Bug 6618 - Solaris
+	  compatibility fix
+
+2006-02-28 19:46 +0000 [r11382-11410]  Russell Bryant <russell at digium.com>
+
+	* channels/chan_iax2.c: fix the output that indicates whether
+	  qualify smoothing is on or not (issue #6608)
+
+	* asterisk.c: adjust the keys directory when astvarlibdir is
+	  specified in asterisk.conf (issue #6602)
+
+	* res/res_agi.c: add a missing newline in the agi app description
+	  (thanks wunderkin!)
+
+2006-02-27 15:20 +0000 [r11250-11281]  Russell Bryant <russell at digium.com>
+
+	* cli.c: don't try to print the help text for a CLI command when
+	  RESULT_SHOWUSAGE is returned if there is no help text available
+	  (issue #6604)
+
+	* channels/chan_sip.c: fix finding realtime peers that are not
+	  dynamic by ip address (issue #6093)
+
+	* channel.c: don't hang up the channel if its state is set to UP
+	  before we return from ast_call (issue #6569)
+
+2006-02-26 16:26 +0000 [r11165]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* include/asterisk/logger.h, logger.c: Bug 5950 - reenable queue
+	  log rotation; also, eliminate redundant code
+
+2006-02-25 19:54 +0000 [r11120]  Matt Frederickson <creslin at digium.com>
+
+	* translate.c: Backport of fix to translation optimizations. Thanks
+	  again file!
+
+2006-02-25 05:08 +0000 [r11058-11089]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* translate.c: factor the number of translation steps required into
+	  translation path decisions, so that equal cost paths that require
+	  fewer translations are preferred
+
+	* translate.c: reformat code to fit guidelines remember which
+	  translation paths are multi-step paths
+
+	* channel.c: ensure that spy frame queueing is able to deal with
+	  translation failing for any reason (issue #6546)
+
+2006-02-23 23:06 +0000 [r10952]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* Makefile: set PWD properly
+
+2006-02-23 14:57 +0000 [r10736-10863]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* dnsmgr.c, include/asterisk/linkedlists.h: backport list handling
+	  fix from trunk (solves memory leak problem in cdr variables and
+	  device state watchers) remove unused variable to silence
+	  compiler warning
+
+	* configs/iax.conf.sample: add comment warning people about trying
+	  to use hostnames/IPs in the sample config
+
+2006-02-20 23:01 +0000 [r10577]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* app.c: Would be nice to tell people to look in the right file to
+	  increase a constant
+
+2006-02-20 06:17 +0000 [r10511-10535]  Mark Spencer <markster at digium.com>
+
+	* channels/chan_sip.c: Handle ACKing properly (remove gratuitous
+	  -1)
+
+	* channels/chan_iax2.c: Fix numerous places in jitter buffer where
+	  freed memory is referenced
+
+2006-02-19 18:29 +0000 [r10462-10487]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* formats/format_sln.c: Okay, fseek doesn't return an offset
+
+	* apps/app_voicemail.c: Fix possible lack of initialization of
+	  useadsi
+
+	* formats/format_sln.c: Bug 6539 - Division by two negates error
+	  flag
+
+2006-02-18 00:17 +0000 [r10409]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* app.c: Bug 6529 - memory leak in ast_play_and_prepend
+
+2006-02-17 01:55 +0000 [r10301-10368]  Russell Bryant <russell at digium.com>
+
+	* jitterbuf.c: fix incorrent index calculation for jitterbuffer
+	  history (issue #6517)
+
+	* apps/app_voicemail.c: when executing the Directory application
+	  from voicemail and a context is not specified, use the "default"
+	  context, not the channel's current context (issue #6507)
+
+2006-02-15 01:21 +0000 [r10108-10137]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* channels/chan_agent.c: ensure that agents logged in via the
+	  manager interface are stored in the persistence database (related
+	  to issue #6301)
+
+	* funcs/func_enum.c: handle longer ENUM lookup results (issue
+	  #6476)
+
+	* res/res_agi.c: ensure that FastAGI launcher can handle system
+	  call interruption (issue #6449)
+
+2006-02-14 20:56 +0000 [r10021]  Matt O'Gorman <mogorman at digium.com>
+
+	* apps/app_meetme.c: bug fix from 6485 with musiconhold not being
+	  turned off by app_meetme
+
+2006-02-14 20:20 +0000 [r10018]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* apps/app_queue.c: don't double-increment abandon counter for
+	  calls that are hung up while dialing members (issue #6289)
+
+2006-02-14 19:11 +0000 [r9990]  Mark Spencer <markster at digium.com>
+
+	* apps/app_meetme.c: Fix stopstream in menus (bug #6137)
+
+2006-02-14 18:50 +0000 [r9961-9964]  BJ Weschke <bweschke at btwtech.com>
+
+	* asterisk.c: #ifdef the include too.
+
+	* asterisk.c: #ifdef'd the prctl fix to only try and compile on
+	  linux systems. Thanks rizzo for pointing this out.
+
+2006-02-14 18:30 +0000 [r9953-9958]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* channels/chan_sip.c: when answering INVITE, don't send codecs the
+	  peer didn't offer (issue #6052)
+
+	* rtp.c: revert yesterday's temporary fix for issue #6052
+
+2006-02-14 04:45 +0000 [r9861-9870]  BJ Weschke <bweschke at btwtech.com>
+
+	* asterisk.c: Fixed my silly backport error from r9861
+
+	* asterisk.c: Merged changes from r9844 from /trunk. Make sure that
+	  PR_SET_DUMPABLE is set to make certain that we still dump core if
+	  Asterisk has setuid'd to run as non-root.
+
+2006-02-14 00:46 +0000 [r9818]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* rtp.c: don't try to use peer's dynamic codec numbers, it leads to
+	  duplication (issue #6052)
+
+2006-02-13 17:37 +0000 [r9756]  Josh Roberson <josh at asteriasgi.com>
+
+	* apps/app_meetme.c: Don't set the formats before we stop
+	  indications. (issue #6380)
+
+2006-02-11 19:23 +0000 [r9581-9609]  Russell Bryant <russell at digium.com>
+
+	* channels/chan_mgcp.c, channels/chan_sip.c, pbx/pbx_dundi.c,
+	  channels/chan_iax2.c: fix memory leak from not destroying the
+	  scheduler context on module unload
+
+	* apps/app_page.c: fix due to CDR changes
+
+	* manager.c, pbx/pbx_spool.c, include/asterisk/channel.h,
+	  include/asterisk/pbx.h, include/asterisk/manager.h, channel.c,
+	  pbx.c: now that CDR is a loadable module, don't depend on it
+	  elsewhere (issue #6460)
+
+2006-02-11 15:22 +0000 [r9528]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* channels/chan_sip.c, cdr.c: clean up my mess from thread-starting
+	  change
+
+2006-02-11 06:29 +0000 [r9493]  BJ Weschke <bweschke at btwtech.com>
+
+	* channels/chan_sip.c: kpfleming's fix from r9472 backported to 1.2
+
+2006-02-10 20:38 +0000 [r9404]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* channels/chan_mgcp.c, dnsmgr.c, channels/chan_sip.c,
+	  devicestate.c, channels/chan_modem.c, cdr.c: don't create monitor
+	  threads in detached mode, when we need to be able to
+	  pthread_join() them later if the module is unloaded (solve
+	  crash-on-unload problem for these channel modules)
+
+2006-02-09 21:10 +0000 [r9323-9326]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* apps/app_voicemail.c: Revert behavior change from previous commit
+	  (fixes only)
+
+	* apps/app_voicemail.c: Backport 5929 to 1.2
+
+2006-02-09 02:31 +0000 [r9246-9262]  Russell Bryant <russell at digium.com>
+
+	* apps/Makefile: add another location for postgresql headers (issue
+	  #6419)
+
+	* channels/chan_iax2.c: reload peercontext on iax2 reload (issue
+	  #6442)
+
+2006-02-08 22:34 +0000 [r9233]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* cdr/Makefile: Leave it to RH/CentOS to put the freetds headers in
+	  a completely nonstandard location.
+
+2006-02-08 22:12 +0000 [r9232]  Matt O'Gorman <mogorman at digium.com>
+
+	* logger.c, channels/chan_oss.c: Make logger report
+	  error,warning,notice if logger.conf not found, also updated
+	  chan_oss to give correct error message if its config file is not
+	  found.
+
+2006-02-05 17:10 +0000 [r9156]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* apps/app_macro.c: Bug 6176 - Fix race condition
+
+2006-02-02 18:37 +0000 [r9086]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* Makefile: don't override ASTERISKVERSIONNUM to 000000 for non-svn
+	  builds
+
+2006-02-02 16:12 +0000 [r9073]  Matt Frederickson <creslin at digium.com>
+
+	* res/res_odbc.c: Fix for (#6309), potential (highly unlikely)
+	  memory leak in res_odbc
+
+2006-01-30 Russell Bryant <russell at digium.com>
+
+	* Asterisk 1.2.4 Released
+
+2006-01-30 17:08 +0000 [r8905]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* channels/chan_zap.c: disable buggy PRI user-user code until it
+	  can be fixed
+
+2006-01-28 13:52 +0000 [r8808]  Olle Johansson <oej at edvina.net>
+
+	* channels/chan_sip.c: Issue 6182 - Don't remove scheduled event
+	  until it's really done. (reported by malverian)
+
+2006-01-27 08:02 +0000 [r8785]  Olle Johansson <oej at edvina.net>
+
+	* channels/chan_sip.c: Issue 6362 - Register without Contact: and
+	  Expires: fails (reporter: op)
+
+2006-01-27 00:52 +0000 [r8758]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* ast_expr2.h, ast_expr2f.c, ast_expr2.c: Bug 6072 - Revisions to
+	  the source bison and flex files don't auto-regenerate these files
+
+2006-01-26 19:42 +0000 [r8729]  Russell Bryant <russell at digium.com>
+
+	* channels/chan_zap.c: fix problem with dtmf on e&m (issue #6364)
+
+2006-01-26 14:39 +0000 [r8710]  Olle Johansson <oej at edvina.net>
+
+	* channels/chan_sip.c: Issue 5898: Registrations does not get
+	  deleted if there's an active SIP dialog
+
+2006-01-25 19:14 +0000 [r8666-8677]  Russell Bryant <russell at digium.com>
+
+	* channels/chan_sip.c: don't call ast_update_realtime with
+	  uninitialized variables if we get a registration with an expirey
+	  of 0 seconds (issue #6173)
+
+	* channels/chan_features.c: fix memory leak (inspired by issue
+	  #6351)
+
+2006-01-25 Russell Bryant <russell at digium.com>
+
+	* Asterisk 1.2.3 Released
+
+2006-01-25 09:46 +0000 [r8632]  Olle Johansson <oej at edvina.net>
+
+	* channel.c: Issue #6439 - the "timebomb" bug. Patch by Markster
+	  over GPRS
+
+2006-01-25 05:38 +0000 [r8619]  Russell Bryant <russell at digium.com>
+
+	* utils/astman.c: don't leak almost 200 bytes for each new channel
+	  (issue #6330)
+
+2006-01-25 01:50 +0000 [r8608]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* apps/app_dial.c: ensure hangup cause code is handled properly
+	  when channel does not return a frame (issue #6346)
+
+2006-01-24 22:55 +0000 [r8600]  Russell Bryant <russell at digium.com>
+
+	* asterisk.c: completely arbitrary whitespace change for testing
+	  something with svnmerge ...
+
+2006-01-24 22:32 +0000 [r8588]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* channel.c: ensure that channel cannot become zombie after we
+	  check but before we try to start indications
+
+2006-01-24 20:37 +0000 [r8573]  Matt Frederickson <creslin at digium.com>
+
+	* channels/chan_zap.c: Backport fix for #6229, hangup on polarity
+	  reversal
+
+2006-01-24 19:21 +0000 [r8537-8562]  Olle Johansson <oej at edvina.net>
+
+	* channels/chan_sip.c: Issue 6114: Don't hangup on BYE/ALSO with no
+	  channel.
+
+	* channels/chan_sip.c: Issue #6308 - never send response to ACK.
+	  (Reported by whiskerp)
+
+2006-01-22 19:03 +0000 [r8437-8445]  Russell Bryant <russell at digium.com>
+
+	* apps/app_queue.c: fix memory leak from not freeing the queue

[... 1122 lines stripped ...]


More information about the svn-commits mailing list