[svn-commits] murf: branch murf/bug11210 r101987 - in /team/murf/bug11210: ./ apps/ channel...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Feb 1 16:31:26 CST 2008


Author: murf
Date: Fri Feb  1 16:31:25 2008
New Revision: 101987

URL: http://svn.digium.com/view/asterisk?view=rev&rev=101987
Log:
Merged revisions 101344,101373,101393,101416,101449,101481,101483,101532,101576-101578,101580,101611,101650,101694,101739,101745-101746,101773,101819,101821,101823-101824,101869,101873,101895 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
r101344 | mmichelson | 2008-01-30 16:10:23 -0700 (Wed, 30 Jan 2008) | 13 lines

The deprecation of "username" in favor of "defaultuser" for SIP peers unfortunately
broke realtime configurations which still used the "username" field. This was taken
care of properly when reading from realtime but was not handled properly when updating
a realtime peer. This change also adds a deprecation NOTICE CLI message that will print
if using the deprecated "username" field.

(closes issue #11880)
Reported by: cabal95
Patches:
      11880.patch uploaded by putnopvut (license 60)
	  Tested by: cabal95


................
r101373 | russell | 2008-01-30 22:28:42 -0700 (Wed, 30 Jan 2008) | 1 line

remove entry that is no longer in the tree
................
r101393 | file | 2008-01-31 08:36:11 -0700 (Thu, 31 Jan 2008) | 6 lines

Add missing braces.
(closes issue #11886)
Reported by: sergee
Patches:
      func_realtime_fix-r101392.diff uploaded by sergee (license 138)

................
r101416 | russell | 2008-01-31 12:13:20 -0700 (Thu, 31 Jan 2008) | 16 lines

Merged revisions 101413-101414 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r101413 | russell | 2008-01-31 13:04:52 -0600 (Thu, 31 Jan 2008) | 2 lines

Add missing locking to the find_agent() function.

........
r101414 | russell | 2008-01-31 13:07:46 -0600 (Thu, 31 Jan 2008) | 3 lines

Move the locking from find_agent() into the agent dialplan function handler to
ensure that the agent doesn't disappear while we're looking at it.

........

................
r101449 | russell | 2008-01-31 12:20:52 -0700 (Thu, 31 Jan 2008) | 10 lines

Merged revisions 101433 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r101433 | russell | 2008-01-31 13:17:05 -0600 (Thu, 31 Jan 2008) | 2 lines

Add more missing locking of the agents list ...

........

................
r101481 | murf | 2008-01-31 12:43:40 -0700 (Thu, 31 Jan 2008) | 9 lines

Merged revisions 101480 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r101480 | murf | 2008-01-31 12:30:37 -0700 (Thu, 31 Jan 2008) | 1 line

closes issue #11845; that's the one where there's a 1004 byte cdr leak with every AMI Redirect to a zap channel
........

................
r101483 | qwell | 2008-01-31 12:54:46 -0700 (Thu, 31 Jan 2008) | 12 lines

Merged revisions 101482 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r101482 | qwell | 2008-01-31 13:52:49 -0600 (Thu, 31 Jan 2008) | 4 lines

Solaris compat fixes for struct in_addr funkiness.

Issue #11885, patch by snuffy.

........

................
r101532 | mmichelson | 2008-01-31 14:02:12 -0700 (Thu, 31 Jan 2008) | 18 lines

Merged revisions 101531 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r101531 | mmichelson | 2008-01-31 15:00:24 -0600 (Thu, 31 Jan 2008) | 10 lines

1. Prevent the addition of an extra '/' to the beginning of an absolute pathname.
2. If ast_monitor_change_fname is called and the new filename is the same as the old, then exit early and don't set the
   filename_changed field in the monitor structure. Setting it in this case was causing ast_monitor_stop to erroneously
   delete them.

(closes issue #11741)
Reported by: garlew
Tested by: putnopvut


........

................
r101576 | mmichelson | 2008-01-31 14:31:15 -0700 (Thu, 31 Jan 2008) | 5 lines

Handle the case of a NULL state_interface when checking a realtime member.

Thanks to jmls for finding this issue.


................
r101577 | russell | 2008-01-31 14:33:33 -0700 (Thu, 31 Jan 2008) | 5 lines

Fix a simple deadlock that was introduced _right_ before this code got merged
into trunk.

(closes issue #11895, reported by pj, patched by me)

................
r101578 | mmichelson | 2008-01-31 15:04:52 -0700 (Thu, 31 Jan 2008) | 9 lines

A change I made to accommodate the "linear" strategy in trunk caused queue strategies to
not be loaded from realtime queues. This commit fixes that.

Thanks to jmls for pointing this problem out to me on IRC.

This also contains some changes to S_OR where it should be used. Thanks to Qwell for pointing
these out.


................
r101580 | mmichelson | 2008-01-31 15:12:50 -0700 (Thu, 31 Jan 2008) | 3 lines

Forgot an !


................
r101611 | russell | 2008-01-31 16:14:57 -0700 (Thu, 31 Jan 2008) | 20 lines

Merged revisions 101601 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r101601 | russell | 2008-01-31 17:10:06 -0600 (Thu, 31 Jan 2008) | 12 lines

Fix a couple of places where ast_frfree() was not called on a frame that came
from a translator.  This showed itself by g729 decoders not getting released.
Since the flag inside the translator frame never got unset by freeing the frame
to indicate it was no longer in use, the translators never got destroyed, and
thus the g729 licenses were not released.

(closes issue #11892)
Reported by: xrg
Patches:
      11892.diff uploaded by russell (license 2)
Tested by: xrg, russell

........

................
r101650 | mmichelson | 2008-01-31 17:08:17 -0700 (Thu, 31 Jan 2008) | 17 lines

Merged revisions 101649 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r101649 | mmichelson | 2008-01-31 18:06:37 -0600 (Thu, 31 Jan 2008) | 9 lines



More information about the svn-commits mailing list