]> git.ipfire.org Git - thirdparty/asterisk.git/log
thirdparty/asterisk.git
15 years agoBlocked revisions 279344 via svnmerge
Jeff Peeler [Sat, 24 Jul 2010 23:29:44 +0000 (23:29 +0000)] 
Blocked revisions 279344 via svnmerge

........
  r279344 | jpeeler | 2010-07-24 18:27:22 -0500 (Sat, 24 Jul 2010) | 4 lines

  Provide a default value for DAHDI_TRANSCODE so when DAHDI is not installed
  menuselect doesn't get confused:
  Unknown value '' found in build_tools/menuselect-deps for DAHDI_TRANSCODE
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@279345 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 279206 via svnmerge from
Richard Mudgett [Fri, 23 Jul 2010 22:11:23 +0000 (22:11 +0000)] 
Merged revisions 279206 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r279206 | rmudgett | 2010-07-23 16:56:44 -0500 (Fri, 23 Jul 2010) | 7 lines

  SIP promiscuous redirect could fail to dial the redirect.

  The ast_channel was created with one variable to ast_request() but the
  call to ast_call() that initiates the outgoing call was using a different
  variable.  The two variables are not equivalent if the call_forward string
  included a channel technology specifier.  e.g., SIP/200
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@279207 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoBackport sip_uri_params_cmp() fix from trunk to 1.6.2.
Mark Michelson [Fri, 23 Jul 2010 18:29:15 +0000 (18:29 +0000)] 
Backport sip_uri_params_cmp() fix from trunk to 1.6.2.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@279112 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoremove old properties
Russell Bryant [Fri, 23 Jul 2010 18:22:34 +0000 (18:22 +0000)] 
remove old properties

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@279088 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoAdd branch-1.4-merged and branch-1.4-blocked properties to 1.6.2 branch.
Russell Bryant [Fri, 23 Jul 2010 18:20:02 +0000 (18:20 +0000)] 
Add branch-1.4-merged and branch-1.4-blocked properties to 1.6.2 branch.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@279072 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 278985 via svnmerge from
Tilghman Lesher [Fri, 23 Jul 2010 17:06:17 +0000 (17:06 +0000)] 
Merged revisions 278985 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r278985 | tilghman | 2010-07-23 12:05:16 -0500 (Fri, 23 Jul 2010) | 12 lines

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

  ........
    r278984 | tilghman | 2010-07-23 12:04:15 -0500 (Fri, 23 Jul 2010) | 5 lines

    Establish a maximum version for openh323 (i.e. not opal), because chan_h323 will fail to load, even if it links.

    (issue #17679)
    Reported by: am
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@278986 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 278982 via svnmerge from
Tilghman Lesher [Fri, 23 Jul 2010 16:44:53 +0000 (16:44 +0000)] 
Merged revisions 278982 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r278982 | tilghman | 2010-07-23 11:43:34 -0500 (Fri, 23 Jul 2010) | 15 lines

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

  ........
    r278981 | tilghman | 2010-07-23 11:42:25 -0500 (Fri, 23 Jul 2010) | 8 lines

    Avoid race with consolethread on shutdown (on parallel processors).

    (closes issue #17080)
     Reported by: sybasesql
     Patches:
           20100721__issue17080.diff.txt uploaded by tilghman (license 14)
     Tested by: sybasesql
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@278983 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoTwo more typos to cancell.
Tzafrir Cohen [Fri, 23 Jul 2010 15:23:09 +0000 (15:23 +0000)] 
Two more typos to cancell.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@278934 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 278708 via svnmerge from
Jeff Peeler [Thu, 22 Jul 2010 19:52:17 +0000 (19:52 +0000)] 
Merged revisions 278708 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r278708 | jpeeler | 2010-07-22 14:45:30 -0500 (Thu, 22 Jul 2010) | 16 lines

  Add method for finding XML doc files for systems that don't support GLOB_BRACE.

  In particular, Solaris and perhaps others do not support the above mentioned
  GNU extension. In this case the paths are simply expanded without the braces
  and the calls to glob are made separately.

  Note: I could not explain memory allocation failures that were being reported
  from within libxml itself when making calls to glob without using GLOB_NOCHECK.
  This is the only reason why that flag is being used.

  (closes issue #15402)
  Reported by: snuffy
  Patches:
        bug_xmlpatt-v3.diff uploaded by snuffy (license 35),
        modified by me
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@278709 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoDNID does not get cleard on a new call when using immediate=yes with ISDN signaling.
Richard Mudgett [Thu, 22 Jul 2010 19:32:16 +0000 (19:32 +0000)] 
DNID does not get cleard on a new call when using immediate=yes with ISDN signaling.

When you are using chan_dahdi ISDN signaling with immediate=yes and a call
comes in without a DNID then you get the DNID of a previous call.
Chan_dahdi does not touch the DNID field on a new call if it does not have
a DNID.

Made always copy the DNID from the new call.

The patches backport the relevant changes from trunk -r210387.

(closes issue #17568)
Reported by: wuwu
Patches:
      issue17568_v1.4.patch uploaded by rmudgett (license 664)
      issue17568_v1.6.2.patch uploaded by rmudgett (license 664)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@278703 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 278620 via svnmerge from
Mark Michelson [Thu, 22 Jul 2010 15:00:11 +0000 (15:00 +0000)] 
Merged revisions 278620 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r278620 | mmichelson | 2010-07-22 09:58:01 -0500 (Thu, 22 Jul 2010) | 19 lines

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

  ........
    r278618 | mmichelson | 2010-07-22 09:55:04 -0500 (Thu, 22 Jul 2010) | 13 lines

    Allow PLC to function properly when channels use SLIN for audio.

    If a channel involved in a bridge was using SLIN audio, then translation
    paths were not guaranteed to be set up properly since in all likelihood
    the number of translation steps was only 1.

    This patch enforces the transcode_via_slin behavior if transcode_via_slin
    or generic_plc is enabled and one of the formats to make compatible is
    SLIN.

    AST-352
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@278621 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoFix invalid test for rxisoffhook in FXO channels
Tzafrir Cohen [Wed, 21 Jul 2010 18:22:25 +0000 (18:22 +0000)] 
Fix invalid test for rxisoffhook in FXO channels

This fixes some cases of no outgoing calls on FXO before an incoming call.

Remove an unnecessary testing of an "off-hook" bit from DAHDI for FXO
(KS/GS) channels.In some cases the bit would not be initialized properly
before the first inbound call and thus prevent an outgoing call.

If those tests are actually required by anybody, they should define
DAHDI_CHECK_HOOKSTATE in channels/sig_analog.c .

(closes issue #14577)
Reported by: jkroon
Patches:
       asterisk_chan_dahdi_hookstate_fix.diff uploaded by frawd (license 610)
Tested by: frawd

Review: https://reviewboard.asterisk.org/r/699/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@278524 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 278465 via svnmerge from
Russell Bryant [Wed, 21 Jul 2010 16:20:18 +0000 (16:20 +0000)] 
Merged revisions 278465 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r278465 | russell | 2010-07-21 11:15:00 -0500 (Wed, 21 Jul 2010) | 41 lines

  Use poll() instead of select() in res_timing_pthread to avoid stack corruption.

  This code did not properly check FD_SETSIZE to ensure that it did not try to
  select() on fds that were too large.  Switching to poll() removes the limitation
  on the maximum fd value.

  (closes issue #15915)
  Reported by: keiron

  (closes issue #17187)
  Reported by: Eddie Edwards

  (closes issue #16494)
  Reported by: Hubguru

  (closes issue #15731)
  Reported by: flop

  (closes issue #12917)
  Reported by: falves11

  (closes issue #14920)
  Reported by: vrban

  (closes issue #17199)
  Reported by: aleksey2000

  (closes issue #15406)
  Reported by: kowalma

  (closes issue #17438)
  Reported by: dcabot

  (closes issue #17325)
  Reported by: glwgoes

  (closes issue #17118)
  Reported by: erikje

  possibly other issues, too ...
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@278479 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 278463 via svnmerge from
Tilghman Lesher [Wed, 21 Jul 2010 15:58:20 +0000 (15:58 +0000)] 
Merged revisions 278463 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r278463 | tilghman | 2010-07-21 10:56:05 -0500 (Wed, 21 Jul 2010) | 11 lines

  Ensure realtime conferences are treated the same as static conferences when trying to find an empty one.

  Also, parse the useropts properly, when retrieving from realtime, and add them
  to the existing flags.

  (closes issue #17502)
   Reported by: kenji
   Patches:
         20100720__issue17502.diff.txt uploaded by tilghman (license 14)
   Tested by: kenji
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@278464 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 278275 via svnmerge from
Tilghman Lesher [Tue, 20 Jul 2010 22:43:51 +0000 (22:43 +0000)] 
Merged revisions 278275 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r278275 | tilghman | 2010-07-20 17:40:19 -0500 (Tue, 20 Jul 2010) | 14 lines

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

  ........
    r278261 | tilghman | 2010-07-20 17:23:13 -0500 (Tue, 20 Jul 2010) | 7 lines

    Delete IMAP messages in reverse order, to ensure reordering after each expunge does not cause deletion of the wrong message.

    (closes issue #16350)
     Reported by: noahisaac
     Patches:
           20100623__issue16350.diff.txt uploaded by tilghman (license 14)
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@278276 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 278272 via svnmerge from
Tilghman Lesher [Tue, 20 Jul 2010 22:30:46 +0000 (22:30 +0000)] 
Merged revisions 278272 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r278272 | tilghman | 2010-07-20 17:26:23 -0500 (Tue, 20 Jul 2010) | 11 lines

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

  ........
    r278167 | tilghman | 2010-07-20 15:59:06 -0500 (Tue, 20 Jul 2010) | 4 lines

    Do not queue up DTMF frames while a call is on hold.

    (Fixes ABE-2110)
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@278273 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 278024 via svnmerge from
Tilghman Lesher [Tue, 20 Jul 2010 16:54:20 +0000 (16:54 +0000)] 
Merged revisions 278024 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r278024 | tilghman | 2010-07-20 11:50:11 -0500 (Tue, 20 Jul 2010) | 14 lines

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

  ........
    r278023 | tilghman | 2010-07-20 11:37:18 -0500 (Tue, 20 Jul 2010) | 7 lines

    Off-by-one error

    (closes issue #16506)
     Reported by: nik600
     Patches:
           20100629__issue16506.diff.txt uploaded by tilghman (license 14)
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@278025 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 277945 via svnmerge from
Jean Galarneau [Mon, 19 Jul 2010 21:21:20 +0000 (21:21 +0000)] 
Merged revisions 277945 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r277945 | jeang | 2010-07-19 16:07:08 -0500 (Mon, 19 Jul 2010) | 15 lines

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

  ........
    r277906 | jeang | 2010-07-19 15:16:36 -0500 (Mon, 19 Jul 2010) | 7 lines

    Avoid trying to pickup a parked extension before the park operation is completed.

    A crash could occur if the extension is picked up while the parking extension is
    being announced. Testing pu->notquiteyet while searching for a parked extension
    resolves this crash.

    (ABE-2418)
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@277966 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerge issues...
Tilghman Lesher [Sat, 17 Jul 2010 17:52:28 +0000 (17:52 +0000)] 
Merge issues...

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@277777 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 277775 via svnmerge from
Tilghman Lesher [Sat, 17 Jul 2010 17:43:50 +0000 (17:43 +0000)] 
Merged revisions 277775 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r277775 | tilghman | 2010-07-17 12:42:32 -0500 (Sat, 17 Jul 2010) | 12 lines

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

  ........
    r277738 | tilghman | 2010-07-17 11:59:11 -0500 (Sat, 17 Jul 2010) | 5 lines

    Remove uclibc cross-compile triplet, as uclibc has a working fork()... it's only uclinux that does not.

    (closes issue #17616)
     Reported by: pprindeville
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@277776 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 277773 via svnmerge from
Tilghman Lesher [Sat, 17 Jul 2010 17:41:01 +0000 (17:41 +0000)] 
Merged revisions 277773 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r277773 | tilghman | 2010-07-17 12:39:28 -0500 (Sat, 17 Jul 2010) | 15 lines

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

  ........
    r277568 | tilghman | 2010-07-16 16:54:29 -0500 (Fri, 16 Jul 2010) | 8 lines

    Since we split values at the semicolon, we should store values with a semicolon as an encoded value.

    (closes issue #17369)
     Reported by: gkservice
     Patches:
           20100625__issue17369.diff.txt uploaded by tilghman (license 14)
     Tested by: tilghman
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@277774 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 277657 via svnmerge from
Tim Ringenbach [Fri, 16 Jul 2010 23:37:28 +0000 (23:37 +0000)] 
Merged revisions 277657 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r277657 | tringenbach | 2010-07-16 18:23:15 -0500 (Fri, 16 Jul 2010) | 16 lines

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

  ........
    r277625 | tringenbach | 2010-07-16 17:43:39 -0500 (Fri, 16 Jul 2010) | 9 lines

    Save and restore AST_FLAG_BRIDGE_HANGUP_DONT on attended transfer.

    ast_bridge_call() clears AST_FLAG_BRIDGE_HANGUP_DONT. But during an attended
    transfer, ast_bridge_call() is called for a second bridge on the same channel,
    and it clears that flag, which still needs to get set for when the original
    ast_bridge_call() gets control back and checks it.

    Review: https://reviewboard.asterisk.org/r/741
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@277666 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 277530 via svnmerge from
Matthew Nicholson [Fri, 16 Jul 2010 21:31:49 +0000 (21:31 +0000)] 
Merged revisions 277530 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r277530 | mnicholson | 2010-07-16 16:24:45 -0500 (Fri, 16 Jul 2010) | 11 lines

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

  ........
    r277497 | mnicholson | 2010-07-16 16:18:38 -0500 (Fri, 16 Jul 2010) | 4 lines

    Default to no udptl error correction so that error correction will be disabled in the event that the remote end indicates that they do not support the error correction mode we requested.

    FAX-128
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@277563 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 277488 via svnmerge from
Jeff Peeler [Fri, 16 Jul 2010 21:16:51 +0000 (21:16 +0000)] 
Merged revisions 277488 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r277488 | jpeeler | 2010-07-16 16:16:08 -0500 (Fri, 16 Jul 2010) | 10 lines

  Fix reporting estimated queue hold time.

  Just say the number of seconds (after minutes) rather than doing some incorrect
  calculation with respect to minutes.

  (closes issue #17498)
  Reported by: corruptor
  Patches:
        holdesecs_bug.diff uploaded by corruptor (license 253)
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@277489 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 277467 via svnmerge from
Richard Mudgett [Fri, 16 Jul 2010 20:35:34 +0000 (20:35 +0000)] 
Merged revisions 277467 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r277467 | rmudgett | 2010-07-16 15:27:51 -0500 (Fri, 16 Jul 2010) | 22 lines

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

  ........
    r277419 | rmudgett | 2010-07-16 15:18:54 -0500 (Fri, 16 Jul 2010) | 15 lines

    priexclusive in chan_dahdi.conf ignored when reloading dahdi module

    During a reload, the priexclusive and outsignalling parameters are not
    read in from the config file as intended.  Unfortunately, they get set to
    defaults as a result.  This patch makes sure that they do not get set to
    defaults during a reload.

    (closes issue #17441)
    Reported by: mtryfoss
    Patches:
          issue17441_v1.4.patch uploaded by rmudgett (license 664)
          issue17441_v1.6.2.patch uploaded by rmudgett (license 664)
          issue17441_trunk.patch uploaded by rmudgett (license 664)
    Tested by: rmudgett
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@277485 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 277452 via svnmerge from
Tilghman Lesher [Fri, 16 Jul 2010 20:30:40 +0000 (20:30 +0000)] 
Merged revisions 277452 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r277452 | tilghman | 2010-07-16 15:25:11 -0500 (Fri, 16 Jul 2010) | 2 lines

  Add documentation for MOH realtime fields
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@277478 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 277366 via svnmerge from
Jeff Peeler [Fri, 16 Jul 2010 19:24:38 +0000 (19:24 +0000)] 
Merged revisions 277366 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r277366 | jpeeler | 2010-07-16 14:22:49 -0500 (Fri, 16 Jul 2010) | 7 lines

  Add missing handling for ringing state for use with queue empty options.

  (closes issue #17471)
  Reported by: jazzy
  Patches:
        app_queue.c.diff uploaded by jazzy (license 1056)
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@277377 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 277331 via svnmerge from
Matthew Nicholson [Fri, 16 Jul 2010 18:33:05 +0000 (18:33 +0000)] 
Merged revisions 277331 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r277331 | mnicholson | 2010-07-16 13:31:08 -0500 (Fri, 16 Jul 2010) | 15 lines

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

  ........
    r277327 | mnicholson | 2010-07-16 13:30:22 -0500 (Fri, 16 Jul 2010) | 8 lines

    Interpret device state AST_DEVICE_UNKNOWN as extension state AST_EXTENSION_NOT_INUSE.

    (closes issue #16035)
    Reported by: francesco_r
    Patches:
          pbx.c.patch uploaded by viniciusfontes (license 978)
    Tested by: francesco_r, agx, lawbar
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@277338 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 277263 via svnmerge from
Tilghman Lesher [Fri, 16 Jul 2010 18:14:56 +0000 (18:14 +0000)] 
Merged revisions 277263 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r277263 | tilghman | 2010-07-16 13:14:05 -0500 (Fri, 16 Jul 2010) | 12 lines

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

  ........
    r277261 | tilghman | 2010-07-16 13:04:11 -0500 (Fri, 16 Jul 2010) | 5 lines

    If variable gotten is not set, will segfault on Solaris.

    (closes issue #17636)
     Reported by: bklang
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@277264 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 277250 via svnmerge from
Matthew Nicholson [Fri, 16 Jul 2010 17:31:30 +0000 (17:31 +0000)] 
Merged revisions 277250 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r277250 | mnicholson | 2010-07-16 12:30:39 -0500 (Fri, 16 Jul 2010) | 11 lines

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

  ........
    r277247 | mnicholson | 2010-07-16 12:29:57 -0500 (Fri, 16 Jul 2010) | 4 lines

    For pass through DTMF tones, measure the actual duration between the begin and end packets on the wire.  If it is detected to be less than AST_MIN_DTMF_DURATION, trigger dtmf emulation.

    AST-362
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@277256 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 277183 via svnmerge from
Paul Belanger [Fri, 16 Jul 2010 17:18:01 +0000 (17:18 +0000)] 
Merged revisions 277183 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r277183 | pabelanger | 2010-07-16 13:13:46 -0400 (Fri, 16 Jul 2010) | 15 lines

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

  ........
    r277182 | pabelanger | 2010-07-16 13:10:36 -0400 (Fri, 16 Jul 2010) | 8 lines

    Total analysis time error with SIP and silence suppression

    When using app_amd with SIP providers that have silence
    suppression on, the iTotalTime count increases exponentially.

    (closes issue #17656)
    Reported by: juls
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@277188 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 277143 via svnmerge from
Sean Bright [Fri, 16 Jul 2010 15:21:46 +0000 (15:21 +0000)] 
Merged revisions 277143 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r277143 | seanbright | 2010-07-16 11:20:40 -0400 (Fri, 16 Jul 2010) | 8 lines

  Avoid crashing when installing a duplicate translation path with a lower cost.

  (closes issue #17092)
  Reported by: moy
  Patches:
        translate.rev254273.patch uploaded by moy (license 222)
  Tested by: moy
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@277144 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 276788 via svnmerge from
Jeff Peeler [Thu, 15 Jul 2010 20:42:43 +0000 (20:42 +0000)] 
Merged revisions 276788 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r276788 | jpeeler | 2010-07-15 15:21:03 -0500 (Thu, 15 Jul 2010) | 6 lines

  Correct not setting the bindport before attempting to open the socket.

  Related to changes from 276571, I was accidentally testing with a port set in
  my configuration causing me to miss this. Also moved the TCP handling as well
  to occur before build_peer is called.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@276809 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 276653 via svnmerge from
Jeff Peeler [Thu, 15 Jul 2010 13:52:32 +0000 (13:52 +0000)] 
Merged revisions 276653 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r276653 | jpeeler | 2010-07-15 08:51:11 -0500 (Thu, 15 Jul 2010) | 9 lines

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

  ........
    r276652 | jpeeler | 2010-07-15 08:48:58 -0500 (Thu, 15 Jul 2010) | 2 lines

    In a perfect world, the frame source would never be NULL. In the meantime, don't crash when it is.
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@276654 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 276571 via svnmerge from
Jeff Peeler [Wed, 14 Jul 2010 23:07:50 +0000 (23:07 +0000)] 
Merged revisions 276571 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r276571 | jpeeler | 2010-07-14 17:58:24 -0500 (Wed, 14 Jul 2010) | 21 lines

  Fix MWI notification transmission problems over SIP.

  MWI updates were not being sent if no messages were found in the event cache.
  This was corrected since a phone may need to clear its MWI status configured
  previously from another mailbox.

  Upon module or sip reload, MWI updates could not be sent due to the sipsock
  socket not being set early enough in reload_config. The code handling the
  descriptor assignment and such has simply been moved before the call to
  build_peer.

  Issuing a sip reload cleared the IP address of the peer, but skipped checking
  the database for registration information. The database is now checked both
  for sip reload and actually reloading the module.

  If a transmission occurs before the do_monitor thread has started, do not
  attempt to send a signal to it.

  (closes issue #17398)
  Reported by: ip-rob
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@276572 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 276441 via svnmerge from
Kevin P. Fleming [Wed, 14 Jul 2010 20:16:28 +0000 (20:16 +0000)] 
Merged revisions 276441 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r276441 | kpfleming | 2010-07-14 15:15:48 -0500 (Wed, 14 Jul 2010) | 4 lines

  Don't try to call an embedded module's backup_globals() function until
  after confirming it exists.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@276442 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 276268 via svnmerge from
Leif Madsen [Wed, 14 Jul 2010 11:52:24 +0000 (11:52 +0000)] 
Merged revisions 276268 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r276268 | lmadsen | 2010-07-14 06:51:48 -0500 (Wed, 14 Jul 2010) | 9 lines

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

  ........
    r276267 | lmadsen | 2010-07-14 06:49:01 -0500 (Wed, 14 Jul 2010) | 1 line

    Update documentation for voicemail.conf externpass option.
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@276269 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 276124 via svnmerge from
Russell Bryant [Tue, 13 Jul 2010 19:11:24 +0000 (19:11 +0000)] 
Merged revisions 276124 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r276124 | russell | 2010-07-13 14:09:42 -0500 (Tue, 13 Jul 2010) | 9 lines

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

  ........
    r276123 | russell | 2010-07-13 14:06:53 -0500 (Tue, 13 Jul 2010) | 2 lines

    Use chan->cdr instead of chan_cdr (just like peer->cdr instead of peer_cdr in the last commit).
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@276125 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 276074 via svnmerge from
Jeff Peeler [Tue, 13 Jul 2010 19:01:29 +0000 (19:01 +0000)] 
Merged revisions 276074 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r276074 | jpeeler | 2010-07-13 12:37:40 -0500 (Tue, 13 Jul 2010) | 19 lines

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

  ........
    r275773 | jpeeler | 2010-07-12 15:34:51 -0500 (Mon, 12 Jul 2010) | 12 lines

    Make user removals and traversals thread safe in meetme.

    Race conditions present in meetme involving the user list where a lack of
    locking has the potential for a user to be removed during a traversal or as in
    the case of the reporter after checking if the list is empty could cause a
    crash. Fixing this was done by convering the userlist to an ao2 container.

    (closes issue #17390)
    Reported by: Vince

    Review: https://reviewboard.asterisk.org/r/746/
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@276121 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 275995 via svnmerge from
Russell Bryant [Tue, 13 Jul 2010 16:55:22 +0000 (16:55 +0000)] 
Merged revisions 275995 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r275995 | russell | 2010-07-13 11:53:44 -0500 (Tue, 13 Jul 2010) | 21 lines

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

  ........
    r275994 | russell | 2010-07-13 11:51:18 -0500 (Tue, 13 Jul 2010) | 14 lines

    Access peer->cdr directly instead of through a saved off reference.

    At this point in the code, it is possible that peer_cdr may be invalid.
    Specifically, in the blind transfer code, CDRs are swapped between channels.
    So, peer_cdr is no longer == peer->cdr.

    The scenario that exposed a crash in this code was a blind transfer that hit
    the system call limit, causing the transferee channel to get destroyed after
    the transfer attempt failed.  Even if it succeeds and this code doesn't crash,
    this code was still trying to reset a CDR on a channel that was now owned by
    a different thread, which is a BadThing(tm).

    (ABE-2417)
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@275996 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 275910 via svnmerge from
Tilghman Lesher [Tue, 13 Jul 2010 14:49:46 +0000 (14:49 +0000)] 
Merged revisions 275910 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r275910 | tilghman | 2010-07-13 09:48:40 -0500 (Tue, 13 Jul 2010) | 9 lines

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

  ........
    r275909 | tilghman | 2010-07-13 09:47:30 -0500 (Tue, 13 Jul 2010) | 2 lines

    Move SQL scripts into their own database-specific directories.
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@275911 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 275682 via svnmerge from
Jeff Peeler [Mon, 12 Jul 2010 17:26:10 +0000 (17:26 +0000)] 
Merged revisions 275682 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r275682 | jpeeler | 2010-07-12 12:21:01 -0500 (Mon, 12 Jul 2010) | 18 lines

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

  ........
    r275665 | jpeeler | 2010-07-12 11:58:39 -0500 (Mon, 12 Jul 2010) | 11 lines

    Change ast_write to not stop generator when called from ast_prod.

    For SIP channels configured with the progressinband option on, the ringback was
    being immediately stopped. This problem was due to ast_prod being moved for a
    deadlock fix in 259858. Prodding the channel after setting up the generator
    triggered the check in ast_write to stop the generator. The fix here should
    write the frame the same as was done before the call to ast_prod was moved.

    (closes issue #17372)
    Reported by: tech_admin
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@275706 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 275626 via svnmerge from
Leif Madsen [Mon, 12 Jul 2010 15:38:11 +0000 (15:38 +0000)] 
Merged revisions 275626 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r275626 | lmadsen | 2010-07-12 10:37:01 -0500 (Mon, 12 Jul 2010) | 11 lines

  cdr_pgsql does not detect when a table is found.

  This change adds an ERROR message to let you know when a failure exists to
  get the columns from the pgsql database, which typically means that the
  table does not exist.

  (closes issue #17478)
  Reported by: kobaz
  Patches:
        cdr_pgsql.patch uploaded by kobaz (license 834)
  Tested by: kobaz, russell, lmadsen
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@275627 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 245192 via svnmerge from
Russell Bryant [Sat, 10 Jul 2010 15:11:01 +0000 (15:11 +0000)] 
Merged revisions 245192 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r245192 | mmichelson | 2010-02-06 08:43:03 -0600 (Sat, 06 Feb 2010) | 21 lines

  Remove useless sip options related to hash table size.

  First off, these options weren't actually doing anything.
  By the time the options were parsed, the peer and dialog
  containers had already been allocated with their default
  values.

  Second, hash table size is something that doesn't really
  make sense to change in a config file. If a user is that
  interested in changing the hashtable size, he can modify
  the source itself.

  I have removed the parsing of the hash_peer, hash_user,
  and hash_dialog options. I have removed the hash_user_size
  variable altogether since it is not used at all. I also
  changed hash_peer_size and hash_dialog_size to be constant,
  and have changed the symbols to be in all caps as constants
  typically are. I have also removed the entire section in
  sip.conf.sample regarding configurable hashtable sizes.
........

(merge to 1.6.2 inspired by issue #17553)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@275469 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agounblock a rev
Russell Bryant [Sat, 10 Jul 2010 15:08:22 +0000 (15:08 +0000)] 
unblock a rev

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@275468 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 275424 via svnmerge from
Russell Bryant [Fri, 9 Jul 2010 22:01:01 +0000 (22:01 +0000)] 
Merged revisions 275424 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r275424 | russell | 2010-07-09 16:57:21 -0500 (Fri, 09 Jul 2010) | 27 lines

  Fix some issues related to dynamic feature groups in features.conf.

  The bridge handling code did not properly consider feature groups when setting
  parameters that would affect whether or not a native bridge would be attempted.
  If DYNAMIC_FEATURES only include a feature group, a native bridge would occur
  that may prevent features from working.

  Fix a bug in verbose output that would show the key mapping as empty if it was
  using the default mapping and not a custom mapping in the feature group.

  Add feature groups to the output of "features show".

  Adjust the feature execution logic to match that of the logic when executing
  a feature that was not configured through a feature group.

  Update features.conf.sample to show that an '=' is still required if using
  the default key mapping from [applicationmap].

  Finally, clean up a little bit of formatting to better coform to coding
  guidelines while in the area.

  (closes issue #17589)
  Reported by: lmadsen
  Patches:
        issue_17589.rev4.txt uploaded by russell (license 2)
  Tested by: russell, lmadsen
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@275425 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 275310 via svnmerge from
Russell Bryant [Fri, 9 Jul 2010 19:59:08 +0000 (19:59 +0000)] 
Merged revisions 275310 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r275310 | russell | 2010-07-09 14:58:06 -0500 (Fri, 09 Jul 2010) | 2 lines

  Add missing ao2_iterator_destroy().
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@275311 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 275249 via svnmerge from
Paul Belanger [Fri, 9 Jul 2010 19:23:19 +0000 (19:23 +0000)] 
Merged revisions 275249 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r275249 | pabelanger | 2010-07-09 15:21:27 -0400 (Fri, 09 Jul 2010) | 15 lines

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

  ........
    r275241 | pabelanger | 2010-07-09 15:20:00 -0400 (Fri, 09 Jul 2010) | 8 lines

    Fix logging message for stale nonce.

    (closes issue #17582)
    Reported by: kenner
    Patches:
          chan_sip.c.diff uploaded by kenner (license 1040)
    Tested by: lmadsen
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@275260 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 275186 via svnmerge from
Matthew Nicholson [Fri, 9 Jul 2010 18:24:45 +0000 (18:24 +0000)] 
Merged revisions 275186 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r275186 | mnicholson | 2010-07-09 13:24:03 -0500 (Fri, 09 Jul 2010) | 9 lines

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

  ........
    r275182 | mnicholson | 2010-07-09 13:23:23 -0500 (Fri, 09 Jul 2010) | 2 lines

    give a better error message when attempting to unload a module that is not loaded
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@275191 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 275147 via svnmerge from
Russell Bryant [Fri, 9 Jul 2010 18:11:57 +0000 (18:11 +0000)] 
Merged revisions 275147 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r275147 | russell | 2010-07-09 13:11:13 -0500 (Fri, 09 Jul 2010) | 2 lines

  Move parking lot sample config out from the middle of dynamic features sample config.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@275148 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 275144 via svnmerge from
Matthew Nicholson [Fri, 9 Jul 2010 17:51:16 +0000 (17:51 +0000)] 
Merged revisions 275144 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r275144 | mnicholson | 2010-07-09 12:50:45 -0500 (Fri, 09 Jul 2010) | 9 lines

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

  ........
    r275143 | mnicholson | 2010-07-09 12:50:05 -0500 (Fri, 09 Jul 2010) | 2 lines

    don't unload modules that returned AST_MODULE_LOAD_DECLINE when they were loaded
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@275145 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 275028 via svnmerge from
Matthew Nicholson [Fri, 9 Jul 2010 16:06:43 +0000 (16:06 +0000)] 
Merged revisions 275028 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r275028 | mnicholson | 2010-07-09 11:05:58 -0500 (Fri, 09 Jul 2010) | 15 lines

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

  ........
    r275027 | mnicholson | 2010-07-09 11:04:21 -0500 (Fri, 09 Jul 2010) | 8 lines

    Clear the AST_CDR_FLAG_DIALED flag for channels going into the pbx via the G option in app_dial

    (closes issue #17592)
    Reported by: jamicque
    Patches:
          G-flag-cdr-fix1.diff uploaded by mnicholson (license 96)
    Tested by: jamicque, mnicholson
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@275029 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 275022 via svnmerge from
Russell Bryant [Fri, 9 Jul 2010 15:39:22 +0000 (15:39 +0000)] 
Merged revisions 275022 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r275022 | russell | 2010-07-09 10:35:53 -0500 (Fri, 09 Jul 2010) | 11 lines

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

  ........
    r275021 | russell | 2010-07-09 10:33:08 -0500 (Fri, 09 Jul 2010) | 4 lines

    Document that a leading and trailing slash is expected for test categories.

    Also, emit a warning if a test is registered without one of these.
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@275023 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 274639 via svnmerge from
Richard Mudgett [Wed, 7 Jul 2010 18:34:27 +0000 (18:34 +0000)] 
Merged revisions 274639 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r274639 | rmudgett | 2010-07-07 13:32:35 -0500 (Wed, 07 Jul 2010) | 1 line

  Add missing conditional around chan_dahdi mfcr2_skip_category config parameter.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@274640 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 274595 via svnmerge from
Richard Mudgett [Wed, 7 Jul 2010 18:26:42 +0000 (18:26 +0000)] 
Merged revisions 274595 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r274595 | rmudgett | 2010-07-07 13:20:00 -0500 (Wed, 07 Jul 2010) | 9 lines

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

  ........
    r274579 | rmudgett | 2010-07-07 13:12:41 -0500 (Wed, 07 Jul 2010) | 1 line

    Close the DAHDI FD on error when processing chan_dahdi toneduration config parameter.
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@274627 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 274418 via svnmerge from
Tilghman Lesher [Wed, 7 Jul 2010 06:16:33 +0000 (06:16 +0000)] 
Merged revisions 274418 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r274418 | tilghman | 2010-07-07 01:15:43 -0500 (Wed, 07 Jul 2010) | 15 lines

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

  ........
    r274417 | tilghman | 2010-07-07 01:13:54 -0500 (Wed, 07 Jul 2010) | 8 lines

    Correct how 100, 200, 300, etc. is said.  Also add the crazy British numbers.

    (closes issue #16102)
     Reported by: Delvar
     Patches:
           say.conf.fix.patch uploaded by Delvar (license 908)
           (plus a few additional fixes and simplifications by me)
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@274419 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 274284 via svnmerge from
Terry Wilson [Tue, 6 Jul 2010 23:06:32 +0000 (23:06 +0000)] 
Merged revisions 274284 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r274284 | twilson | 2010-07-06 17:15:27 -0500 (Tue, 06 Jul 2010) | 18 lines

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

  ........
    r274280 | twilson | 2010-07-06 17:08:20 -0500 (Tue, 06 Jul 2010) | 9 lines

    Add option to not do a call forward on 482 Loop Detected

    Asterisk has always set up a forwarded call when receiving a 482 Loop Detected.
    This prevents handling the call failure by just continuing on in the dialplan.
    Since this would be a change in behavior, the new option to disable this
    behavior is forwardloopdetected which defaults to 'yes'.

    Review: https://reviewboard.asterisk.org/r/764/
  ........

................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@274360 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 274316 via svnmerge from
Jeff Peeler [Tue, 6 Jul 2010 22:30:06 +0000 (22:30 +0000)] 
Merged revisions 274316 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r274316 | jpeeler | 2010-07-06 17:23:35 -0500 (Tue, 06 Jul 2010) | 14 lines

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

  ........
    r274283 | jpeeler | 2010-07-06 17:15:21 -0500 (Tue, 06 Jul 2010) | 7 lines

    Correct sip.conf.sample comments for prematuremedia option.

    (closes issue #17513)
    Reported by: festr
    Patches:
          patch uploaded by festr (license 443)
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@274347 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 274281 via svnmerge from
Tilghman Lesher [Tue, 6 Jul 2010 22:10:23 +0000 (22:10 +0000)] 
Merged revisions 274281 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r274281 | tilghman | 2010-07-06 17:09:23 -0500 (Tue, 06 Jul 2010) | 2 lines

  Status shows all non-CRC4 lines as "yellow", even if "yellow" was not in the bitfield.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@274282 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 274164 via svnmerge from
Mark Michelson [Tue, 6 Jul 2010 14:33:16 +0000 (14:33 +0000)] 
Merged revisions 274164 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r274164 | mmichelson | 2010-07-06 09:31:13 -0500 (Tue, 06 Jul 2010) | 22 lines

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

  ........
    r274157 | mmichelson | 2010-07-06 09:29:23 -0500 (Tue, 06 Jul 2010) | 16 lines

    Fix problem with RFC 2833 DTMF not being accepted.

    A recent check was added to ensure that we did not erroneously
    detect duplicate DTMF when we received packets out of order.
    The problem was that the check did not account for the fact that
    the seqno of an RTP stream will roll over back to 0 after hitting
    65535. Now, we have a secondary check that will ensure that the
    seqno rolling over will not cause us to stop accepting DTMF.

    (closes issue #17571)
    Reported by: mdeneen
    Patches:
          rtp_seqno_rollover.patch uploaded by mmichelson (license 60)
    Tested by: richardf, maxochoa, JJCinAZ
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@274168 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 273886 via svnmerge from
Paul Belanger [Mon, 5 Jul 2010 13:55:17 +0000 (13:55 +0000)] 
Merged revisions 273886 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r273886 | pabelanger | 2010-07-05 09:53:44 -0400 (Mon, 05 Jul 2010) | 15 lines

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

  ........
    r273884 | pabelanger | 2010-07-05 09:51:29 -0400 (Mon, 05 Jul 2010) | 8 lines

    Remove extra line breaks from 'core show config mappings'

    (closes issue #17583)
    Reported by: pabelanger
    Patches:
          issue17583.patch uploaded by pabelanger (license 224)
    Tested by: lmadsen
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@273888 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 273830 via svnmerge from
Tilghman Lesher [Sat, 3 Jul 2010 02:43:06 +0000 (02:43 +0000)] 
Merged revisions 273830 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r273830 | tilghman | 2010-07-02 21:36:31 -0500 (Fri, 02 Jul 2010) | 16 lines

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

  ........
    r273793 | tilghman | 2010-07-02 16:36:39 -0500 (Fri, 02 Jul 2010) | 9 lines

    Have the DEADLOCK_AVOIDANCE macro warn when an unlock fails, to help catch potentially large software bugs.

    (closes issue #17407)
     Reported by: pdf
     Patches:
           20100527__issue17407.diff.txt uploaded by tilghman (license 14)

    Review: https://reviewboard.asterisk.org/r/751/
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@273831 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 273718 via svnmerge from
Tilghman Lesher [Fri, 2 Jul 2010 17:11:38 +0000 (17:11 +0000)] 
Merged revisions 273718 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r273718 | tilghman | 2010-07-02 12:10:59 -0500 (Fri, 02 Jul 2010) | 15 lines

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

  ........
    r273717 | tilghman | 2010-07-02 12:09:47 -0500 (Fri, 02 Jul 2010) | 8 lines

    Autoservice loop optimization causes a busy loop, when channels are serviced while in hangup.

    (closes issue #17564)
     Reported by: ramonpeek
     Patches:
           20100630__issue17564.diff.txt uploaded by tilghman (license 14)
     Tested by: ramonpeek
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@273719 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 273714 via svnmerge from
Tilghman Lesher [Fri, 2 Jul 2010 16:59:11 +0000 (16:59 +0000)] 
Merged revisions 273714 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r273714 | tilghman | 2010-07-02 11:57:28 -0500 (Fri, 02 Jul 2010) | 2 lines

  The switch fallthrough could create some errorneous situations, so best to force directly to the default case.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@273716 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoFix typos reported by Lintian
Tzafrir Cohen [Fri, 2 Jul 2010 15:59:30 +0000 (15:59 +0000)] 
Fix typos reported by Lintian

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@273642 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 273566 via svnmerge from
Russell Bryant [Thu, 1 Jul 2010 22:17:57 +0000 (22:17 +0000)] 
Merged revisions 273566 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r273566 | russell | 2010-07-01 17:16:23 -0500 (Thu, 01 Jul 2010) | 14 lines

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

  ........
    r273565 | russell | 2010-07-01 17:09:19 -0500 (Thu, 01 Jul 2010) | 7 lines

    Don't return a partially initialized datastore.

    If memory allocation fails in ast_strdup(), don't return a partially
    initialized datastore.  Bad things may happen.

    (related to ABE-2415)
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@273571 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 273522 via svnmerge from
Jeff Peeler [Thu, 1 Jul 2010 20:29:49 +0000 (20:29 +0000)] 
Merged revisions 273522 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r273522 | jpeeler | 2010-07-01 15:28:15 -0500 (Thu, 01 Jul 2010) | 21 lines

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

  ........
    r273474 | jpeeler | 2010-07-01 15:19:16 -0500 (Thu, 01 Jul 2010) | 14 lines

    Allow admin user to join conference without using admin mode and no user pin.

    Configuring the conference in meetme.conf like the following:
    conf => 2345,,6666
    did not prompt for pin when used without admin mode. This meant that the
    conference could not be joined as an admin even if the user knew the correct
    pin. The original bug report was submitted claiming that the blank user pin
    should deny entry into the conference. I think a better way to handle this
    would be with a feature enhancement that used the following syntax:
    conf => 2345,X,6666 - where X denotes no acceptable pin allowed

    (closes issue #15704)
    Reported by: modelnine
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@273529 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 273355 via svnmerge from
Jeff Peeler [Thu, 1 Jul 2010 15:14:41 +0000 (15:14 +0000)] 
Merged revisions 273355 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r273355 | jpeeler | 2010-07-01 10:12:31 -0500 (Thu, 01 Jul 2010) | 19 lines

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

  ........
    r273354 | jpeeler | 2010-07-01 10:05:43 -0500 (Thu, 01 Jul 2010) | 12 lines

    Ensure channel placed in meetme in ringing state is properly hung up.

    An outgoing channel placed in meetme while still ringing which was then hung up
    would not exit meetme and the channel was not properly destroyed. Specifically
    checking for this scenario by looking at the appropriate control frames resolves
    the issue.

    (closes issue #15871)
    Reported by: Ivan
    Patches:
          meetme_congestion_trunk_v2.patch uploaded by Ivan (license 229)
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@273356 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 273352 via svnmerge from
Matthew Nicholson [Thu, 1 Jul 2010 14:39:11 +0000 (14:39 +0000)] 
Merged revisions 273352 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r273352 | mnicholson | 2010-07-01 09:37:37 -0500 (Thu, 01 Jul 2010) | 2 lines

  Fixed whitespace problems
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@273353 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 273350 via svnmerge from
Matthew Nicholson [Thu, 1 Jul 2010 14:36:50 +0000 (14:36 +0000)] 
Merged revisions 273350 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r273350 | mnicholson | 2010-07-01 09:34:31 -0500 (Thu, 01 Jul 2010) | 2 lines

  Altered my comment about TCP_NODELAY
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@273351 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 273270 via svnmerge from
Matthew Nicholson [Wed, 30 Jun 2010 18:50:12 +0000 (18:50 +0000)] 
Merged revisions 273270 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r273270 | mnicholson | 2010-06-30 13:48:21 -0500 (Wed, 30 Jun 2010) | 2 lines

  Set TCP_NODELAY on manager TCP sockets to prevent delays on outgoing packets.  This regression was introduced in r48338.

  AST-359
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@273271 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 273233 via svnmerge from
Paul Belanger [Wed, 30 Jun 2010 17:32:23 +0000 (17:32 +0000)] 
Merged revisions 273233 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r273233 | pabelanger | 2010-06-30 13:28:04 -0400 (Wed, 30 Jun 2010) | 11 lines

  Fix rt(c)p set debug ip taking wrong argument

  Also clean up some coding errors.

  (closes issue #17469)
  Reported by: wdoekes
  Patches:
        astsvn-rtp-set-debug-ip.patch uploaded by wdoekes (license 717)
  Tested by: wdoekes, pabelanger
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@273234 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoRevert previous commit; res_rtp_asterisk.c does not exist.
Paul Belanger [Wed, 30 Jun 2010 15:55:00 +0000 (15:55 +0000)] 
Revert previous commit; res_rtp_asterisk.c does not exist.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@273194 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoUnblock revisions 218107
Paul Belanger [Wed, 30 Jun 2010 15:47:53 +0000 (15:47 +0000)] 
Unblock revisions 218107

........
  r218107 | mvanbaak | 2009-09-12 15:08:16 +0200 (Sat, 12 Sep 2009) | 8 lines

  use the actual given ip address for 'rtp set debug ip <foo>' instead of the word 'ip'

  (closes issue 0015711)
  Reported by: davidw
  Patches:
        2009082800-rtpdebug.diff.txt uploaded by mvanbaak (license 7)
  Tested by: davidw
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@273193 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 273144 via svnmerge from
Tilghman Lesher [Wed, 30 Jun 2010 01:07:57 +0000 (01:07 +0000)] 
Merged revisions 273144 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r273144 | tilghman | 2010-06-29 20:07:02 -0500 (Tue, 29 Jun 2010) | 8 lines

  Permission checking for the system application is backwards.

  (closes issue #17550)
   Reported by: kenner
   Patches:
         manager.c.diff uploaded by kenner (license 1040)
   Tested by: kenner
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@273145 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 273142 via svnmerge from
Tilghman Lesher [Wed, 30 Jun 2010 01:02:41 +0000 (01:02 +0000)] 
Merged revisions 273142 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r273142 | tilghman | 2010-06-29 20:01:14 -0500 (Tue, 29 Jun 2010) | 5 lines

  Don't attempt to proceed if our internal parser indicates an invalid file.

  (closes issue #17560)
   Reported by: Nick_Lewis
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@273143 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 273078 via svnmerge from
Tilghman Lesher [Tue, 29 Jun 2010 23:22:13 +0000 (23:22 +0000)] 
Merged revisions 273078 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r273078 | tilghman | 2010-06-29 18:20:40 -0500 (Tue, 29 Jun 2010) | 17 lines

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

  ........
    r273060 | tilghman | 2010-06-29 18:15:28 -0500 (Tue, 29 Jun 2010) | 10 lines

    Allow the "useragent" value to be restored into memory from the realtime backend.

    This value is purely informational.  It does not alter configuration at all.

    (closes issue #16029)
     Reported by: Guggemand
     Patches:
           realtime-useragent.patch uploaded by Guggemand (license 897)
     Tested by: Guggemand
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@273087 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 273058 via svnmerge from
Tilghman Lesher [Tue, 29 Jun 2010 23:01:18 +0000 (23:01 +0000)] 
Merged revisions 273058 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r273058 | tilghman | 2010-06-29 17:59:51 -0500 (Tue, 29 Jun 2010) | 11 lines

  Recorded merge of revisions 273057 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.4

  ........
    r273057 | tilghman | 2010-06-29 17:58:58 -0500 (Tue, 29 Jun 2010) | 4 lines

    _Really_ skip the channel... don't just retry for another 200 cycles.

    (Closes issue SWP-1652, ABE-2240)
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@273059 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 273054 via svnmerge from
Tilghman Lesher [Tue, 29 Jun 2010 22:41:16 +0000 (22:41 +0000)] 
Merged revisions 273054 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r273054 | tilghman | 2010-06-29 17:39:22 -0500 (Tue, 29 Jun 2010) | 11 lines

  Send DialPlanComplete as a response, not as a separate event.

  Otherwise, it goes to all manager sessions and may exclude the current session,
  if the Events mask excludes it.

  (closes issue #17504)
   Reported by: rrb3942
   Patches:
         showdialplan_patch.diff uploaded by rrb3942 (license 1003)
   Tested by: rrb3942
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@273056 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 253357 via svnmerge from
Russell Bryant [Tue, 29 Jun 2010 16:43:33 +0000 (16:43 +0000)] 
Merged revisions 253357 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r253357 | russell | 2010-03-18 13:18:43 -0500 (Thu, 18 Mar 2010) | 8 lines

  Increase CLI command output timeout for asterisk -rx to 60 seconds.

  (closes issue #17049)
  Reported by: russell
  Tested by: russell

  Review: https://reviewboard.asterisk.org/r/573/
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@272972 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 272926 via svnmerge from
Tilghman Lesher [Mon, 28 Jun 2010 21:51:52 +0000 (21:51 +0000)] 
Merged revisions 272926 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r272926 | tilghman | 2010-06-28 16:50:57 -0500 (Mon, 28 Jun 2010) | 15 lines

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

  ........
    r272925 | tilghman | 2010-06-28 16:50:02 -0500 (Mon, 28 Jun 2010) | 8 lines

    Don't change ownership/group/permissions on run directory, if it already exists.

    (closes issue #17076)
     Reported by: stuarth
     Patches:
           20100324__issue17076.diff.txt uploaded by tilghman (license 14)
     Tested by: stuarth
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@272927 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 272923 via svnmerge from
Tilghman Lesher [Mon, 28 Jun 2010 21:46:46 +0000 (21:46 +0000)] 
Merged revisions 272923 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r272923 | tilghman | 2010-06-28 16:42:52 -0500 (Mon, 28 Jun 2010) | 19 lines

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

  ........
    r272921 | tilghman | 2010-06-28 16:29:27 -0500 (Mon, 28 Jun 2010) | 8 lines

    Change the way that we read include files, to accommodate for changes in GCC 4.4.

    (closes issue #17472)
     Reported by: seandarcy
     Patches:
           config2.patch uploaded by nivan (license 1066)
     Tested by: nivan
  ........
    r272922 | tilghman | 2010-06-28 16:38:49 -0500 (Mon, 28 Jun 2010) | 2 lines

    Also trim trailing blanks on #includes
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@272924 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoBackport applicable parts of test_astobj2 from trunk.
Russell Bryant [Mon, 28 Jun 2010 18:50:00 +0000 (18:50 +0000)] 
Backport applicable parts of test_astobj2 from trunk.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@272882 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 272805 via svnmerge from
Mark Michelson [Mon, 28 Jun 2010 17:37:21 +0000 (17:37 +0000)] 
Merged revisions 272805 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r272805 | mmichelson | 2010-06-28 12:33:12 -0500 (Mon, 28 Jun 2010) | 11 lines

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

  ........
    r272804 | mmichelson | 2010-06-28 12:31:40 -0500 (Mon, 28 Jun 2010) | 5 lines

    Decode URI in contact header of 302 response.

    ABE-2352
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@272806 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoremove accidentally added file.
Russell Bryant [Mon, 28 Jun 2010 15:36:18 +0000 (15:36 +0000)] 
remove accidentally added file.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@272686 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 272684 via svnmerge from
Russell Bryant [Mon, 28 Jun 2010 15:36:03 +0000 (15:36 +0000)] 
Merged revisions 272684 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r272684 | russell | 2010-06-28 10:33:32 -0500 (Mon, 28 Jun 2010) | 2 lines

  Use the underscore package so that underscores do not need to be escaped.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@272685 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 272568 via svnmerge from
Tilghman Lesher [Fri, 25 Jun 2010 20:20:28 +0000 (20:20 +0000)] 
Merged revisions 272568 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r272568 | tilghman | 2010-06-25 15:18:47 -0500 (Fri, 25 Jun 2010) | 12 lines

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

  ........
    r272562 | tilghman | 2010-06-25 15:17:37 -0500 (Fri, 25 Jun 2010) | 5 lines

    Make the structure of the table specified before match the queries and results.

    (closes issue #17557)
     Reported by: cmaj
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@272577 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 272533 via svnmerge from
Tilghman Lesher [Fri, 25 Jun 2010 19:24:01 +0000 (19:24 +0000)] 
Merged revisions 272533 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r272533 | tilghman | 2010-06-25 14:17:16 -0500 (Fri, 25 Jun 2010) | 2 lines

  Symlink sounds files, to save disk space, when multiple tarballs/checkouts are on the same system.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@272556 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoBackport unit test API from trunk.
Russell Bryant [Fri, 25 Jun 2010 18:58:37 +0000 (18:58 +0000)] 
Backport unit test API from trunk.

Also, update existing test modules that were already in this branch but had
been converted to the unit test API in trunk.

Review: https://reviewboard.asterisk.org/r/748/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@272531 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 272447 via svnmerge from
Richard Mudgett [Thu, 24 Jun 2010 22:19:36 +0000 (22:19 +0000)] 
Merged revisions 272447 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r272447 | rmudgett | 2010-06-24 17:11:26 -0500 (Thu, 24 Jun 2010) | 17 lines

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

  ........
    r272446 | rmudgett | 2010-06-24 16:58:49 -0500 (Thu, 24 Jun 2010) | 10 lines

    ss_thread calls pri_grab without lock during overlap dial

    Recent changes to chan_dahdi with relation to overlap dialing call
    pri_grab without first obtaining a lock.

    (closes issue #17414)
    Reported by: pdf
    Patches:
          bug17414.patch uploaded by jpeeler (license 325)
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@272459 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 272254,272256 via svnmerge from
Terry Wilson [Wed, 23 Jun 2010 23:40:16 +0000 (23:40 +0000)] 
Merged revisions 272254,272256 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r272254 | twilson | 2010-06-23 15:53:48 -0500 (Wed, 23 Jun 2010) | 10 lines

  Honor the --with-${library}=path for AST_EXT_TOOL_CHECK

  (closes issue #16991)
  Reported by: pprindeville
  Patches:
        with_netsnmp.patch.txt uploaded by twilson (license 396)
  Tested by: twilson

  Review: https://reviewboard.asterisk.org/r/739/
........
  r272256 | twilson | 2010-06-23 15:59:17 -0500 (Wed, 23 Jun 2010) | 2 lines

  Update configure when changing autconf m4 files...
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@272440 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 272370 via svnmerge from
Russell Bryant [Wed, 23 Jun 2010 23:14:13 +0000 (23:14 +0000)] 
Merged revisions 272370 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r272370 | russell | 2010-06-23 18:09:28 -0500 (Wed, 23 Jun 2010) | 23 lines

  Resolve some errors produced during module unload of chan_iax2.

  The external test suite stops Asterisk using the "core stop gracefully" command.
  The logs from the tests show that there are a number of problems with Asterisk
  trying to cleanly shut down.  This patch addresses the following type of error
  that comes from chan_iax2:

  [Jun 22 16:58:11] ERROR[29884]: lock.c:129 __ast_pthread_mutex_destroy:
                  chan_iax2.c line 11371 (iax2_process_thread_cleanup):
                  Error destroying mutex &thread->lock: Device or resource busy

  For an example in the context of a build, see:

  http://bamboo.asterisk.org/browse/AST-TRUNK-739/log

  The primary purpose of this patch is to change the thread pool shutdown
  procedure to be more explicit to ensure that the thread exits from a point
  where it is not holding a lock.  While testing that, I encountered various
  crashes due to the order of operations in unload_module() being problematic.
  I reordered some things there, as well.

  Review: https://reviewboard.asterisk.org/r/736/
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@272371 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 272368 via svnmerge from
Matthew Nicholson [Wed, 23 Jun 2010 22:37:24 +0000 (22:37 +0000)] 
Merged revisions 272368 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r272368 | mnicholson | 2010-06-23 17:36:49 -0500 (Wed, 23 Jun 2010) | 16 lines

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

  This version of the patch only adds AgentComplete for attended transfers.  It was already present for blind transfers.

  ........
    r272367 | mnicholson | 2010-06-23 17:33:51 -0500 (Wed, 23 Jun 2010) | 8 lines

    Send AgentComplete manager events in the event of blind and attended transfers.

    (closes issue #16819)
    Reported by: elbriga
    Patches:
          app_queue.diff uploaded by elbriga (license 482)
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@272369 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 272332 via svnmerge from
Tilghman Lesher [Wed, 23 Jun 2010 21:54:59 +0000 (21:54 +0000)] 
Merged revisions 272332 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r272332 | tilghman | 2010-06-23 16:53:49 -0500 (Wed, 23 Jun 2010) | 8 lines

  If there is realtime configuration, it does not get re-read on reload unless the config file also changes.

  (closes issue #16982)
   Reported by: dmitri
   Patches:
         res_musiconhold.patch uploaded by dmitri (license 1001)
   Tested by: atis
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@272333 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoRevert previous commit, ast_test_flag64 does not exist in 1.6.2
Paul Belanger [Wed, 23 Jun 2010 21:15:53 +0000 (21:15 +0000)] 
Revert previous commit, ast_test_flag64 does not exist in 1.6.2

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@272263 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 272260 via svnmerge from
Tilghman Lesher [Wed, 23 Jun 2010 21:09:20 +0000 (21:09 +0000)] 
Merged revisions 272260 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r272260 | tilghman | 2010-06-23 16:06:40 -0500 (Wed, 23 Jun 2010) | 8 lines

  Ensure a NULL file while debugging cannot crash AEL.

  (closes issue #17215)
   Reported by: vazir
   Patches:
         20100518__issue17215.diff.txt uploaded by tilghman (license 14)
   Tested by: tilghman
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@272262 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 272259 via svnmerge from
Paul Belanger [Wed, 23 Jun 2010 21:07:48 +0000 (21:07 +0000)] 
Merged revisions 272259 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r272259 | pabelanger | 2010-06-23 17:06:15 -0400 (Wed, 23 Jun 2010) | 2 lines

  Fix previous merge. ast_test_flag != ast_test_flag64
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@272261 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 272257 via svnmerge from
Paul Belanger [Wed, 23 Jun 2010 21:01:47 +0000 (21:01 +0000)] 
Merged revisions 272257 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r272257 | pabelanger | 2010-06-23 17:00:00 -0400 (Wed, 23 Jun 2010) | 19 lines

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

  ........
    r272255 | pabelanger | 2010-06-23 16:57:01 -0400 (Wed, 23 Jun 2010) | 12 lines

    First caller into a dynamic conference now enter pin once.

    If MeetMe is configured to use dynamic conference
    numbers, then the first caller (which creates the
    conference) had to enter the PIN number twice.

    (closes issue #15878)
    Reported by: shawkris
    Patches:
          issue15878.patch uploaded by pabelanger (license 224)
    Tested by: pabelanger
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@272258 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 272252 via svnmerge from
Paul Belanger [Wed, 23 Jun 2010 20:37:06 +0000 (20:37 +0000)] 
Merged revisions 272252 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r272252 | pabelanger | 2010-06-23 16:35:45 -0400 (Wed, 23 Jun 2010) | 8 lines

  Correct manager variable 'EventList' case.

  (closes issue #17520)
  Reported by: kobaz
  Patches:
        manager.patch uploaded by kobaz (license 834)
  Tested by: lmadsen
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@272253 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 years agoMerged revisions 272146 via svnmerge from
Terry Wilson [Wed, 23 Jun 2010 18:41:35 +0000 (18:41 +0000)] 
Merged revisions 272146 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r272146 | twilson | 2010-06-23 13:39:20 -0500 (Wed, 23 Jun 2010) | 2 lines

  Don't start the sla thread unless we realy need it
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@272149 65c4cc65-6c06-0410-ace0-fbb531ad65f3