]> git.ipfire.org Git - thirdparty/asterisk.git/log
thirdparty/asterisk.git
14 years agoMerged revisions 300951 via svnmerge from
Jeff Peeler [Fri, 7 Jan 2011 17:24:14 +0000 (17:24 +0000)] 
Merged revisions 300951 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r300951 | jpeeler | 2011-01-07 11:23:37 -0600 (Fri, 07 Jan 2011) | 14 lines

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

  ........
    r300918 | jpeeler | 2011-01-07 11:13:21 -0600 (Fri, 07 Jan 2011) | 7 lines

    Ensure good bye prompt in voicemail is played at the correct time.

    Specifically in the case of timing out but not leaving voicemail nothing
    should be heard. And when leaving voicemail it should be heard.

    ABE-2647
  ........
................

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

14 years agoDon't destroy handle not created by use (because the caller will).
Tilghman Lesher [Thu, 6 Jan 2011 06:28:18 +0000 (06:28 +0000)] 
Don't destroy handle not created by use (because the caller will).

(closes issue #18526)
 Reported by: makoto
 Patches:
       res-config-mysql-include.patch uploaded by makoto (license 38)
 Tested by: makoto

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

14 years agoMerged revision 300711 from
Richard Mudgett [Wed, 5 Jan 2011 20:54:21 +0000 (20:54 +0000)] 
Merged revision 300711 from
https://origsvn.digium.com/svn/asterisk/be/branches/C.3-bier

..........
  r300711 | rmudgett | 2011-01-05 13:43:55 -0600 (Wed, 05 Jan 2011) | 14 lines

  A call retrieved from hold may wind up with no audio.

  If the retrieved call is natively bridged then the call may not have any
  audio path.  The following warning message is given:
  "Failed to add <dfd> to conference <chan>/<chan>: Invalid argument".

  * Open the media on a B channel when pri_fixup_principle() moves the call
  from a no_b_channel channel to a real channel.

  * Added lock protection while pri_fixup_principle() moves a call from one
  private structure to another.

  * Made some pri_fixup_principle() messages more meaningful.
..........

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

14 years agoMerged revisions 300622 via svnmerge from
Tilghman Lesher [Wed, 5 Jan 2011 18:56:12 +0000 (18:56 +0000)] 
Merged revisions 300622 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r300622 | tilghman | 2011-01-05 12:54:58 -0600 (Wed, 05 Jan 2011) | 17 lines

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

  ........
    r300621 | tilghman | 2011-01-05 12:47:46 -0600 (Wed, 05 Jan 2011) | 10 lines

    Use the sanity check in place of the disconnect/connect cycle.

    The disconnect/connect cycle has the potential to cause random crashes.

    (closes issue #18243)
     Reported by: ks3
     Patches:
           res_odbc.patch uploaded by ks3 (license 1147)
     Tested by: ks3
  ........
................

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

14 years agoMerged revisions 300574 via svnmerge from
Paul Belanger [Wed, 5 Jan 2011 16:29:19 +0000 (16:29 +0000)] 
Merged revisions 300574 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r300574 | pabelanger | 2011-01-05 11:28:07 -0500 (Wed, 05 Jan 2011) | 6 lines

  Change deprecated message to LOG_WARNING

  Also removed latter part of message

  Discussed on #asterisk-dev
........

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

14 years agoMerged revisions 300520 via svnmerge from
Leif Madsen [Tue, 4 Jan 2011 21:53:27 +0000 (21:53 +0000)] 
Merged revisions 300520 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r300520 | lmadsen | 2011-01-04 15:52:41 -0600 (Tue, 04 Jan 2011) | 9 lines

  Fix backwards and broken XML documentation.

  (closes issue #18547)
  Reported by: jcovert
  Patches:
        xmldoc.c.patch uploaded by jcovert (license 551)
        chan_iax2.c.doc.patch uploaded by jcovert (license 551)
        chan_sip.c.patch uploaded by jcovert (license 551)
        chan_agent.c.patch uploaded by jcovert (license 551)
........

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

14 years agoMerged revisions 300431 via svnmerge from
Leif Madsen [Tue, 4 Jan 2011 21:00:55 +0000 (21:00 +0000)] 
Merged revisions 300431 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r300431 | lmadsen | 2011-01-04 15:00:29 -0600 (Tue, 04 Jan 2011) | 7 lines

  Add some documentation to users.conf.sample.

  (closes issue #18531)
  Reported by: lathama
  Patches:
        users.conf.sample2.diff uploaded by lathama (license 1028)
  Tested by: lathama
........

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

14 years agoMerged revisions 300429 via svnmerge from
Russell Bryant [Tue, 4 Jan 2011 21:00:16 +0000 (21:00 +0000)] 
Merged revisions 300429 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r300429 | russell | 2011-01-04 14:59:56 -0600 (Tue, 04 Jan 2011) | 11 lines

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

  ........
    r300428 | russell | 2011-01-04 14:56:04 -0600 (Tue, 04 Jan 2011) | 4 lines

    Update the autosupport script from Digium support.

    (closes AST-395)
  ........
................

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

14 years agoUpdate STAT() to use the comma instead of the pipe.
Leif Madsen [Tue, 4 Jan 2011 19:45:22 +0000 (19:45 +0000)] 
Update STAT() to use the comma instead of the pipe.

(closes issue #18503)
Reported by: cjacobsen
Patches:
      old_separator.diff uploaded by cjacobsen (license 1029)
Tested by: lathama

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

14 years agoMerged revisions 300298 via svnmerge from
Terry Wilson [Tue, 4 Jan 2011 17:54:41 +0000 (17:54 +0000)] 
Merged revisions 300298 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r300298 | twilson | 2011-01-04 11:37:26 -0600 (Tue, 04 Jan 2011) | 22 lines

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

  ........
    r300216 | twilson | 2011-01-04 11:11:48 -0600 (Tue, 04 Jan 2011) | 15 lines

    Don't authenticate SUBSCRIBE re-transmissions

    This only skips authentication on retransmissions that are already
    authenticated. A similar method is already used for INVITES. This
    is the kind of thing we end up having to do when we don't have a
    transaction layer...

    (closes issue #18075)
    Reported by: mdu113
    Patches:
          diff.txt uploaded by twilson (license 396)
    Tested by: twilson, mdu113

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

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

14 years agoMemory leaking in calendars
Jan Kalab [Tue, 4 Jan 2011 17:01:52 +0000 (17:01 +0000)] 
Memory leaking in calendars

ne_request_destroy() was missing in icalendar and exchange calendar modules, causing memory leak.

(closes issue #18521)
Review: https://reviewboard.asterisk.org/r/1068/

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

14 years agoMerged revisions 300165 via svnmerge from
Richard Mudgett [Mon, 3 Jan 2011 23:14:55 +0000 (23:14 +0000)] 
Merged revisions 300165 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r300165 | rmudgett | 2011-01-03 17:02:13 -0600 (Mon, 03 Jan 2011) | 4 lines

  Use correct variable for atxfercallbackretries config option.

  * Misc formatting changes.
........

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

14 years agoIncrease side of mapping response field.
Leif Madsen [Mon, 3 Jan 2011 13:14:25 +0000 (13:14 +0000)] 
Increase side of mapping response field.

I've increased the size of the response field in a DUNDi mapping because of
some documentation I'm writing. Previously it was set to AST_MAX_EXTENSION which
is only 80 characters, which is far too small when you're using some dialplan
functions to craft a response. The example I'm using is:

extensions =>
RegisteredDevices,0,SIP,dundi:very_awesome_password/${IF($[${DB_EXISTS(phones/${NUMBER}/device)}]?${DB(phones/${NUMBER}/device)}:None)},nopartial

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

14 years agoQuote arguments, just in case there's a space in a pathname.
Tilghman Lesher [Wed, 29 Dec 2010 22:02:59 +0000 (22:02 +0000)] 
Quote arguments, just in case there's a space in a pathname.

(Diagnosed by pabelanger on #asterisk-dev, fixed by me.)

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

14 years agoOnly remove /tmp/astdatadir, not /var/lib/asterisk
Paul Belanger [Wed, 29 Dec 2010 19:28:36 +0000 (19:28 +0000)] 
Only remove /tmp/astdatadir, not /var/lib/asterisk

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

14 years agoProperly quote varibles for MAC OS X
Paul Belanger [Wed, 29 Dec 2010 18:22:23 +0000 (18:22 +0000)] 
Properly quote varibles for MAC OS X

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

14 years agoMerged revisions 299864 via svnmerge from
Paul Belanger [Tue, 28 Dec 2010 18:53:37 +0000 (18:53 +0000)] 
Merged revisions 299864 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r299864 | pabelanger | 2010-12-28 13:51:13 -0500 (Tue, 28 Dec 2010) | 2 lines

  Documentation typo
........

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

14 years agoMore space-in-pathname issues.
Tilghman Lesher [Mon, 27 Dec 2010 21:23:10 +0000 (21:23 +0000)] 
More space-in-pathname issues.

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

14 years agoMac OS X spaces-in-pathnames fix.
Tilghman Lesher [Mon, 27 Dec 2010 20:41:04 +0000 (20:41 +0000)] 
Mac OS X spaces-in-pathnames fix.

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

14 years agoRegen configure
Tilghman Lesher [Sun, 26 Dec 2010 21:16:42 +0000 (21:16 +0000)] 
Regen configure

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

14 years agoProperly quote path on Darwin.
Tilghman Lesher [Sun, 26 Dec 2010 21:15:58 +0000 (21:15 +0000)] 
Properly quote path on Darwin.

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

14 years agoChange order of sending TCS and MSD packets
Alexandr Anikin [Sat, 25 Dec 2010 16:12:28 +0000 (16:12 +0000)] 
Change order of sending TCS and MSD packets

Change order of sending Terminal Capability Set and MasterSlave
Determination packets, MSD send when TCS exchange procedure is done
(we send tcs ack to remote and we have remote tcs ack already
or we receive tcs ack from remote and we have send our tcs ack to
remote  already). Some endpoints can work in this sequence only,
i suggest they can't work with both (tcs and msd) exchange procedures
simultaneously.

Also changed StartH245 facility message sending. It send on
incoming calls only due to some endpoints can't proccess properly
this facility messages on their incoming calls.

(issue #18433)
Reported by: MrHanMan
Patches:
      tcs-msd-h245-3.patch uploaded by may213 (license 454)
Tested by: MrHanMan, may213

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

14 years agoMerged revisions 299625 via svnmerge from
Tilghman Lesher [Sat, 25 Dec 2010 10:07:15 +0000 (10:07 +0000)] 
Merged revisions 299625 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r299625 | tilghman | 2010-12-25 04:05:00 -0600 (Sat, 25 Dec 2010) | 12 lines

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

  ........
    r299624 | tilghman | 2010-12-25 04:04:06 -0600 (Sat, 25 Dec 2010) | 5 lines

    Move check for extension existence below variable inheritance, due to the possible use of an eswitch.

    (closes issue #16228)
     Reported by: jlaguilar
  ........
................

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

14 years agoReset 'first' variable after usage.
Tilghman Lesher [Fri, 24 Dec 2010 17:58:30 +0000 (17:58 +0000)] 
Reset 'first' variable after usage.

(closes issue #18525)
 Reported by: makoto
 Patches:
       res-config-mysql-update2.patch uploaded by makoto (license 38)

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

14 years agoBlocked revisions 299533 via svnmerge
Moises Silva [Thu, 23 Dec 2010 15:05:20 +0000 (15:05 +0000)] 
Blocked revisions 299533 via svnmerge

........
  r299533 | moy | 2010-12-22 22:02:31 -0500 (Wed, 22 Dec 2010) | 1 line

  do not use progress which is for PRI and SS7, add mfcr2_progress member
........

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

14 years agoMerged revisions 299530 via svnmerge from
Moises Silva [Thu, 23 Dec 2010 02:53:02 +0000 (02:53 +0000)] 
Merged revisions 299530 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r299530 | moy | 2010-12-22 21:28:37 -0500 (Wed, 22 Dec 2010) | 7 lines

  Enqueue AST_CONTROL_PROGRESS after AST_CONTROL_RINGING when MFC-R2 calls are accepted

  (closes issue #18438)
  Reported by: mariner7
  Tested by: moy
........

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

14 years agoMerged revisions 299448 via svnmerge from
Tilghman Lesher [Wed, 22 Dec 2010 20:05:02 +0000 (20:05 +0000)] 
Merged revisions 299448 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r299448 | tilghman | 2010-12-22 14:03:30 -0600 (Wed, 22 Dec 2010) | 8 lines

  Resolve warnings by disambiguating the "s" extension as used by chan_dahdi from the "s" extension as used by the AEL macros.

  (closes issue #18480)
   Reported by: nivek
   Patches:
         20101215__issue18480__2.diff.txt uploaded by tilghman (license 14)
   Tested by: nivek
........

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

14 years agoChan_dahdi sends an empty COLP on the bridged channel.
Richard Mudgett [Wed, 22 Dec 2010 02:10:39 +0000 (02:10 +0000)] 
Chan_dahdi sends an empty COLP on the bridged channel.

Chan_dahdi always inserts a connected party IE when you call from one
dahdi channel to another dahdi channel, even if no such information was
received on the 2nd channel.  This clears the display of many phones.

* Removed leftover artifact from before the valid flag was added.

* Updated all of the channel's caller id information with the new
connected line information instead of just the string parts.

(closes issue #18508)
Reported by: wimpy
Patches:
      issue18508_trunk.patch uploaded by rmudgett (license 664)
Tested by: wimpy, rmudgett

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

14 years agoMerged revisions 299242 via svnmerge from
Matthew Nicholson [Tue, 21 Dec 2010 15:25:03 +0000 (15:25 +0000)] 
Merged revisions 299242 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r299242 | mnicholson | 2010-12-20 15:25:35 -0600 (Mon, 20 Dec 2010) | 23 lines

  Merged revisions 299194,299198,299220 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.4

  ........
    r299194 | mnicholson | 2010-12-20 14:45:38 -0600 (Mon, 20 Dec 2010) | 6 lines

    Respond as soon as possible with a 202 Accepted to refer requests.

    This change also plugs a few memory leaks that can occur when parking sip calls.

    ABE-2656
  ........
    r299198 | mnicholson | 2010-12-20 15:00:44 -0600 (Mon, 20 Dec 2010) | 2 lines

    Remove changes to via processing that were not supposed to go into the last commit.
  ........
    r299220 | mnicholson | 2010-12-20 15:21:39 -0600 (Mon, 20 Dec 2010) | 4 lines

    Use ast_free() instead of free()

    ABE-2656
  ........
................

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

14 years agoCorrect typo with USER_DEFINED event.
Paul Belanger [Tue, 21 Dec 2010 00:44:08 +0000 (00:44 +0000)] 
Correct typo with USER_DEFINED event.

(closes issue #18461)
Reported by: joscas
Patches:
      cel.conf.sample.diff uploaded by lathama (license 1028)
      Tested by: lathama, joscas

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

14 years agoFix a couple of CCSS issues.
Mark Michelson [Mon, 20 Dec 2010 21:38:30 +0000 (21:38 +0000)] 
Fix a couple of CCSS issues.

* Make sure to allocate a cc_params structure
  when creating autopeers.

* Use sip_uri_cmp when retrieving SIP CC agents
  and monitors in case parameters appear in the
  URI.

(closes issue #18504)
Reported by: kkm

(closes issue #18338)
Reported by: GeorgeKonopacki
Patches:
      18338.diff uploaded by mmichelson (license 60)
Tested by: GeorgeKonopacki

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

14 years agoMerged revisions 299136 via svnmerge from
Tilghman Lesher [Mon, 20 Dec 2010 18:17:28 +0000 (18:17 +0000)] 
Merged revisions 299136 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r299136 | tilghman | 2010-12-20 12:16:37 -0600 (Mon, 20 Dec 2010) | 2 lines

  Documentation fix
........

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

14 years agoMerged revisions 299130 via svnmerge from
Tilghman Lesher [Mon, 20 Dec 2010 17:47:10 +0000 (17:47 +0000)] 
Merged revisions 299130 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r299130 | tilghman | 2010-12-20 11:41:24 -0600 (Mon, 20 Dec 2010) | 11 lines

  If a call was not answered, then the billsec was calculated unusually large.

  Also, due to a copy and paste error, a request for the answer field would have
  given the start value, instead.

  (closes issue #18460)
   Reported by: joscas
   Patches:
         20101215__issue18460.diff.txt uploaded by tilghman (license 14)
   Tested by: joscas
........

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

14 years agoMerged revisions 299087 via svnmerge from
Leif Madsen [Mon, 20 Dec 2010 16:18:26 +0000 (16:18 +0000)] 
Merged revisions 299087 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r299087 | lmadsen | 2010-12-20 10:18:03 -0600 (Mon, 20 Dec 2010) | 5 lines

  Note that Park() timeout is milliseconds.

  (closes issue #15758)
  Reported by: mmurdock
  Tested by: mmurdock, seanbright
........

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

14 years agoTypos: recieved => received
Tzafrir Cohen [Mon, 20 Dec 2010 09:14:29 +0000 (09:14 +0000)] 
Typos: recieved => received

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

14 years agoMerged revisions 298962 via svnmerge from
Tilghman Lesher [Sat, 18 Dec 2010 00:09:49 +0000 (00:09 +0000)] 
Merged revisions 298962 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r298962 | tilghman | 2010-12-17 18:08:57 -0600 (Fri, 17 Dec 2010) | 2 lines

  Remove backtrace used for testing merge process
........

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

14 years agoMerged revisions 298957 via svnmerge from
Tilghman Lesher [Fri, 17 Dec 2010 23:52:04 +0000 (23:52 +0000)] 
Merged revisions 298957 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r298957 | tilghman | 2010-12-17 17:30:55 -0600 (Fri, 17 Dec 2010) | 13 lines

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

  ........
    r298905 | tilghman | 2010-12-17 15:40:56 -0600 (Fri, 17 Dec 2010) | 6 lines

    Let Asterisk find better backtrace information with libbfd.

    The menuselect option BETTER_BACKTRACES, if enabled, will use libbfd to search
    for better symbol information within both the Asterisk binary, as well as
    loaded modules, to assist when using inline backtraces to track down problems.
  ........
................

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

14 years ago-v implies -f, so override with -F.
Tilghman Lesher [Fri, 17 Dec 2010 21:18:18 +0000 (21:18 +0000)] 
-v implies -f, so override with -F.

(closes issue #18446)
 Reported by: lathama
 Patches:
       rc.debian.asterisk.diff uploaded by lathama (license 1028)
 Tested by: lathama

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

14 years agoMerged revisions 298817 via svnmerge from
Tilghman Lesher [Fri, 17 Dec 2010 21:04:21 +0000 (21:04 +0000)] 
Merged revisions 298817 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r298817 | tilghman | 2010-12-17 15:03:06 -0600 (Fri, 17 Dec 2010) | 8 lines

  Also include PTHREAD_LIBS and PTHREAD_CFLAGS for SQLite 3, as it's needed on some platforms.

  (closes issue #18493)
   Reported by: pprindeville
   Patches:
         asterisk-1.8-sqlite3.patch uploaded by pprindeville (license 347)
   Tested by: pprindeville
........

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

14 years agoFix parsing of mwi => lines in sip.conf
Brad Watkins [Fri, 17 Dec 2010 17:26:31 +0000 (17:26 +0000)] 
Fix parsing of mwi => lines in sip.conf

Reworking parsing of mwi => lines to resolve a segfault.  Also add a set of unit tests for the function that does the parsing.

(closes issue #18350)
Reported by: gbour
Tested by: Marquis, gbour

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

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

14 years agoMerged revisions 298684 via svnmerge from
Jeff Peeler [Thu, 16 Dec 2010 23:31:50 +0000 (23:31 +0000)] 
Merged revisions 298684 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r298684 | jpeeler | 2010-12-16 17:30:59 -0600 (Thu, 16 Dec 2010) | 9 lines

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

  ........
    r298683 | jpeeler | 2010-12-16 17:29:30 -0600 (Thu, 16 Dec 2010) | 2 lines

    After recording only silence for a voicemail prepending, restore backup files.
  ........
................

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

14 years agoMerged revisions 298597 via svnmerge from
Jeff Peeler [Thu, 16 Dec 2010 20:51:44 +0000 (20:51 +0000)] 
Merged revisions 298597 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r298597 | jpeeler | 2010-12-16 14:49:33 -0600 (Thu, 16 Dec 2010) | 14 lines

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

  ........
    r298596 | jpeeler | 2010-12-16 14:46:52 -0600 (Thu, 16 Dec 2010) | 7 lines

    Fix improper hangup when doing an attended transfer to queue.

    Had to indicate ringing in wait_for_answer so the attended transfer code would
    not try and hang up the local channel it created, which would kill the call.

    ABE-2624
  ........
................

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

14 years agoEnsure the ipaddr field in realtime is large enough to handle IPv6 addresses.
Tilghman Lesher [Thu, 16 Dec 2010 09:28:17 +0000 (09:28 +0000)] 
Ensure the ipaddr field in realtime is large enough to handle IPv6 addresses.

(closes issue #18464)
 Reported by: IgorG
 Patches:
       realtime_ipv6store.diff uploaded by IgorG (license 20)
       (plus a few additional lines by tilghman)

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

14 years agoMerged revisions 298481 via svnmerge from
Tilghman Lesher [Thu, 16 Dec 2010 09:05:28 +0000 (09:05 +0000)] 
Merged revisions 298481 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r298481 | tilghman | 2010-12-16 03:04:38 -0600 (Thu, 16 Dec 2010) | 21 lines

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

  ........
    r298480 | tilghman | 2010-12-16 03:03:40 -0600 (Thu, 16 Dec 2010) | 14 lines

    Only increment the pointer once per loop, otherwise we corrupt the value.

    (closes issue #18251)
     Reported by: bcnit
     Patches:
           20101110__issue18251.diff.txt uploaded by tilghman (license 14)
     Tested by: trev, jthurman, elguero

    (closes issue #18279)
     Reported by: zerohalo
     Patches:
           20101109__issue18279.diff.txt uploaded by tilghman (license 14)
     Tested by: zerohalo
  ........
................

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

14 years agoMerged revisions 298477 via svnmerge from
Tilghman Lesher [Thu, 16 Dec 2010 08:56:13 +0000 (08:56 +0000)] 
Merged revisions 298477 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r298477 | tilghman | 2010-12-16 02:54:23 -0600 (Thu, 16 Dec 2010) | 8 lines

  Eliminate duplicates from container.

  (closes issue #18091)
   Reported by: bunny
   Patches:
         20101006__issue18091.diff.txt uploaded by tilghman (license 14)
   Tested by: bunny
........

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

14 years agoMerged revisions 298393 via svnmerge from
Tilghman Lesher [Thu, 16 Dec 2010 00:30:04 +0000 (00:30 +0000)] 
Merged revisions 298393 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r298393 | tilghman | 2010-12-15 18:29:10 -0600 (Wed, 15 Dec 2010) | 15 lines

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

  ........
    r298392 | tilghman | 2010-12-15 18:28:04 -0600 (Wed, 15 Dec 2010) | 8 lines

    Unregister before shutting down the connection, to avoid a race.

    (closes issue #18481)
     Reported by: pabelanger
     Patches:
           20101215__issue18481.diff.txt uploaded by tilghman (license 14)
     Tested by: pabelanger
  ........
................

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

14 years agoMerged revisions 298194 via svnmerge from
Richard Mudgett [Mon, 13 Dec 2010 17:11:43 +0000 (17:11 +0000)] 
Merged revisions 298194 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r298194 | rmudgett | 2010-12-13 11:04:41 -0600 (Mon, 13 Dec 2010) | 26 lines

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

  ........
    r298193 | rmudgett | 2010-12-13 10:56:07 -0600 (Mon, 13 Dec 2010) | 19 lines

    Outgoing PRI/BRI calls cannot do DTMF triggered transfers.

    Outgoing PRI/BRI calls cannot do DTMF triggered transfers if a PROCEEDING
    message is not received.  The debug output shows that the DTMF begin event
    is seen, but the DTMF end event is missing.  When the DTMF begin happens,
    the call is muted so we now have one way audio (until a DTMF end event is
    somehow seen).

    * Made set the proceeding flag when the PRI_EVENT_ANSWER event is
    received.

    * Made absorb the DTMF begin and DTMF end events if we are overlap dialing
    and have not seen a PROCEEDING message.

    * Added a debug message when absorbing a DTMF event.

    JIRA SWP-2690
    JIRA ABE-2697
  ........
................

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

14 years agoCorrection to work with gatekeeper which don't send GK ID
Alexandr Anikin [Sat, 11 Dec 2010 21:45:49 +0000 (21:45 +0000)] 
Correction to work with gatekeeper which don't send GK ID

Don't use GK ID if it's not presented in GK replies
Extract GK ID not only in GK confirm but in GK register confirm also

(issue #18401)
Reported by: MrHanMan
Patches:
      no-gkid-2.patch uploaded by may213 (license 454)
Tested by: may213, MrHanMan

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

14 years agoPrevent a memcpy overlap in GENERIC_FAX_EXEC_SET_VARS
Matthew Nicholson [Fri, 10 Dec 2010 16:52:11 +0000 (16:52 +0000)] 
Prevent a memcpy overlap in GENERIC_FAX_EXEC_SET_VARS

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

14 years agoMerged revisions 298050 via svnmerge from
Tilghman Lesher [Fri, 10 Dec 2010 16:26:46 +0000 (16:26 +0000)] 
Merged revisions 298050 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r298050 | tilghman | 2010-12-10 10:24:13 -0600 (Fri, 10 Dec 2010) | 11 lines

  Portability issue on OpenSolaris.

  Also detect the required structure element, because OpenSolaris defines
  SIOCGIFHWADDR, but without support for IP sockets.

  (closes issue #18442)
   Reported by: ranjtech
   Patches:
         20101209__issue18442.diff.txt uploaded by tilghman (license 14)
   Tested by: ranjtech
........

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

14 years agoMerged revisions 297960 via svnmerge from
Terry Wilson [Thu, 9 Dec 2010 22:18:19 +0000 (22:18 +0000)] 
Merged revisions 297960 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r297960 | twilson | 2010-12-09 16:10:31 -0600 (Thu, 09 Dec 2010) | 21 lines

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

  ........
    r297959 | twilson | 2010-12-09 16:00:30 -0600 (Thu, 09 Dec 2010) | 14 lines

    Ignore spurious REGISTER requests

    If a REGISTER request with a Call-ID matching an existing transaction is received
    it was possible that the REGISTER request would overwrite the initreq of the
    private structure. This info is used to generate messages for other responses in
    the transaction. This patch ignores REGISTER requests that match non-REGISTER
    transactions.

    (closes issue #18051)
    Reported by: eeman
    Tested by: twilson

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

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

14 years agoFixes issue with outbound google voice calls not working.
David Vossel [Thu, 9 Dec 2010 21:32:20 +0000 (21:32 +0000)] 
Fixes issue with outbound google voice calls not working.

Thanks to az1234 and nevermind_quack for their input in helping debug the issue.

(closes issue #18412)
Reported by: nevermind_quack
Patches:
      fix uploaded by dvossel (license 671)

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

14 years agoDon't crash after Set(CDR(userfield)=...) in ast_bridge_call
Terry Wilson [Thu, 9 Dec 2010 20:48:44 +0000 (20:48 +0000)] 
Don't crash after Set(CDR(userfield)=...) in ast_bridge_call

Instead of setting peer->cdr = NULL, set it to not post.

(closes issue #18415)
Reported by: macbrody
Patches:
      patch-18415 uploaded by jsolares (license 1167)
Tested by: jsolares, twilson

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

14 years agoMerged revisions 297908 via svnmerge from
Tilghman Lesher [Wed, 8 Dec 2010 18:06:04 +0000 (18:06 +0000)] 
Merged revisions 297908 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r297908 | tilghman | 2010-12-08 12:04:38 -0600 (Wed, 08 Dec 2010) | 4 lines

  Use inheritance to get correct results for SIPFROMDOMAIN.

  (from an internal Digium discussion)
........

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

14 years agoDisplay the capabilities requested when requesting a fax session fails instead of...
Matthew Nicholson [Wed, 8 Dec 2010 16:12:26 +0000 (16:12 +0000)] 
Display the capabilities requested when requesting a fax session fails instead of displaying a hex value.

Tweak the way fax stats are calculated so that all fax attempts and faliures are logged.  Also make ensure faxes are either counted as completed or falied and never both.

FAX-210

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

14 years agoMerged revisions 297824 via svnmerge from
Jeff Peeler [Tue, 7 Dec 2010 22:59:30 +0000 (22:59 +0000)] 
Merged revisions 297824 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r297824 | jpeeler | 2010-12-07 16:58:54 -0600 (Tue, 07 Dec 2010) | 19 lines

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

  ........
    r297823 | jpeeler | 2010-12-07 16:57:48 -0600 (Tue, 07 Dec 2010) | 12 lines

    Revert code that changed SSRC for DTMF.

    Some previous behavior was attempted to be restored, but mistakingly I did
    not realize that the previous behavior was incorrect. This fixes DTMF not
    being detected since DTMF shouldn't cause the SSRC to change.

    (related to issue #17404)
    (closes issue #18189)
    (closes issue #18352)
    Reported by: marcbou
    Tested by: cmbaker82
  ........
................

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

14 years agoMerged revisions 297819 via svnmerge from
Tilghman Lesher [Tue, 7 Dec 2010 22:51:05 +0000 (22:51 +0000)] 
Merged revisions 297819 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r297819 | tilghman | 2010-12-07 16:40:45 -0600 (Tue, 07 Dec 2010) | 11 lines

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

  ........
    r297818 | tilghman | 2010-12-07 16:35:50 -0600 (Tue, 07 Dec 2010) | 4 lines

    Use non-deprecated APIs for CoreAudio

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

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

14 years agoMerged revisions 297713 via svnmerge from
Tilghman Lesher [Tue, 7 Dec 2010 00:29:26 +0000 (00:29 +0000)] 
Merged revisions 297713 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r297713 | tilghman | 2010-12-06 18:21:50 -0600 (Mon, 06 Dec 2010) | 15 lines

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

  ........
    r297689 | tilghman | 2010-12-06 18:07:37 -0600 (Mon, 06 Dec 2010) | 8 lines

    Don't create a Local channel if the target extension does not exist.

    (closes issue #18126)
     Reported by: junky
     Patches:
           followme.diff uploaded by junky (license 177)
           (partially restructured by me to avoid a possible memory leak)
  ........
................

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

14 years agoMerged revisions 297605 via svnmerge from
Jeff Peeler [Mon, 6 Dec 2010 22:06:37 +0000 (22:06 +0000)] 
Merged revisions 297605 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r297605 | jpeeler | 2010-12-06 16:03:04 -0600 (Mon, 06 Dec 2010) | 18 lines

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

  ........
    r297603 | jpeeler | 2010-12-06 15:57:15 -0600 (Mon, 06 Dec 2010) | 12 lines

    Improve handling of REGISTER requests with multiple contact headers.

    The changes here attempt to more strictly follow RFC 3261 section 10.3.
    Basically the following will now cause a 400 Bad Response to be returned, if:
    - multiple Contact headers are present with one set to expire all bindings ("*")
    - wildcard parameter is specified for Contact without Expires header or Expires
      header is not set to zero.

    ABE-2442
    ABE-2443
  ........
................

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

14 years agoMerged revisions 297534 via svnmerge from
Sean Bright [Fri, 3 Dec 2010 17:41:30 +0000 (17:41 +0000)] 
Merged revisions 297534 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r297534 | seanbright | 2010-12-03 12:40:52 -0500 (Fri, 03 Dec 2010) | 3 lines

  The CLI command should not contain <placeholder>s, these are for descriptions.
........

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

14 years agoPrint a DEBUG message instead of a WARNING message when the selected fax tech does...
Matthew Nicholson [Fri, 3 Dec 2010 15:21:52 +0000 (15:21 +0000)] 
Print a DEBUG message instead of a WARNING message when the selected fax tech does not support reserving sessions.

Answer the channel before quering it for t.38 support.  This is necessary for the query to work properly over local channels.

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

14 years agoAdd support for reserving a fax session before answering the channel.
Matthew Nicholson [Thu, 2 Dec 2010 21:30:47 +0000 (21:30 +0000)] 
Add support for reserving a fax session before answering the channel.

Note: this change breaks ABI compatibility.

FAX-217

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

14 years agoMerged revisions 297405 via svnmerge from
Paul Belanger [Thu, 2 Dec 2010 20:09:29 +0000 (20:09 +0000)] 
Merged revisions 297405 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r297405 | pabelanger | 2010-12-02 15:06:43 -0500 (Thu, 02 Dec 2010) | 14 lines

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

  ........
    r297404 | pabelanger | 2010-12-02 15:01:08 -0500 (Thu, 02 Dec 2010) | 7 lines

    Resolve compile error under FreeBSD

    We now set _ASTCFLAGS+=-march=i686 for i386 processors, still allowing ASTCFLAGS
    to override the setting.

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

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

14 years agoMerged revisions 297311 via svnmerge from
Terry Wilson [Thu, 2 Dec 2010 18:13:49 +0000 (18:13 +0000)] 
Merged revisions 297311 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r297311 | twilson | 2010-12-02 12:07:39 -0600 (Thu, 02 Dec 2010) | 21 lines

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

  ........
    r297310 | twilson | 2010-12-02 12:00:27 -0600 (Thu, 02 Dec 2010) | 12 lines

    Initialize offset for adaptive jitter buffer

    When the adaptive jitter buffer is enabled in sip.conf, the first frame placed
    in the jitter buffer fails with something like:

    jb_warning_output: Resyncing the jb. last_delay 0, this delay -215886466,
    threshold 1000, new offset 215886466

    This happens because the offset is not initialized before calling jb_put(). This
    patch modifies jb_put_first_adaptive() to set the offset to the frame's
    timestamp.

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

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

14 years agoMerged revisions 297229 via svnmerge from
Russell Bryant [Thu, 2 Dec 2010 13:20:19 +0000 (13:20 +0000)] 
Merged revisions 297229 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r297229 | russell | 2010-12-02 07:16:47 -0600 (Thu, 02 Dec 2010) | 13 lines

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

  ........
    r297228 | russell | 2010-12-02 07:16:15 -0600 (Thu, 02 Dec 2010) | 6 lines

    Add "DAHDI" to a couple of app_meetme error messages.

    This is in response to some questions on IRC.  To the user, there was nothing
    that made it obvious that this error had anything to do with DAHDI not being
    loaded.
  ........
................

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

14 years agoChanged some NOTICE and WARNING messages to DEBUG messages.
Matthew Nicholson [Wed, 1 Dec 2010 19:47:33 +0000 (19:47 +0000)] 
Changed some NOTICE and WARNING messages to DEBUG messages.

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

14 years agoMerged revisions 297073 via svnmerge from
Jeff Peeler [Wed, 1 Dec 2010 17:53:13 +0000 (17:53 +0000)] 
Merged revisions 297073 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r297073 | jpeeler | 2010-12-01 11:52:46 -0600 (Wed, 01 Dec 2010) | 30 lines

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

  ........
    r297072 | jpeeler | 2010-12-01 11:50:09 -0600 (Wed, 01 Dec 2010) | 23 lines

    Fix not stopping MOH when transfered local channel queue member is answered.

    The problem here is only present when local channels are used with the MOH
    passthru option as well as no optimization (/nm). I will describe the slightly
    bizarre scenario that was used to test, where phones B and C are queue members:

    Phone A dials into a queue with two members using local channels and the above
    options. Phone B answers. Phone A blind transfers phone B into the same queue.
    Phone A hangs up. Phone C answers, but phone B didn't stop playing MOH.

    In this scenario, the unhold frame that should have gotten to phone B never
    arrived due to the masquerade from the blind transfer. This is usually fine
    since app_queue manages the starting and stopping of MOH. However, with the
    passthrough option enabled when app_queue attempts to stop MOH it tries to do
    so on the local channel rather than the real channel. The easiest solution
    was to just make sure to send an unhold frame during the transfer since it
    wouldn't make sense to have MOH playing after a transfer anyway. This only
    modifies SIP transfers, but the other transfers did not seem to be a problem.
    If DTMF based transfers were a problem it might be okay to add ast_moh_stop
    to finishup, but I didn't want to have to add that unless required.

    ABE-2624
  ........
................

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

14 years agoMerged revisions 296991 via svnmerge from
Tilghman Lesher [Wed, 1 Dec 2010 17:01:56 +0000 (17:01 +0000)] 
Merged revisions 296991 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r296991 | tilghman | 2010-12-01 11:01:00 -0600 (Wed, 01 Dec 2010) | 12 lines

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

  ........
    r296990 | tilghman | 2010-12-01 10:59:26 -0600 (Wed, 01 Dec 2010) | 5 lines

    Clarify documentation on how we store codec preference lists.

    (closes issue #18397)
     Reported by: birgita
  ........
................

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

14 years agoMerged revisions 296950 via svnmerge from
Tilghman Lesher [Wed, 1 Dec 2010 01:46:32 +0000 (01:46 +0000)] 
Merged revisions 296950 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r296950 | tilghman | 2010-11-30 19:38:19 -0600 (Tue, 30 Nov 2010) | 2 lines

  Missed initializations caused startup errors on Mac OS X (and possibly others, too).
........

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

14 years agoMerged revisions 296869 via svnmerge from
Jeff Peeler [Wed, 1 Dec 2010 00:28:16 +0000 (00:28 +0000)] 
Merged revisions 296869 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r296869 | jpeeler | 2010-11-30 18:24:58 -0600 (Tue, 30 Nov 2010) | 11 lines

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

  ........
    r296868 | jpeeler | 2010-11-30 18:23:19 -0600 (Tue, 30 Nov 2010) | 4 lines

    Properly restore backup information file when hanging up during message prepending.

    ABE-2654
  ........
................

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

14 years agoDOC: Conference number can be omitted; if omitted, all users in a meetme are listed.
Tilghman Lesher [Tue, 30 Nov 2010 19:12:48 +0000 (19:12 +0000)] 
DOC: Conference number can be omitted; if omitted, all users in a meetme are listed.

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

14 years agoMerged revisions 296671 via svnmerge from
Paul Belanger [Mon, 29 Nov 2010 23:05:45 +0000 (23:05 +0000)] 
Merged revisions 296671 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r296671 | pabelanger | 2010-11-29 17:54:14 -0500 (Mon, 29 Nov 2010) | 12 lines

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

  ........
    r296670 | pabelanger | 2010-11-29 17:49:39 -0500 (Mon, 29 Nov 2010) | 5 lines

    Make sure nothing else is needed before destroying the scheduler.

    (closes issue #18398)
    Reported by: pabelanger
  ........
................

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

14 years agoComplete some error handling in transmit_publish() in chan_sip.c.
Russell Bryant [Mon, 29 Nov 2010 21:26:44 +0000 (21:26 +0000)] 
Complete some error handling in transmit_publish() in chan_sip.c.

This error handling block caught my eye.  It was missing a couple of things,
but it should be safe now.  Thanks to mmichelson for the quick peer review
on IRC.

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

14 years agoMerged revision 296575 from
Richard Mudgett [Mon, 29 Nov 2010 20:46:03 +0000 (20:46 +0000)] 
Merged revision 296575 from
https://origsvn.digium.com/svn/asterisk/be/branches/C.3-bier

..........
  r296575 | rmudgett | 2010-11-29 14:27:37 -0600 (Mon, 29 Nov 2010) | 13 lines

  Invalid mISDN PTMP redirecting signaling as TE towards NT.

  The mISDN PTMP redirection signaling (NOTIFY redirecting number and
  notification code, SETUP redirecting number) is also sent in PTMP/TE mode.
  It should only apply in PTMP/NT mode.  The call setup proceeds but the
  network (Deutsche Telekom) reacts with ugly ISDN STATUS messages.

  Also don't send the redirecting number ie when PTP is also sending the
  DivertingLegInformation2 facility.  The redirecting number ie is redundant
  and the network (Deutsche Telekom) complains about it.

  Patches:
        abe_2651_v4.patch uploaded by rmudgett (license 664)

  JIRA ABE-2651
  JIRA SWP-2537
..........

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

14 years agoMerged revisions 296533 via svnmerge from
Tilghman Lesher [Mon, 29 Nov 2010 07:28:44 +0000 (07:28 +0000)] 
Merged revisions 296533 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r296533 | tilghman | 2010-11-29 01:27:09 -0600 (Mon, 29 Nov 2010) | 13 lines

  I love standards.  There are so many to choose from.  Except when there isn't one.

  Linux and *BSD disagree on the elements within the ucred structure.  Detect
  which one is in use on the system.

  (closes issue #18384)
   Reported by: bjm
   Patches:
         cred-diffs uploaded by bjm (license 473)
         20101127__issue18384__1.6.2.diff.txt uploaded by tilghman (license 14)
         20101127__issue18384__1.8.diff.txt uploaded by tilghman (license 14)
   Tested by: tilghman, bjm
........

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

14 years agoMerged revisions 296466 via svnmerge from
Tilghman Lesher [Sat, 27 Nov 2010 10:40:22 +0000 (10:40 +0000)] 
Merged revisions 296466 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r296466 | tilghman | 2010-11-27 04:39:01 -0600 (Sat, 27 Nov 2010) | 5 lines

  18 characters is too short for most date/times (20 is the usual, but we add more in case of greater precision).

  (closes issue #18369)
   Reported by: tnakonz
........

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

14 years agoAlso don't build DEBUG_FD_LEAKS when STANDALONE2 is defined.
Tilghman Lesher [Sat, 27 Nov 2010 09:58:57 +0000 (09:58 +0000)] 
Also don't build DEBUG_FD_LEAKS when STANDALONE2 is defined.

(closes issue #18385)
 Reported by: cmaj

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

14 years agoMerged revisions 296351 via svnmerge from
Olle Johansson [Fri, 26 Nov 2010 21:37:21 +0000 (21:37 +0000)] 
Merged revisions 296351 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r296351 | oej | 2010-11-26 13:23:03 +0100 (Fre, 26 Nov 2010) | 17 lines

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

  ........
    r296309 | oej | 2010-11-26 10:53:31 +0100 (Fre, 26 Nov 2010) | 11 lines

    Fix bugs in saying numbers using the Swedish language syntax

    (closes issue #18355)
    Reported by: oej
    Patch by: oej

    Much help from Peter Lindahl. Testing by the ClearIT team during a coffee break.

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

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

14 years agoFix XMPP PubSub-based distributed device state.
Brad Watkins [Fri, 26 Nov 2010 18:31:17 +0000 (18:31 +0000)] 
Fix XMPP PubSub-based distributed device state.

Initialize pubsubflags to 0 so res_jabber doesn't think there is already an XMPP connection sending device state.  Also clean up CLI commands a bit.

(closes issue #18272)
Reported by: klaus3000
Patches:
      res_jabber_fix_pubsubflags_and_CLI-patch.txt uploaded by klaus3000 (license 65)
Tested by: klaus3000, Marquis

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

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

14 years agoFix reloading of peer when a user is requested.
Brad Watkins [Fri, 26 Nov 2010 18:19:02 +0000 (18:19 +0000)] 
Fix reloading of peer when a user is requested.

Prevent peer reloading from causing multiple MWI subscriptions to be created when using realtime.  This had the effect of sending one NOTIFY for every time a sip peer made a call, in one case eventually overwhelming  the phone and causing it to reboot.

(closes issue #18342)
Reported by: nivek
Patches:
      issue0018342p1.patch uploaded by nivek (license 636)
Tested by: nivek

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

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

14 years agoMerged revisions 296221 via svnmerge from
Russell Bryant [Wed, 24 Nov 2010 23:29:44 +0000 (23:29 +0000)] 
Merged revisions 296221 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r296221 | russell | 2010-11-24 17:28:19 -0600 (Wed, 24 Nov 2010) | 13 lines

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

  ........
    r296213 | russell | 2010-11-24 17:26:43 -0600 (Wed, 24 Nov 2010) | 6 lines

    Make Asterisk less crashy.

    Since we might not put a new translation path on the channel, go ahead and
    set it to NULL right after destroying the old one to ensure we don't try
    to free an invalid translation path later on.
  ........
................

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

14 years agoMerged revisions 296166 via svnmerge from
Richard Mudgett [Wed, 24 Nov 2010 22:49:48 +0000 (22:49 +0000)] 
Merged revisions 296166 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r296166 | rmudgett | 2010-11-24 16:42:45 -0600 (Wed, 24 Nov 2010) | 50 lines

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

  ........
    r296165 | rmudgett | 2010-11-24 16:41:07 -0600 (Wed, 24 Nov 2010) | 43 lines

    Oneway audio to SIP phone from FXS port after FXS port gets a CallWaiting pip.

    The FXS connected phone has to have CW/CID support to fail, as it will
    send back a DTMF 'A' or 'D' when it's ready to receive CallerID.  A normal
    phone with no CID never fails.  Also the SIP phone does not hear MOH when
    the CW call is answered.

    The DTMF end frame is suppressed when the phone acknowledges the CW signal
    for CID.  The problem is the DTMF begin frame needs to be suppressed as
    well.  The DTMF begin frame is causing SIP to start sending the DTMF RTP
    frames.  Since the DTMF end frame is suppressed, SIP will not stop sending
    those DTMF RTP packets.

    * Suppress the DTMF begin and end frames when the channel driver is
    looking for DTMF digits.

    * Fixed a couple issues caused by not cleaning up the CID spill if you
    answer the CW call while it is sending the CID spill.

    * Fixed not sending CW/CID spill to the phone when the call is natively
    bridged.  (Fixed by not using native bridge if CW/CID is possible.)

    * Suppress received audio when sending CW/CID spills.  The other parties
    involved do not need to hear the CW/CID spills and may be confused if the
    CW call is for them.

    (closes issue #18129)
    Reported by: alecdavis
    Patches:
          issue_18129_v1.8_v3.patch uploaded by rmudgett (license 664)
    Tested by: alecdavis, rmudgett

    NOTE:

    * v1.4 does not have the main problem fixed by suppressing the DTMF start
    frames.  The other three items fixed are relevant.

    * If you really must restore native bridging between analog ports, you
    need to disable CW/CID either by configuring chan_dahdi.conf
    callwaitingcallerid=no or dialing *70 before dialing the number to
    temporarily disable CW.
  ........
................

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

14 years agoMerged revisions 296083 via svnmerge from
Russell Bryant [Wed, 24 Nov 2010 20:23:46 +0000 (20:23 +0000)] 
Merged revisions 296083 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r296083 | russell | 2010-11-24 14:23:11 -0600 (Wed, 24 Nov 2010) | 19 lines

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

  ........
    r296082 | russell | 2010-11-24 14:22:32 -0600 (Wed, 24 Nov 2010) | 12 lines

    Fix false reporting of an error by set_format().

    In the case that the native format was able to be changed to match the
    new requested format, the code proceeded to attempt to build a translation
    path, anyway.  The result would be NULL, since no translation path is
    necessary and resulted in this function thinking an error has occurred.
    This case is now specifically caught and no attempt to build a translation
    path is attempted.

    Thanks to our automated tests and bamboo.asterisk.org for catching this problem
    and making a whole lot of noise when things started failing.  :-)
  ........
................

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

14 years agoMerged revisions 296001 via svnmerge from
Russell Bryant [Wed, 24 Nov 2010 17:13:08 +0000 (17:13 +0000)] 
Merged revisions 296001 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r296001 | russell | 2010-11-24 11:03:16 -0600 (Wed, 24 Nov 2010) | 45 lines

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

  ........
    r296000 | russell | 2010-11-24 10:48:39 -0600 (Wed, 24 Nov 2010) | 38 lines

    Handle failures building translation paths more effectively.

    The problem scenario occurred on a heavily loaded system that was using the
    codec_dahdi module and exceeded the hardware transcoding capacity.  The failure
    mode at that point was not good.  The report came in to us as an Asterisk
    lock-up.  The "core show locks" shows a ton of threads locked up (but no
    obvious deadlock).  Upon deeper investigation, when the system is in this
    state, the CPU was maxed out.  The CPU was being consumed by the Asterisk
    logger spewing messages on every audio frame for calls set up after transcoder
    capacity was reached.

    The purpose of this patch is to make Asterisk handle failures to create a
    translation path in a more graceful manner.  If we can't translate, then the
    call just needs to be dropped, as it's not going to work.  These are the
    changes:

    1) In set_format() of channel.c (which is called by set_read_format() and
    set_write_format()), it was ignoring if ast_translator_build_path() failed and
    returned NULL.  It now pays attention to that case and returns a result
    reflecting failure.  With this change in place, the bridging code will
    immediately detect a failure and end the bridge instead of proceeding to try to
    bridge frames that can't be translated and making channel drivers freak out by
    sending them frames in a format they weren't expecting.

    2) In ast_indicate_data() of channel.c, failure of ast_playtones_start() was
    ignored.  It is now reflected in the return value of the function.  This didn't
    turn out to have any affect on the bug, but seemed like a good change to leave
    in.

    3) In app_dial(), when only sending a call to a single endpoint, it will
    attempt to do some bridging of its own of early audio.  It uses
    make_compatible() when it's going to do this.  However, it ignored failure from
    make compatible.  So, even with the fix from #1, if there was early audio going
    through app_dial, there would still be a period of invalid frames passing
    through.  After detecting failure here, Dial() exits.

    ABE-2658
  ........
................

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

14 years agoMerged revisions 295907 via svnmerge from
Olle Johansson [Tue, 23 Nov 2010 10:30:05 +0000 (10:30 +0000)] 
Merged revisions 295907 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r295907 | oej | 2010-11-23 10:36:38 +0100 (Tis, 23 Nov 2010) | 14 lines

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

  ........
    r295906 | oej | 2010-11-23 10:28:14 +0100 (Tis, 23 Nov 2010) | 8 lines

    Fix support of saynumber(1,n) in the Swedish language

    (closes issue #18353)
    Reported by: oej

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

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

14 years agoMerged revisions 295868 via svnmerge from
Sean Bright [Mon, 22 Nov 2010 20:03:49 +0000 (20:03 +0000)] 
Merged revisions 295868 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r295868 | seanbright | 2010-11-22 15:02:37 -0500 (Mon, 22 Nov 2010) | 2 lines

  Change some documentation to suggest dahdi_monitor instead of ztmonitor.
........

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

14 years agoMerged revisions 295843 via svnmerge from
Richard Mudgett [Mon, 22 Nov 2010 19:36:10 +0000 (19:36 +0000)] 
Merged revisions 295843 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r295843 | rmudgett | 2010-11-22 13:28:23 -0600 (Mon, 22 Nov 2010) | 53 lines

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

  ........
    r295790 | rmudgett | 2010-11-22 12:46:26 -0600 (Mon, 22 Nov 2010) | 46 lines

    The channel redirect function (CLI or AMI) hangs up the call instead of redirecting the call.

    To recreate the problem:
    1) Party A calls Party B
    2) Invoke CLI "channel redirect" command to redirect channel call leg
    associated with A.
    3) All associated channels are hung up.

    Note that if the CLI command were done on the channel call leg associated
    with B it works.

    This regression was a result of the fix for issue #16946
    (https://reviewboard.asterisk.org/r/740/).

    The regression affects all features that use an async goto to execute the
    dialplan because of an external event: Channel redirect, AMI redirect, SIP
    REFER, and FAX detection.

    The struct ast_channel._softhangup code is a mess.  The variable is used
    for several purposes that do not necessarily result in the call being hung
    up.  I have added doxygen comments to describe how the various _softhangup
    bits are used.  I have corrected all the places where the variable was
    tested in a non-bit oriented manner.

    The primary fix is the new AST_CONTROL_END_OF_Q frame.  It acts as a weak
    hangup request so the soft hangup requests that do not normally result in
    a hangup do not hangup.

    JIRA SWP-2470
    JIRA SWP-2489

    (closes issue #18171)
    Reported by: SantaFox
    (closes issue #18185)
    Reported by: kwemheuer
    (closes issue #18211)
    Reported by: zahir_koradia
    (closes issue #18230)
    Reported by: vmarrone
    (closes issue #18299)
    Reported by: mbrevda
    (closes issue #18322)
    Reported by: nerbos

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

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

14 years agoOne way audio before answering call waiting call on analog port.
Richard Mudgett [Sat, 20 Nov 2010 03:11:15 +0000 (03:11 +0000)] 
One way audio before answering call waiting call on analog port.

* Analog call waiting Caller ID spills could get stuck resulting in one
way audio until the waiting call is answered.  This only happens on the
second (and later) call waiting call if the active call is not the first
call.

* The CLI/AMI "dahdi show channel" command could report the wrong channel
information.

Must keep the struct analog_pvt.owner and struct dahdi_pvt.owner pointer
in sync.

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

14 years agoMerged revisions 295710 via svnmerge from
Russell Bryant [Sat, 20 Nov 2010 00:50:00 +0000 (00:50 +0000)] 
Merged revisions 295710 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r295710 | russell | 2010-11-19 18:45:51 -0600 (Fri, 19 Nov 2010) | 29 lines

  Fix cache of device state changes for multiple servers.

  This patch addresses a regression where device states across multiple servers
  were not being processing completely correctly.  The code works to determine
  the overall state by looking at the last known state of a device on each
  server.  However, there was a regression due to some invasive rewrites of how
  the cache works that led to the cache only storing the last device state change
  for a device, regardless of which server it was on.

  The code is set up to cache device state change events by ensuring that each
  event in the cache has a unique device name + entity ID (server ID).  The code
  that was responsible for comparing raw information elements (which EID is)
  always returned a match due to a memcmp() with a length of 0.

  There isn't much code to fix the actual bug.  This patch also introduces a new
  CLI command that was very useful for debugging this problem.  The command
  allows you to dump the contents of the event cache.

  (closes issue #18284)
  Reported by: klaus3000
  Patches:
        issue18284.rev1.txt uploaded by russell (license 2)
  Tested by: russell, klaus3000

  (closes issue #18280)
  Reported by: klaus3000

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

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

14 years agoMerged revisions 295672 via svnmerge from
Terry Wilson [Fri, 19 Nov 2010 22:06:10 +0000 (22:06 +0000)] 
Merged revisions 295672 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r295672 | twilson | 2010-11-19 13:55:48 -0800 (Fri, 19 Nov 2010) | 15 lines

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

  ........
    r295628 | twilson | 2010-11-19 12:53:36 -0800 (Fri, 19 Nov 2010) | 8 lines

    Discard responses with more than one Via

    This is not a perfect solution as headers that are joined via commas are not
    detected. This is a parsing issue that to fix "correctly" would necessitate
    a new SIP parser.

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

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

14 years agoPatch for deadlock from ordering issue between channel/queue locks in app_queue
Brett Bryant [Fri, 19 Nov 2010 21:40:21 +0000 (21:40 +0000)] 
Patch for deadlock from ordering issue between channel/queue locks in app_queue
(set_queue_variables).

(closes issue #18031)
Reported by: rain

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

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

14 years agoBring sig_analog extraction more into alignment with orig-trunk/v1.6.2 chan_dahdi.
Richard Mudgett [Fri, 19 Nov 2010 16:47:11 +0000 (16:47 +0000)] 
Bring sig_analog extraction more into alignment with orig-trunk/v1.6.2 chan_dahdi.

* Restore SMDI support.
* Fixed initial value of struct analog_pvt.use_callerid.  It may get
forced on depending upon other config options.
* Call analog_dnd() instead of manual inlined code.
* Removed unused struct analog_pvt.usedistinctiveringdetection.
* Removed the struct analog_pvt.unknown_alarm flag.  It was really the
struct analog_pvt.inalarm flag.
* Use ast_debug() instead of ast_log(LOG_DEBUG).
* Rename several function's index variable to idx.
* Some formatting tweaks.

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

14 years ago'sip notify clear-mwi' needs terminating CRLF.
Leif Madsen [Thu, 18 Nov 2010 20:30:35 +0000 (20:30 +0000)] 
'sip notify clear-mwi' needs terminating CRLF.

(closes issue #18275)
Reported by: klaus3000
Patches:
      fix_body_CRLF_patch.txt uploaded by klaus3000 (license 65)

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

14 years agoMerged revisions 295440 via svnmerge from
Paul Belanger [Thu, 18 Nov 2010 18:02:12 +0000 (18:02 +0000)] 
Merged revisions 295440 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r295440 | pabelanger | 2010-11-18 12:51:34 -0500 (Thu, 18 Nov 2010) | 4 lines

  Fix compiler warnings when using openssl-dev 1.0.0+

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

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

14 years agoAdd RedHat specific dependencies
Paul Belanger [Thu, 18 Nov 2010 05:12:05 +0000 (05:12 +0000)] 
Add RedHat specific dependencies

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

14 years agoUncomment settings under [global], to surpress warning when loading Asterisk.
Paul Belanger [Wed, 17 Nov 2010 14:09:38 +0000 (14:09 +0000)] 
Uncomment settings under [global], to surpress warning when loading Asterisk.

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

14 years agoMerged revisions 295281 via svnmerge from
Richard Mudgett [Tue, 16 Nov 2010 23:02:36 +0000 (23:02 +0000)] 
Merged revisions 295281 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
  r295281 | rmudgett | 2010-11-16 16:57:07 -0600 (Tue, 16 Nov 2010) | 9 lines

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

  ........
    r295280 | rmudgett | 2010-11-16 16:52:06 -0600 (Tue, 16 Nov 2010) | 1 line

    Dead code elimination in channel.c:ast_channel_bridge() variable who.
  ........
................

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

14 years agoCheck for pdftotext and give a useful error if not found.
Russell Bryant [Tue, 16 Nov 2010 22:41:11 +0000 (22:41 +0000)] 
Check for pdftotext and give a useful error if not found.

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

14 years agoRemove intentional typo I had added when testing the check. oops.
Russell Bryant [Tue, 16 Nov 2010 21:46:18 +0000 (21:46 +0000)] 
Remove intentional typo I had added when testing the check.  oops.

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

14 years agoCheck for wikiexport.py in PATH and give a useful error message if not found.
Russell Bryant [Tue, 16 Nov 2010 20:50:03 +0000 (20:50 +0000)] 
Check for wikiexport.py in PATH and give a useful error message if not found.

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