]> git.ipfire.org Git - thirdparty/asterisk.git/log
thirdparty/asterisk.git
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

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

........
  r272109 | twilson | 2010-06-23 12:21:40 -0500 (Wed, 23 Jun 2010) | 12 lines

  Make sure reload updates SLA config

  Even if there are no stations or trunks defined, we need to start the sla
  thread to make sure we get the reload event. Also, when doing a reload we need
  to remove the existing trunks and stations or they end up hanging around.

  (closes issue #16818)
  Reported by: mbonin
  Patches:
        sla_reload.patch uploaded by twilson (license 396)
  Tested by: twilson
........

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

15 years agoMerged revisions 272014 via svnmerge from
David Vossel [Tue, 22 Jun 2010 22:14:15 +0000 (22:14 +0000)] 
Merged revisions 272014 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r272014 | dvossel | 2010-06-22 17:11:50 -0500 (Tue, 22 Jun 2010) | 5 lines

  fixes issue with 'dialplan remove extension blah' segfaulting with tab completion

  (closes issue #17440)
  Reported by: kobaz
........

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

15 years agoMerged revisions 271903 via svnmerge from
Matthew Nicholson [Tue, 22 Jun 2010 17:37:26 +0000 (17:37 +0000)] 
Merged revisions 271903 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r271903 | mnicholson | 2010-06-22 12:35:17 -0500 (Tue, 22 Jun 2010) | 15 lines

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

  ........
    r271902 | mnicholson | 2010-06-22 12:31:57 -0500 (Tue, 22 Jun 2010) | 8 lines

    Decrease the module ref count in sip_hangup when SIP_DEFER_BYE_ON_TRANSFER is set.  This is necessary to keep the ref count correct.

    (closes issue #16815)
    Reported by: rain
    Patches:
          chan_sip-unref-fix.diff uploaded by rain (license 327) (modified)
    Tested by: rain
  ........
................

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

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

........
  r271867 | russell | 2010-06-22 11:28:03 -0500 (Tue, 22 Jun 2010) | 7 lines

  Resolve some errors that occur on a graceful shutdown.

  Don't Finalize() if Initialize() did not succeed.  This resulted in an error
  about trying to Finalize() an invalid handle.

  Also trim some trailing whitespace while in the area.
........

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

15 years agoMerged revisions 271831 via svnmerge from
David Vossel [Tue, 22 Jun 2010 15:49:41 +0000 (15:49 +0000)] 
Merged revisions 271831 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r271831 | dvossel | 2010-06-22 10:46:22 -0500 (Tue, 22 Jun 2010) | 10 lines

  fixes attended transfer behavior when both transferee and transferer hung up

  If both the transferer and transferee of a attended transfer hangup before
  the new channel picks up, the new channel should be hung up as well as it
  has no endpoint to talk to.  This mirrors the expected behavior used in 1.4.

  (closes issue #17444)
  Reported by: corruptor
........

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

15 years agoMerged revisions 271762 via svnmerge from
Matthew Nicholson [Tue, 22 Jun 2010 15:00:11 +0000 (15:00 +0000)] 
Merged revisions 271762 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r271762 | mnicholson | 2010-06-22 09:54:58 -0500 (Tue, 22 Jun 2010) | 15 lines

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

  ........
    r271761 | mnicholson | 2010-06-22 09:49:36 -0500 (Tue, 22 Jun 2010) | 9 lines

    Allow users to specify a port for dundi peers.

    (closes issue #17056)
    Reported by: klaus3000
    Patches:
          dundi-peerport-patch-trunk.txt uploaded by klaus3000 (license 65)
    Tested by: klaus3000
  ........
................

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

15 years agoMerged revisions 271690 via svnmerge from
Matthew Nicholson [Tue, 22 Jun 2010 13:05:16 +0000 (13:05 +0000)] 
Merged revisions 271690 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r271690 | mnicholson | 2010-06-22 07:58:28 -0500 (Tue, 22 Jun 2010) | 18 lines

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

  ........
    r271689 | mnicholson | 2010-06-22 07:52:27 -0500 (Tue, 22 Jun 2010) | 8 lines

    Modify chan_sip's packet generation api to automatically calculate the Content-Length.  This is done by storing packet content in a buffer until it is actually time to send the packet, at which time the size of the packet is calculated.  This change was made to ensure that the Content-Length is always correct.

    (closes issue #17326)
    Reported by: kenner
    Tested by: mnicholson, kenner

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

  This change also adds an ast_str_copy_string() function (similar to ast_copy_string), that copies one ast_str into another, properly handling embedded nulls.
................

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

15 years agoMerged revisions 271554 via svnmerge from
Jeff Peeler [Mon, 21 Jun 2010 20:48:10 +0000 (20:48 +0000)] 
Merged revisions 271554 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r271554 | jpeeler | 2010-06-21 15:46:53 -0500 (Mon, 21 Jun 2010) | 14 lines

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

  ........
    r271552 | jpeeler | 2010-06-21 15:37:47 -0500 (Mon, 21 Jun 2010) | 7 lines

    Do not use sizeof to calculate size of a heap allocated character array.

    Change left out from 271399.

    (closes issue #16053)
    Reported by: diLLec
  ........
................

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

15 years agoMerged revisions 271483 via svnmerge from
Jeff Peeler [Fri, 18 Jun 2010 21:33:57 +0000 (21:33 +0000)] 
Merged revisions 271483 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r271483 | jpeeler | 2010-06-18 16:32:09 -0500 (Fri, 18 Jun 2010) | 18 lines

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

  ........
    r271399 | jpeeler | 2010-06-18 14:28:24 -0500 (Fri, 18 Jun 2010) | 11 lines

    Fix crash when parsing some heavily nested statements in AEL on reload.

    Due to the recursion used when compiling AEL in gen_prios, all the stack space
    was being consumed when parsing some AEL that contained nesting 13 levels deep.
    Changing a few large buffers to be heap allocated fixed the crash, although I
    did not test how many more levels can now be safely used.

    (closes issue #16053)
    Reported by: diLLec
    Tested by: jpeeler
  ........
................

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

15 years agoMerged revisions 269307 via svnmerge from
Jeff Peeler [Fri, 18 Jun 2010 18:40:34 +0000 (18:40 +0000)] 
Merged revisions 269307 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r269307 | rmudgett | 2010-06-09 11:54:38 -0500 (Wed, 09 Jun 2010) | 12 lines

  Eliminate deadlock potential in dahdi_fixup().

  Calling dahdi_indicate() within dahdi_fixup() while the owner pointers are
  in a potentially inconsistent state is a potentially bad thing in
  principle.

  However, calling dahdi_indicate() when the channel private lock is already
  held can cause a deadlock if the PRI lock is needed because
  dahdi_indicate() will also get the channel private lock.  The pri_grab()
  function assumes that the channel private lock is held once to avoid
  deadlock.
........

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

15 years agoMerged revisions 271089 via svnmerge from
Paul Belanger [Thu, 17 Jun 2010 00:32:06 +0000 (00:32 +0000)] 
Merged revisions 271089 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r271089 | pabelanger | 2010-06-16 20:30:51 -0400 (Wed, 16 Jun 2010) | 5 lines

  option w[(secs)] incorrectly capitalized in xmldoc

  (closes issue #17516)
  Reported by: karlfife
........

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

15 years agoMerged revisions 270987 via svnmerge from
Paul Belanger [Wed, 16 Jun 2010 21:19:39 +0000 (21:19 +0000)] 
Merged revisions 270987 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r270987 | pabelanger | 2010-06-16 17:17:39 -0400 (Wed, 16 Jun 2010) | 11 lines

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

  ........
    r270979 | pabelanger | 2010-06-16 17:10:05 -0400 (Wed, 16 Jun 2010) | 4 lines

    Fixed typo in macro-page

    Reported to #asterisk-dev by a student of jsmith.
  ........
................

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

15 years agoMerged revisions 270981 via svnmerge from
Jason Parker [Wed, 16 Jun 2010 21:11:28 +0000 (21:11 +0000)] 
Merged revisions 270981 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r270981 | qwell | 2010-06-16 16:10:48 -0500 (Wed, 16 Jun 2010) | 11 lines

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

  ........
    r270980 | qwell | 2010-06-16 16:10:09 -0500 (Wed, 16 Jun 2010) | 4 lines

    Need to lock the agent chan before access its internal bits.

    Pointed out by russellb on asterisk-dev mailing list.
  ........
................

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

15 years agoMerged revisions 270974 via svnmerge from
Matthew Nicholson [Wed, 16 Jun 2010 20:41:40 +0000 (20:41 +0000)] 
Merged revisions 270974 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r270974 | mnicholson | 2010-06-16 15:34:31 -0500 (Wed, 16 Jun 2010) | 8 lines

  Set sin_family to AF_INET when doing lookups, also reset sin_port the first time the ip address changes.

  (closes issue #17496)
  Reported by: ManChicken

  (closes issue #15827)
  Reported by: DennisD
  Patches:
        dnsmgr_15827.patch uploaded by chappell (license 8)
  Tested by: DennisD, gentlec, damage, wimpy
........

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

15 years agoMerged revisions 270936 via svnmerge from
Paul Belanger [Wed, 16 Jun 2010 18:50:11 +0000 (18:50 +0000)] 
Merged revisions 270936 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r270936 | pabelanger | 2010-06-16 14:43:22 -0400 (Wed, 16 Jun 2010) | 8 lines

  MSG_OOB flag on HANGUP packet removed.

  Per Tilghman's request on IRC (#asterisk-bugs).

  (closes issue #17506)
  Reported by: brycebaril
  Tested by: pabelanger, tilghman
........

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

15 years agoMerged revisions 270867 via svnmerge from
David Vossel [Wed, 16 Jun 2010 17:37:38 +0000 (17:37 +0000)] 
Merged revisions 270867 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r270867 | dvossel | 2010-06-16 12:36:51 -0500 (Wed, 16 Jun 2010) | 28 lines

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

  ........
    r270866 | dvossel | 2010-06-16 12:35:29 -0500 (Wed, 16 Jun 2010) | 22 lines

    fixes chan_iax2 race condition

    There is code in chan_iax2.c that attempts to guarantee that only a single
    active thread will handle a call number at a time.  This code works once
    the thread is added to an active_list of threads, but we are not currently
    guaranteed that a newly activated thread will enter the active_list immediately
    because it is left up to the thread to add itself after frames have been
    queued to it.  This means that if two frames come in for the same call number
    at the same time, it is possible for them to grab two separate threads because
    the first thread did not add itself to the active_list fast enough.  This
    causes some pretty complex problems.

    This patch resolves this race condition by immediately adding an activated
    thread to the active_list within the network thread and only depending on
    the thread to remove itself once it is done processing the frames queued to
    it.  By doing this we are guaranteed that if another frame for the same call
    number comes in at the same time, that this thread will immediately be found
    in the active_list of threads.

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

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

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

........
  r270801 | pabelanger | 2010-06-16 11:05:11 -0400 (Wed, 16 Jun 2010) | 9 lines

  Update formatting for channelvariables.tex

  (closes issue #17511)
  Reported by: klaus3000
  Patches:
        channelvariables.tex-patch.txt uploaded by klaus3000 (license 65)
  Tested by: pabelanger
........

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

15 years agoMerged revisions 270658 via svnmerge from
Terry Wilson [Tue, 15 Jun 2010 22:16:52 +0000 (22:16 +0000)] 
Merged revisions 270658 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r270658 | twilson | 2010-06-15 15:18:04 -0500 (Tue, 15 Jun 2010) | 20 lines

  Make contactdeny apply to src ip when nat=yes

  chan_sip's "contactdeny" feature screens the "to be registered contact".
  In case of nat=yes it should not use the address information from the
  Contact header (which is not used at all for routing), but the source
  IP address of the request.

  Thus, if nat=yes and a client sends a request from a denied IP address
  (e.g. by spoofing the src-IP address) it can bypass the screening.

  This commit makes contactdeny apply to the src ip when nat=yes instead.

  (closes issue #17276)
  Reported by: klaus3000
  Patches:
        patch-asterisk-trunk-contactdeny.txt uploaded by klaus3000 (license 65)
  Tested by: klaus3000

  Review: [full review board URL with trailing slash]
........

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

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

................
  r270584 | tilghman | 2010-06-15 13:26:26 -0500 (Tue, 15 Jun 2010) | 12 lines

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

  ........
    r270583 | tilghman | 2010-06-15 13:25:12 -0500 (Tue, 15 Jun 2010) | 5 lines

    Variables have always been case-sensitive, so we should not be removing case-insensitive matches.

    Bug reported via the -dev list.  See
    http://lists.digium.com/pipermail/asterisk-dev/2010-June/044510.html
  ........
................

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

15 years agoMerged revisions 270443 via svnmerge from
Leif Madsen [Tue, 15 Jun 2010 12:53:22 +0000 (12:53 +0000)] 
Merged revisions 270443 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r270443 | lmadsen | 2010-06-15 07:51:37 -0500 (Tue, 15 Jun 2010) | 9 lines

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

  ........
    r270442 | lmadsen | 2010-06-15 07:47:03 -0500 (Tue, 15 Jun 2010) | 1 line

    Move information about zonemessages into the [zonemessages] section.
  ........
................

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

15 years agoMerged revisions 270332 via svnmerge from
Paul Belanger [Mon, 14 Jun 2010 21:35:52 +0000 (21:35 +0000)] 
Merged revisions 270332 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r270332 | pabelanger | 2010-06-14 17:33:55 -0400 (Mon, 14 Jun 2010) | 21 lines

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

  ........
    r270331 | pabelanger | 2010-06-14 17:31:59 -0400 (Mon, 14 Jun 2010) | 14 lines

    Properly play first file in sort list.

    When using sort=alpha we would always skip the first file
    in the list first time through.  We now check for that
    properly.

    (closes issue #17470)
    Reported by: pabelanger
    Patches:
          sort.aplha.patch uploaded by pabelanger (license 224)
    Tested by: lmadsen

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

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

15 years agoMerged revisions 270079 via svnmerge from
Paul Belanger [Sat, 12 Jun 2010 18:57:21 +0000 (18:57 +0000)] 
Merged revisions 270079 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r270079 | pabelanger | 2010-06-12 14:55:47 -0400 (Sat, 12 Jun 2010) | 9 lines

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

  ........
    r270078 | pabelanger | 2010-06-12 14:54:20 -0400 (Sat, 12 Jun 2010) | 2 lines

    Fix typo in example
  ........
................

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

15 years agoMerged revisions 269976 via svnmerge from
Tilghman Lesher [Fri, 11 Jun 2010 18:32:13 +0000 (18:32 +0000)] 
Merged revisions 269976 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r269976 | tilghman | 2010-06-11 13:31:14 -0500 (Fri, 11 Jun 2010) | 15 lines

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

  ........
    r269960 | tilghman | 2010-06-11 13:23:05 -0500 (Fri, 11 Jun 2010) | 8 lines

    For SpeeX, 0 bits remaining is valid and does not need an emitted warning.

    (closes issue #15762)
     Reported by: nblasgen
     Patches:
           issue15672.patch uploaded by pabelanger (license 224)
     Tested by: nblasgen
  ........
................

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

15 years agoMerged revisions 269889 via svnmerge from
Paul Belanger [Thu, 10 Jun 2010 20:35:06 +0000 (20:35 +0000)] 
Merged revisions 269889 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r269889 | pabelanger | 2010-06-10 16:30:44 -0400 (Thu, 10 Jun 2010) | 8 lines

  Remove ASTBINDIR variable

  (closes issue #17031)
  Reported by: pabelanger
  Patches:
        Makefile.ASTBINDIR.v2.patch uploaded by pabelanger (license 224)
  Tested by: pabelanger, tilghman
........

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

15 years agoMerged revisions 269822 via svnmerge from
Mark Michelson [Thu, 10 Jun 2010 19:50:35 +0000 (19:50 +0000)] 
Merged revisions 269822 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r269822 | mmichelson | 2010-06-10 14:34:03 -0500 (Thu, 10 Jun 2010) | 25 lines

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

  ........
    r269821 | mmichelson | 2010-06-10 14:30:12 -0500 (Thu, 10 Jun 2010) | 19 lines

    Fix potential crash when writing raw SLIN audio on a PLC-enabled channel.

    The issue here was that the frame created when adjusting for PLC had no offset
    to its audio data. If this frame were translated to another format prior to
    being sent out an RTP socket, all went well because the translation code would
    put an appropriate offset into the frame. However, if the SLIN audio were not
    translated before being sent out the RTP socket, bad things would happen.
    Specifically, the ast_rtp_raw_write makes the assumption that the frame has
    at least enough of an offset that it can accommodate an RTP header. This was
    not the case. As such, data was being written prior to the allocation, likely
    corrupting the data the memory allocator had written. Thus when the time came
    to free the data, all hell broke loose. ....Well, Asterisk crashed at least.

    The fix was just what one would expect. Offset the data in the frame by a reasonable
    amount. The method I used is a bit odd since the data in the frame is 16 bit integers
    and not bytes. I left a big ol' comment about it. This can be improved on if someone
    is interested. I was more interested in getting the crash resolved.
  ........
................

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

15 years agoMerged revisions 269749 via svnmerge from
Mark Michelson [Thu, 10 Jun 2010 17:19:33 +0000 (17:19 +0000)] 
Merged revisions 269749 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r269749 | mmichelson | 2010-06-10 12:14:38 -0500 (Thu, 10 Jun 2010) | 5 lines

  Add documentation explaining PLC in Asterisk.

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

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

15 years agoMerged revisions 269711 via svnmerge from
Russell Bryant [Thu, 10 Jun 2010 13:18:39 +0000 (13:18 +0000)] 
Merged revisions 269711 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r269711 | russell | 2010-06-10 08:17:51 -0500 (Thu, 10 Jun 2010) | 2 lines

  Fix an off by one error that caused a unit test to occasionally crash.
........

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

15 years agoMerged revisions 269636 via svnmerge from
Tilghman Lesher [Thu, 10 Jun 2010 08:16:44 +0000 (08:16 +0000)] 
Merged revisions 269636 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r269636 | tilghman | 2010-06-10 03:15:45 -0500 (Thu, 10 Jun 2010) | 16 lines

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

  ........
    r269635 | tilghman | 2010-06-10 02:52:34 -0500 (Thu, 10 Jun 2010) | 9 lines

    Ensure restartable system calls can restart (BSD signal semantics)

    This eliminates the annoying <beep> on the console.

    (closes issue #17477)
     Reported by: jvandal
     Patches:
           20100610__issue17477.diff.txt uploaded by tilghman (license 14)
  ........
................

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

15 years agoMerged revisions 269497 via svnmerge from
Russell Bryant [Wed, 9 Jun 2010 22:20:09 +0000 (22:20 +0000)] 
Merged revisions 269497 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r269497 | russell | 2010-06-09 17:19:20 -0500 (Wed, 09 Jun 2010) | 9 lines

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

  ........
    r269495 | russell | 2010-06-09 17:18:37 -0500 (Wed, 09 Jun 2010) | 2 lines

    Don't stop Asterisk if chan_oss fails to register 'Console' (due to another channel driver already claiming it).
  ........
................

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

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

........
  r269417 | russell | 2010-06-09 16:11:43 -0500 (Wed, 09 Jun 2010) | 6 lines

  Resolve an invalid memory read on an event.

  Valgrind pointed out that attempting to get an IE value from an event that has
  no IEs produces an invalid memory read past the end of the event.  Thanks to
  mmichelson for pointing the problem out to me and then testing the fix.
........

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

15 years agoMerged revisions 269346 via svnmerge from
Paul Belanger [Wed, 9 Jun 2010 17:34:38 +0000 (17:34 +0000)] 
Merged revisions 269346 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r269346 | pabelanger | 2010-06-09 13:32:52 -0400 (Wed, 09 Jun 2010) | 19 lines

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

  ........
    r269334 | pabelanger | 2010-06-09 13:24:53 -0400 (Wed, 09 Jun 2010) | 12 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.  We now handle color displays properly.

    (closes issue #16784)
    Reported by: pabelanger
    Patches:
          20100530__issue16784__2.diff.txt uploaded by tilghman (license 14)
    Tested by: pabelanger, tilghman
  ........
................

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

15 years agoMerged revisions 269271 via svnmerge from
David Vossel [Wed, 9 Jun 2010 15:13:55 +0000 (15:13 +0000)] 
Merged revisions 269271 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r269271 | dvossel | 2010-06-09 10:09:25 -0500 (Wed, 09 Jun 2010) | 15 lines

  fixes crash in moh when cachertclasses flag is used

  The result for moh_register was not verified to guarantee
  the mohclass as added to the container.

  (closes issue #16993)
  Reported by: dmitri
  Patches:
        res_musiconhold_rtclass2.patch uploaded by dmitri (license 1001)
        moh_crash2.diff uploaded by dvossel (license 671)
  Tested by: dmitri
........

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

15 years agoMerged revisions 269083 via svnmerge from
Matthew Nicholson [Tue, 8 Jun 2010 18:51:19 +0000 (18:51 +0000)] 
Merged revisions 269083 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r269083 | mnicholson | 2010-06-08 13:50:45 -0500 (Tue, 08 Jun 2010) | 9 lines

  Don't pass null to manager_event()

  (closes issue #17087)
  Reported by: bklang
  Patches:
        app-fax-null-sprintf1.diff uploaded by mnicholson (license 96)
  Tested by: bklang
........

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

15 years agoMerged revisions 269007 via svnmerge from
Sean Bright [Tue, 8 Jun 2010 15:45:57 +0000 (15:45 +0000)] 
Merged revisions 269007 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r269007 | seanbright | 2010-06-08 11:39:52 -0400 (Tue, 08 Jun 2010) | 18 lines

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

  ........
    r269006 | seanbright | 2010-06-08 11:28:49 -0400 (Tue, 08 Jun 2010) | 11 lines

    Reduce startup time for cdr_tds with large CDR tables.

    Since we are just checking for table existence, add a WHERE clause that will
    return no rows but will raise an error if the table doesn't exist.

    (closes issue #17380)
    Reported by: kkwong
    Patches:
          issue17380-01.patch uploaded by seanbright (license 71)
    Tested by: kkwong
  ........
................

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

15 years agoMerged revisions 269008 via svnmerge from
Russell Bryant [Tue, 8 Jun 2010 15:41:45 +0000 (15:41 +0000)] 
Merged revisions 269008 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r269008 | russell | 2010-06-08 10:41:23 -0500 (Tue, 08 Jun 2010) | 5 lines

  Ensure CONFIG_FLAGS makes it into the build rules when doing out of tree builds.

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

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

15 years agoMerged revisions 268988 via svnmerge from
Leif Madsen [Tue, 8 Jun 2010 15:23:49 +0000 (15:23 +0000)] 
Merged revisions 268988 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r268988 | lmadsen | 2010-06-08 10:23:20 -0500 (Tue, 08 Jun 2010) | 8 lines

  Update note in sip.conf.sample.
  Update note in sip.conf.sample about externip and externhost with STUN.

  (closes issue #16323)
  Reported by: klaus3000
  Patches:
        sip.conf.sample-patch.txt uploaded by klaus3000 (license 65)
........

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

15 years agoMerged revisions 268933 via svnmerge from
Tilghman Lesher [Tue, 8 Jun 2010 06:58:22 +0000 (06:58 +0000)] 
Merged revisions 268933 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r268933 | tilghman | 2010-06-08 01:57:24 -0500 (Tue, 08 Jun 2010) | 2 lines

  Release list lock before returning on error.
........

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

15 years agoMerged revisions 268817 via svnmerge from
Tilghman Lesher [Mon, 7 Jun 2010 22:59:52 +0000 (22:59 +0000)] 
Merged revisions 268817 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r268817 | tilghman | 2010-06-07 17:47:13 -0500 (Mon, 07 Jun 2010) | 9 lines

  Mailbox list would previously grow at each reload, containing duplicates.

  Also, optimize the allocation of mailboxes to avoid additional memory structures.

  (closes issue #16320)
   Reported by: Marquis
   Patches:
         20100525__issue16320.diff.txt uploaded by tilghman (license 14)
........

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

15 years agoFix some chan_oss build system problems (these changes were already in trunk).
Russell Bryant [Mon, 7 Jun 2010 22:13:04 +0000 (22:13 +0000)] 
Fix some chan_oss build system problems (these changes were already in trunk).

This is what caused a bunch of tests to fail on 1.6.2.  They expected a console
channel driver, but chan_oss was failing to load.

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

15 years agoMerged revisions 268653,268731 via svnmerge from
Tilghman Lesher [Mon, 7 Jun 2010 19:00:37 +0000 (19:00 +0000)] 
Merged revisions 268653,268731 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r268653 | tilghman | 2010-06-07 12:14:40 -0500 (Mon, 07 Jun 2010) | 2 lines

  Avoid unloading res_smdi twice.

  (closes issue #17237)
  Reported by: pabelanger
........
  r268731 | tilghman | 2010-06-07 13:59:27 -0500 (Mon, 07 Jun 2010) | 4 lines

  Event well was going dry.

  (issue #17234)
........

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

15 years agoMerged revisions 268690 via svnmerge from
Paul Belanger [Mon, 7 Jun 2010 17:36:39 +0000 (17:36 +0000)] 
Merged revisions 268690 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r268690 | pabelanger | 2010-06-07 13:34:45 -0400 (Mon, 07 Jun 2010) | 11 lines

  Set threshold for silence detection defaults to 256

  (closes issue #15685)
  Reported by: david_s5
  Patches:
        dsp-silence-threshold-init.diff uploaded by dant (license 670)
        issue15685.patch.v5 uploaded by pabelanger (license 224)
  Tested by: danti

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

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

15 years agoMerged revisions 268534 via svnmerge from
Tilghman Lesher [Sun, 6 Jun 2010 05:31:11 +0000 (05:31 +0000)] 
Merged revisions 268534 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r268534 | tilghman | 2010-06-06 00:29:50 -0500 (Sun, 06 Jun 2010) | 8 lines

  Take advantage of variable substitution already in the Makefile to specify the correct location for files in init.d.

  (closes issue #16979)
   Reported by: jw-asterisk

  (issue #15691)
   Reported by: itamarjp
........

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

15 years agoMerged revisions 268495 via svnmerge from
Tilghman Lesher [Sun, 6 Jun 2010 00:38:16 +0000 (00:38 +0000)] 
Merged revisions 268495 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r268495 | tilghman | 2010-06-05 19:37:30 -0500 (Sat, 05 Jun 2010) | 2 lines

  Finally track down and eliminate the "FRACK! warnings from chan_iax2".
........

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

15 years agoMerged revisions 268456 via svnmerge from
Tilghman Lesher [Sat, 5 Jun 2010 17:56:55 +0000 (17:56 +0000)] 
Merged revisions 268456 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r268456 | tilghman | 2010-06-05 12:55:28 -0500 (Sat, 05 Jun 2010) | 14 lines

  Fix crash in DTMF detection.

  What I did not originally see in my previous commit was that even though the
  next digit could be detected before the previous was considered ended, the
  detection of the next digit effectively ends the detection of the previous.
  Therefore, the length moves in lockstep with the digit, and no separate counter
  is needed for the length alone.

  (closes issue #17371)
   Reported by: alecdavis

  (closes issue #17474)
   Reported by: kenner
........

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

15 years agoMerged revisions 268454 via svnmerge from
Tilghman Lesher [Sat, 5 Jun 2010 17:28:23 +0000 (17:28 +0000)] 
Merged revisions 268454 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r268454 | tilghman | 2010-06-05 12:27:12 -0500 (Sat, 05 Jun 2010) | 5 lines

  Verify event is not NULL before attempting to lower its usecount.

  (closes issue #17234)
   Reported by: mav3rick
........

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