[svn-commits] tag 1.2.2-netsec - r8208 in /tags/1.2.2-netsec: .lastclean .version ChangeLog

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Jan 18 15:55:33 MST 2006


Author: kpfleming
Date: Wed Jan 18 16:55:33 2006
New Revision: 8208

URL: http://svn.digium.com/view/asterisk?rev=8208&view=rev
Log:
importing ChangeLog, .version, and .lastclean for 1.2.2-netsec release

Added:
    tags/1.2.2-netsec/.lastclean
    tags/1.2.2-netsec/.version
    tags/1.2.2-netsec/ChangeLog

Added: tags/1.2.2-netsec/.lastclean
URL: http://svn.digium.com/view/asterisk/tags/1.2.2-netsec/.lastclean?rev=8208&view=auto
==============================================================================
--- tags/1.2.2-netsec/.lastclean (added)
+++ tags/1.2.2-netsec/.lastclean Wed Jan 18 16:55:33 2006
@@ -1,0 +1,1 @@
+8

Added: tags/1.2.2-netsec/.version
URL: http://svn.digium.com/view/asterisk/tags/1.2.2-netsec/.version?rev=8208&view=auto
==============================================================================
--- tags/1.2.2-netsec/.version (added)
+++ tags/1.2.2-netsec/.version Wed Jan 18 16:55:33 2006
@@ -1,0 +1,1 @@
+1.2.2-netsec

