]> git.ipfire.org Git - thirdparty/asterisk.git/log
thirdparty/asterisk.git
15 years agoMerged revisions 258065 via svnmerge from
Jeff Peeler [Tue, 20 Apr 2010 18:04:27 +0000 (18:04 +0000)] 
Merged revisions 258065 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r258065 | jpeeler | 2010-04-20 12:06:19 -0500 (Tue, 20 Apr 2010) | 17 lines

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

  ........
    r258029 | jpeeler | 2010-04-20 11:16:33 -0500 (Tue, 20 Apr 2010) | 11 lines

    Play correct prompt when voicemail store failure occurs after attempted forward.

    If a user's mailbox was full and a message was attempted to be forwarded to
    said box, warnings on the console would indicate failure. However, the played
    prompt was that of success (vm-msgsaved). Now storage failure is taken into
    account and the correct prompt (vm-mailboxfull) is played when appropriate.

    ABE-2123
    SWP-1262
  ........
................

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

15 years agoMerged revisions 258106 via svnmerge from
Leif Madsen [Tue, 20 Apr 2010 18:02:01 +0000 (18:02 +0000)] 
Merged revisions 258106 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r258106 | lmadsen | 2010-04-20 13:01:28 -0500 (Tue, 20 Apr 2010) | 7 lines

  Add missing 'useragent' field to sip-friends.sql file.

  (closes issue #17171)
  Reported by: thehar
  Patches:
        sip-friends.patch uploaded by thehar (license 831)
  Tested by: pabelanger, thehar
........

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

15 years agoMerged revisions 257949 via svnmerge from
Jason Parker [Mon, 19 Apr 2010 21:58:23 +0000 (21:58 +0000)] 
Merged revisions 257949 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r257949 | qwell | 2010-04-19 16:57:56 -0500 (Mon, 19 Apr 2010) | 1 line

  Change log message to match severity.
........

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

15 years agoMerged revisions 257947 via svnmerge from
Jason Parker [Mon, 19 Apr 2010 21:50:14 +0000 (21:50 +0000)] 
Merged revisions 257947 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r257947 | qwell | 2010-04-19 16:49:30 -0500 (Mon, 19 Apr 2010) | 6 lines

  Don't consider a missing indications.conf to be a critical error.

  There were many changes in revision 176627 which would avoid the error that a
  missing config would have caused.  Other than this, there are no other config
  files (including asterisk.conf, surprisingly) that are required.
........

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

15 years agoMerged revisions 257810 via svnmerge from
Terry Wilson [Mon, 19 Apr 2010 18:30:20 +0000 (18:30 +0000)] 
Merged revisions 257810 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r257810 | twilson | 2010-04-19 12:57:41 -0500 (Mon, 19 Apr 2010) | 5 lines

  Fix incomplete CDR merge from r195881

  Because res/res_features.c was removed and main/cdr.c added, these changes
  didn't make it to trunk and the 1.6.x branches
........

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

15 years agoMerged revisions 257768 via svnmerge from
Tilghman Lesher [Sun, 18 Apr 2010 17:28:15 +0000 (17:28 +0000)] 
Merged revisions 257768 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r257768 | tilghman | 2010-04-18 12:25:53 -0500 (Sun, 18 Apr 2010) | 2 lines

  Removing unused configuration parameters
........

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

15 years agoMerged revisions 257713 via svnmerge from
Dwayne M. Hubbard [Fri, 16 Apr 2010 21:47:01 +0000 (21:47 +0000)] 
Merged revisions 257713 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r257713 | dhubbard | 2010-04-16 16:22:30 -0500 (Fri, 16 Apr 2010) | 28 lines

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

  ........
    r257686 | dhubbard | 2010-04-16 16:15:43 -0500 (Fri, 16 Apr 2010) | 21 lines

    Make the mixmonitor thread process audio frames faster

    Mantis issue 17078 reports MixMonitor recordings have shorter durations than
    the call duration.  This was because the mixmonitor thread was not processing
    frames from the audiohook fast enough.  The mixmonitor thread would slowly fall
    behind the most recent audio frame and when the channel hangs up, the mixmonitor
    thread would exit without processing the same number of frames as the channel;
    leaving the mixmonitor recording shorter than actual call duration.

    This revision fixes this issue by moving the ast_audiohook_trigger_wait() and
    the subsequent audiohook.status check into the block where the
    ast_audiohook_read_frame() function returns NULL.

    (closes issue #17078)
    Reported by: geoff2010
    Patches:
          dw-M17078.patch uploaded by dhubbard (license 733)
    Tested by: dhubbard, geoff2010

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

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

15 years agoMerged revisions 257560 via svnmerge from
Tilghman Lesher [Thu, 15 Apr 2010 21:34:11 +0000 (21:34 +0000)] 
Merged revisions 257560 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r257560 | tilghman | 2010-04-15 16:26:19 -0500 (Thu, 15 Apr 2010) | 13 lines

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

  ........
    r257544 | tilghman | 2010-04-15 16:23:24 -0500 (Thu, 15 Apr 2010) | 6 lines

    Allow application options with arguments to contain parentheses, through a variety of escaping techniques.

    Fixes SWP-1194 (ABE-2143).

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

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

15 years agoMerged revisions 257493 via svnmerge from
Tilghman Lesher [Thu, 15 Apr 2010 20:34:44 +0000 (20:34 +0000)] 
Merged revisions 257493 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r257493 | tilghman | 2010-04-15 15:30:15 -0500 (Thu, 15 Apr 2010) | 20 lines

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

  ........
    r257467 | tilghman | 2010-04-15 15:24:50 -0500 (Thu, 15 Apr 2010) | 13 lines

    Don't recreate peer, when responding to a repeated deregistration attempt.

    When a reply to a deregistration is lost in transmit, the client retries the
    deregistration.  Previously, this would cause a realtime/autocreate peer to be
    loaded back into memory, after it had already been correctly purged.  Instead,
    we just want to resend the reply without loading the peer.

    (closes issue #16908)
     Reported by: kkm
     Patches:
           20100412__issue16908.diff.txt uploaded by tilghman (license 14)
     Tested by: kkm
  ........
................

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

15 years agoMerged revisions 257427 via svnmerge from
Leif Madsen [Thu, 15 Apr 2010 19:42:55 +0000 (19:42 +0000)] 
Merged revisions 257427 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r257427 | lmadsen | 2010-04-15 14:41:05 -0500 (Thu, 15 Apr 2010) | 21 lines

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

  ........
    r257426 | lmadsen | 2010-04-15 14:40:33 -0500 (Thu, 15 Apr 2010) | 13 lines

    Update backtrace.txt documentation.

    Update the backtrace.txt documentation so it conforms to the same layout as
    other documents we've been working on recently. Additionally, add a bunch of
    new information about gathering backtraces for crashes and deadlocks, along
    with ways of verifying your file before uploading it. Create a couple of one
    line commands for people to generate the files we need.

    (closes issue #17190)
    Reported by: lmadsen
    Patches:
          backtrace.txt.patch-2 uploaded by lmadsen (license 10)
    Tested by: lmadsen, pabelanger
  ........
................

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

15 years agoMerged revisions 257343 via svnmerge from
Leif Madsen [Thu, 15 Apr 2010 13:45:31 +0000 (13:45 +0000)] 
Merged revisions 257343 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r257343 | lmadsen | 2010-04-15 08:44:38 -0500 (Thu, 15 Apr 2010) | 9 lines

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

  ........
    r257342 | lmadsen | 2010-04-15 08:41:45 -0500 (Thu, 15 Apr 2010) | 1 line

    Update address of the bug tracker.
  ........
................

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

15 years agoMerged revisions 257262 via svnmerge from
Tilghman Lesher [Wed, 14 Apr 2010 23:00:22 +0000 (23:00 +0000)] 
Merged revisions 257262 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r257262 | tilghman | 2010-04-14 17:57:35 -0500 (Wed, 14 Apr 2010) | 15 lines

  Yet another issue where the conversion of the application delimiter to comma caused an issue.

  Application arguments within the feature map could possibly contain a comma,
  which conflicts with the syntax of the features.conf configuration file.  This
  patch allows the argument to be wrapped in parentheses or quoted, to allow the
  application arguments to be interpreted as a single configuration parameter.

  (closes issue #16646)
   Reported by: pinga-fogo
   Patches:
         20100414__issue16646.diff.txt uploaded by tilghman (license 14)
   Tested by: tilghman

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

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

15 years agoMerged revisions 257191 via svnmerge from
Tilghman Lesher [Tue, 13 Apr 2010 19:20:58 +0000 (19:20 +0000)] 
Merged revisions 257191 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r257191 | tilghman | 2010-04-13 14:17:48 -0500 (Tue, 13 Apr 2010) | 10 lines

  Also unref the pvt when we delete the provisional keepalive job.

  (closes issue #16774)
   Reported by: kowalma
   Patches:
         20100315__issue16774.diff.txt uploaded by tilghman (license 14)
   Tested by: falves11, jamicque

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

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

15 years agoMerged revisions 257146 via svnmerge from
Matthew Nicholson [Tue, 13 Apr 2010 18:43:13 +0000 (18:43 +0000)] 
Merged revisions 257146 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r257146 | mnicholson | 2010-04-13 13:10:30 -0500 (Tue, 13 Apr 2010) | 16 lines

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

  ........
    r257070 | mnicholson | 2010-04-13 11:46:30 -0500 (Tue, 13 Apr 2010) | 9 lines

    Add an option to restore past broken behavor of the Events manager action

    Before r238915, certain values for the EventMask parameter of the Events action would result in no response being returned.  This patch adds an option to restore that broken behavior.  Also while fixing this bug I discovered that passing an empty EventMasks parameter would also result in no response being returned, this has been fixed as well while being preserved when the broken behavior is requested.

    (closes issue #17023)
    Reported by: nblasgen

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

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

15 years agoMerged revisions 257065 via svnmerge from
Tilghman Lesher [Tue, 13 Apr 2010 16:38:41 +0000 (16:38 +0000)] 
Merged revisions 257065 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r257065 | tilghman | 2010-04-13 11:33:21 -0500 (Tue, 13 Apr 2010) | 8 lines

  Ensure that we can have commas within cdr values.

  (closes issue #17001)
   Reported by: snuffy
   Patches:
         20100412__issue17001.diff.txt uploaded by tilghman (license 14)
   Tested by: snuffy
........

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

15 years agoMerged revisions 256901 via svnmerge from
Leif Madsen [Mon, 12 Apr 2010 17:30:32 +0000 (17:30 +0000)] 
Merged revisions 256901 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r256901 | lmadsen | 2010-04-12 12:29:53 -0500 (Mon, 12 Apr 2010) | 23 lines

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

  ........
    r256900 | lmadsen | 2010-04-12 12:29:26 -0500 (Mon, 12 Apr 2010) | 15 lines

    Add How-To document on collecting debugging info for issues.asterisk.org

    Paul Belanger has been helping a lot with bug tracking recently and created
    this document that we can now point to when additional debugging information
    is required. This document will help those filing issues to know how to get
    the information required when filing their issues. This will make things
    easier on the developers.

    Initial text and changes by pabelanger. Tweaks and editing by myself.

    (closes issue #17159)
    Reported by: pabelanger
    Patches:
          HOWTO_collect_debug_information.txt.patch uploaded by lmadsen (license 10)
    Tested by: tzafrir, pabelanger, lmadsen
  ........
................

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

15 years agoMerged revisions 256860 via svnmerge from
Leif Madsen [Mon, 12 Apr 2010 16:17:20 +0000 (16:17 +0000)] 
Merged revisions 256860 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r256860 | lmadsen | 2010-04-12 11:16:43 -0500 (Mon, 12 Apr 2010) | 3 lines

  Remove silly debug message that is not useful.

  (issue #17159)
........

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

15 years agoMerged revisions 256821 via svnmerge from
Leif Madsen [Mon, 12 Apr 2010 14:40:20 +0000 (14:40 +0000)] 
Merged revisions 256821 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r256821 | lmadsen | 2010-04-12 09:39:37 -0500 (Mon, 12 Apr 2010) | 8 lines

  CLI command logger set level auto complete.

  A simple patch to enable auto tab complete.

  (closes issue #17152)
  Reported by: pabelanger
  Patches:
        0017152.patch uploaded by pabelanger (license 224)
........

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

15 years agoBackport /proc/%d/fd method of closing file descriptors to 1.6.2.
Tilghman Lesher [Thu, 8 Apr 2010 22:03:00 +0000 (22:03 +0000)] 
Backport /proc/%d/fd method of closing file descriptors to 1.6.2.

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

15 years agoMerged revisions 256370 via svnmerge from
Tilghman Lesher [Tue, 6 Apr 2010 19:40:22 +0000 (19:40 +0000)] 
Merged revisions 256370 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r256370 | tilghman | 2010-04-06 14:28:42 -0500 (Tue, 06 Apr 2010) | 2 lines

  Mac OS X does not support comparing a mutex to its initializer.  Create a test for this.
........

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

15 years agoCallerID channel DAHDI port FXS are empty after the first call.
Richard Mudgett [Tue, 6 Apr 2010 18:53:32 +0000 (18:53 +0000)] 
CallerID channel DAHDI port FXS are empty after the first call.

The bug is exposed if MFC/R2 support is built into asterisk (i.e.,
openr2.h is present in the include path).  Code that unconditionally
clears the CallerID name and number is included.

Also fixed a malformed if test in mkintf() added by issue 15883.
Converted the if statement to a switch statement for clarity.

Regression of the issue 15883 fix.

(closes issue #16968)
Reported by: grecco
Patches:
      issue16968.patch uploaded by rmudgett (license 664)

(closes issue #16747)
Reported by: viniciusfontes

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

15 years agoMerged revisions 256265 via svnmerge from
Richard Mudgett [Tue, 6 Apr 2010 01:03:06 +0000 (01:03 +0000)] 
Merged revisions 256265 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r256265 | rmudgett | 2010-04-05 19:39:44 -0500 (Mon, 05 Apr 2010) | 12 lines

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

  ........
    r256225 | rmudgett | 2010-04-05 19:10:16 -0500 (Mon, 05 Apr 2010) | 5 lines

    DAHDI/PRI call to pri_channel_bridge() not protected by PRI lock.

    SWP-1231
    ABE-2163
  ........
................

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

15 years agoMerged revisions 256161 via svnmerge from
Leif Madsen [Mon, 5 Apr 2010 15:15:28 +0000 (15:15 +0000)] 
Merged revisions 256161 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r256161 | lmadsen | 2010-04-05 10:14:53 -0500 (Mon, 05 Apr 2010) | 1 line

  Fix for localchannel.tex to allow PDFs to be generated again.
........

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

15 years agoMerged revisions 256019 via svnmerge from
Russell Bryant [Fri, 2 Apr 2010 23:56:45 +0000 (23:56 +0000)] 
Merged revisions 256019 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r256019 | russell | 2010-04-02 18:55:57 -0500 (Fri, 02 Apr 2010) | 10 lines

  Export MEETMEBOOKID and fix pin-less conferences with realtime conferences

  (closes issue #16866)
  Reported by: DEA
  Patches:
        rt-meetme-options.txt uploaded by DEA (license 3)
  Tested by: DEA

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

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

15 years agoMerged revisions 256015 via svnmerge from
Russell Bryant [Fri, 2 Apr 2010 23:48:29 +0000 (23:48 +0000)] 
Merged revisions 256015 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r256015 | russell | 2010-04-02 18:46:45 -0500 (Fri, 02 Apr 2010) | 16 lines

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

  ........
    r256014 | russell | 2010-04-02 18:45:56 -0500 (Fri, 02 Apr 2010) | 9 lines

    Resolve a deadlock that occurs due to a pointless call to ast_bridged_channel()

    (closes issue #16840)
    Reported by: bzing2
    Patches:
          patch.txt uploaded by bzing2 (license 902)
          issue_16840.rev1.diff uploaded by russell (license 2)
    Tested by: bzing2, russell
  ........
................

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

15 years agoMerged revisions 256010 via svnmerge from
Russell Bryant [Fri, 2 Apr 2010 23:36:53 +0000 (23:36 +0000)] 
Merged revisions 256010 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r256010 | russell | 2010-04-02 18:30:58 -0500 (Fri, 02 Apr 2010) | 9 lines

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

  ........
    r256009 | russell | 2010-04-02 18:30:15 -0500 (Fri, 02 Apr 2010) | 2 lines

    Remove extremely verbose debug message.
  ........
................

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

15 years agoMerged revisions 255952 via svnmerge from
Tilghman Lesher [Fri, 2 Apr 2010 20:20:48 +0000 (20:20 +0000)] 
Merged revisions 255952 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r255952 | tilghman | 2010-04-02 15:19:01 -0500 (Fri, 02 Apr 2010) | 8 lines

  Pass the PID of the Asterisk process, not the PID of the canary.

  (closes issue #17065)
   Reported by: globalnetinc
   Patches:
         astcanary.patch uploaded by makoto (license 38)
   Tested by: frawd, globalnetinc
........

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

15 years agoMerged revisions 255796 via svnmerge from
Tilghman Lesher [Thu, 1 Apr 2010 18:21:31 +0000 (18:21 +0000)] 
Merged revisions 255796 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r255796 | tilghman | 2010-04-01 13:16:37 -0500 (Thu, 01 Apr 2010) | 7 lines

  Fix DEBUG_THREADS build on Darwin.

  (closes issue #16828)
   Reported by: oej
   Patches:
         20100331__issue16828.diff.txt uploaded by tilghman (license 14)
........

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

15 years agoRecorded merge of revisions 255592 via svnmerge from
Tilghman Lesher [Wed, 31 Mar 2010 19:34:47 +0000 (19:34 +0000)] 
Recorded merge of revisions 255592 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r255592 | tilghman | 2010-03-31 14:13:02 -0500 (Wed, 31 Mar 2010) | 22 lines

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

  ........
    r255591 | tilghman | 2010-03-31 14:09:46 -0500 (Wed, 31 Mar 2010) | 15 lines

    Ensure line terminators in email are consistent.

    Fixes an issue with certain Mail Transport Agents, where attachments are not
    interpreted correctly.

    (closes issue #16557)
     Reported by: jcovert
     Patches:
           20100308__issue16557__1.4.diff.txt uploaded by tilghman (license 14)
           20100308__issue16557__1.6.0.diff.txt uploaded by tilghman (license 14)
           20100308__issue16557__trunk.diff.txt uploaded by tilghman (license 14)
     Tested by: ebroad, zktech

    Reviewboard: https://reviewboard.asterisk.org/r/544/
  ........
................

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

15 years agoMerged revisions 255504 via svnmerge from
Leif Madsen [Wed, 31 Mar 2010 17:49:07 +0000 (17:49 +0000)] 
Merged revisions 255504 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r255504 | lmadsen | 2010-03-31 12:48:09 -0500 (Wed, 31 Mar 2010) | 5 lines

  Add documentation clarifying when 't' and 'T' can be used.

  (closes issue #17021)
  Reported by: kovzol
  Tested by: lmadsen, kovzol, davidw, ebroad
........

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

15 years agoMerged revisions 255410 via svnmerge from
Russell Bryant [Tue, 30 Mar 2010 20:58:22 +0000 (20:58 +0000)] 
Merged revisions 255410 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r255410 | russell | 2010-03-30 15:56:26 -0500 (Tue, 30 Mar 2010) | 9 lines

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

  ........
    r255409 | russell | 2010-03-30 15:56:00 -0500 (Tue, 30 Mar 2010) | 2 lines

    Don't kill Asterisk if the H323 listener does not start.
  ........
................

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

15 years agoMerged revisions 255323 via svnmerge from
Russell Bryant [Tue, 30 Mar 2010 16:12:23 +0000 (16:12 +0000)] 
Merged revisions 255323 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r255323 | russell | 2010-03-30 11:07:49 -0500 (Tue, 30 Mar 2010) | 9 lines

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

  ........
    r255322 | russell | 2010-03-30 11:06:06 -0500 (Tue, 30 Mar 2010) | 2 lines

    Don't make Asterisk not start if pbx_dundi fails to initialize.
  ........
................

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

15 years agoMerged revisions 255066 via svnmerge from
Leif Madsen [Fri, 26 Mar 2010 19:28:26 +0000 (19:28 +0000)] 
Merged revisions 255066 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r255066 | lmadsen | 2010-03-26 14:27:56 -0500 (Fri, 26 Mar 2010) | 6 lines

  Replace some documentation from 1.6.x back into trunk.

  This documentation associated wth tlsbindaddr is still useful so lets
  synchronize it between trunk and 1.6.x branches.

  (issue #17054)
........

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

15 years agoMerged revisions 255021 via svnmerge from
Leif Madsen [Fri, 26 Mar 2010 19:16:18 +0000 (19:16 +0000)] 
Merged revisions 255021 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r255021 | lmadsen | 2010-03-26 14:07:38 -0500 (Fri, 26 Mar 2010) | 8 lines

  Update confusing documentation for tlsbindaddr.

  Update some confusing documentation for the tlsbindaddr
  option in sip.conf.sample. Point at a link instead which
  has better documentation.

  (closes issue #17054)
  Reported by: klaus3000
........

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

15 years agoMerged revisions 254802 via svnmerge from
Jason Parker [Thu, 25 Mar 2010 20:43:34 +0000 (20:43 +0000)] 
Merged revisions 254802 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r254802 | qwell | 2010-03-25 15:41:49 -0500 (Thu, 25 Mar 2010) | 9 lines

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

  ........
    r254800 | qwell | 2010-03-25 15:41:15 -0500 (Thu, 25 Mar 2010) | 1 line

    Don't remove local copies of utils in uninstall.
  ........
................

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

15 years agoFix DEBUG_THREADS issue with out-of-tree modules.
Jason Parker [Thu, 25 Mar 2010 20:27:24 +0000 (20:27 +0000)] 
Fix DEBUG_THREADS issue with out-of-tree modules.

Take 2, without ABI breakage this time.

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

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

15 years agoMerged revisions 254718 via svnmerge from
Russell Bryant [Thu, 25 Mar 2010 20:09:48 +0000 (20:09 +0000)] 
Merged revisions 254718 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r254718 | russell | 2010-03-25 15:08:40 -0500 (Thu, 25 Mar 2010) | 2 lines

  chan_usbradio depends on alsa.
........

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

15 years agoMerged revisions 254553 via svnmerge from
Mark Michelson [Thu, 25 Mar 2010 17:47:54 +0000 (17:47 +0000)] 
Merged revisions 254553 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r254553 | mmichelson | 2010-03-25 12:42:36 -0500 (Thu, 25 Mar 2010) | 11 lines

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

  ........
    r254552 | mmichelson | 2010-03-25 12:33:35 -0500 (Thu, 25 Mar 2010) | 5 lines

    Add doxygen for acl.h

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

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

15 years agoInitialize stream to avoid a compilation error.
Sean Bright [Thu, 25 Mar 2010 17:21:09 +0000 (17:21 +0000)] 
Initialize stream to avoid a compilation error.

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

15 years agoFix potential crashes from trying to reference nonexistent RTP streams.
Mark Michelson [Thu, 25 Mar 2010 17:12:25 +0000 (17:12 +0000)] 
Fix potential crashes from trying to reference nonexistent RTP streams.

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

15 years agoMerged revisions 254453 via svnmerge from
Terry Wilson [Thu, 25 Mar 2010 16:26:13 +0000 (16:26 +0000)] 
Merged revisions 254453 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r254453 | twilson | 2010-03-25 11:03:51 -0500 (Thu, 25 Mar 2010) | 9 lines

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

  ........
    r254451 | twilson | 2010-03-25 10:57:29 -0500 (Thu, 25 Mar 2010) | 2 lines

    Handle new SRCCHANGE control message here too
  ........
................

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

15 years agoRecorded merge of revisions 254454 via svnmerge from
Mark Michelson [Thu, 25 Mar 2010 16:22:59 +0000 (16:22 +0000)] 
Recorded merge of revisions 254454 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r254454 | mmichelson | 2010-03-25 11:04:48 -0500 (Thu, 25 Mar 2010) | 50 lines

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

  ........
    r254452 | mmichelson | 2010-03-25 10:59:56 -0500 (Thu, 25 Mar 2010) | 44 lines

    Several fixes regarding RFC2833 DTMF detection.

    Here is a copy and paste of the details from my request on
    reviewboard that dealt with these changes:

    Fix 1. The first change in place is to fix Mantis issue 15811, which deals with a situation where Asterisk will incorrectly interpret out of order RFC2833 frames as duplicate DTMF digits. For instance, we would receive a sequence like:

    seqno 1: DTMF 1
    seqno 2: DTMF 1
    seqno 3: DTMF 1
    seqno 4: DTMF 1
    seqno 6: DTMF 1 (end)
    seqno 5: DTMF 1
    seqno 7: DTMF 1 (end)
    seqno 8: DTMF 1 (end)

    Prior to this patch when we received the frame with seqno 5, we would interpret this as a new DTMF 1. With this patch, we will check the seqno of the incoming digit and not process the frame if the seqno is lower than the last recorded seqno. Note that we do not record the seqno of the dropped DTMF frame for future processing. While the above situation is what was designed to be fixed, the patch is written in such a way that the following would also be fixed too:

    seqno  9: DTMF 1
    seqno 10: DTMF 1 (end)
    seqno 11: DTMF 1 (end)
    seqno 13: DTMF 2
    seqno 12: DTMF 1 (end)
    seqno 14: DTMF 2
    seqno 15: DTMF 2 (end)
    seqno 16: DTMF 2 (end)
    seqno 17: DTMF 2 (end)

    In this second situation, the beginning of the DTMF 2 arrives before the final end frame of the DTMF 1. With the patch, seqno 12 is no processed and thus we properly interpret the DTMF.

    Fix 2. The second change in place is to fix an issue like the following:

    seqno 1: DTMF 1
    seqno 2: DTMF 1
    seqno 3: DTMF 1 (end) *packet lost*
    seqno 4: DTMF 1 (end) *packet lost*
    seqno 5: DTMF 1 (end) *packet lost*
    seqno 6: DTMF 2

    When we receive seqno 6, we had code in place that was supposed to properly end the previously unended DTMF 1. The problem was that the code was essentially a no-op. The code would set up an end frame for the DTMF 1 but would immediately overwrite the frame with the begin for DTMF 2. I changed process_dtmf_rfc2833() so that instead of returning a single frame, it is given as an output parameter a list of frames. Each frame that needs to be returned is appended to this list.

    Fix 3. The final change is a minor one where an AST_CONTROL_SRCCHANGE frame could get lost. If we process a cisco DTMF or an RFC 3389 frame and no frame was returned, then we would return &ast_null_frame. The problem is that earlier in the function, we may have generated an AST_CONTROL_SRCCHANGE frame and put it in the list of frames we wish to return. This frame would be lost in such a case. The patch fixes this problem
  ........
................

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

15 years agoMerged revisions 254446 via svnmerge from
Leif Madsen [Thu, 25 Mar 2010 15:21:51 +0000 (15:21 +0000)] 
Merged revisions 254446 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r254446 | lmadsen | 2010-03-25 10:21:26 -0500 (Thu, 25 Mar 2010) | 9 lines

  handle_speechset has 4 arguments.

  Update code to reflect that handle_speechset has 4 arguments.

  (closes issue #17093)
  Reported by: gpatri
  Patches:
        res_agi.patch uploaded by gpatri (license 1014)
  Tested by: pabelanger, mmichelson
........

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

15 years agoMerged revisions 254277 via svnmerge from
Jeff Peeler [Wed, 24 Mar 2010 17:19:20 +0000 (17:19 +0000)] 
Merged revisions 254277 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r254277 | jpeeler | 2010-03-24 12:15:05 -0500 (Wed, 24 Mar 2010) | 78 lines

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

  ........
    r254235 | jpeeler | 2010-03-23 19:37:23 -0500 (Tue, 23 Mar 2010) | 72 lines

    Ensure that monitor recordings are written to the correct location (again)

    This is an extension to 248860. As such the dialplan test has been extended:

    ; non absolute path, not combined
    exten => 5040, 1, monitor(wav,tmp/jeff/monitor_test)
    exten => 5040, n, dial(sip/5001)
    ; absolute path, not combined
    exten => 5041, 1, monitor(wav,/tmp/jeff/monitor_test2)
    exten => 5041, n, dial(sip/5001)
    ; no path, not combined
    exten => 5042, 1, monitor(wav,monitor_test3)
    exten => 5042, n, dial(sip/5001)
    ; combined: changemonitor from non absolute to no path (leaves tmp/jeff)
    exten => 5043, 1, monitor(wav,tmp/jeff/monitor_test4,m)
    exten => 5043, n, changemonitor(monitor_test5)
    exten => 5043, n, dial(sip/5001)
    ; combined: changemonitor from no path to non absolute path
    exten => 5044, 1, monitor(wav,monitor_test6,m)
    exten => 5044, n, changemonitor(tmp/jeff/monitor_test7) ; this wasn't possible before
    exten => 5044, n, dial(sip/5001)
    ; non absolute path, combined
    exten => 5045, 1, monitor(wav,tmp/jeff/monitor_test8,m)
    exten => 5045, n, dial(sip/5001)
    ; absolute path, combined
    exten => 5046, 1, monitor(wav,/tmp/jeff/monitor_test9,m)
    exten => 5046, n, dial(sip/5001)
    ; no path, combined
    exten => 5047, 1, monitor(wav,monitor_test10,m)
    exten => 5047, n, dial(sip/5001)
    ; combined: changemonitor from non absolute to absolute (leaves tmp/jeff)
    exten => 5048, 1, monitor(wav,tmp/jeff/monitor_test11,m)
    exten => 5048, n, changemonitor(/tmp/jeff/monitor_test12)
    exten => 5048, n, dial(sip/5001)
    ; combined: changemonitor from absolute to non absolute (leaves /tmp/jeff)
    exten => 5049, 1, monitor(wav,/tmp/jeff/monitor_test13,m)
    exten => 5049, n, changemonitor(tmp/jeff/monitor_test14)
    exten => 5049, n, dial(sip/5001)
    ; combined: changemonitor from no path to absolute
    exten => 5050, 1, monitor(wav,monitor_test15,m)
    exten => 5050, n, changemonitor(/tmp/jeff/monitor_test16)
    exten => 5050, n, dial(sip/5001)
    ; combined: changemonitor from absolute to no path (leaves /tmp/jeff)
    exten => 5051, 1, monitor(wav,/tmp/jeff/monitor_test17,m)
    exten => 5051, n, changemonitor(monitor_test18)
    exten => 5051, n, dial(sip/5001)
    ; not combined: changemonitor from non absolute to no path (leaves tmp/jeff)
    exten => 5052, 1, monitor(wav,tmp/jeff/monitor_test19)
    exten => 5052, n, changemonitor(monitor_test20)
    exten => 5052, n, dial(sip/5001)
    ; not combined: changemonitor from no path to non absolute
    exten => 5053, 1, monitor(wav,monitor_test21)
    exten => 5053, n, changemonitor(tmp/jeff/monitor_test22)
    exten => 5053, n, dial(sip/5001)
    ; not combined: changemonitor from non absolute to absolute (leaves tmp/jeff)
    exten => 5054, 1, monitor(wav,tmp/jeff/monitor_test23)
    exten => 5054, n, changemonitor(/tmp/jeff/monitor_test24)
    exten => 5054, n, dial(sip/5001)
    ; not combined: changemonitor from absolute to non absolute (leaves /tmp/jeff)
    exten => 5055, 1, monitor(wav,/tmp/jeff/monitor_test24)
    exten => 5055, n, changemonitor(tmp/jeff/monitor_test25)
    exten => 5055, n, dial(sip/5001)
    ; not combined: changemonitor from no path to absolute
    exten => 5056, 1, monitor(wav,monitor_test26)
    exten => 5056, n, changemonitor(/tmp/jeff/monitor_test27)
    exten => 5056, n, dial(sip/5001)
    ; not combined: changemonitor from absolute to no path (leaves /tmp/jeff)
    exten => 5057, 1, monitor(wav,/tmp/jeff/monitor_test28)
    exten => 5057, n, changemonitor(monitor_test29)
    exten => 5057, n, dial(sip/5001)
  ........
................

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

15 years agoMerged revisions 254001 via svnmerge from
Tzafrir Cohen [Tue, 23 Mar 2010 22:05:04 +0000 (22:05 +0000)] 
Merged revisions 254001 via svnmerge from
http://svn.digium.com/svn/asterisk/trunk

........
  r254001 | tzafrir | 2010-03-23 21:19:52 +0200 (Tue, 23 Mar 2010) | 2 lines

  Change the name of the category 'TEST' to match the name of the subdir
........

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

15 years agoMerged revisions 254050 via svnmerge from
Jeff Peeler [Tue, 23 Mar 2010 21:20:57 +0000 (21:20 +0000)] 
Merged revisions 254050 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r254050 | jpeeler | 2010-03-23 16:17:23 -0500 (Tue, 23 Mar 2010) | 14 lines

  Exit native bridging early for greater timing accuracy with warnings

  This changes native bridging to break one millisecond early so that the more
  accurate timeval calculations done in the generic bridge can be performed using
  the bridge config. Currently the time between exiting native bridging slightly
  late can sometimes cause a large enough discrepancy for warnings to be missed.
  For the record, 1.4 does not attempt to native bridge at all when warnings are
  enabled.

  (closes issue #15815)
  Reported by: adomjan

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

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

15 years agoMerged revisions 253800 via svnmerge from
Matthew Nicholson [Mon, 22 Mar 2010 19:55:08 +0000 (19:55 +0000)] 
Merged revisions 253800 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r253800 | mnicholson | 2010-03-22 14:52:52 -0500 (Mon, 22 Mar 2010) | 11 lines

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

  ........
    r253799 | mnicholson | 2010-03-22 14:50:00 -0500 (Mon, 22 Mar 2010) | 4 lines

    Unconditionally copy the caller's account code to the called party.

    (related to issue #16331)
  ........
................

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

15 years agoMerged revisions 253758 via svnmerge from
Tilghman Lesher [Mon, 22 Mar 2010 19:06:36 +0000 (19:06 +0000)] 
Merged revisions 253758 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r253758 | tilghman | 2010-03-22 14:05:27 -0500 (Mon, 22 Mar 2010) | 2 lines

  Update query should be an UPDATE, not a SELECT.
........

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

15 years agoMerged revisions 253755 via svnmerge from
Tilghman Lesher [Mon, 22 Mar 2010 19:01:25 +0000 (19:01 +0000)] 
Merged revisions 253755 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r253755 | tilghman | 2010-03-22 13:58:48 -0500 (Mon, 22 Mar 2010) | 4 lines

  Return the list for later manipulation.  This fixes an issue with the update procedure.

  Debugging with mmichelson.
........

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

15 years agoMerged revisions 253712 via svnmerge from
Tilghman Lesher [Mon, 22 Mar 2010 17:01:27 +0000 (17:01 +0000)] 
Merged revisions 253712 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r253712 | tilghman | 2010-03-22 11:59:35 -0500 (Mon, 22 Mar 2010) | 2 lines

  Accomodate equal signs in DSNs and add documentation, based upon mmichelson's feedback.
........

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

15 years agoMerged revisions 253540 via svnmerge from
Russell Bryant [Sat, 20 Mar 2010 17:33:03 +0000 (17:33 +0000)] 
Merged revisions 253540 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r253540 | russell | 2010-03-20 07:03:07 -0500 (Sat, 20 Mar 2010) | 2 lines

  Resolve more compiler warnings on FreeBSD.
........

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

15 years agoMerged revisions 253538 via svnmerge from
Russell Bryant [Sat, 20 Mar 2010 17:28:36 +0000 (17:28 +0000)] 
Merged revisions 253538 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r253538 | russell | 2010-03-20 06:43:08 -0500 (Sat, 20 Mar 2010) | 2 lines

  Resolve compiler warnings on FreeBSD.
........

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

15 years agoMerged revisions 253537 via svnmerge from
Russell Bryant [Sat, 20 Mar 2010 17:26:56 +0000 (17:26 +0000)] 
Merged revisions 253537 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r253537 | russell | 2010-03-20 06:39:39 -0500 (Sat, 20 Mar 2010) | 2 lines

  Resolve a compiler warning on FreeBSD.
........

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

15 years agoMerged revisions 253536 via svnmerge from
Russell Bryant [Sat, 20 Mar 2010 17:23:49 +0000 (17:23 +0000)] 
Merged revisions 253536 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r253536 | russell | 2010-03-20 06:33:30 -0500 (Sat, 20 Mar 2010) | 4 lines

  Use SHRT_MAX instead of MAXSHORT.

  These changes fix build issues I had with this module on FreeBSD.
........

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

15 years agoMerged revisions 253490 via svnmerge from
Alec L Davis [Fri, 19 Mar 2010 08:05:06 +0000 (08:05 +0000)] 
Merged revisions 253490 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r253490 | alecdavis | 2010-03-19 20:37:00 +1300 (Fri, 19 Mar 2010) | 19 lines

  prevent segfault if bad magic number is encountered.

  internal_ao2_ref uses INTERNAL_OBJ which mzy report 'bad magic number', but
  internal_ao2_ref continues on, causing segfault.

  Although AO2_MAGIC number is checked by INTERNAL_OBJ before internal_ao2_ref is
  called, A02_MAGIC is being destroyed (or a wrong pointer) by the time
  internal_ao2_ref uses INTERNAL_OBJ.

  internal_ao2_ref now returns -1 if INTERNAL_OBJ encouters a bad magic number.

  (issue #17037)
  Reported by: alecdavis
  Patches:
        bug17037.diff.txt uploaded by alecdavis (license 585)
  Tested by: alecdavis
........

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

15 years agoMerged revisions 253345 via svnmerge from
Leif Madsen [Thu, 18 Mar 2010 17:54:21 +0000 (17:54 +0000)] 
Merged revisions 253345 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r253345 | lmadsen | 2010-03-18 12:52:35 -0500 (Thu, 18 Mar 2010) | 7 lines

  Change usage of pipe to comma in UserEvent docs.

  Change the example usage of pipe as a separator to comma in the UserEvent
  documentation.

  (closes issue #16961)
  Reported by: jlpedrosa
........

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

15 years agoMerged revisions 253256 via svnmerge from
Leif Madsen [Thu, 18 Mar 2010 15:47:46 +0000 (15:47 +0000)] 
Merged revisions 253256 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r253256 | lmadsen | 2010-03-18 10:46:52 -0500 (Thu, 18 Mar 2010) | 9 lines

  Update to new Local channel documentation.

  Add same changes as commit to 1.4, but convert to TeX.

  (issue #16963)
  Reported by: kobaz
  Patches:
        localchannel-2.txt uploaded by kobaz (license 834)
........

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

15 years agoRevert API change in release branches
Terry Wilson [Wed, 17 Mar 2010 16:25:52 +0000 (16:25 +0000)] 
Revert API change in release branches

This re-renames ast_rtp_update_source to ast_rtp_new_source

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

15 years agoMerged revisions 253032 via svnmerge from
Leif Madsen [Wed, 17 Mar 2010 00:41:28 +0000 (00:41 +0000)] 
Merged revisions 253032 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r253032 | lmadsen | 2010-03-16 19:40:51 -0500 (Tue, 16 Mar 2010) | 1 line

  Fix a typo.
........

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

15 years agoMerged revisions 253028 via svnmerge from
Leif Madsen [Wed, 17 Mar 2010 00:30:13 +0000 (00:30 +0000)] 
Merged revisions 253028 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r253028 | lmadsen | 2010-03-16 19:29:06 -0500 (Tue, 16 Mar 2010) | 13 lines

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

  ........
    r253018 | lmadsen | 2010-03-16 19:26:19 -0500 (Tue, 16 Mar 2010) | 6 lines

    Add french snipset to say.conf.

    Add the french snipset to say.conf.

    (Closes issue #15799)
  ........
................

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

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

........
  r252976 | tilghman | 2010-03-16 18:49:35 -0500 (Tue, 16 Mar 2010) | 8 lines

  Mask out previous arguments on each nested invocation of Gosub.
  (closes issue #16758)
   Reported by: wdoekes
   Patches:
         20100316__issue16758.diff.txt uploaded by tilghman (license 14)

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

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

15 years agoMerged revisions 252848 via svnmerge from
Sean Bright [Tue, 16 Mar 2010 19:38:39 +0000 (19:38 +0000)] 
Merged revisions 252848 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r252848 | seanbright | 2010-03-16 15:36:24 -0400 (Tue, 16 Mar 2010) | 10 lines

  Include an extra newline after "Aliased CLI command" to get back the prompt.

  The other issue mentioned in this bug will be more difficult to resolve since we
  have no idea (right now) of knowing if the command that is aliased has been
  installed yet.

  (issue #16978)
  Reported by: jw-asterisk
  Tested by: seanbright
........

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

15 years agoMerged revisions 252767 via svnmerge from
Russell Bryant [Tue, 16 Mar 2010 19:02:10 +0000 (19:02 +0000)] 
Merged revisions 252767 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r252767 | russell | 2010-03-16 14:01:04 -0500 (Tue, 16 Mar 2010) | 13 lines

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

  ........
    r252766 | russell | 2010-03-16 14:00:43 -0500 (Tue, 16 Mar 2010) | 6 lines

    Don't treat warnings as errors for muted.

    muted supports OS X, but uses functions marked as deprecated in 10.6.  However,
    the functions are still supported, so just ignore the warnings for now and
    allow the build to proceed.
  ........
................

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

15 years agoMerged revisions 252762 via svnmerge from
Leif Madsen [Tue, 16 Mar 2010 18:49:00 +0000 (18:49 +0000)] 
Merged revisions 252762 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r252762 | lmadsen | 2010-03-16 13:48:22 -0500 (Tue, 16 Mar 2010) | 15 lines

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

  ........
    r252761 | lmadsen | 2010-03-16 13:46:20 -0500 (Tue, 16 Mar 2010) | 7 lines

    Additional extensions.ael global variable fixes.

    Fixing up a couple more overlapping global variable namespaces shared with
    extensions.conf.sample. Also noticed a few of the lines that were commented
    out didn't have the closing semi-colon so I added that as well.

    (issue #17035)
  ........
................

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

15 years agoMerged revisions 252623 via svnmerge from
Sean Bright [Mon, 15 Mar 2010 21:59:43 +0000 (21:59 +0000)] 
Merged revisions 252623 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r252623 | seanbright | 2010-03-15 17:55:44 -0400 (Mon, 15 Mar 2010) | 4 lines

  Resolve a crash in SLATrunk when the specified trunk doesn't exist.

  Reported by philipp64 in #asterisk-dev.
........

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

15 years agoMerged revisions 252619 via svnmerge from
Tilghman Lesher [Mon, 15 Mar 2010 21:54:53 +0000 (21:54 +0000)] 
Merged revisions 252619 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r252619 | tilghman | 2010-03-15 16:51:55 -0500 (Mon, 15 Mar 2010) | 9 lines

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

  ........
    r252617 | tilghman | 2010-03-15 16:43:14 -0500 (Mon, 15 Mar 2010) | 2 lines

    Uh, yeah.  Umask.  I'm stupid.
  ........
................

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

15 years agoMerged revisions 252534 via svnmerge from
Leif Madsen [Mon, 15 Mar 2010 20:53:09 +0000 (20:53 +0000)] 
Merged revisions 252534 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r252534 | lmadsen | 2010-03-15 15:52:32 -0500 (Mon, 15 Mar 2010) | 15 lines

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

  ........
    r252533 | lmadsen | 2010-03-15 15:48:56 -0500 (Mon, 15 Mar 2010) | 7 lines

    Update extensions.ael file to not overlap extensions.conf.
    Updated the extensions.ael file so the global variables don't overlap
    those that we have in extensions.conf (sample files). This way unexpected
    things won't happed hopefully if both pbx_ael and res_config are loaded.

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

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

15 years agoMerged revisions 252442 via svnmerge from
Tilghman Lesher [Mon, 15 Mar 2010 05:04:03 +0000 (05:04 +0000)] 
Merged revisions 252442 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r252442 | tilghman | 2010-03-14 23:25:35 -0500 (Sun, 14 Mar 2010) | 7 lines

  THIS IS NOT PYTHON.  Indentation doesn't matter, only braces do.

  (closes issue #17025)
   Reported by: smurfix
   Patches:
         sip.patch uploaded by smurfix (license 547)
........

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

15 years agoMerged revisions 252362 via svnmerge from
Tilghman Lesher [Mon, 15 Mar 2010 01:38:35 +0000 (01:38 +0000)] 
Merged revisions 252362 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r252362 | tilghman | 2010-03-14 20:37:04 -0500 (Sun, 14 Mar 2010) | 11 lines

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

  ........
    r252361 | tilghman | 2010-03-14 20:33:50 -0500 (Sun, 14 Mar 2010) | 4 lines

    Launch Asterisk on Mac OS X with launchd.

    Reviewboard: https://reviewboard.asterisk.org/r/551/
  ........
................

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

15 years agoMerged revisions 252314 via svnmerge from
Sean Bright [Sun, 14 Mar 2010 17:48:54 +0000 (17:48 +0000)] 
Merged revisions 252314 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r252314 | seanbright | 2010-03-14 13:43:46 -0400 (Sun, 14 Mar 2010) | 8 lines

  Fix building CDR and CEL SQLite3 modules.

  They added a sqlite3_log() function which was conflicting with our function
  names.

  (closes issue #17017)
  Reported by: alephlg
........

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

15 years agoRemove unusued field
Terry Wilson [Sat, 13 Mar 2010 00:32:16 +0000 (00:32 +0000)] 
Remove unusued field

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

15 years agoMerged revisions 252089 via svnmerge from
Terry Wilson [Sat, 13 Mar 2010 00:11:41 +0000 (00:11 +0000)] 
Merged revisions 252089 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r252089 | twilson | 2010-03-12 16:04:51 -0600 (Fri, 12 Mar 2010) | 20 lines

  Only change the RTP ssrc when we see that it has changed

  This change basically reverts the change reviewed in
  https://reviewboard.asterisk.org/r/374/ and instead limits the
  updating of the RTP synchronization source to only those times when we
  detect that the other side of the conversation has changed the ssrc.

  The problem is that SRCUPDATE control frames are sent many times where
  we don't want a new ssrc, including whenever Asterisk has to send DTMF
  in a normal bridge. This is also not the first time that this mistake
  has been made. The initial implementation of the ast_rtp_new_source
  function also changed the ssrc--and then it was removed because of
  this same issue. Then, we put it back in again to fix a different
  issue. This patch attempts to only change the ssrc when we see that
  the other side of the conversation has changed the ssrc.

  It also renames some functions to make their purpose more clear.

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

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

15 years agoMerged revisions 252088 via svnmerge from
Moises Silva [Fri, 12 Mar 2010 22:05:46 +0000 (22:05 +0000)] 
Merged revisions 252088 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r252088 | moy | 2010-03-12 16:57:40 -0500 (Fri, 12 Mar 2010) | 1 line

  add missing mfcr2_skip_category setting
........

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

15 years agoMerged revisions 251989 via svnmerge from
Tilghman Lesher [Fri, 12 Mar 2010 19:50:57 +0000 (19:50 +0000)] 
Merged revisions 251989 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r251989 | tilghman | 2010-03-12 13:43:23 -0600 (Fri, 12 Mar 2010) | 8 lines

  Don't override a user option with the global option.

  (closes issue #16849)
   Reported by: ip-rob
   Patches:
         20100311__issue16849.diff.txt uploaded by tilghman (license 14)
   Tested by: ip-rob
........

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

15 years agoMerged revisions 251946 via svnmerge from
Richard Mudgett [Fri, 12 Mar 2010 19:49:00 +0000 (19:49 +0000)] 
Merged revisions 251946 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r251946 | rmudgett | 2010-03-12 13:05:40 -0600 (Fri, 12 Mar 2010) | 1 line

  Doxegen this chan_dahdi lock.
........

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

15 years agoMerged revisions 251884 via svnmerge from
Tilghman Lesher [Thu, 11 Mar 2010 21:08:33 +0000 (21:08 +0000)] 
Merged revisions 251884 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r251884 | tilghman | 2010-03-11 15:07:07 -0600 (Thu, 11 Mar 2010) | 8 lines

  Because ExecIf needs to reprocess arguments, it's best if we don't remove quotes during parsing.

  (closes issue #16905)
   Reported by: ip-rob
   Patches:
         20100303__issue16905.diff.txt uploaded by tilghman (license 14)
   Tested by: ip-rob
........

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

15 years agoMerged revisions 251877 via svnmerge from
Tilghman Lesher [Thu, 11 Mar 2010 20:27:37 +0000 (20:27 +0000)] 
Merged revisions 251877 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r251877 | tilghman | 2010-03-11 14:25:02 -0600 (Thu, 11 Mar 2010) | 8 lines

  If the argument to the system application is quoted, ensure we remove the quotes before trying to execute.

  (closes issue #16842)
   Reported by: ip-rob
   Patches:
         20100310__issue16842.diff.txt uploaded by tilghman (license 14)
   Tested by: ip-rob
........

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

15 years agoMerged revisions 251779 via svnmerge from
Alec L Davis [Thu, 11 Mar 2010 07:48:14 +0000 (07:48 +0000)] 
Merged revisions 251779 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r251779 | alecdavis | 2010-03-11 20:03:51 +1300 (Thu, 11 Mar 2010) | 14 lines

  Add supporting code for app-directory pause option.

  Since 1.6.1 CLI help reports that option p(n) 'initial pause' is available.
  Supporting code was never implemented.

  (closes issue #16751)
  Reported by: alecdavis
  Patches:
        directory_pause.trunk.diff.txt uploaded by alecdavis (license 585)
  Tested by: alecdavis

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

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

15 years agoMerged revisions 251679 via svnmerge from
Jeff Peeler [Wed, 10 Mar 2010 21:01:20 +0000 (21:01 +0000)] 
Merged revisions 251679 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r251679 | jpeeler | 2010-03-10 14:51:23 -0600 (Wed, 10 Mar 2010) | 13 lines

  Fix ParkAndAnnounce not respecting parking options.

  The patch ensures that if a peer does not exist, parking settings are read from
  the channel. A unit test has been written to ensure proper operation for both
  standard parking and parking using masquerades.

  (closes issue #16592)
  Reported by: mwyres
  Patches:
        bug_16592.diff uploaded by snuffy (license 35)

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

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

15 years agoMerged revisions 251680 via svnmerge from
Leif Madsen [Wed, 10 Mar 2010 20:54:19 +0000 (20:54 +0000)] 
Merged revisions 251680 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r251680 | lmadsen | 2010-03-10 14:53:43 -0600 (Wed, 10 Mar 2010) | 10 lines

  Be less ambiguous in Record() app docs.
  For some reason the documentation for the 'k' application in trunk
  and 1.6.2 is different than 1.6.0 and 1.6.1, so I'm setting them all
  to match. The wording in 1.6.2 and trunk was ambiguous, so you could
  interpret the wording the mean that recording would continue upon hangup
  indefinitely, or you could interpret it to mean that the recorded
  data would not be discarded upon hangup. This change makes it clear
  we mean the latter, and not the former.

  Came from a discussion in #asterisk on IRC.
........

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

15 years agoLISTFILTER was doubling delimiters on output.
Tilghman Lesher [Wed, 10 Mar 2010 20:48:33 +0000 (20:48 +0000)] 
LISTFILTER was doubling delimiters on output.

(closes issue #16900)
 Reported by: bluecrow76
 Patches:
       asterisk-1.6.2.4-func_strings.diff uploaded by bluecrow76 (license 270)

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

15 years agoMerged revisions 251631 via svnmerge from
Jeff Peeler [Wed, 10 Mar 2010 18:26:35 +0000 (18:26 +0000)] 
Merged revisions 251631 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r251631 | jpeeler | 2010-03-10 12:25:18 -0600 (Wed, 10 Mar 2010) | 14 lines

  Fix jitterbuffer logging not creating logfiles.

  Three changes made here:
  1) Do not fail if a previous log does not exist (in fact, this is probably
  expected).
  2) Ensure that the file descriptor to write to gets assigned properly. I am at
  a loss as to why assigning safe_fd outside the if fixes this, but it makes
  the if statement slightly less complicated anyway.
  3) Move up the failure message so that the errno of the failure is not
  overwritten by fclose.

  (closes issue #16917)
  Reported by: Artem
........

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

15 years agoMerged revisions 251475 via svnmerge from
Tilghman Lesher [Tue, 9 Mar 2010 20:39:20 +0000 (20:39 +0000)] 
Merged revisions 251475 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r251475 | tilghman | 2010-03-09 14:30:03 -0600 (Tue, 09 Mar 2010) | 8 lines

  Build system modifications to ensure that Asterisk properly builds on Mac OS X 10.6.

  (closes issue #16997)
   Reported by: jquinn
   Patches:
         20100309__issue16997__2.diff.txt uploaded by tilghman (license 14)
   Tested by: tilghman, russell
........

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

15 years agoMerged revisions 251310 via svnmerge from
Leif Madsen [Mon, 8 Mar 2010 18:09:28 +0000 (18:09 +0000)] 
Merged revisions 251310 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r251310 | lmadsen | 2010-03-08 12:08:44 -0600 (Mon, 08 Mar 2010) | 21 lines

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

  ........
    r251309 | lmadsen | 2010-03-08 12:07:44 -0600 (Mon, 08 Mar 2010) | 13 lines

    Fix Debian init script to not use -c.
    When using the init script as-is currently, it could cause issues on Debian
    such as high CPU usage. This fix has worked for several people so I'm
    implementing the change.

    (closes issue #16784)
    Reported by: pabelanger
    Tested by: pabelanger, mnick, davidw, mutineer612

    (closes issue #16887)
    Reported by: jlpedrosa
    Tested by: jlpedrosa, mutineer612
  ........
................

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

15 years agoMerged revisions 251262-251263 via svnmerge from
Tilghman Lesher [Mon, 8 Mar 2010 05:18:03 +0000 (05:18 +0000)] 
Merged revisions 251262-251263 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r251262 | tilghman | 2010-03-07 23:12:55 -0600 (Sun, 07 Mar 2010) | 2 lines

  Change needed to make Mac OS X 10.6 happy
........
  r251263 | tilghman | 2010-03-07 23:15:01 -0600 (Sun, 07 Mar 2010) | 2 lines

  Remove portions that weren't meant to be committed for the OS X compat fix
........

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

15 years agoMerged revisions 250979 via svnmerge from
Jeff Peeler [Fri, 5 Mar 2010 19:11:25 +0000 (19:11 +0000)] 
Merged revisions 250979 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r250979 | jpeeler | 2010-03-05 13:10:47 -0600 (Fri, 05 Mar 2010) | 9 lines

  Fix app_followme playing wrong sound files.

  Fixes regression introduced in 140167 that uses the wrong variable names.

  (closes issue #16930)
  Reported by: ianc
  Patches:
        fix_reload_followme.diff uploaded by ianc (license 998)
........

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

15 years agoMerged revisions 250913 via svnmerge from
Tilghman Lesher [Fri, 5 Mar 2010 04:43:39 +0000 (04:43 +0000)] 
Merged revisions 250913 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r250913 | tilghman | 2010-03-04 22:37:36 -0600 (Thu, 04 Mar 2010) | 7 lines

  Missing quote in ODBC query.

  (closes issue #16953)
   Reported by: elguero
   Patches:
         app_voicemail-odbc-syntax-fix.diff uploaded by elguero (license 37)
........

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

15 years agoMerged revisions 250787 via svnmerge from
Jeff Peeler [Fri, 5 Mar 2010 01:09:15 +0000 (01:09 +0000)] 
Merged revisions 250787 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r250787 | jpeeler | 2010-03-04 19:05:46 -0600 (Thu, 04 Mar 2010) | 16 lines

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

  ........
    r250786 | jpeeler | 2010-03-04 19:02:58 -0600 (Thu, 04 Mar 2010) | 9 lines

    Fix not being able to specify a URL in MOH class directory.

    Don't attempt to chdir on a URL!

    (closes issue #16875)
    Reported by: raarts
    Patches:
          moh-http.patch uploaded by raarts (license 937)
  ........
................

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

15 years agoMerged revisions 250730 via svnmerge from
Mark Michelson [Thu, 4 Mar 2010 20:15:10 +0000 (20:15 +0000)] 
Merged revisions 250730 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r250730 | mmichelson | 2010-03-04 14:12:26 -0600 (Thu, 04 Mar 2010) | 3 lines

  Adjust XML for func_channel to indicate that rtpdest can take a "text" argument.
........

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

15 years agoMerged revisions 250609 via svnmerge from
Leif Madsen [Wed, 3 Mar 2010 21:24:20 +0000 (21:24 +0000)] 
Merged revisions 250609 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r250609 | lmadsen | 2010-03-03 16:22:55 -0500 (Wed, 03 Mar 2010) | 11 lines

  Update existing Local channel documentation.

  A complete re-write of the Local channel documentation has been performed, with
  the existing information from localchannel.txt and localchannel.tex merged in.

  (closes issue #16637)
  Reported by: kobaz
  Patches:
        localchannel.tex uploaded by lmadsen (license 10)
        localchannel.txt uploaded by lmadsen (license 10)
  Tested by: lmadsen, jsmith, mmichelson
........

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

15 years agoMerged revisions 250481 via svnmerge from
Jeff Peeler [Wed, 3 Mar 2010 19:13:35 +0000 (19:13 +0000)] 
Merged revisions 250481 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r250481 | jpeeler | 2010-03-03 13:06:06 -0600 (Wed, 03 Mar 2010) | 22 lines

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

  ........
    r250480 | jpeeler | 2010-03-03 13:04:11 -0600 (Wed, 03 Mar 2010) | 15 lines

    Make sure to clear red alarm after polarity reversal.

    From the issue:
    The automatic overnight line tests (or manual ones) used on UK (BT) lines causes
    a red alarm on a dahdi / TDM400P connected channel. This is because the line
    uses voltage tests (battery loss) and polarity reversal. The polarity reversal
    causes chan_dahdi to initiate v23 CallerID processing but during this the event
    DAHDI_EVENT_NOALARM is ignored so that the alarm is never cleared.

    (closes issue #14163)
    Reported by: jedi98
    Patches:
          chan_dahdi-1.4-inalarm.diff uploaded by jedi98 (license 653)
    Tested by: mattbrown, Chainsaw, mikeeccleston
  ........
................

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

15 years agoBlocked revisions 250478 via svnmerge
David Vossel [Wed, 3 Mar 2010 19:02:39 +0000 (19:02 +0000)] 
Blocked revisions 250478 via svnmerge

........
  r250478 | dvossel | 2010-03-03 13:02:13 -0600 (Wed, 03 Mar 2010) | 2 lines

  Changes 0ms to <1ms in cli END results during 'test execute'
........

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

15 years agoMerged revisions 250395 via svnmerge from
David Vossel [Wed, 3 Mar 2010 18:05:00 +0000 (18:05 +0000)] 
Merged revisions 250395 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r250395 | dvossel | 2010-03-03 12:03:19 -0600 (Wed, 03 Mar 2010) | 22 lines

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

  ........
    r250394 | dvossel | 2010-03-03 12:02:27 -0600 (Wed, 03 Mar 2010) | 16 lines

    fixes problem with duplicate TXREQ packets

    When Asterisk receives an IAX2 TXREQ packet, try_transfer()
    will call store_by_transfercallno() to link the chan_iax2_pvt
    struct into iax_transfercallno_pvts. If a duplicate TXREQ
    packet is received for the same call, the pvt struct will be
    linked into iax_transfercallno_pvts multiple times.  This patch
    fixes this.  Thanks rain for debugging this and providing a patch!

    (closes issue #16904)
    Reported by: rain
    Patches:
          iax2-double-txreq-fix.diff uploaded by rain (license 327)
    Tested by: rain, dvossel
  ........
................

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

15 years agoMerged revisions 250246 via svnmerge from
David Vossel [Wed, 3 Mar 2010 00:19:57 +0000 (00:19 +0000)] 
Merged revisions 250246 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r250246 | dvossel | 2010-03-02 18:18:28 -0600 (Tue, 02 Mar 2010) | 2 lines

  fixes signed to unsigned int comparision issue for FaxMaxDatagram value.
........

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

15 years agoBlocked revisions 250237 via svnmerge
David Vossel [Wed, 3 Mar 2010 00:05:16 +0000 (00:05 +0000)] 
Blocked revisions 250237 via svnmerge

........
  r250237 | dvossel | 2010-03-02 18:04:28 -0600 (Tue, 02 Mar 2010) | 2 lines

  fixes assumption that test failed if it did not pass when generating results
........

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

15 years agoBlocked revisions 250235 via svnmerge
David Vossel [Tue, 2 Mar 2010 23:38:59 +0000 (23:38 +0000)] 
Blocked revisions 250235 via svnmerge

........
  r250235 | dvossel | 2010-03-02 17:38:29 -0600 (Tue, 02 Mar 2010) | 2 lines

  base64 unit test
........

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

15 years agoBlocked revisions 250141 via svnmerge
David Vossel [Tue, 2 Mar 2010 21:58:38 +0000 (21:58 +0000)] 
Blocked revisions 250141 via svnmerge

........
  r250141 | dvossel | 2010-03-02 15:58:03 -0600 (Tue, 02 Mar 2010) | 15 lines

  adds 'p' option to PickupChan

  The 'p' option allows the PickupChan app to pickup
  a ringing phone by looking for the first match to a
  partial channel name rather than requiring a full match.

  (closes issue #16613)
  Reported by: syspert
  Patches:
        pickipbycallid.patch uploaded by syspert (license 938)
        pickupbycallerid_v2.patch uploaded by dvossel (license 671)
  Tested by: dvossel, syspert
........

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

15 years agoMerged revisions 250051 via svnmerge from
Leif Madsen [Tue, 2 Mar 2010 21:10:10 +0000 (21:10 +0000)] 
Merged revisions 250051 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r250051 | lmadsen | 2010-03-02 16:09:27 -0500 (Tue, 02 Mar 2010) | 8 lines

  Update IMAP documentation.
  Update the IMAP documentation to make it clear that storing voicemails
  in the same folder as a large number of emails could potentially cause
  significant slow downs when writing or retrieving voicemails.

  (issue #16704)
  Reported by: TimeHider
  Tested by: lmadsen, TimeHider
........

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

15 years agoMerged revisions 250045 via svnmerge from
Leif Madsen [Tue, 2 Mar 2010 20:53:07 +0000 (20:53 +0000)] 
Merged revisions 250045 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r250045 | lmadsen | 2010-03-02 15:52:19 -0500 (Tue, 02 Mar 2010) | 15 lines

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

  ........
    r250043 | lmadsen | 2010-03-02 15:51:35 -0500 (Tue, 02 Mar 2010) | 7 lines

    Update documentation to clarify purpose of unanswered option.

    (closes issue #16267)
    Reported by: elsto
    Patches:
          cdr.conf.sample.patch.txt uploaded by lmadsen (license 10)
    Tested by: davidw, elsto
  ........
................

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

15 years agoMerged revisions 250037 via svnmerge from
Leif Madsen [Tue, 2 Mar 2010 20:36:58 +0000 (20:36 +0000)] 
Merged revisions 250037 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r250037 | lmadsen | 2010-03-02 15:36:10 -0500 (Tue, 02 Mar 2010) | 4 lines

  Update documentation to not imply we support overriding options.

  (closes issue #16855)
  Reported by: davidw
........

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