asterisk/asterisk.git
12 years agoMerged revisions 316663 via svnmerge from
Sean Bright [Wed, 4 May 2011 14:40:08 +0000 (14:40 +0000)]
Merged revisions 316663 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r316663 | seanbright | 2011-05-04 10:35:05 -0400 (Wed, 04 May 2011) | 8 lines

  Only return a single error via AMI when requesting a forbidden action.

  (closes issue #19216)
  Reported by: oej
  Patches:
        issue19216-1.8-r316204.patch uploaded by seanbright (license 71)
  Tested by: seanbright
........

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

12 years agoMerged revisions 316650 via svnmerge from
David Vossel [Wed, 4 May 2011 14:26:33 +0000 (14:26 +0000)]
Merged revisions 316650 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r316650 | dvossel | 2011-05-04 09:25:03 -0500 (Wed, 04 May 2011) | 15 lines

  Merged revisions 316644 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ........
    r316644 | dvossel | 2011-05-04 09:23:39 -0500 (Wed, 04 May 2011) | 9 lines

    Fixes one-way-audio when chanspy activated with the 'o' option

    (closes issue #18382)
    Reported by: jkister
    Patches:
          0001-Bugfix-18382-one-way-audio-when-chanspy-activated.patch.txt uploaded by malin (license )
    Tested by: firstsip, Greenlightcrm, malin, wdoekes, boroda, dvossel
  ........
................

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

12 years agoMerged revisions 316617 via svnmerge from
David Vossel [Wed, 4 May 2011 13:48:07 +0000 (13:48 +0000)]
Merged revisions 316617 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r316617 | dvossel | 2011-05-04 08:44:41 -0500 (Wed, 04 May 2011) | 19 lines

  Merged revisions 316616 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ........
    r316616 | dvossel | 2011-05-04 08:40:41 -0500 (Wed, 04 May 2011) | 12 lines

    Fixes session-timers=refuse not being enforced for *caller*

    During handle_request_invite, the session timer mode was retrieved from
    a cached variable.  This patch forces a peer lookup of the session timer
    mode in the case of an incoming invite.

    (closes issue #18804)
    Reported by: wdoekes
    Patches:
          issue18804_session_timer_refuse_caller.patch uploaded by wdoekes (license 717)
          issue_18804_v2.diff uploaded by dvossel (license 671)
  ........
................

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

12 years agoAdd setsubstate_ringin.
Damien Wedhorn [Wed, 4 May 2011 08:25:47 +0000 (08:25 +0000)]
Add setsubstate_ringin.

Added setsubstate_ringin. skinny_call now calls sss_ringin rather than inline.
Fixed previous issue so that setsubstate_connected now use SUBSTATE_RINGIN
to determine is an AST_CONTROL_ANSWER should be queued.

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

12 years agoMake skinny_answer use setsubsate_connected.
Damien Wedhorn [Wed, 4 May 2011 07:43:58 +0000 (07:43 +0000)]
Make skinny_answer use setsubsate_connected.

Cosolidated the code so that skinny_answer now uses the setsubstate procedures
rather than doing the handling inline.

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

12 years agoMerged revisions 316193 via svnmerge from
Tzafrir Cohen [Wed, 4 May 2011 07:13:18 +0000 (07:13 +0000)]
Merged revisions 316193 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r316193 | tzafrir | 2011-05-03 13:57:16 +0300 (ג', 03 מאי 2011) | 8 lines

  Re-fix bashism in ./configure: s/let/$(( ))/

  A forward-port in r278985 accidentally re-introduced issue 17485. Fixing
  it. Thanks to Jilles Tjoelker for the good report.

  (closes issue #17485)
........

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

12 years agoCleanup skinny callinfo.
Damien Wedhorn [Wed, 4 May 2011 07:10:04 +0000 (07:10 +0000)]
Cleanup skinny callinfo.

Cosolidated the working out of the callinfo to be sent into
transmit_callinfo. Replaced ambiguous sub->outgoing with calldirection
which can be SKINNY_INCOMING or SKINNY_OUTGOING (same value as the
skinny protocol).

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

12 years agoMerged revisions 316476 via svnmerge from
Sean Bright [Wed, 4 May 2011 02:39:11 +0000 (02:39 +0000)]
Merged revisions 316476 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r316476 | seanbright | 2011-05-03 22:34:01 -0400 (Tue, 03 May 2011) | 17 lines

  Merged revisions 316475 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ........
    r316475 | seanbright | 2011-05-03 22:23:01 -0400 (Tue, 03 May 2011) | 10 lines

    Honor the C option to MeetMe when L is passed.

    This fixes a case that r304773 and friends missed.

    (closes issue #17317)
    Reported by: var
    Patches:
          meetme-continue-on-l_16218.diff uploaded by var (license 1227)
    Tested by: seanbright
  ........
................

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

12 years agoMerged revisions 316429 via svnmerge from
Tilghman Lesher [Wed, 4 May 2011 00:13:23 +0000 (00:13 +0000)]
Merged revisions 316429 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r316429 | tilghman | 2011-05-03 19:12:25 -0500 (Tue, 03 May 2011) | 7 lines

  Escape column names in case they contain illegal characters ('-') or reserved words.

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

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

12 years agoIf multiple [general] contexts occur from sip.conf (usually due to external includes...
Tilghman Lesher [Tue, 3 May 2011 23:36:35 +0000 (23:36 +0000)]
If multiple [general] contexts occur from sip.conf (usually due to external includes), merge them.

The original implementation of this did the merging of all contexts with the
same name in the realtime layer, but that implementation severely breaks
drivers which use the same context name (e.g. iax.conf, type={peer,user}).
Therefore, the implementation needs to do the merging for particular entries
only, based upon what contexts would allow that in the channel driver itself.
This implementation is for chan_sip only, but others could be added in the
future.

(closes issue #17957)
 Reported by: marcelloceschia
 Patches:
       chan-sip_parsing-general_branch162.patch uploaded by marcelloceschia (license 1079)
 Tested by: tilghman

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

12 years agoMerged revisions 316336 via svnmerge from
Russell Bryant [Tue, 3 May 2011 22:16:23 +0000 (22:16 +0000)]
Merged revisions 316336 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r316336 | russell | 2011-05-03 17:13:31 -0500 (Tue, 03 May 2011) | 8 lines

  Use htons() instead of ntohs() in some places.

  (closes issue #19200)
  Reported by: wdoekes
  Patches:
        issue19200-trunk.patch uploaded by wdoekes (license 717)
        issue19200-1.8.x.patch uploaded by wdoekes (license 717)
........

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

12 years agoMerged revisions 316334 via svnmerge from
David Vossel [Tue, 3 May 2011 22:07:18 +0000 (22:07 +0000)]
Merged revisions 316334 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r316334 | dvossel | 2011-05-03 17:05:59 -0500 (Tue, 03 May 2011) | 8 lines

  Fixes framehook segfault on indicate

  (closes issue #19215)
  Reported by: irroot
  Patches:
        framehook_indicate.patch uploaded by irroot (license 52)
........

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

12 years agoMerged revisions 316331 via svnmerge from
Russell Bryant [Tue, 3 May 2011 21:48:40 +0000 (21:48 +0000)]
Merged revisions 316331 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r316331 | russell | 2011-05-03 16:41:11 -0500 (Tue, 03 May 2011) | 2 lines

  Resolve another warning.
........

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

12 years agoMerged revisions 316330 via svnmerge from
David Vossel [Tue, 3 May 2011 21:45:46 +0000 (21:45 +0000)]
Merged revisions 316330 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r316330 | dvossel | 2011-05-03 16:37:59 -0500 (Tue, 03 May 2011) | 24 lines

  Merged revisions 316329 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ................
    r316329 | dvossel | 2011-05-03 16:29:55 -0500 (Tue, 03 May 2011) | 17 lines

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

    ........
      r316328 | dvossel | 2011-05-03 16:27:59 -0500 (Tue, 03 May 2011) | 10 lines

      Fixes chan_local crashs in local_fixup()

      Thanks OEJ for tracking down the issue and submitting the patch.

      (closes issue #19053)
      Reported by: oej
      Tested by: oej

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

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

12 years agoMerged revisions 316265 via svnmerge from
Russell Bryant [Tue, 3 May 2011 20:45:32 +0000 (20:45 +0000)]
Merged revisions 316265 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r316265 | russell | 2011-05-03 14:55:49 -0500 (Tue, 03 May 2011) | 5 lines

  Fix a bunch of compiler warnings generated by gcc 4.6.0.

  Most of these are -Wunused-but-set-variable, but there were a few others
  mixed in here, as well.
........

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

12 years agoMerged revisions 316224 via svnmerge from
Richard Mudgett [Tue, 3 May 2011 19:22:29 +0000 (19:22 +0000)]
Merged revisions 316224 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r316224 | rmudgett | 2011-05-03 14:18:30 -0500 (Tue, 03 May 2011) | 16 lines

  The dahdi_hangup() call does not clean up the channel fully.

  After dahdi_hangup() has supposedly hungup an ISDN channel there is still
  traffic on the S0-bus because the channel was not cleaned up fully.

  Shuffled the hangup code to include some missing cleanup.  Also fixed some
  code formatting in the area.  I think the primary missing clean up code
  was the call to tone_zone_play_tone() to turn off any active tones on the
  channel.

  (closes issue #19188)
  Reported by: jg1234
  Patches:
        issue19188_v1.8.patch uploaded by rmudgett (license 664)
  Tested by: jg1234
........

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

12 years agoMerged revisions 316217 via svnmerge from
David Vossel [Tue, 3 May 2011 19:00:26 +0000 (19:00 +0000)]
Merged revisions 316217 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r316217 | dvossel | 2011-05-03 13:59:06 -0500 (Tue, 03 May 2011) | 9 lines

  Never put the Require: timer header in an Invite.

  This has already been discussed and should have been resolved earlier.  View
  revsion 285565's log for more information about why it is important to not
  put timer in the Require header.

  (closes issue #18704)
  Reported by: mfrager
........

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

12 years agoMerged revisions 316215 via svnmerge from
David Vossel [Tue, 3 May 2011 18:51:41 +0000 (18:51 +0000)]
Merged revisions 316215 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r316215 | dvossel | 2011-05-03 13:49:48 -0500 (Tue, 03 May 2011) | 9 lines

  Fixes a random crash (NULL reference) in res_odbc.c.

  (closes issue #19180)
  Reported by: pruiz
  Patches:
        tmp.diff uploaded by pruiz (license 1152)
  Tested by: pruiz, seanbright
........

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

12 years agoMerged revisions 316206 via svnmerge from
Sean Bright [Tue, 3 May 2011 18:23:03 +0000 (18:23 +0000)]
Merged revisions 316206 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r316206 | seanbright | 2011-05-03 14:17:36 -0400 (Tue, 03 May 2011) | 8 lines

  If we aren't interested in events, don't generate the FullyBooted event on AMI login.

  (closes issue #19089)
  Reported by: bklang
  Patches:
        issue19089-1.8-r316204.patch uploaded by seanbright (license 71)
  Tested by: seanbright
........

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

12 years agoMerged revisions 316094 via svnmerge from
Tilghman Lesher [Mon, 2 May 2011 19:15:46 +0000 (19:15 +0000)]
Merged revisions 316094 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r316094 | tilghman | 2011-05-02 14:09:55 -0500 (Mon, 02 May 2011) | 15 lines

  Merged revisions 316093 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ........
    r316093 | tilghman | 2011-05-02 14:04:36 -0500 (Mon, 02 May 2011) | 8 lines

    More possible crashes based upon invalid inputs.

    (closes issue #18161)
     Reported by: wdoekes
     Patches:
           20110301__issue18161.diff.txt uploaded by tilghman (license 14)
     Tested by: wdoekes
  ........
................

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

12 years agoFormatting change, remove red blobs
Paul Belanger [Mon, 2 May 2011 15:58:27 +0000 (15:58 +0000)]
Formatting change, remove red blobs

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

12 years agoMerged revisions 315894 via svnmerge from
Matthew Nicholson [Wed, 27 Apr 2011 19:15:49 +0000 (19:15 +0000)]
Merged revisions 315894 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r315894 | mnicholson | 2011-04-27 14:14:27 -0500 (Wed, 27 Apr 2011) | 28 lines

  Merged revisions 315893 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ................
    r315893 | mnicholson | 2011-04-27 14:03:05 -0500 (Wed, 27 Apr 2011) | 21 lines

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

    ........
      r315891 | mnicholson | 2011-04-27 13:57:56 -0500 (Wed, 27 Apr 2011) | 14 lines

      Fix our compliance with RFC 3261 section 18.2.2.

      This change optimizes the free_via() function and removes some redundant null
      checking. It also fixes compliance with RFC 3261 section 18.2.2 by always using
      the port specified in the Via header for routing responses (even when maddr is
      not set). Also the htons() function is now used when setting the port.
      Additional documentation comments have been added in various places to make the
      logic in the code clearer.

      (closes issue #18951)
      Reported by: jmls
      Patches:
            issue18951_set_proper_port_from_via.patch uploaded by wdoekes (license 717) (modified)
    ........
  ................
................

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

12 years agoMakes the new ConfBridge join and leave sounds be used by default rather than beep...
David Vossel [Wed, 27 Apr 2011 17:51:53 +0000 (17:51 +0000)]
Makes the new ConfBridge join and leave sounds be used by default rather than beep and beeperr.

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

12 years agoClears exception flag during ast_read when func_jitterbuffer is enabled
David Vossel [Wed, 27 Apr 2011 17:44:02 +0000 (17:44 +0000)]
Clears exception flag during ast_read when func_jitterbuffer is enabled

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

12 years agoMerged revisions 315810 via svnmerge from
Russell Bryant [Wed, 27 Apr 2011 15:56:44 +0000 (15:56 +0000)]
Merged revisions 315810 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r315810 | russell | 2011-04-27 10:55:48 -0500 (Wed, 27 Apr 2011) | 2 lines

  Set the copyright year to 2011 in the startup message.
........

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

12 years agoMerged revisions 315765 via svnmerge from
Leif Madsen [Wed, 27 Apr 2011 12:37:13 +0000 (12:37 +0000)]
Merged revisions 315765 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r315765 | lmadsen | 2011-04-27 07:36:17 -0500 (Wed, 27 Apr 2011) | 4 lines

  Enable Russian core sound selection in menuselect.

  (closes issue #18724)
  Reported by: pbxware
........

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

12 years agoMerged revisions 315673 via svnmerge from
Terry Wilson [Tue, 26 Apr 2011 23:10:58 +0000 (23:10 +0000)]
Merged revisions 315673 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r315673 | twilson | 2011-04-26 15:56:19 -0700 (Tue, 26 Apr 2011) | 25 lines

  Merged revisions 315672 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ................
    r315672 | twilson | 2011-04-26 15:52:25 -0700 (Tue, 26 Apr 2011) | 18 lines

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

    ........
      r315671 | twilson | 2011-04-26 15:47:56 -0700 (Tue, 26 Apr 2011) | 11 lines

      Make sure unregistering a peer unlinks it from the peer container

      Instead of mostly copying the code from expire_register, just use the function
      that "does the right thing".

      (closes issue #16033)
      Reported by: kkm
      Patches:
            016033-tilgman-fixed-refcount.diff uploaded by kkm (license 888)
      Tested by: kkm, tilghman, twilson
    ........
  ................
................

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

12 years agoMake sure to create the caps structure for autocreated peers
Terry Wilson [Tue, 26 Apr 2011 23:04:10 +0000 (23:04 +0000)]
Make sure to create the caps structure for autocreated peers

Because crashing is bad.

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

12 years agoMerged revisions 315644 via svnmerge from
Terry Wilson [Tue, 26 Apr 2011 22:26:37 +0000 (22:26 +0000)]
Merged revisions 315644 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r315644 | twilson | 2011-04-26 14:39:01 -0700 (Tue, 26 Apr 2011) | 32 lines

  Merged revisions 315643 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ................
    r315643 | twilson | 2011-04-26 14:27:44 -0700 (Tue, 26 Apr 2011) | 25 lines

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

    ........
      r315596 | twilson | 2011-04-26 14:16:10 -0700 (Tue, 26 Apr 2011) | 18 lines

      Allow transfer loops without allowing forwarding loops

      We try to avoid the situation where two phones may be forwarded to each other
      causing an infinite loop by storing each dialed interface in a channel
      datastore and checking the list before dialing out. This works, but currently
      breaks situations like A calls B, A transfers B to C, B transfers C to A, and A
      transfers C to B. Since human interaction is happening here and not an
      automated forwarding loop, it should be allowed.

      This patch removes the dialed_interfaces datastore when a call is bridged (a
      suggestion from the brilliant mmichelson). If a call is being bridged, it
      should be safe to assume that we aren't stuck in a loop.

      Since we are now handling this is the bridge code, the previous attempts at
      handling it in app_dial and app_queue are removed.

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

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

12 years agoMerged revisions 315645 via svnmerge from
Richard Mudgett [Tue, 26 Apr 2011 22:18:41 +0000 (22:18 +0000)]
Merged revisions 315645 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r315645 | rmudgett | 2011-04-26 17:14:31 -0500 (Tue, 26 Apr 2011) | 21 lines

  The 'e' special extension fails to trigger in at least two cases.

  The 'e' extension is a fall back for the 'i', 't', or 'T' extensions if
  any of them do not exist.  Many of the places the 'e' extension was
  supposed to be invoked fail because the priority was set wrong.  There
  were two places where the 'e' extension was not even checked for fall
  back.

  * Made invoke the 'e' extension similarly to the previous 'i', 't', or 'T'
  extension check and added the 'e' extension as a fall back to the two
  missing locations.

  * Prioritized and optimized some hangup tests associated with the 'e'
  extension.

  (closes issue #19136)
  Reported by: kshumard
  Tested by: rmudgett

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

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

12 years agoMerged revisions 315503 via svnmerge from
Tilghman Lesher [Tue, 26 Apr 2011 19:38:41 +0000 (19:38 +0000)]
Merged revisions 315503 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r315503 | tilghman | 2011-04-26 14:32:50 -0500 (Tue, 26 Apr 2011) | 28 lines

  Merged revisions 315502 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ................
    r315502 | tilghman | 2011-04-26 14:22:52 -0500 (Tue, 26 Apr 2011) | 21 lines

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

    ........
      r315501 | tilghman | 2011-04-26 14:18:46 -0500 (Tue, 26 Apr 2011) | 14 lines

      Fix the bounds-checking code.

      The code that set the bit within the select bitfield was correct, but the
      bounds-checking code was not.  The change to that line uses the new _bitsize
      macro for clarity.  Also, FD_ZERO macro did not zero-out anything but the
      first word of the bitfield, so this could have caused problems with modules
      using that macro with the expanded bitfield.

      (closes issue #18773)
       Reported by: jamicque
       Patches:
             20110423__issue18773.diff.txt uploaded by tilghman (license 14)
       Tested by: chris-mac
    ........
  ................
................

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

12 years agoMerged revisions 315452 via svnmerge from
Richard Mudgett [Tue, 26 Apr 2011 18:02:07 +0000 (18:02 +0000)]
Merged revisions 315452 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r315452 | rmudgett | 2011-04-26 13:00:34 -0500 (Tue, 26 Apr 2011) | 1 line

  Add missing set of name valid flag when dialing.
........

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

12 years agoMerged revisions 315446 via svnmerge from
Russell Bryant [Tue, 26 Apr 2011 17:41:51 +0000 (17:41 +0000)]
Merged revisions 315446 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r315446 | russell | 2011-04-26 12:40:23 -0500 (Tue, 26 Apr 2011) | 14 lines

  chan_local: resolve a deadlock.

  This patch resolves a fairly complex deadlock that can occur with the
  combination of chan_local and a dialplan switch, such as dynamic realtime
  extensions, which pulls autoservice into the picture when doing a dialplan
  lookup.

  (closes issue #18818)
  Reported by: nic
  Patches:
        issue18818.patch uploaded by jthurman (license 614)
        18818.v1.txt uploaded by russell (license 2)
  Tested by: nic, jthurman, kterzi, steve-howes, sysreq, IshMalik
........

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

12 years agoMerged revisions 315394 via svnmerge from
Paul Belanger [Tue, 26 Apr 2011 02:21:38 +0000 (02:21 +0000)]
Merged revisions 315394 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r315394 | pabelanger | 2011-04-25 22:18:50 -0400 (Mon, 25 Apr 2011) | 14 lines

  Merged revisions 315393 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ........
    r315393 | pabelanger | 2011-04-25 22:17:43 -0400 (Mon, 25 Apr 2011) | 7 lines

    Add back CLI command 'dialplan save'

    (closes issue #19140)
    Reported by: lmadsen
    Patches:
          __20110419_dialplan_save.patch.txt uploaded by lmadsen (license 10)
  ........
................

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

12 years agoMerged revisions 315349 via svnmerge from
Richard Mudgett [Mon, 25 Apr 2011 21:55:00 +0000 (21:55 +0000)]
Merged revisions 315349 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r315349 | rmudgett | 2011-04-25 16:49:00 -0500 (Mon, 25 Apr 2011) | 9 lines

  When using MGCP realtime gateway definitions, random crashes occur.

  Fixed incorrect linked list node removal for realtime gateways.

  (closes issue #18291)
  Reported by: nahuelgreco
  Patches:
        dangling-pointers-when-pruning.patch uploaded by nahuelgreco (license 162)
........

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

12 years agoMerged revisions 315259 via svnmerge from
Russell Bryant [Mon, 25 Apr 2011 19:40:17 +0000 (19:40 +0000)]
Merged revisions 315259 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r315259 | russell | 2011-04-25 14:37:32 -0500 (Mon, 25 Apr 2011) | 24 lines

  Merged revisions 315258 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ................
    r315258 | russell | 2011-04-25 14:31:44 -0500 (Mon, 25 Apr 2011) | 17 lines

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

    ........
      r315257 | russell | 2011-04-25 14:28:41 -0500 (Mon, 25 Apr 2011) | 10 lines

      Be more flexible with unknown chunks in wav files.

      This patch makes format_wav ignore unknown chunks instead of erroring
      out on them.

      (closes issue #18306)
      Reported by: jhirsch
      Patches:
            wav_skip_unknown_blocks.diff uploaded by jhirsch (license 1156)
    ........
  ................
................

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

12 years agoMerged revisions 315213 via svnmerge from
Russell Bryant [Mon, 25 Apr 2011 19:06:08 +0000 (19:06 +0000)]
Merged revisions 315213 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r315213 | russell | 2011-04-25 14:04:28 -0500 (Mon, 25 Apr 2011) | 14 lines

  Merged revisions 315212 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ........
    r315212 | russell | 2011-04-25 14:00:24 -0500 (Mon, 25 Apr 2011) | 7 lines

    Don't link non-cached realtime peers into the peers_by_ip container.

    (closes issue #18924)
    Reported by: wdoekes
    Patches:
          issue18924_uncached_realtime_peers_leak-1.6.2.17.patch uploaded by wdoekes (license 717)
  ........
................

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

12 years agoMerged revisions 315053 via svnmerge from
Alec L Davis [Mon, 25 Apr 2011 07:17:27 +0000 (07:17 +0000)]
Merged revisions 315053 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r315053 | alecdavis | 2011-04-25 19:14:32 +1200 (Mon, 25 Apr 2011) | 23 lines

  Merged revisions 315052 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ................
    r315052 | alecdavis | 2011-04-25 19:11:12 +1200 (Mon, 25 Apr 2011) | 16 lines

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

    ........
      r315051 | alecdavis | 2011-04-25 19:06:29 +1200 (Mon, 25 Apr 2011) | 11 lines

      chan_local:check_bridge() misplaced misplaced ast_mutex_unlock

      if !p->chan->_bridge->_softhangup path isn't followed, brigde remains locked.

      (closes issue #19176)
      Reported by: alecdavis
      Patches:
            bug19176.diff.txt uploaded by alecdavis (license 585)
    ........
  ................
................

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

12 years agoMerged revisions 315001 via svnmerge from
Alec L Davis [Fri, 22 Apr 2011 23:01:38 +0000 (23:01 +0000)]
Merged revisions 315001 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r315001 | alecdavis | 2011-04-23 10:59:18 +1200 (Sat, 23 Apr 2011) | 12 lines

  chan_dahdi: Can't return to normal ring after distinctive ring on FXS

  clear a previous distinctivering pattern before each new call

  (closes issue #18985)
  Reported by: bromont
  Patches:
        bug18985.diff.txt uploaded by alecdavis (license 585)
  Tested by: alecdavis, bromont
........

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

12 years agoMerged revisions 314959 via svnmerge from
Matthew Nicholson [Fri, 22 Apr 2011 21:33:42 +0000 (21:33 +0000)]
Merged revisions 314959 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r314959 | mnicholson | 2011-04-22 16:20:08 -0500 (Fri, 22 Apr 2011) | 24 lines

  Merged revisions 314958 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ................
    r314958 | mnicholson | 2011-04-22 15:49:45 -0500 (Fri, 22 Apr 2011) | 17 lines

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

    ........
      r311203 | mnicholson | 2011-03-17 14:14:37 -0500 (Thu, 17 Mar 2011) | 4 lines

      Don't hold the pvt lock while streaming a file.

      ABE-2756
    ........
      r314908 | mnicholson | 2011-04-22 15:01:48 -0500 (Fri, 22 Apr 2011) | 4 lines

      Prevent the login thread and the app threads from using the asterisk channel at the same time.

      ABE-2756
    ........
  ................
................

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

12 years agoMerged revisions 314779 via svnmerge from
Tzafrir Cohen [Fri, 22 Apr 2011 14:49:47 +0000 (14:49 +0000)]
Merged revisions 314779 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r314779 | tzafrir | 2011-04-22 16:59:43 +0300 (ו', 22 אפר 2011) | 2 lines

  Fix a few typos (shown by Lintian)
........

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

12 years agoMerged revisions 314780 via svnmerge from
Russell Bryant [Fri, 22 Apr 2011 14:08:02 +0000 (14:08 +0000)]
Merged revisions 314780 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r314780 | russell | 2011-04-22 09:02:23 -0500 (Fri, 22 Apr 2011) | 18 lines

  Merged revisions 314778 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ........
    r314778 | russell | 2011-04-22 08:58:03 -0500 (Fri, 22 Apr 2011) | 11 lines

    Initialize buffers in getvar and getvarfull.

    Initialize the buffers used to hold the result from GET VARIABLE or
    GET VARIABLE FULL.  The bug report shows func_read returning garbage in
    the result.  It assumed that the buffer passed in was initialized, like many
    other functions do.  In the more common code path (through the dialplan), it
    is initialized, so just initialize it here too.

    (closes issue #19050)
    Reported by: johnz
  ........
................

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

12 years agoImplement AMI action PRIShowSpans.
Richard Mudgett [Thu, 21 Apr 2011 22:53:05 +0000 (22:53 +0000)]
Implement AMI action PRIShowSpans.

PRIShowSpans works like the AMI action DAHDIShowChannels but for PRI
spans.  It is similar to the CLI command "pri show spans".

(closes issue #15980)
Reported by: dwery

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

12 years agoSimplify sig_pri.c:build_status().
Richard Mudgett [Thu, 21 Apr 2011 22:42:41 +0000 (22:42 +0000)]
Simplify sig_pri.c:build_status().

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

12 years agoMerged revisions 314732 via svnmerge from
Richard Mudgett [Thu, 21 Apr 2011 22:39:45 +0000 (22:39 +0000)]
Merged revisions 314732 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r314732 | rmudgett | 2011-04-21 17:38:44 -0500 (Thu, 21 Apr 2011) | 1 line

  Correct DAHDIShowChannels XML documentation.
........

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

12 years agoMerged revisions 314628 via svnmerge from
Matthew Nicholson [Thu, 21 Apr 2011 18:32:50 +0000 (18:32 +0000)]
Merged revisions 314628 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r314628 | mnicholson | 2011-04-21 13:24:05 -0500 (Thu, 21 Apr 2011) | 27 lines

  Merged revisions 314620 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ................
    r314620 | mnicholson | 2011-04-21 13:22:19 -0500 (Thu, 21 Apr 2011) | 20 lines

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

    ........
      r314607 | mnicholson | 2011-04-21 13:19:21 -0500 (Thu, 21 Apr 2011) | 14 lines

      Added limits to the number of unauthenticated sessions TCP based protocols are allowed to have open simultaneously.  Also added timeouts for unauthenticated sessions where it made sense to do so.

      Unrelated, the manager interface now properly checks if the user has the "system" privilege before executing shell commands via the Originate action.

      AST-2011-005
      AST-2011-006

      (closes issue #18787)
      Reported by: kobaz

      (related to issue #18996)
      Reported by: tzafrir
    ........
  ................
................

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

12 years agoNew HD ConfBridge conferencing application.
David Vossel [Thu, 21 Apr 2011 18:11:40 +0000 (18:11 +0000)]
New HD ConfBridge conferencing application.

Includes a new highly optimized and customizable
ConfBridge application capable of mixing audio at
sample rates ranging from 8khz-192khz.

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

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

12 years agoMerged revisions 314550 via svnmerge from
Terry Wilson [Thu, 21 Apr 2011 00:29:21 +0000 (00:29 +0000)]
Merged revisions 314550 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r314550 | twilson | 2011-04-20 17:23:04 -0700 (Wed, 20 Apr 2011) | 13 lines

  Merged revisions 314549 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ........
    r314549 | twilson | 2011-04-20 17:17:34 -0700 (Wed, 20 Apr 2011) | 6 lines

    Don't allocate more space than necessary for a sip_pkt

    This extra allocation is a hold-over from when pkt->data was a
    character array. Now that it is an allocated string, just allocate
    enough for the sip_pkt.
  ........
................

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

12 years agoIntroduction of the JITTERBUFFER dialplan function.
David Vossel [Wed, 20 Apr 2011 20:52:15 +0000 (20:52 +0000)]
Introduction of the JITTERBUFFER dialplan function.

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

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

12 years agocodec_dahdi: DAHDI still advertises formats using the old bitfields.
Shaun Ruffell [Wed, 20 Apr 2011 19:56:07 +0000 (19:56 +0000)]
codec_dahdi: DAHDI still advertises formats using the old bitfields.

Previously, the DAHDI format bit fields matched up with the Asterisk
bitfields. Since the Asterisk codec bit fields were replaced in r306010,
codec_dahdi needs to contain the formats itself. In the future, the DAHDI
formats should either change to something other than bitfields, or the
bitfields need to move from include/dahdi/kernel.h to
include/dahdi/user.h.

Signed-off-by: Shaun Ruffell <sruffell@digium.com>

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

12 years agoMerged revisions 314417 via svnmerge from
Richard Mudgett [Wed, 20 Apr 2011 16:55:07 +0000 (16:55 +0000)]
Merged revisions 314417 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r314417 | rmudgett | 2011-04-20 11:54:02 -0500 (Wed, 20 Apr 2011) | 1 line

  AST_CONTROL_XXX comment changes.
........

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

12 years agoFixes error with frame datalen being calculated from samples when this is not allwaya...
David Vossel [Wed, 20 Apr 2011 16:37:15 +0000 (16:37 +0000)]
Fixes error with frame datalen being calculated from samples when this is not allwaya accurate.

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

12 years agoMerged revisions 314358 via svnmerge from
Terry Wilson [Wed, 20 Apr 2011 05:28:36 +0000 (05:28 +0000)]
Merged revisions 314358 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r314358 | twilson | 2011-04-19 22:25:15 -0700 (Tue, 19 Apr 2011) | 4 lines

  Initialize track pointer

  ast_reentrancy_init checks to see if it is NULL before initializing with calloc
........

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

12 years agoMerged revisions 314251 via svnmerge from
Leif Madsen [Tue, 19 Apr 2011 15:42:32 +0000 (15:42 +0000)]
Merged revisions 314251 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r314251 | lmadsen | 2011-04-19 10:42:10 -0500 (Tue, 19 Apr 2011) | 8 lines

  Use SSLv23_client_method instead of old SSLv2 only.

  (closes issue #19095)
  (closes issue #19138)
  Reported by: tzafrir
  Patches:
        no_ssl2.diff uploaded by tzafrir (license 46)
  Tested by: russell, chazzam
........

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

12 years agoMerged revisions 314206 via svnmerge from
Leif Madsen [Tue, 19 Apr 2011 14:28:46 +0000 (14:28 +0000)]
Merged revisions 314206 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r314206 | lmadsen | 2011-04-19 09:28:15 -0500 (Tue, 19 Apr 2011) | 14 lines

  Merged revisions 314205 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ........
    r314205 | lmadsen | 2011-04-19 09:27:50 -0500 (Tue, 19 Apr 2011) | 6 lines

    Remove duplicate documentation from func_channel.c

    (closes issue #18970)
    Reported by: IgorG
    Patches:
          func_channel.c.doc.diff uploaded by IgorG (license 20)
  ........
................

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

12 years agoMerged revisions 314203 via svnmerge from
Leif Madsen [Tue, 19 Apr 2011 14:25:47 +0000 (14:25 +0000)]
Merged revisions 314203 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r314203 | lmadsen | 2011-04-19 09:24:25 -0500 (Tue, 19 Apr 2011) | 15 lines

  Merged revisions 314202 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ........
    r314202 | lmadsen | 2011-04-19 09:23:39 -0500 (Tue, 19 Apr 2011) | 7 lines

    Update seconds to milliseconds in ast_verb output.

    (closes issue #19084)
    Reported by: smurfix
    Patches:
          app_dial.patch uploaded by smurfix (license 547)
    Tested by: lmadsen, smurfix
  ........
................

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

12 years agoAdd explanation of strange flag setup in app_meetme (stolen from Mark's message to...
Olle Johansson [Tue, 19 Apr 2011 08:22:18 +0000 (08:22 +0000)]
Add explanation of strange flag setup in app_meetme (stolen from Mark's message to asterisk-dev)

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

12 years agoProblems with ISDN MWI to phones.
Richard Mudgett [Mon, 18 Apr 2011 19:48:00 +0000 (19:48 +0000)]
Problems with ISDN MWI to phones.

The "controlling user number" is always the number of the voice mail box
which is identical with the subscriber number itself.  This number which
is listed in the ISDN phone MWI menu cannot be called back to contact the
voice mail box.  The controlling user number should be made configurable.

JIRA ABE-2738
JIRA SWP-2846

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

12 years agoMerged revisions 314069 via svnmerge from
Richard Mudgett [Mon, 18 Apr 2011 16:27:14 +0000 (16:27 +0000)]
Merged revisions 314069 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r314069 | rmudgett | 2011-04-18 11:10:10 -0500 (Mon, 18 Apr 2011) | 22 lines

  The AsyncAGI command loop is lax in the value it returns for the return status.

  * Return correct status: SUCCESS/FAILED/HANGUP.  Previously, abnormal
  exits from the command loop such as hangup would return SUCCESS.

  * The "asyncagi break" command now returns SUCCESS and is now the only way
  to break the command loop with that status.  Previously, it returned
  FAILED.

  * The AMI event AsyncAGI End is no longer sent if the AsyncAGI Start event
  is not sent.  Previously, this happened because of an error setting up the
  AGI pipes.

  * All executed AGI commands now get an AsyncAGI Exec result event.
  Previously, if the command returned failure (because of hangup), the
  command loop just exited with FAILURE and did not send the AsyncAGI Exec
  result event.

  * Makes sure that the channel frame queue is empty on hangup.

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

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

12 years agoMerged revisions 314068 via svnmerge from
Richard Mudgett [Mon, 18 Apr 2011 16:25:06 +0000 (16:25 +0000)]
Merged revisions 314068 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r314068 | rmudgett | 2011-04-18 11:02:12 -0500 (Mon, 18 Apr 2011) | 7 lines

  Unclear code in app_dial.c.

  Make code formatting clear.

  (closes issue #19134)
  Reported by: oej
........

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

12 years agoMerged revisions 314067 via svnmerge from
David Vossel [Mon, 18 Apr 2011 16:22:55 +0000 (16:22 +0000)]
Merged revisions 314067 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r314067 | dvossel | 2011-04-18 10:23:45 -0500 (Mon, 18 Apr 2011) | 22 lines

  Remove the need for deadlock avoidance in chan_sip do_monitor.

  Deadlock avoidance between the sip pvt and the pvt->owner is
  very difficult.  Now that channel's are ao2 objects, this complication
  is no longer necessary.  It turns out the pvt's msg queue only
  exists because of deadlock avoidance (when deadlock avoidance fails
  msgs were added to a queue to be processed later), so this goes away as well.

  The technique used in the new sip_lock_pvt_full() function should
  be used as a template for replacing all locations where deadlock
  avoidance occurs between a channel tech_pvt and the pvt's owner.
  My hope is that this will begin a reversal of the invalid channel
  driver locking architecture we have been using for so long.

  This patch also resolves an issue where the pvt->owner gets
  unlocked during processing the msg queue.

  (closes issue #18690)
  Reported by: dvossel

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

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

12 years agoMerged revisions 314017 via svnmerge from
David Vossel [Mon, 18 Apr 2011 13:42:51 +0000 (13:42 +0000)]
Merged revisions 314017 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r314017 | dvossel | 2011-04-18 08:41:06 -0500 (Mon, 18 Apr 2011) | 17 lines

  sip codec negotiation of dynamic rtp payloads error fix

  This patch fixes how chan_sip handles dynamic rtp payload types
  it does not understand.  At the moment if a dynamic payload's mime
  type does not match one we understand, the payload does not get
  removed from our payload table.  As a result of this, the payload
  is set to whatever dynamic codec we use internally for that payload
  number on outgoing INVITES.  This is incorrect.

  This patch fixes this by properly checking the rtpmap set function's
  return code to make sure it was found.  The function can return both
  -1 and -2 depending on the source of the mismatch.  We were just
  checking -1 explicitly.

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

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

12 years agoConsolidate all new call calls to run through new setsubstate_ringout.
Damien Wedhorn [Sun, 17 Apr 2011 09:28:05 +0000 (09:28 +0000)]
Consolidate all new call calls to run through new setsubstate_ringout.

(closes issue #17907)
Reported by: wedhorn
Patches:
      cleanup.stateringout.diff uploaded by wedhorn (license 30)
Tested by: salecha, wedhorn

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

12 years agofix compile error from r313907
Alexandr Anikin [Sun, 17 Apr 2011 01:28:35 +0000 (01:28 +0000)]
fix compile error from r313907

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

12 years agofix trivial error with set_max_datagram on pvt->udptl
Alexandr Anikin [Sun, 17 Apr 2011 00:23:42 +0000 (00:23 +0000)]
fix trivial error with set_max_datagram on pvt->udptl

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

12 years agoMerged revisions 313860 via svnmerge from
Jonathan Rose [Fri, 15 Apr 2011 15:20:46 +0000 (15:20 +0000)]
Merged revisions 313860 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r313860 | jrose | 2011-04-15 10:08:05 -0500 (Fri, 15 Apr 2011) | 17 lines

  Merged revisions 313859 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ........
    r313859 | jrose | 2011-04-15 09:58:37 -0500 (Fri, 15 Apr 2011) | 10 lines

    Fix a Tab Completion bug that occurs due to multiple matches on a substring.

    Makes word_match function in cli.c repeat a search for a command string until
    a proper match is found or the string is searched to the last point.

    (closes issue #17494)
    Reported by: ffossard

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

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

12 years agoSets video mark bit on format field correctly
Terry Wilson [Thu, 14 Apr 2011 21:53:01 +0000 (21:53 +0000)]
Sets video mark bit on format field correctly

This fixes a regression in the media architecture change
where video frames did not have their video mark set
correctly.  dvossel wrote this. twilson kindly committed
this, mmichelson found the bug.

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

12 years agoMerged revisions 313780 via svnmerge from
Richard Mudgett [Thu, 14 Apr 2011 21:02:38 +0000 (21:02 +0000)]
Merged revisions 313780 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r313780 | rmudgett | 2011-04-14 15:59:56 -0500 (Thu, 14 Apr 2011) | 20 lines

  Leftover debug messages unconditionally sent to the console.

  Executing Dial(DAHDI/1/18475551212,300,) with the echotraining config
  option enabled outputs the following debug messages unconditionally:

  Dialing T1847555121 on 1
  Dialing www2w on 1

  * Made debug messages in my_dial_digits() normal debug messages that do
  not get output unless enabled.

  * Reworded some debug messages in my_dial_digits() to be clearer.

  * Replace strncpy() with ast_copy_string() in my_dial_digits() which does
  the same job better.

  (closes issue #18847)
  Reported by: vmikhelson
  Tested by: rmudgett
........

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

12 years agoAdd Device State Information CCSS for Generic Devices.
Richard Mudgett [Thu, 14 Apr 2011 18:22:35 +0000 (18:22 +0000)]
Add Device State Information CCSS for Generic Devices.

Add Asterisk Device State information and callbacks to the Call Completion
Supplemental Services for generic agents.

There are currently not many devices that have native support for CCSS.
Even as the devices become available there may be other reasons why one
may choose to not take advantage of the native abilities and stick with
the generic implementation.  The generic implementation is quite capable
and could be greatly enhanced by adding device state capabilities.  A
phone could then subscribe to the device state with a BLF key in
conjunction with Asterisk hints.

The advantages of the device state information would allow a single button
to: request CCSS, cancel a CCSS request, and display the current state of
a CCSS request.

For example, you may have a single button that when not lit, there is no
active CCSS request.  When you press that button, the dialplan can query
the DEVICE_STATE() associated with that caller to determine whether they
should be calling CallCompletionRequest() or CallCompletionCancel().  If
there is currently a pending request, then the dialplan would cancel it.
This also has the advantage of showing the true state of a request, which
is an asynchronous call, even when CallCompletionRequest() thinks it was
successful.  The actual request could ultimately fail.  Once lit, further
feedback can be provided to the caller about the current state of their
request since it will be updated by the CCSS State Machine as appropriate.

The DEVICE_STATE mapping is configurable since the BLF being used on a
given phone type may vary.  The idea is to allow some level of
customization as to the phone's behavior.

As an example, you may want the BLF key to go solid once you have
requested a callback.  You may then want the LED to blink (typically
ringing) when either the callback is in process, which is a visual
indication that the incoming call is the desired callback.  You may want
it to blink when the callee is ready but you are busy, giving you a visual
indication that the target is available as you may want to get off the
line so that the callback can be successful.

Device state information is sent back via the ast_devstate_prov_add()
callback for any generic CCSS device as it traverses through the state
machine.  You simply provide a map between CC_STATE values and the
corresponding AST_DEVICE state values.

You could then generate hints against these states similar to what is
possible today with Custom Devstates or MeetMe states.  For example, you
may have an extension 3000 that is currently associated with device
SIP/3000.  You could then create a feature code for that extension that
may look something like:

exten => *823000,hint,ccss:sip/3000

You would then subscribe a BLF button to *823000 which would point to the
dialplan that handled CCSS requests/cancels using the available
DEVICE_STATE() information about ccss:sip/3000 to make the decision about
what to do.

(closes issue #18788)
Reported by: p_lindheimer
Patches:
      ccss.trunk.18788.patch uploaded by p lindheimer (license 558)
      Modified with final reviewboard comments.
Tested by: p_lindheimer, loloski

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

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

12 years agoMerged revisions 313700 via svnmerge from
Richard Mudgett [Wed, 13 Apr 2011 22:54:08 +0000 (22:54 +0000)]
Merged revisions 313700 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r313700 | rmudgett | 2011-04-13 17:52:47 -0500 (Wed, 13 Apr 2011) | 5 lines

  Revert flushing stale AsyncAGI commands from -r313615.

  It looks like it was intentional to leave any commands or in-flight
  commands in the queue in case Async AGI is run again on the call.
........

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

12 years agoMerged revisions 313658 via svnmerge from
Richard Mudgett [Wed, 13 Apr 2011 17:51:14 +0000 (17:51 +0000)]
Merged revisions 313658 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r313658 | rmudgett | 2011-04-13 12:47:43 -0500 (Wed, 13 Apr 2011) | 2 lines

  Miscellaneous AGI diagnostic message cleanup and code optimization.
........

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

12 years agoMerged revisions 313615 via svnmerge from
Richard Mudgett [Wed, 13 Apr 2011 17:21:50 +0000 (17:21 +0000)]
Merged revisions 313615 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r313615 | rmudgett | 2011-04-13 12:18:49 -0500 (Wed, 13 Apr 2011) | 5 lines

  * Add missing channel lock to handle_cli_agi_add_cmd().

  * Flush any Async AGI commands left over from earlier Async AGI control of
  the call.
........

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

12 years agoMerged revisions 313588 via svnmerge from
Richard Mudgett [Wed, 13 Apr 2011 16:37:06 +0000 (16:37 +0000)]
Merged revisions 313588 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r313588 | rmudgett | 2011-04-13 11:31:50 -0500 (Wed, 13 Apr 2011) | 55 lines

  Merged revisions 313579 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ................
    r313579 | rmudgett | 2011-04-13 11:29:49 -0500 (Wed, 13 Apr 2011) | 48 lines

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

    ........
      r313545 | rmudgett | 2011-04-13 11:21:24 -0500 (Wed, 13 Apr 2011) | 41 lines

      Asterisk does not hangup a channel after endpoint hangs up.

      If the call that the dialplan started an AGI script for is hungup while
      the AGI script is in the middle of a command then the AGI script is not
      notified of the hangup.  There are many AGI Exec commands that this can
      happen with.  The reported applications have been: Background, Wait, Read,
      and Dial.  Also the AGI Get Data command.

      * Don't wait on the Asterisk channel after it has hung up.  The channel is
      likely to never need servicing again.

      * Restored the AGI script's ability to return the AGI_RESULT_HANGUP value
      in run_agi().  It previously only could return AGI_RESULT_SUCCESS or
      AGI_RESULT_FAILURE after the DeadAGI and AGI applications were merged.

      (closes issue #17954)
      Reported by: mn3250
      Patches:
            issue17954_v1.8.patch uploaded by rmudgett (license 664)
            issue17954_v1.6.2.patch uploaded by rmudgett (license 664)
            issue17954_v1.4.patch uploaded by rmudgett (license 664)
      Tested by: rmudgett
      JIRA SWP-2171

      (closes issue #18492)
      Reported by: devmod
      Tested by: rmudgett
      JIRA SWP-2761

      (closes issue #18935)
      Reported by: nvitaly
      Tested by: astmiv, rmudgett
      JIRA SWP-3216

      (closes issue #17393)
      Reported by: siby
      Tested by: rmudgett
      JIRA SWP-2727

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

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

12 years agoAdd 'description' field for CLI and Manager output
Leif Madsen [Wed, 13 Apr 2011 15:49:33 +0000 (15:49 +0000)]
Add 'description' field for CLI and Manager output

(closes issue #19076)
Reported by: lmadsen
Patches:
      __20110408-channel-description.txt uploaded by lmadsen (license 10)
Tested by: lmadsen

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

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

12 years agoMerged revisions 313517 via svnmerge from
Richard Mudgett [Wed, 13 Apr 2011 15:23:23 +0000 (15:23 +0000)]
Merged revisions 313517 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r313517 | rmudgett | 2011-04-12 17:35:53 -0500 (Tue, 12 Apr 2011) | 12 lines

  Bring the dumpchan application inline with "core show channel".

  * Added fields that are in "core show channel" to dumpchan output.

  * Fixed reuse of formatbuf before the previous string stored there was
  used by snprintf.  All output strings now have their own buffer.

  * Adjusted the buffer sizes to not be so abusive of the stack now that
  there are more buffers.

  Change requested by oej.
........

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

12 years agoIPv6 support for chan_ooh323
Alexandr Anikin [Tue, 12 Apr 2011 21:59:18 +0000 (21:59 +0000)]
IPv6 support for chan_ooh323

IPv6 support for ooh323,
bindaddr, peers and users ip can be IPv4 or IPv6 addr
correction for multi-homed mode (0.0.0.0 or :: bindaddr)
can work in dual 6/4 mode with :: bindaddr
gatekeeper mode isn't supported in v6 mode while

(issue #18278)
Reported by: may213
Patches:
      ipv6-ooh323.patch uploaded by may213 (license 454)

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

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

12 years agoblocking fix from 313436 that was already made in this commit
Jonathan Rose [Tue, 12 Apr 2011 18:53:58 +0000 (18:53 +0000)]
blocking fix from 313436 that was already made in this commit

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

12 years agoMerged revisions 313435 via svnmerge from
Jonathan Rose [Tue, 12 Apr 2011 18:50:11 +0000 (18:50 +0000)]
Merged revisions 313435 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

also went ahead and fixed the problem it introduces before committing.

........
  r313435 | jrose | 2011-04-12 13:44:44 -0500 (Tue, 12 Apr 2011) | 1 line

  fixing stupid mistake with putting code before variable declaration
  ........

    Merged revisions 313433 via svnmerge from
    https://origsvn.digium.com/svn/asterisk/branches/1.6.2

    ........

      r313432 | jrose | 2011-04-12 13:12:29 -0500 (Tue, 12 Apr 2011) | 14 lines

      reload Chan_dahdi memory leak caused by variables

      chan_dahdi reloading with variables set via setvar in chan_dahdi.conf would
      stay in the dahdi_pvt structs for individual channels (causing them to just
      continue adding the new ones to the list) and also there was a memory leak
      causes by the conf objects. This patch resolves both of these by using
      ast_variables_destroy during the loading process.

      (closes issue #17450)
      Reported by: nahuelgreco
      Patches:
          patch.diff uploaded by jrose (license 1225)
          Tested by: tilghman, jrose
      Review: https://reviewboard.asterisk.org/r/1170/

    ........

  ........

........

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

12 years agoMerged revisions 313368-313369 via svnmerge from
Richard Mudgett [Mon, 11 Apr 2011 23:20:39 +0000 (23:20 +0000)]
Merged revisions 313368-313369 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r313368 | rmudgett | 2011-04-11 18:03:02 -0500 (Mon, 11 Apr 2011) | 2 lines

  Backport a restructuring change from trunk to make the next change stand out.
........
  r313369 | rmudgett | 2011-04-11 18:08:02 -0500 (Mon, 11 Apr 2011) | 13 lines

  Frames from the inbound channel should go to all outbound channels in app_dial.c.

  In app_dial.c:wait_for_answer() frames from the inbound channel should be
  sent to all outbound channels instead of only if there is just one
  outbound channel.

  Control frames like AST_CONTROL_CONNECTED_LINE need to be passed to all of
  the the outbound channels.  This can happen if a blond transfer is done by
  a remote switch on the inbound channel.

  JIRA AST-443
  JIRA SWP-2730
........

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

12 years agoMerged revisions 313366 via svnmerge from
Richard Mudgett [Mon, 11 Apr 2011 22:28:43 +0000 (22:28 +0000)]
Merged revisions 313366 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r313366 | rmudgett | 2011-04-11 17:27:25 -0500 (Mon, 11 Apr 2011) | 2 lines

  Added "Connected Line ID" and "Connected Line ID Name" to "core show channel" output.
........

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

12 years agoMerged revisions 313279 via svnmerge from
Leif Madsen [Mon, 11 Apr 2011 19:39:26 +0000 (19:39 +0000)]
Merged revisions 313279 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r313279 | lmadsen | 2011-04-11 14:36:40 -0500 (Mon, 11 Apr 2011) | 21 lines

  Merged revisions 313278 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ................
    r313278 | lmadsen | 2011-04-11 14:33:03 -0500 (Mon, 11 Apr 2011) | 14 lines

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

    ........
      r313277 | lmadsen | 2011-04-11 14:30:20 -0500 (Mon, 11 Apr 2011) | 6 lines

      Fix detection of OpenSSL 1.0

      (closes issue #19093)
      Reported by: tzafrir
      Patches:
            detect_openssl_10.diff uploaded by tzafrir (license 46)
    ........
  ................
................

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

12 years agoMerged revisions 313190 via svnmerge from
Richard Mudgett [Mon, 11 Apr 2011 15:47:17 +0000 (15:47 +0000)]
Merged revisions 313190 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r313190 | rmudgett | 2011-04-11 10:40:30 -0500 (Mon, 11 Apr 2011) | 39 lines

  Merged revisions 313189 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ................
    r313189 | rmudgett | 2011-04-11 10:32:53 -0500 (Mon, 11 Apr 2011) | 32 lines

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

    ........
      r313188 | rmudgett | 2011-04-11 10:27:52 -0500 (Mon, 11 Apr 2011) | 25 lines

      Stuck channel using FEATD_MF if caller hangs up at the right time.

      The cause was actually a caller hanging up just at the end of the Feature
      Group D DTMF tones that setup the call.  The reason for this is a "guard
      timer" that's implemented using ast_safe_sleep(100).  If the caller
      happens to hang up AFTER the final tone of the DTMF string but BEFORE the
      end of that ast_safe_sleep(), then ast_safe_sleep() will return non-zero.
      This causes the code to bounce to the end of ss_thread(), but it does NOT
      tear down the call properly.

      This should be a rare occurrence because the caller has to hang up at
      EXACTLY the right time.  Nonetheless, it was happening quite regularly on
      the reporter's system.  It's not easily reproducible, unless you purposely
      increase the guard-time to 2000 or more.  Once you do that, you can
      reproduce it every time by watching the DTMF debug and hanging up just as
      it ends.

      Simply add an ast_hangup() before goto quit.

      (closes issue #15671)
      Reported by: jcromes
      Patches:
            issue15671.patch uploaded by pabelanger (license 224)
      Tested by: jcromes
    ........
  ................
................

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

12 years agoMerged revisions 313142 via svnmerge from
Alexandr Anikin [Sat, 9 Apr 2011 21:00:15 +0000 (21:00 +0000)]
Merged revisions 313142 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r313142 | may | 2011-04-10 00:56:17 +0400 (Sun, 10 Apr 2011) | 3 lines

  fix trivial bug in ooh323_indicate on AST_CONTROL_SRC...
  check p->rtp is not null
........

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

12 years agoAdd private lock deadlock avoidance callback to PRI and SS7.
Richard Mudgett [Fri, 8 Apr 2011 16:17:32 +0000 (16:17 +0000)]
Add private lock deadlock avoidance callback to PRI and SS7.

Factor out the equivalent function for analog.

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

12 years agoMerged revisions 313048 via svnmerge from
Jonathan Rose [Thu, 7 Apr 2011 13:42:13 +0000 (13:42 +0000)]
Merged revisions 313048 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r313048 | jrose | 2011-04-07 08:35:33 -0500 (Thu, 07 Apr 2011) | 16 lines

  Merged revisions 313047 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ........
    r313047 | jrose | 2011-04-07 08:23:01 -0500 (Thu, 07 Apr 2011) | 9 lines

    Makes parking lots clear and rebuild properly when features reload is invoked from CLI

    Before, default parkinglot in context parkedcalls with ext 700 would always be present and when reload was invoked, the previous parkinglots would not be cleared.

    (closes issue #18801)
    Reported by: mickecarlsson

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

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

12 years agoMerged revisions 313001 via svnmerge from
Alec L Davis [Thu, 7 Apr 2011 10:30:26 +0000 (10:30 +0000)]
Merged revisions 313001 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r313001 | alecdavis | 2011-04-07 22:19:31 +1200 (Thu, 07 Apr 2011) | 13 lines

  Fix ISDN calling subaddr User Specified Odd/Even Flag

  Calculation of the Odd/Even flag was wrong.
  Implement correct algo, and set odd/even=0 if data would be truncated.
  Only allow automatic calculation of the O/E flag, don't let dialplan influence.

  (closes issue #19062)
  Reported by: festr
  Patches:
        bug19062.diff2.txt uploaded by alecdavis (license 585)
  Tested by: festr, alecdavis, rmudgett
........

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

12 years agoapp_voicemail: close_mailbox change LOG_WARNING to LOG_NOTICE
Alec L Davis [Thu, 7 Apr 2011 10:25:51 +0000 (10:25 +0000)]
app_voicemail: close_mailbox change LOG_WARNING to LOG_NOTICE

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

12 years agoMerged revisions 312949 via svnmerge from
Richard Mudgett [Tue, 5 Apr 2011 18:47:11 +0000 (18:47 +0000)]
Merged revisions 312949 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r312949 | rmudgett | 2011-04-05 13:45:24 -0500 (Tue, 05 Apr 2011) | 6 lines

  Crash if ISDN span layer 1 is down on initial load.

  Regression from -r312575 B channel shifting during negotiation.

  * Also combine updating the alarm flag with clearing the resetting flag.
........

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

12 years agoMerged revisions 312889 via svnmerge from
Richard Mudgett [Tue, 5 Apr 2011 16:21:28 +0000 (16:21 +0000)]
Merged revisions 312889 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r312889 | rmudgett | 2011-04-05 11:19:35 -0500 (Tue, 05 Apr 2011) | 5 lines

  Add 416 response to OPTIONS packet.

  RFC3261 Section 11.2 says the response code to an OPTIONS packet needs to
  be the same as if it were an INVITE.
........

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

12 years agoMerged revisions 312866 via svnmerge from
Richard Mudgett [Tue, 5 Apr 2011 15:40:38 +0000 (15:40 +0000)]
Merged revisions 312866 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r312866 | rmudgett | 2011-04-05 10:38:14 -0500 (Tue, 05 Apr 2011) | 15 lines

  Responding to OPTIONS packet with 404 because Asterisk not looking for "s" extension.

  The get_destination() function was not using the "s" extension when the
  request URI did not specify an extension.  This is a regression caused
  when the URI parsing code was extracted into parse_uri().

  Made get_destination() substitute the "s" extension when the parsed URI
  results in an empty string.

  (closes issue #18348)
  Reported by: shmaize
  Patches:
        issue18348_v1.8.patch uploaded by rmudgett (license 664)
  Tested by: shmaize
........

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

12 years agoMerged revisions 312766 via svnmerge from
Matthew Nicholson [Tue, 5 Apr 2011 14:16:21 +0000 (14:16 +0000)]
Merged revisions 312766 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r312766 | mnicholson | 2011-04-05 09:14:50 -0500 (Tue, 05 Apr 2011) | 22 lines

  Merged revisions 312764 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ................
    r312764 | mnicholson | 2011-04-05 09:13:07 -0500 (Tue, 05 Apr 2011) | 15 lines

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

    ........
      r312761 | mnicholson | 2011-04-05 09:10:34 -0500 (Tue, 05 Apr 2011) | 8 lines

      Limit the number of unauthenticated manager sessions and also limit the time they have to authenticate.

      AST-2011-005

      (closes issue #18996)
      Reported by: tzafrir
      Tested by: mnicholson
    ........
  ................
................

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

12 years agoMinor change to 'L' option for meetme to include some verb statements for the option.
Jonathan Rose [Tue, 5 Apr 2011 13:55:41 +0000 (13:55 +0000)]
Minor change to 'L' option for meetme to include some verb statements for the option.

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

12 years agoRemove the channel parameter from sig_pri_handle_subcmds().
Richard Mudgett [Mon, 4 Apr 2011 19:31:37 +0000 (19:31 +0000)]
Remove the channel parameter from sig_pri_handle_subcmds().

It was only used in a debug message and may not be correct anyway.

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

12 years agoIn handle_cli_dialplan_add_extension, const char pointer *into_context is used instea...
Jonathan Rose [Mon, 4 Apr 2011 17:37:47 +0000 (17:37 +0000)]
In handle_cli_dialplan_add_extension, const char pointer *into_context is used instead of a->argv[5] to improve readability.

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

12 years agoMakes 'dialplan add extension' create the specified context if it does not already...
Jonathan Rose [Mon, 4 Apr 2011 17:32:05 +0000 (17:32 +0000)]
Makes 'dialplan add extension' create the specified context if it does not already exist.

If the user invokes 'dialplan add extension' into a non-existing context, the context will be created
and a message informing the user of the context being created will be issued in cli.

(closes issue #17431)
Reported by: leearcher
Patches:
      context_auto_create.diff uploaded by kobaz (license 834)
Tested by: leearcher, kobaz, jrose

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

12 years agoMerged revisions 312575 via svnmerge from
Richard Mudgett [Mon, 4 Apr 2011 16:17:58 +0000 (16:17 +0000)]
Merged revisions 312575 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r312575 | rmudgett | 2011-04-04 11:10:50 -0500 (Mon, 04 Apr 2011) | 52 lines

  Merged revisions 312574 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2

  ................
    r312574 | rmudgett | 2011-04-04 11:00:02 -0500 (Mon, 04 Apr 2011) | 45 lines

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

    ........
      r312573 | rmudgett | 2011-04-04 10:49:30 -0500 (Mon, 04 Apr 2011) | 38 lines

      Issues with ISDN calls changing B channels during call negotiations.

      The handling of the PROCEEDING message was not using the correct call
      structure if the B channel was changed.  (The same for PROGRESS.) The call
      was also not hungup if the new B channel is not provisioned or is busy.

      * Made all call connection messages (SETUP_ACKNOWLEDGE, PROCEEDING,
      PROGRESS, ALERTING, CONNECT, CONNECT_ACKNOWLEDGE) ensure that they are
      using the correct structure and B channel.  If there is any problem with
      the operations then the call is now hungup with an appropriate cause code.

      * Made miscellaneous messages (INFORMATION, FACILITY, NOTIFY) find the
      correct structure by looking for the call and not using the channel ID.
      NOTIFY is an exception with versions of libpri before v1.4.11 because a
      call pointer is not available for Asterisk to use.

      * Made all hangup messages (DISCONNECT, RELEASE, RELEASE_COMPLETE) find
      the correct structure by looking for the call and not using the channel
      ID.

      (closes issue #18313)
      Reported by: destiny6628
      Tested by: rmudgett
      JIRA SWP-2620

      (closes issue #18231)
      Reported by: destiny6628
      Tested by: rmudgett
      JIRA SWP-2924

      (closes issue #18488)
      Reported by: jpokorny
      JIRA SWP-2929

      JIRA AST-437 (The issues fixed here are most likely causing this JIRA issue.)
      JIRA DAHDI-406
      JIRA LIBPRI-33 (Stuck resetting flag likely fixed)
    ........
  ................
................

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

12 years agoMerged revisions 312509 via svnmerge from
Richard Mudgett [Fri, 1 Apr 2011 23:17:05 +0000 (23:17 +0000)]
Merged revisions 312509 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r312509 | rmudgett | 2011-04-01 18:15:42 -0500 (Fri, 01 Apr 2011) | 22 lines

  When a call going out an NT-PTMP port gets rejected, Asterisk crashes.

  If a call is sent to an ISDN phone that rejects the call with
  RELEASE_COMPLETE(cause: call reject(21), or busy(17)) Asterisk crashes.

  I could not get my setup to crash.  However, I could see the possibility
  from a race condition between queuing an AST_CONTROL_BUSY to the core and
  then queueing an AST_CONTROL_HANGUP.  If the AST_CONTROL_BUSY is processed
  before the AST_CONTROL_HANGUP is queued, the ast_channel could be
  destroyed out from under chan_misdn.

  Avoid this particular crash scenario by not queueing the
  AST_CONTROL_HANGUP if the AST_CONTROL_BUSY was queued.

  (closes issue #18408)
  Reported by: wimpy
  Patches:
        issue18408_v1.8.patch uploaded by rmudgett (license 664)
  Tested by: rmudgett, wimpy

  JIRA SWP-2679
........

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

12 years agoMerged revisions 312461 via svnmerge from
Richard Mudgett [Fri, 1 Apr 2011 21:36:53 +0000 (21:36 +0000)]
Merged revisions 312461 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r312461 | rmudgett | 2011-04-01 16:31:39 -0500 (Fri, 01 Apr 2011) | 25 lines

  CallCompletionRequest()/CallCompletionCancel() exit non-zero if fail.

  The CallCompletionRequest()/CallCompletionCancel() dialplan applications
  exit nonzero on normal failure conditions.  The nonzero exit causes the
  dialplan to hangup immediately.  The dialplan author has no opportunity to
  report success/failure to the user.

  * Made always return zero so the dialplan can continue.

  * Made set CC_REQUEST_RESULT/CC_REQUEST_REASON and
  CC_CANCEL_RESULT/CC_CANCEL_REASON channel variables respectively.  Also
  documented the values set.

  * Reduced the warning about no core instance in CallCompletionCancel() to
  a debug message.  It is a normal event and should not be output at the
  WARNING level.

  (closes issue #18763)
  Reported by: p_lindheimer
  Patches:
        ccss.patch uploaded by p lindheimer (license 558) Modified
  Tested by: p_lindheimer, rmudgett

  JIRA SWP-3042
........

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

12 years agoFixing bad line break from 312384
Jonathan Rose [Fri, 1 Apr 2011 17:28:33 +0000 (17:28 +0000)]
Fixing bad line break from 312384

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

12 years agoNew Feature for chan_dahdi. 4 length pattern matching.
Jonathan Rose [Fri, 1 Apr 2011 17:01:01 +0000 (17:01 +0000)]
New Feature for chan_dahdi.  4 length pattern matching.

In chan_dahdi.conf, the user can now use length 4 patterns in addition to the usual length 2 patterns.  The s
ntax remains the same and the method used to track the pattern history will only change when using the length
 4 patterns.

(closes issue SWP-3250)
Code:
        jrose
        rmudgett

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