Added: tags/1.2.2-netsec/ChangeLog
URL: http://svn.digium.com/view/asterisk/tags/1.2.2-netsec/ChangeLog?rev=8208&view=auto
==============================================================================
--- tags/1.2.2-netsec/ChangeLog (added)
+++ tags/1.2.2-netsec/ChangeLog Wed Jan 18 16:55:33 2006
@@ -1,0 +1,1153 @@
+2006-01-18 Kevin P. Fleming <kpfleming at digium.com>
+
+	* Asterisk 1.2.2-netsec Released with Ranch Networks network security
+	device support
+
+2006-01-18 00:47 +0000 [r8162]  Matt O'Gorman <mogorman at digium.com>
+
+	* loader.c: Changed order of autoload so that pbx_ comes before
+	  channels, and in doing so cause bug 6002 to not be an issue
+
+2006-01-17 20:10 +0000 [r8140]  Matt O'Gorman <mogorman at digium.com>
+
+	* apps/app_festival.c: Stop any generators running on a channel
+	  when festival is called as described in 5996
+
+2006-01-17 18:29 +0000 [r8134]  Matt Frederickson <creslin at digium.com>
+
+	* res/res_features.c: Backport of fix for #6094
+
+2006-01-17 16:55 +0000 [r8124]  Matt O'Gorman <mogorman at digium.com>
+
+	* logger.c: Fixed code ordering of logger_init and queue_log_init
+	  bug 6263
+
+2006-01-17 13:11 +0000 [r8122]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* asterisk.c: update CLI copyright notice
+
+2006-01-16 23:51 +0000 [r8112]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* asterisk.c: do rlimit check _after_ reading config file, in case
+	  'dumpcore' is specified there
+
+2006-01-14 19:06 +0000 [r8074]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* funcs/func_strings.c: Bug 6238 - Fix segfault when delimiter not
+	  specified
+
+2006-01-13 06:07 +0000 [r8047]  Russell Bryant <russell at digium.com>
+
+	* channels/chan_agent.c: fix spelling errors (issue #6227)
+
+2006-01-12 06:14 +0000 [r7999]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* apps/app_voicemail.c, configs/voicemail.conf.sample: Bug 6211 -
+	  Add option deletevoicemail as equivalent to option delete for
+	  Realtime
+
+2006-01-11 19:08 +0000 [r7986]  Russell Bryant <russell at digium.com>
+
+	* channels/chan_agent.c: move variable to correct scope (issue
+	  #6197)
+
+2006-01-11 07:18 +0000 [r7976]  Russell Bryant <russell at digium.com>
+
+	* apps/app_voicemail.c: fix temp greetings with ODBC storage (issue
+	  #6078)
+
+2006-01-11 05:46 +0000 [r7972]  Russell Bryant <russell at digium.com>
+
+	* channels/chan_sip.c: fix mem leak on module unload (issue #6190)
+
+2006-01-11 05:26 +0000 [r7970]  Russell Bryant <russell at digium.com>
+
+	* app.c: don't override an error condition that occurred when
+	  acting on the primary channel when stopping the autoservice on
+	  the peer channel. (from issue #6087)
+
+2006-01-11 04:53 +0000 [r7965]  Russell Bryant <russell at digium.com>
+
+	* translate.c: lock list of translators *before* recalculating the
+	  translation matrix
+
+2006-01-11 04:38 +0000 [r7963]  Matt O'Gorman <mogorman at digium.com>
+
+	* channel.c: Minor typo refrenced in 6191
+
+2006-01-11 04:19 +0000 [r7960]  Russell Bryant <russell at digium.com>
+
+	* pbx.c: fix locking error - lock instead of unlock
+
+2006-01-11 03:12 +0000 [r7957]  Russell Bryant <russell at digium.com>
+
+	* apps/app_dial.c: fix a little typo
+
+2006-01-11 01:30 +0000 [r7955]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* apps/app_voicemail.c: Bug 6192 - behave correctly when mailbox is
+	  specified as argument
+
+2006-01-10 08:48 +0000 [r7939]  Olle Johansson <oej at edvina.net>
+
+	* doc/README.cdr: - Adding reference to README.tds - Reformatting
+	  table
+
+2006-01-09 22:48 +0000 [r7917]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* channels/chan_iax2.c: re-initialize _all_ sequence numbers when
+	  transfer completes
+
+2006-01-09 22:07 +0000 [r7915]  Russell Bryant <russell at digium.com>
+
+	* file.c: add missing unlock (issue #6112)
+
+2006-01-09 20:08 +0000 [r7908]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* pbx/pbx_spool.c: Bug 6157 - Memory leak
+
+2006-01-09 18:37 +0000 [r7904]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* doc/README.variables: Update variable documentation to match the
+	  code
+
+2006-01-09 18:11 +0000 [r7898-7900]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* asterisk.c: commit user/group-related changes from trunk
+
+	* db.c: backport fix from revision 7856 of trunk
+
+	* apps/app_voicemail.c: fix breakage introduced in revision 7871
+
+2006-01-09 05:11 +0000 [r7871]  Russell Bryant <russell at digium.com>
+
+	* apps/app_voicemail.c: fix seg fault when using greek syntax in
+	  VoicemMailMain (issue #6142)
+
+2006-01-09 04:52 +0000 [r7870]  Russell Bryant <russell at digium.com>
+
+	* manager.c: backport fix for unnecessary unlock (issue #6171)
+
+2006-01-07 07:27 +0000 [r7848]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* pbx/pbx_spool.c: Bug 6156 - catch all threading errors, not just
+	  simple failure
+
+2006-01-06 00:34 +0000 [r7831]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* pbx/pbx_config.c: Dumb error messages - "Context 'context'
+	  already included in 'in' context"
+
+2006-01-06 00:21 +0000 [r7829]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* channels/chan_agent.c: update agent persistence when an agent
+	  gets logged off by autologoff
+
+2006-01-05 23:53 +0000 [r7827]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* include/asterisk/strings.h: Bug 6076 - Fix documentation of
+	  ast_trim_blank return value
+
+2006-01-05 23:49 +0000 [r7825]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* channel.c: eliminate rounding errors that caused call time limits
+	  to be inaccurate (issue #5913) round 'time left' reported during
+	  call limit warnings up to sound more accurate
+
+2006-01-05 23:07 +0000 [r7823]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* res/res_features.c: Bug 6081 - fix for memory leak, formatting
+	  fixes
+
+2006-01-05 20:52 +0000 [r7819]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* formats/format_pcm.c, formats/format_pcm_alaw.c: ensure that
+	  variable is initialized
+
+2006-01-05 09:13 +0000 [r7812]  Olle Johansson <oej at edvina.net>
+
+	* res/res_features.c: Fix copyright of changed file
+
+2006-01-05 00:58 +0000 [r7809]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* channels/chan_agent.c: send device state updates for auto-logoff
+	  of agents as well
+
+2006-01-05 00:18 +0000 [r7807]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* formats/format_pcm.c, formats/format_pcm_alaw.c: doh... fseek()
+	  has no useful return value
+
+2006-01-04 23:51 +0000 [r7805]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* formats/format_pcm.c, formats/format_pcm_alaw.c: use proper
+	  fwrite() parameters and return value
+
+2006-01-04 23:45 +0000 [r7803]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* formats/format_pcm.c, formats/format_pcm_alaw.c: return properly
+	  after extending file
+
+2006-01-04 23:27 +0000 [r7800]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* formats/format_pcm.c, formats/format_pcm_alaw.c: ensure that
+	  ulaw/alaw sound files are filled with silence when extended (not
+	  zeroes)
+
+2006-01-04 23:02 +0000 [r7799]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* channel.c: make monitoring more tolerant of peers that deliver
+	  frames in bursts
+
+2006-01-04 21:46 +0000 [r7795]  Olle Johansson <oej at edvina.net>
+
+	* res/res_features.c: Issue #5980: Removing extra CR+LF in manager
+	  events - needs port to trunk
+
+2006-01-04 21:43 +0000 [r7792]  Olle Johansson <oej at edvina.net>
+
+	* channels/chan_sip.c: Fixing typo in XML for video updates.
+
+2006-01-04 07:06 +0000 [r7773]  Russell Bryant <russell at digium.com>
+
+	* funcs/func_moh.c: use a more correct way of determining the size
+	  of the destination buffer
+
+2006-01-04 05:27 +0000 [r7771]  BJ Weschke <bweschke at btwtech.com>
+
+	* apps/app_privacy.c: Fix the 'if' clause to be true under the
+	  right conditions. Bug #6126
+
+2006-01-03 20:22 +0000 [r7746]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* ast_expr.y (removed): remove unused 'old' expression parser
+
+2006-01-03 18:15 +0000 [r7743]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* apps/app_stack.c: Bug 6121 - typo in application description
+
+2006-01-03 17:24 +0000 [r7740]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* include/asterisk/chanspy.h, apps/app_chanspy.c,
+	  apps/app_mixmonitor.c, channel.c: revert incorrect fix for bug
+	  #6048 from revision 7709 put in correct (simpler) fix add doxygen
+	  docs for channel spy 'state' values
+
+2006-01-03 17:00 +0000 [r7738]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* channels/chan_sip.c: backport rport scanning fix from trunk (bug
+	  #6071)
+
+2006-01-03 16:34 +0000 [r7736]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* ast_expr2f.c, ast_expr2.fl: don't leak memory for (most)
+	  expression evaluations
+
+2006-01-02 07:31 +0000 [r7709]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* apps/app_mixmonitor.c: Bug 6084 - MixMonitor after a 'cli stop
+	  monitor' deadlocks
+
+2006-01-02 02:04 +0000 [r7706]  BJ Weschke <bweschke at btwtech.com>
+
+	* channels/chan_sip.c, channels/chan_iax2.c: Fix compiler warnings.
+
+2005-12-30 14:54 +0000 [r7677]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* channel.c: Bug 6091 - Fix race condition around uniqueid
+
+2005-12-28 17:35 +0000 [r7665]  Russell Bryant <russell at digium.com>
+
+	* channels/chan_sip.c: fix memory leak in build_rpid (issue #6070)
+
+2005-12-27 21:07 +0000 [r7663]  Russell Bryant <russell at digium.com>
+
+	* apps/app_chanspy.c: backport fix for permissions of created
+	  recordings (issue #6067)
+
+2005-12-27 00:07 +0000 [r7641]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* channels/chan_zap.c: backport fix to ensure that DSP is never
+	  enabled on pseudo channels
+
+2005-12-26 20:32 +0000 [r7637]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* cdr/cdr_tds.c: Remove copy of code in libc, preferring code in
+	  utils.c (public domain code)
+
+2005-12-26 18:19 +0000 [r7634]  Russell Bryant <russell at digium.com>
+
+	* channels/chan_sip.c, channels/chan_agent.c, apps/app_sms.c,
+	  asterisk.c, config.c, pbx/pbx_dundi.c, apps/app_externalivr.c,
+	  apps/app_queue.c, channels/chan_iax2.c, cli.c,
+	  apps/app_chanspy.c, res/res_monitor.c: cast time_t to an int in
+	  printf/scanf (issue #5635)
+
+2005-12-23 06:38 +0000 [r7608]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* apps/app_hasnewvoicemail.c: Bug 6051 - VMCOUNT should work as
+	  documented and count all, not quit after finding 1
+
+2005-12-23 03:01 +0000 [r7606]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* asterisk.c: add license reference to copyright notice displayed
+	  when CLI session begins add 'show warranty' and 'show license'
+	  CLI commands (still need a complete list of non-GPL components
+	  included in Asterisk)
+
+2005-12-23 00:00 +0000 [r7605]  BJ Weschke <bweschke at btwtech.com>
+
+	* apps/app_waitforsilence.c: Another app documentation tweak.
+
+2005-12-22 22:04 +0000 [r7601]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* apps/app_voicemail.c: Bug 6050 SQL requires the use of single
+	  ticks to delimit values, not quotes
+
+2005-12-22 20:36 +0000 [r7599]  Russell Bryant <russell at digium.com>
+
+	* channels/chan_sip.c, configs/sip.conf.sample: revert changes to
+	  videosupport to allow per-peer setting, since it isn't quite
+	  complete and there is not an obvious fix at this point
+
+2005-12-22 16:17 +0000 [r7595]  Russell Bryant <russell at digium.com>
+
+	* channels/chan_sip.c: remove stray unlock (issue #5955)
+
+2005-12-21 22:23 +0000 [r7586]  Josh Roberson <josh at asteriasgi.com>
+
+	* channels/chan_sip.c: Actually put in the per-peer settings for
+	  sip video, as they didn't make it in at astricon somehow, and
+	  I've been too busy up until now to redo it.
+
+2005-12-21 20:01 +0000 [r7582]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* channels/chan_alsa.c: Allow a chan_alsa that failed to open sound
+	  devices to be unloaded.
+
+2005-12-21 19:53 +0000 [r7580]  BJ Weschke <bweschke at btwtech.com>
+
+	* channels/chan_agent.c: Bug #6040 - Documentation correction
+
+2005-12-21 19:23 +0000 [r7577]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* pbx/pbx_ael.c: Bug 5777 - Remove parentheses on Goto in AEL, so
+	  that it parses correctly
+
+2005-12-20 20:21 +0000 [r7557]  Russell Bryant <russell at digium.com>
+
+	* res/res_agi.c: check array bounds when parsing arguments to AGI
+	  (issue #5868)
+
+2005-12-20 18:05 +0000 [r7552]  Russell Bryant <russell at digium.com>
+
+	* channels/chan_iax2.c: backport fix for reloading peer context
+	  (issue #6007)
+
+2005-12-20 17:34 +0000 [r7550]  Russell Bryant <russell at digium.com>
+
+	* apps/app_directed_pickup.c: backport fix for segfault on directed
+	  pickup when no CDR is available (issue #5998)
+
+2005-12-20 12:58 +0000 [r7546]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* apps/app_meetme.c: backport fix for larger-than-20ms-frames from
+	  trunk (bug #5697)
+
+2005-12-19 23:47 +0000 [r7529]  Russell Bryant <russell at digium.com>
+
+	* channels/chan_sip.c: I messed up and accidently committed this to
+	  the trunk first ... - add note on required values of sip_methods
+	  struct - remove duplicate function prototype - remove duplicate
+	  ast_mutex_lock (issue #6025)
+
+2005-12-19 19:06 +0000 [r7523]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* file.c: Bug 5988 - record append option not working
+
+2005-12-19 05:38 +0000 [r7521]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* cdr.c: Bug 6026 - segfault for the sequence NoCDR(),
+	  SetAMAFlags()
+
+2005-12-17 18:55 +0000 [r7519]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* doc/README.ael: Document that curley braces must be on the same
+	  line as the keyword.
+
+2005-12-17 17:19 +0000 [r7517]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* apps/app_chanspy.c: Bug 6009 - off by one error
+
+2005-12-17 03:59 +0000 [r7515]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* channels/chan_sip.c: Max-Forwards headers must only be present on
+	  requests, not responses
+
+2005-12-17 03:44 +0000 [r7513]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* channels/chan_sip.c: forcibly expire previous subscriptions from
+	  a peer when they resubscribe (keeps them from building up and
+	  waiting for expiration, and stops us sending unwanted NOTIFY
+	  messages to devices)
+
+2005-12-17 02:20 +0000 [r7510]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* build_tools/make_svn_branch_name: fix some buglet when building
+	  team branch version strings
+
+2005-12-17 01:02 +0000 [r7508]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* include/asterisk/linkedlists.h: We want to check the previous
+	  value, not the current value (which was just changed).
+
+2005-12-16 00:49 +0000 [r7497]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* apps/app_cut.c: First field is truncated
+
+2005-12-15 10:52 +0000 [r7490]  Christian Richter <christian.richter at beronet.com>
+
+	* doc/README.misdn, channels/misdn/mISDNuser.patch (added),
+	  channels/misdn/isdn_lib_intern.h, channels/misdn/mISDN.patch
+	  (added), channels/misdn/isdn_lib.h, channels/chan_misdn.c,
+	  channels/misdn/Makefile, channels/misdn/chan_misdn_config.h,
+	  channels/misdn/ie.c, channels/chan_misdn_config.c,
+	  channels/misdn/isdn_msg_parser.c, channels/Makefile,
+	  channels/misdn/isdn_lib.c: * Added mISDN/mISDNuser Echo cancel
+	  Patch * Fixed Makefiles so that chan_misdn can be compiled again
+	  * added some hints, that mISDN cannot be compiled against gcc-4,
+	  SMP, Spinlock Debug * fixed some Minor issues in chan_misdn,
+	  regarding Type Of Number and Presentation
+
+2005-12-15 02:51 +0000 [r7482]  BJ Weschke <bweschke at btwtech.com>
+
+	* channel.c: Bug #6003 - Don't free the channel structure until
+	  after having sent the manager event.
+
+2005-12-13 18:54 +0000 [r7470]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* doc/README.variables: clarify substring documentation
+
+2005-12-13 16:06 +0000 [r7468]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* utils.c: correct broken math in tvfix() for timestamp values over
+	  one million
+
+2005-12-13 05:53 +0000 [r7453]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* apps/app_dial.c: restore ability of caller to hangup calls that
+	  are still ringing (issue #5839)
+
+2005-12-13 05:14 +0000 [r7451]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* channels/chan_sip.c, pbx.c: ensure that hangups while incoming
+	  calls are in early state are handled properly (issue #5919)
+
+2005-12-13 04:43 +0000 [r7449]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* channels/chan_agent.c: only report AGENT_IDLE for callback mode
+	  agents when they are actually idle (issue #5902)
+
+2005-12-13 04:25 +0000 [r7448]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* app.c: use the stream's current point when pausing/unpausing,
+	  instead of elapsed time (which doesn't work when the stream has
+	  been skipped forward or backward) (issue #5897)
+
+2005-12-12 17:30 +0000 [r7435]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* apps/app_externalivr.c: set all the child file descriptors to
+	  non-blocking so that we don't hang if the child fails to send a
+	  newline-terminated command or error message
+
+2005-12-12 17:19 +0000 [r7433]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* include/asterisk/linkedlists.h: Typo
+
+2005-12-11 06:08 +0000 [r7430]  Russell Bryant <russell at digium.com>
+
+	* utils/astman.c: silence a couple of compiler warnings about
+	  pointer signedness
+
+2005-12-11 01:26 +0000 [r7429]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* include/asterisk/linkedlists.h: Bug 5965 - major bug in
+	  AST_LIST_REMOVE
+
+2005-12-11 01:15 +0000 [r7427]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* apps/app_voicemail.c: Bug 5967
+
+2005-12-10 18:10 +0000 [r7425]  BJ Weschke <bweschke at btwtech.com>
+
+	* channels/chan_zap.c: Bug #5877 Make sure the digit string from
+	  E&M wink DNIS collection is properly null terminated as it grows.
+
+2005-12-08 23:45 +0000 [r7406]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* apps/app_voicemail.c: Bug 5960
+
+2005-12-08 23:32 +0000 [r7404]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* configs/res_odbc.conf.sample: Documenting two keywords that were
+	  previously missing
+
+2005-12-08 01:05 +0000 [r7386]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* pbx.c: initialize the buffer before using it...
+
+2005-12-07 20:46 +0000 [r7382]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* pbx.c: ensure that hints are allowed to use global variable
+	  references
+
+2005-12-06 Kevin P. Fleming <kpfleming at digium.com>
+
+	* Asterisk 1.2.1 Released
+
+2005-12-06 00:19 +0000 [r7349]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* contrib/firmware/iax/iaxy.bin: replace with unmodified file
+
+2005-12-06 00:08 +0000 [r7346-7347]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* contrib/firmware/iax/iaxy.bin: _really_ don't mess with line
+	  endings
+
+	* contrib/firmware/iax/iaxy.bin: don't try to expand keywords in
+	  this file
+
+2005-12-06 00:02 +0000 [r7345]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* contrib/firmware/iax/iaxy.bin: set this file to binary mode, so
+	  it won't be mangled on export/checkout
+
+2005-12-05 06:47 +0000 [r7340]  Russell Bryant <russell at digium.com>
+
+	* Makefile: remove ASTERISKVERSIONNUM from the version string given
+	  to doxygen
+
+2005-12-05 00:09 +0000 [r7337]  Russell Bryant <russell at digium.com>
+
+	* apps/app_queue.c: don't delete dynamic queue members when
+	  reloading the static members from a realtime database (issue
+	  #5922)
+
+2005-12-05 00:01 +0000 [r7335]  Russell Bryant <russell at digium.com>
+
+	* channels/chan_sip.c: fix the order of arguments to an error
+	  message (issue #5927)
+
+2005-12-04 18:03 +0000 [r7329]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* build_tools/make_svn_branch_name: use a more efficient way to get
+	  the revision number, that will also report if the working copy
+	  contains uncommitted modifications
+
+2005-12-03 19:55 +0000 [r7310]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* apps/app_voicemail.c: Bug 5925: check for "Unknown", as that's
+	  what app_voicemail puts into the field for Unknown callerid Also,
+	  remove useless res checks (initialized to 0; never set)
+
+2005-12-03 01:24 +0000 [r7299]  Olle Johansson <oej at edvina.net>
+
+	* configs/sip.conf.sample: Documenting the default registerattempts
+	  setting as 0, continue hammering the server for ever and ever ;-)
+
+2005-12-02 21:12 +0000 [r7285]  Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
+
+	* contrib/init.d/rc.debian.asterisk,
+	  contrib/init.d/rc.mandrake.asterisk,
+	  contrib/init.d/rc.redhat.asterisk,
+	  contrib/init.d/rc.gentoo.asterisk,
+	  contrib/init.d/rc.mandrake.zaptel,
+	  contrib/init.d/rc.slackware.asterisk: Turn on executable bits for
+	  startup scripts, and fix bash var interpolation for Mandrake
+
+2005-12-02 00:52 +0000 [r7275]  Olle Johansson <oej at edvina.net>
+
+	* channels/chan_sip.c: Bug #5907. Improve SIP INFO DTMF debugging
+	  output. (1.2 & Trunk)
+
+2005-12-02 00:51 +0000 [r7274]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* apps/app_page.c, pbx.c: inherit channel variables into channels
+	  created by Page() application (issue #5888)
+
+2005-12-02 00:42 +0000 [r7273]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* apps/app_voicemail.c, configs/voicemail.conf.sample, UPGRADE.txt:
+	  allow previous context-searching behavior to be used if desired
+	  (issue #5899)
+
+2005-12-02 00:39 +0000 [r7272]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* apps/app_voicemail.c: properly handle password changes when
+	  mailbox is last line of config file and not followed by a newline
+	  (issue #5870) reformat password changing code to conform to
+	  coding guidelines (issue #5870)
+
+2005-12-02 00:28 +0000 [r7270-7271]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* channels/chan_agent.c: protect agent_bridgedchannel() from
+	  segfaulting when there is no bridged channel (issue #5879)
+
+	* channels/chan_local.c: allow variables to exist on both 'halves'
+	  of the Local channel (issue #5810)
+
+2005-12-01 23:49 +0000 [r7269]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* apps/app_festival.c: don't block waiting for the Festival server
+	  forever when it goes away (issue #5882)
+
+2005-12-01 23:34 +0000 [r7268]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* channel.c: ensure channel's scheduling context is freed (issue
+	  #5788)
+
+2005-12-01 23:18 +0000 [r7266]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* Makefile, patches (removed): Makefile 'update' target now
+	  supports updating from Subversion repositories (issue #5875)
+	  remove support for 'patches' subdirectory, it's no longer useful
+
+2005-12-01 23:18 +0000 [r7265]  Olle Johansson <oej at edvina.net>
+
+	* doc/README.misdn: Changing bug report address to the Asterisk
+	  issue tracker
+
+2005-12-01 22:21 +0000 [r7263]  Olle Johansson <oej at edvina.net>
+
+	* doc/README.jitterbuffer, doc/README.realtime: Removing references
+	  to 1.1dev, replacing with 1.2, in documentation files.
+
+2005-12-01 21:38 +0000 [r7261]  Olle Johansson <oej at edvina.net>
+
+	* doc/README.misdn: Fixing some spelling errors, as well as
+	  changing "cvs" to "subversion" in misdn documentation.
+
+2005-12-01 19:25 +0000 [r7257]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* build_tools/make_svn_branch_name: ensure that 'svn info' output
+	  is in the expected language for the script to parse (issue #5880)
+
+2005-12-01 02:33 +0000 [r7251]  Russell Bryant <russell at digium.com>
+
+	* apps/app_externalivr.c: use ast_app_separate_args to split
+	  arguments (issue #5686)
+
+2005-12-01 01:19 +0000 [r7249]  Russell Bryant <russell at digium.com>
+
+	* apps/app_queue.c: fix queue weight feature - compare member
+	  interfaces instead of pointers to the members, since each queue
+	  has its own list of members. (issue #5863)
+
+2005-12-01 00:44 +0000 [r7247]  Russell Bryant <russell at digium.com>
+
+	* build_tools/make_svn_branch_name: use '=' instead of '==' for
+	  string comparisons. /bin/bash is ok with this, but /bin/sh is
+	  not. (issue #5885)
+
+2005-11-30 21:31 +0000 [r7244]  Russell Bryant <russell at digium.com>
+
+	* redhat/asterisk (removed), Makefile: remove outdated redhat init
+	  script and provide the updated one in 'make rpm' (issue #5786)
+
+2005-11-30 21:24 +0000 [r7242]  Russell Bryant <russell at digium.com>
+
+	* contrib/init.d/rc.debian.asterisk,
+	  contrib/init.d/rc.redhat.asterisk: Comment out LD_ASSUME_KERNEL
+	  by default. Print error messages if the asterisk executable or
+	  the asterisk configuration directory are not found. (issue #5785,
+	  #5708)
+
+2005-11-30 17:39 +0000 [r7234]  Russell Bryant <russell at digium.com>
+
+	* apps/app_dial.c: fix DIALEDTIME when call has not been answered
+	  (issue #5862)
+
+2005-11-30 14:27 +0000 [r7233]  Russell Bryant <russell at digium.com>
+
+	* rtp.c: do not allow an rtp message with zero type (issue #5749)
+
+2005-11-30 07:22 +0000 [r7231]  Russell Bryant <russell at digium.com>
+
+	* pbx.c: fix hint case sensitivity (issue #5856)
+
+2005-11-30 05:26 +0000 [r7228]  Russell Bryant <russell at digium.com>
+
+	* configs/sip.conf.sample: add description of the "fromdomain"
+	  option (issue #5874)
+
+2005-11-30 03:52 +0000 [r7227]  Josh Roberson <josh at asteriasgi.com>
+
+	* apps/app_voicemail.c, UPGRADE.txt, ChangeLog: backport fix from
+	  trunk
+
+2005-11-30 03:37 +0000 [r7226]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* doc/cdr.txt, doc/CODING-GUIDELINES, include/asterisk.h,
+	  doc/README.mp3: remove remaining CVS references
+
+2005-11-30 03:20 +0000 [r7224]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* channel.c: port memory leak fix from rev 7223 in trunk
+
+2005-11-28 04:01 +0000 [r7208]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* Makefile, build_tools/make_svn_branch_name (added): port version
+	  string computation from trunk
+
+2005-11-27 16:04 +0000 [r7199]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* / (added): branch renames remove unneeded branches
+
+2005-11-29  Josh Roberson <josh at asteriasgi.com>
+	
+	* apps/app_voicemail.c: Only look in 'default' context when no context defined to VoiceMailMain(). (issue #5887)
+
+2005-11-25  Russell Bryant  <russell at digium.com>
+
+	* apps/app_dial.c: Properly duplicate the string for ANI (issue #5850)
+
+2005-11-23  Russell Bryant  <russell at digium.com>
+
+	* configs/voicemail.conf.sample: Add note to indicate that #include should not be used for this file. (issue #5828)
+
+	* indications.c: Fix spelling of "cadence", allowing the old misspelling for backwards compatability. (issue #5826)
+	* configs/indications.conf.sample: Fix spelling of "cadence", allowing the old misspelling for backwards compatability. (issue #5826)
+	* include/asterisk/indications.h: Fix spelling of "cadence", allowing the old misspelling for backwards compatability. (issue #5826)
+	* res/res_indications.c: Fix spelling of "cadence", allowing the old misspelling for backwards compatability. (issue #5826)
+
+	* apps/app_voicemail.c: Remove left over "yay!" debugging message. (issue #5829)
+
+2005-11-21  Kevin P. Fleming  <kpfleming at digium.com>
+
+	* apps/app_cut.c: remove unnecessary include that causes spurious rebuilding
+
+	* channels/chan_sip.c (build_peer): ensure that case changes made to peer names are not ignored during reload operations
+ 	(build_peer): when a peer is changed from dynamic to static mode, reset the default port number if no other has been specified
+
+	* channels/chan_iax2.c (build_peer and build_user): ensure that case changes made to peer/user names are not ignored during reload operations
+ 	(build_peer): when a peer is changed from dynamic to static mode, reset the default port number if no other has been specified
+
+2005-11-21  Russell Bryant  <russell at digium.com>
+
+	* Makefile: Revert previous change for Darwin.
+
+	* apps/app_osplookup.c: Properly populate the number of results. (issue #5789)
+
+	* Makefile: Don't hard-code that poll functionality needs to be provided on Darwin.
+	* apps/Makefile: Fix incorrect portion of the patch to fix 'make install' on Solaris.
+
+	* channels/chan_iax2.c (iax2_getpeername): Return non-zero to indicate that a peer was found when using realtime (issue #5815)
+
+2005-11-20  Russell Bryant  <russell at digium.com>
+
+	* Makefile apps/Makefile: Fix 'make install' for Solaris. (issue #5775)
+
+	* apps/app_record.c: Don't leak a frame if writing it to the file fails. (issue #5787)
+
+	* Makefile: Create the monitor spool directory when the other spool directories are created.
+
+	* channels/chan_sip.c channels/chan_iax2.c: Change warning messages about the number of scheduled events happening all at once to debug messages. (issue #5794)
+
+	* pbx/pbx_spool.c: Fix crash when a value is not specified with a variable on a Set: line in a call file. (issue #5806)
+
+	* apps/app_meetme.c: Fix the 'X' option to the MeetMe application. (issue #5773)
+
+	* apps/app_voicemail.c: Correct the use of a mailbox entered by the calling party instead of indicated as an argument to the Voicemail application. (issue #5774)
+
+	* apps/app_controlplayback.c: Fix logic in checking for success when jumping to priority n+101.
+	* apps/app_md5.c: Fix logic in checking for success when jumping to priority n+101.
+
+	* apps/app_hasnewvoicemail.c: Fix a typo in the application description.  Also, fix the logic in checking for success when jumping to priority n+101. (issue #5795) 
+
+	* UPGRADE.txt: Add a note on a second way that the IAX2 channel naming convention has changed. (issue #5792)
+	* channels/chan_iax2.c: Fix alignment of the output for the "iax2 show peer <peer>" CLI command (issue #5792)
+
+	* channels/Makefile: Re-add chan_oss to the default build. (issue #5799)
+
+	* res/res_musiconhold.c: Fix incorrect argument for the buffer size to an ast_copy_string call (issue #5803)
+
+	* funcs/func_enum.c: Shorten the module description (issue #5791)
+
+2005-11-17  Russell Bryant  <russell at digium.com>
+
+	* Makefile: Fix the output of Makefile generated variables to doxygen
+
+	* channels/chan_sip.c: Add missing carriage return and line feed to the SDP line indicating that we don't support VAD (issue #5780)
+
+2005-11-16  Kevin P. Fleming  <kpfleming at digium.com>
+
+	* Asterisk 1.2.0 released.
+	
+2005-11-16  Jeremy McNamara <jj at nufone.net>
+
+	* apps/app_voicemail.c (load_config): do not terminate asterisk if no voicemail config file
+	* channels/chan_skinny:  Don't register channel type until ready, code formatting updates
+
+2005-11-16  Josh Roberson <josh at asteriasgi.com>
+
+	* Makefile:  Update to fix non-responsive remote console on Darwin (OSX)(issue #5757)
+
+2005-11-16  Kevin P. Fleming  <kpfleming at digium.com>
+
+	* channels/Makefile: don't build chan_modem and sub-modules by default
+	* configs/modules.conf.sample: explicitly 'noload' chan_modem.so and submodules, in case old versions exist
+	
+	* res/Makefile: issue mpg123 not-installed warning at 'make install' time, not 'make'
+
+	* apps/app_forkcdr.c (forkcdr_exec): issue warning (and don't segfault) if ForkCDR is called on a channel that doesn't have a CDR (issue #5763)
+
+	* channel.c (ast_queue_hangup): ensure that the channel lock is held before changing its fields... (issue #5770)
+
+	* res/res_musiconhold.c: don't spit out incorrect log messages (and leak memory) during reload (issue #5766)
+
+	* channels/chan_sip.c (process_sdp): don't pass video codec number into ast_getformatname(), it is not valid input for that function (issue #5764)
+
+	* pbx/pbx_ael.c (match_assignment): properly parse equal signs surrounded by whitespace (issue #5761)
+
+	* doc/README.realtime: document the limitations of using FreeTDS with Realtime (issue #5767)
+
+2005-11-15  Kevin P. Fleming  <kpfleming at digium.com>
+
+	* Makefile: use -g3 for compiler to include macro information for debugger
+
+	* astmm.c (__ast_vasprintf): don't re-use the ap list without copying it; that's not safe on some platforms (issue #5035)
+
+	* doc/README.backtrace: add note about properly building Asterisk to be able to produce backtraces; wrap text and remove DOS line endings
+
+	* channels/chan_sip.c (add_codec_to_sdp): add 'annexb=no' to G.729A SDP (issue #5539)
+
+	* channels/chan_alsa.c (alsa_hangup): handle autohangup properly (issue #5672)
+
+	* channels/chan_misdn.c (and other files): various fixes (issue #5739)
+
+	* channels/chan_sip.c (handle_request_info): properly forward 'flash' events received via SIP INFO (issue #5751, different patch)
+
+	* apps/app_disa.c (disa_exec): don't duplicate constant strings when not needed
+
+	* apps/app_playback.c (playback_exec): use correct logic tests for options (issue #5752)
+
+	* apps/app_disa.c (disa_exec): use standard arg parsing routines (issue #5736)
+
+2005-11-15  Russell Bryant <russell at digium.com>
+
+	* manager.c: Don't crash on a SetVar action if the channel name is not set, or variable's value is not set (issue #5760)
+
+	* doc/README.variables: Add application exit status variables
+
+2005-11-14  Josh Roberson <josh at asteriasgi.com>
+	
+	* manager.c: Fix crash on variable passing from AMI originate (issue #5737)
+
+2005-11-14  Russell Bryant  <russell at digium.com>
+
+	* many files: Merge doxygen documentation updates. (issue #5605)
+
+	* apps/app_dial.c: Fix typo in RetryDial description.
+
+2005-11-12  Russell Bryant  <russell at digium.com>
+
+	* channels/chan_oss.c: Fix a typo in an error message.
+
+2005-11-11  Kevin P. Fleming  <kpfleming at digium.com>
+
+	* Asterisk 1.2.0-rc2 released.
+	
+2005-11-11  Kevin P. Fleming  <kpfleming at digium.com>
+
+	* channels/chan_sip.c (thread_safe_rand): ensure that threads don't get the same random number (issue #5712)
+
+	* apps/app_voicemail.c (forward_message): correct bugs in message forwarding (issue #5718)
+	(copy_message): use correct path for locking (issue #5704)
+
+	* apps/app_dial.c (wait_for_answer): correct flag copying for automon feature (issue #5720)
+
+	* channels/chan_iax2.c: correct comment
+
+	* apps/app_voicemail.c (close_mailbox): correct previous commit (issue #5663)
+	(vm_change_password): fix password change writing (issue #5721)
+
+	* channels/chan_sip.c (transmit_invite): remove useless debug message; don't try to add OSP tokens to OPTIONS pings
+
+	* apps/app_voicemail.c (close_mailbox): properly remove deleted messages at mailbox close time (issue #5663)
+
+2005-11-11  Mark Spencer <markster at digium.com>
+
+	* channels/chan_zap.c (zt_bridge): only enable/disable DTMF detection on SUB_REAL channels
+
+2005-11-10  Kevin P. Fleming  <kpfleming at digium.com>
+
+	* channels/chan_iax2.c: ensure that system headers that provide basic types are included first (issue #5713)
+
+2005-11-11  Russell Bryant  <russell at digium.com>
+
+	* many files in apps/: Clean up application descriptions. Clarify some wording and make sure they wrap at 80 characters.
+
+2005-11-10  Mark Spencer <markster at digium.com>
+
+	* rtp.c (ast_rtp_raw_write): use unsigned int for return value from calc_txstamp() (issue #5595)
+	(calc_txstamp): never return a value that was less than zero before being turned into 'unsigned int' (issue #5595)
+
+2005-11-10  Kevin P. Fleming  <kpfleming at digium.com>
+
+	* include/asterisk/chanspy.h: move spy-related stuff into separate header so chan_h323 can build (issue #5590)
+
+	* include/asterisk/linkedlists.h (AST_LIST_HEAD_SET_NOLOCK): properly initialize tail pointer when list head is directly set (issue #5669)
+
+	* app.c (ast_app_parse_options): ok, so we aren't all perfect... let's make the while loop actually work properly here (issue #5684)
+
+	* apps/app_disa.c (disa_exec): correct password file parsing (issue #5676)
+
+	* apps/app_meetme.c (conf_run): don't restrict admin users from joining a locked conference (issue #5680)
+
+	* channels/chan_misdn.c: include stdio.h (issue #5671)
+	* channels/chan_misdn_config.c: fix prototype warning (issue #5671)
+
+	* pbx.c: remove apps that were deprecated before 1.0 was released (issue #5673)
+
+	* apps/app_striplsd.c, apps/app_substring.c: remove apps that were deprecated before 1.0 was released (issue #5673)
+
+	* include/asterisk/lock.h (PTHREAD_MUTEX_RECURSIVE_NP): work around header problems on Cygwin (issue #5668)
+
+	* pbx/pbx_ael.c: handle switch default cases inside macros properly (issue #5354)
+
+	* configs/voicemail.conf.sample (format): add strong warning about changing format list when mailboxes contain messages (issue #5689)
+
+	* many files: ensure that system headers are included before Asterisk headers (issue #5693)
+
+	* channels/chan_iax2.c (complete_iax2_show_peer): don't return from function without releasing lock (issue #5685)
+
+	* channels/iax2-provision.c (iax_provision_reload): don't leak memory (issue #5700)
+
+	* pbx/pbx_ael.c (handle_macro): don't leak memory (issue #5701)
+	(handle_context): ditto
+
+	* res/res_features.c (load_config): properly initialize referenced variable (issue #5703)
+
+	* apps/app_queue.c (rqm_exec): correct segfault problem (issue #5705)
+	(aqm_exec): ditto
+
+	* app.c (ast_app_parse_options): don't increment 's' until after checking for NULL (related to issue #5630)
+
+	* apps/app_rpt.c: solve a memory leak (config structure was not freed) (issue #5706)
+
+2005-11-10  Russell Bryant <russell at digium.com>
+
+	* app.c (ast_app_separate_args): Don't consider the open parenthesis as part of the arguments to an option. (issue #5630)
+
+	* many files: Change all references to ast_separate_app_args to ast_app_separate_args
+
+	* many files in apps/: Clean up some application descriptions. Make sure all descriptions in changed files are wrapped at 80 characters.
+
+2005-11-09  Russell Bryant <russell at digium.com>
+
+	* pbx.c: Clean up descriptions of built-in dialplan applications. Changes include clearer wording and not referring to return values.
+
+2005-11-09  Kevin P. Fleming  <kpfleming at digium.com>
+
+	* channels/chan_iax2.c (update_registry): don't complain about unspecifed registration expiration intervals, just use the minimum
+
+2005-11-08  Kevin P. Fleming  <kpfleming at digium.com>
+
+	* Asterisk 1.2.0-rc1 released.
+
+	* include/asterisk/file.h: add test to ensure that stdio.h is included before this file (issue #5658)
+
+	* res/res_odbc.c (odbc_prepare_and_execute): add new API call for use to properly handle prepared statements across server disconnects (issue #5563)
+
+	* pbx.c (pbx_substitute_variables_helper_full): use already-substituted buffer for parsing variable name (issue #5664)
+
+	* channels/chan_zap.c (zt_request): return AST_CAUSE_CONGESTION when a group-channel is requested and the group exists but all channels are busy (issue #3360, related fix)
+	* channels/chan_iax2.c (create_addr): treat UNREACHABLE as AST_CAUSE_UNREGISTERED so that it will generate CHANUNAVAIL from app_dial (issue #3360)
+

[... 188 lines stripped ...]


More information about the svn-commits mailing list