]> git.ipfire.org Git - thirdparty/asterisk.git/log
thirdparty/asterisk.git
13 years agoMerged revisions 332503 via svnmerge from
Kinsey Moore [Thu, 18 Aug 2011 19:29:15 +0000 (19:29 +0000)] 
Merged revisions 332503 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r332503 | kmoore | 2011-08-18 14:28:00 -0500 (Thu, 18 Aug 2011) | 8 lines

  CRC4 in "dahdi show status" gives wrong impression to T1 users

  Change CRC4 to CRC in the output of "dahdi show status" so that it can apply in
  more situations without confusing users, especially since T1 lines use CRC6
  instead of CRC4.

  (closes issue AST-471)
........

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

13 years agoMerged revisions 332446 via svnmerge from
Tilghman Lesher [Thu, 18 Aug 2011 14:48:40 +0000 (14:48 +0000)] 
Merged revisions 332446 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r332446 | tilghman | 2011-08-18 09:46:54 -0500 (Thu, 18 Aug 2011) | 2 lines

  Move BETTER_BACKTRACES out of development mode, as it's useful when DEBUG_THREADS is enabled.
........

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

13 years agoMerged revisions 332355 via svnmerge from
Tilghman Lesher [Wed, 17 Aug 2011 19:24:59 +0000 (19:24 +0000)] 
Merged revisions 332355 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r332355 | tilghman | 2011-08-17 14:21:36 -0500 (Wed, 17 Aug 2011) | 10 lines

  Re-add support for spaces in pathnames, including now spaces in DESTDIR.

  This was initially added to 1.8 prior to release, primarily to support the
  standard paths on Mac OS X, but was partially reverted recently in Subversion,
  due to the lack of support for spaces in DESTDIR.  This commit restores support
  for the standard paths on Mac OS X, and also includes support for spaces in
  DESTDIR.

  (closes issue ASTERISK-18290)
  Reported by: pabelanger

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

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

13 years agoMerged revisions 332320 via svnmerge from
Terry Wilson [Wed, 17 Aug 2011 18:09:49 +0000 (18:09 +0000)] 
Merged revisions 332320 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r332320 | twilson | 2011-08-17 12:35:27 -0500 (Wed, 17 Aug 2011) | 10 lines

  Don't read from a disarmed or invalid timerfd

  Numerous isues have been reported for deadlocks that are caused by
  a blocking read in res_timing_timerfd on a file descriptor that will
  never be written to. This patch adds some checks to make sure that
  the timerfd is both valid and armed before calling read().

  Should fix: ASTERISK-18142, ASTERISK-18166, ASTERISK-18197, AST-486,
  AST-495, AST-507 and possibly others.

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

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

13 years agoMerged revisions 332264 via svnmerge from
Richard Mudgett [Wed, 17 Aug 2011 16:01:29 +0000 (16:01 +0000)] 
Merged revisions 332264 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r332264 | rmudgett | 2011-08-17 10:51:08 -0500 (Wed, 17 Aug 2011) | 26 lines

  Outgoing BRI calls fail when using Asterisk 1.8 with HA8, HB8, and B410P cards.

  France Telecom brings layer 2 and layer 1 down on BRI lines when the line
  is idle.  When layer 1 goes down Asterisk cannot make outgoing calls and
  the HA8 and HB8 cards also get IRQ misses.

  The inability to make outgoing calls is because the line is in red alarm
  and Asterisk will not make calls over a line it considers unavailable.
  The IRQ misses for the HA8 and HB8 card are because the hardware is
  switching clock sources from the line which just brought layer 1 down to
  internal timing.

  There is a DAHDI option for the B410P card to not tell Asterisk that layer
  1 went down so Asterisk will allow outgoing calls: "modprobe wcb4xxp
  teignored=1".  There is a similar DAHDI option for the HA8 and HB8 cards:
  "modprobe wctdm24xxp bri_teignored=1".  Unfortunately that will not clear
  up the IRQ misses when the telco brings layer 1 down.

  * Add layer 2 persistence option to customize the layer 2 behavior on BRI
  PTMP lines.  The new option has three settings: 1) Use libpri default
  layer 2 setting.  2) Keep layer 2 up.  Bring layer 2 back up when the peer
  brings it down.  3) Leave layer 2 down when the peer brings it down.
  Layer 2 will be brought up as needed for outgoing calls.

  JIRA AST-598
........

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

13 years agoMerged revisions 332176 via svnmerge from
Paul Belanger [Tue, 16 Aug 2011 20:11:49 +0000 (20:11 +0000)] 
Merged revisions 332176 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r332176 | pabelanger | 2011-08-16 16:10:13 -0400 (Tue, 16 Aug 2011) | 4 lines

  Flag test modules as 'core'

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

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

13 years agoMerged revisions 332118 via svnmerge from
Jonathan Rose [Tue, 16 Aug 2011 17:45:38 +0000 (17:45 +0000)] 
Merged revisions 332118 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r332118 | jrose | 2011-08-16 12:38:19 -0500 (Tue, 16 Aug 2011) | 16 lines

  ASTERISK-18067 ASTERISK-15479 - White Space affects mailbox value, multiple MWI subs

  Before, having multiple subscriptions to mailboxes on a sip peer set via the mailbox
  setting in sip.conf would only result in updates being sent on whichever mailbox
  triggered the mwi event.  Now all of them get counted regardless.  Also fixes a bug
  involving parsing of the mailbox option in sip.conf so that trailing and leading
  spaces before/after commas are trimmed.

  (closes issue ASTERISK-18067)
  Reported by: aragon

  (closes issue ASTERISK-15479)
  Reported by: Ben Winslow
  Patches: chan_sip.c-mwi_multi_mailbox_fix-1.6.2.13.diff (License #5288) patch uploaded by Ben Winslow

........

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

13 years agoMerged revisions 332100 via svnmerge from
Richard Mudgett [Tue, 16 Aug 2011 17:17:28 +0000 (17:17 +0000)] 
Merged revisions 332100 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r332100 | rmudgett | 2011-08-16 11:31:36 -0500 (Tue, 16 Aug 2011) | 133 lines

  Fix multiple parking issues.

  JIRA ASTERISK-17183
  Multi-parkinglot directs calls to wrong parkinglot.
  JIRA ASTERISK-17870
  Cannot retrieve parked calls.
  JIRA ASTERISK-17430
  ParkedCall() with no extension should pickup first available call and does not.
  JIRA AST-576
  Issues with parking lots

  * Removed searching for parking lots by extension.  Parking lots can only
  be found by the parking lot name since parking lot access extensions and
  spaces are not guaranteed to be unique.

  * Added parking_lot_name option to the Park and ParkedCall applications.
  Updated documentation for Park and ParkedCall applications.

  * Add parkext_exclusive configuration option to make parking entry
  extensions specify which parking lot they access.

  (closes issue ASTERISK-17183)
  Reported by: David Cabrejos
  Tested by: rmudgett, David Cabrejos

  (closes issue ASTERISK-17870)
  Reported by: Remi Quezada

  (closes issue ASTERISK-17430)
  Reported by: Philippe Lindheimer

  JIRA ASTERISK-17452
  Parking_offset not used
  JIRA AST-624
  'next' setting for findslot does nothing

  * Reimplemented since findslot feature option broken by -r114655.

  (closes issue ASTERISK-17452)
  Reported by: David Woolley
  Tested by: rmudgett

  JIRA ASTERISK-15792
  Dialplan continues execution after transfer to park.

  This happens for DTMF attended transfer, DTMF blind transfer, and DTMF
  one-touch-parking if the party initiating these features also initiated
  the call.

  * Fixed the return code from the affected builtin features when parking a
  call.

  (closes issue ASTERISK-15792)
  Reported by: Mat Murdock
  Tested by: rmudgett, twilson

  JIRA AST-607
  The courtesytone is not playing to the expected call when picking up a
  parked call.

  This is mostly a documentation problem.  However, the option is not reset
  to the default when features.conf is reloaded.

  * Updated features.conf.sample documentation for courtesytone and
  parkedplay options.

  * Reset the parkedplay option to default when features.conf is reloaded.

  JIRA AST-615
  AMI Park action followed by features reload results in orphaned channels
  in parking lot.

  * Reloading features.conf will not touch parking lots that have calls
  still parked in them.  Reload again at a later time.

  Misc additional fixes:

  * Added unit test for parking lot dialplan usage checking.

  * Made update connected line when a parked call is retrieved from a
  parking lot.

  * Made retrieved parked call stop ringing or MOH depending upon how the
  call was waiting in the parking lot.

  * Made CLI "features show" indicate if the parking lot is enabled for use.

  * Added PARKINGDYNEXTEN channel variable to allow dynamic parking lots to
  specify the parking lot access extension.

  * Made AMI ParkedCalls action ParkedCall events have a Parkinglot header.

  * Made AMI ParkedCalls action ParkedCallsComplete event have a Total
  header.

  * Fixed potential deadlock from AMI Park action holding channel locks
  while calling masq_park_call().

  * Fixed several places where ast_strdupa() were used inside of loops.
  (Mostly fixed by refactoring the loop body into its own function.)

  * Fixed copy_parkinglot() copying too much from the source parking lot.
  Extracted the parking lot configuration settings into struct
  parkinglot_cfg.

  * Refactored courtesytone playing code to put the channel not playing the
  tone in autoservice.

  * Fix when pbx-parkingfailed is played that the other channel is put in
  autoservice if it exists.

  * Fixed parkinglot reference leak in parked_call_exec() error paths.

  * Fixed parkinglot_unref() use of parkinglot after it was unreffed.

  * Made destroy the struct ast_parkinglot parkings lock when done.

  * Refactored the features.conf parking lot configuration code to eliminate
  redundancy.

  * Fixed feature reload to better protect parking lots.

  * Fixed parking lot container reference leak in handle_parkedcalls().

  * Fixed the total count in handle_parkedcalls().

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

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

13 years agofix a code comment
Matthew Nicholson [Tue, 16 Aug 2011 15:20:48 +0000 (15:20 +0000)] 
fix a code comment

AST-580

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

13 years agoMoved notes about 'storesipcause' to UPGRADE.txt from CHANGES
Matthew Nicholson [Tue, 16 Aug 2011 15:17:16 +0000 (15:17 +0000)] 
Moved notes about 'storesipcause' to UPGRADE.txt from CHANGES

AST-580

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

13 years agoMerged revisions 332026 via svnmerge from
Matthew Nicholson [Tue, 16 Aug 2011 15:08:40 +0000 (15:08 +0000)] 
Merged revisions 332026 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r332026 | mnicholson | 2011-08-16 10:06:31 -0500 (Tue, 16 Aug 2011) | 2 lines

  use DEFAULT_STORE_SIP_CAUSE to set the default value for the 'storesipcause' option

  AST-580
........

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

13 years agoIn 10 and trunk this option is disabled by default.
Matthew Nicholson [Tue, 16 Aug 2011 14:40:37 +0000 (14:40 +0000)] 
In 10 and trunk this option is disabled by default.

Merged revisions 332021 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r332021 | mnicholson | 2011-08-16 09:20:43 -0500 (Tue, 16 Aug 2011) | 7 lines

  Added the 'storesipcause' option to sip.conf to allow the user to disable the
  setting of HASH(SIP_CAUSE,<chan name>) on the channel.

  Having chan_sip set HASH(SIP_CAUSE,<chan name>) on the channel carries a
  significant performance penalty because of the usage of the MASTER_CHANNEL()
  dialplan function.

  AST-580
........

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

13 years agoMerged revisions 331955 via svnmerge from
Richard Mudgett [Mon, 15 Aug 2011 17:35:03 +0000 (17:35 +0000)] 
Merged revisions 331955 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r331955 | rmudgett | 2011-08-15 12:24:08 -0500 (Mon, 15 Aug 2011) | 13 lines

  Fix some minor chan_dahdi config load issues.

  * Address chan_dahdi.conf dahdichan option todo item about needing line
  number.

  * Make ignore_failed_channels option also apply to dahdichan option.

  * Don't attempt to create a default pseudo channel if the chan_dahdi.conf
  channel/channels option is not allowed.

  * Add a similar check for dahdichan in normal chan_dahdi.conf sections as
  is done in users.conf.
........

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

13 years agoMerged revisions 331886 via svnmerge from
Paul Belanger [Mon, 15 Aug 2011 15:22:45 +0000 (15:22 +0000)] 
Merged revisions 331886 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r331886 | pabelanger | 2011-08-15 11:21:16 -0400 (Mon, 15 Aug 2011) | 5 lines

  Fix noisy message when briding channels

  (closes issue ASTERISK-18270)
  Reported by: Federico Alves
........

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

13 years agoMerged revisions 331867 via svnmerge from
David Vossel [Mon, 15 Aug 2011 15:14:13 +0000 (15:14 +0000)] 
Merged revisions 331867 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r331867 | dvossel | 2011-08-15 10:12:16 -0500 (Mon, 15 Aug 2011) | 6 lines

  Fixes locking inversion issues present in the handling of the sip REFER method.

  (closes issue ASTERISK-18082)
  Reported by: James Van Vleet
........

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

14 years agoMerged revisions 331774 via svnmerge from
Matthew Nicholson [Fri, 12 Aug 2011 19:03:31 +0000 (19:03 +0000)] 
Merged revisions 331774 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r331774 | mnicholson | 2011-08-12 14:01:27 -0500 (Fri, 12 Aug 2011) | 11 lines

  Unlock the channel before calling update_queue.

  Holding the channel lock when calling update_queue which attempts to lock the
  queue lock can cause a deadlock. This deadlock involves the following chain:

  1. hold chan lock -> wait queue lock
  2. hold queue lock -> wait agent list lock
  3. hold agent list lock -> wait chan list lock
  4. hold chan list lock -> wait chan lock
........

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

14 years agoMerged revisions 331771 via svnmerge from
Richard Mudgett [Fri, 12 Aug 2011 18:59:45 +0000 (18:59 +0000)] 
Merged revisions 331771 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r331771 | rmudgett | 2011-08-12 13:58:40 -0500 (Fri, 12 Aug 2011) | 8 lines

  Suppress warning message when using DAHDITransfer or DAHDIHangup.

  * The fake event should only be processed by the channel that currently
  owns the private and not the associated call waiting or 3-way channel.

  JIRA AST-620
  JIRA SWP-3616
........

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

14 years agoMerged revisions 331714 via svnmerge from
Richard Mudgett [Fri, 12 Aug 2011 17:54:47 +0000 (17:54 +0000)] 
Merged revisions 331714 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r331714 | rmudgett | 2011-08-12 12:47:57 -0500 (Fri, 12 Aug 2011) | 22 lines

  AMI actions DAHDIHangup and DAHDITransfer have no effect.

  The AMI actions DAHDIHangup and DAHDITransfer have no effect on a DAHDI
  channel.  These two AMI actions are highly specialized to analog channels
  and appear to make the channel behave like a jack port for headsets.

  * Made the faked DAHDI event get processed before a normal media stream
  read in dahdi_read() instead of trying to trigger an exception read by
  setting the AST_FLAG_EXCEPTION flag.  Apparently a change was made long
  ago that changed how AST_FLAG_EXCEPTION is processed in the core.
  Unfortunately, the faked DAHDI events no longer worked when that happened.

  * Updated the DAHDI AMI action documentation for the following actions:
  DAHDITransfer, DAHDIHangup, DAHDIDialOffhook, DAHDIDNDon, DAHDIDNDoff,
  DAHDIShowChannels, and DAHDIRestart.

  * Made use sscanf() instead of atoi() for better error checking of the
  DAHDIChannel header string.

  JIRA AST-620
  JIRA SWP-3616
........

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

14 years agoMerged revisions 331658 via svnmerge from
Terry Wilson [Fri, 12 Aug 2011 16:31:21 +0000 (16:31 +0000)] 
Merged revisions 331658 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r331658 | twilson | 2011-08-12 11:30:26 -0500 (Fri, 12 Aug 2011) | 4 lines

  Fix netsock2 multiple zero-expansion test

  Remove erroneous single bracket.
........

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

14 years agoMerged revisions 331649 via svnmerge from
Kinsey Moore [Fri, 12 Aug 2011 16:21:37 +0000 (16:21 +0000)] 
Merged revisions 331649 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r331649 | kmoore | 2011-08-12 11:20:25 -0500 (Fri, 12 Aug 2011) | 12 lines

  Logger does not warn of failure to open logging channels

  Currently, logger only prints an error message to stderr when it fails to open
  a logger channel where many users will not see it because the logger lock is
  held.  The alternative provided by this patch is to log the error to all
  attached consoles in the hopes that it will be easier to see.  Additionally,
  this patch prevents the failed logger channel from being added to the list
  where it would silently fail on each call to the Asterisk logger.

  (closes issue ASTERISK-16231)
  Review: https://reviewboard.asterisk.org/r/1338
........

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

14 years agoMerged revisions 331635 via svnmerge from
Jonathan Rose [Fri, 12 Aug 2011 16:18:57 +0000 (16:18 +0000)] 
Merged revisions 331635 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r331635 | jrose | 2011-08-12 10:49:17 -0500 (Fri, 12 Aug 2011) | 1 line

  Fixes 32bit compilation warnings brought on by 331634 in app_dial and app_meetme
........

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

14 years agoMerged revisions 331578 via svnmerge from
Jason Parker [Thu, 11 Aug 2011 21:54:54 +0000 (21:54 +0000)] 
Merged revisions 331578 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r331578 | qwell | 2011-08-11 16:46:39 -0500 (Thu, 11 Aug 2011) | 6 lines

  Use proper values for 64-bit option flags.

  Also, reusing bits es no bueno, so change the value of a duplicate.

  (issue ASTERISK-18239)
........

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

14 years agoMerged revisions 331575 via svnmerge from
Richard Mudgett [Thu, 11 Aug 2011 21:42:21 +0000 (21:42 +0000)] 
Merged revisions 331575 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r331575 | rmudgett | 2011-08-11 16:39:58 -0500 (Thu, 11 Aug 2011) | 9 lines

  Segfault in shell_helper in func_shell.c.

  The return value of popen() was not checked for failure to open.

  (closes issue ASTERISK-18109)
  JIRA SWP-3633
  Reported by: Michael Myles
  Tested by: rmudgett
........

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

14 years agoMerged revisions 331517 via svnmerge from
Kinsey Moore [Wed, 10 Aug 2011 22:23:49 +0000 (22:23 +0000)] 
Merged revisions 331517 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r331517 | kmoore | 2011-08-10 17:23:08 -0500 (Wed, 10 Aug 2011) | 10 lines

  SIP Notify via AMI or CLI leaks SIP PVTs

  Any SIP notify sent via AMI or CLI leaks a SIP PVT with ref count +2.  Removing
  the additional ref just before the invite and adding an unref following it
  corrects the issue as seen via REF_DEBUG.  The unref existed in a distant
  revision and it appears as though the wrong ref operation was removed.

  (closes issue ASTERISK-18091)
  Review: https://reviewboard.asterisk.org/r/1332/
........

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

14 years agoMerged revisions 331461 via svnmerge from
Richard Mudgett [Wed, 10 Aug 2011 20:41:35 +0000 (20:41 +0000)] 
Merged revisions 331461 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r331461 | rmudgett | 2011-08-10 15:29:59 -0500 (Wed, 10 Aug 2011) | 30 lines

  Output of queue log not started until logger reloaded.

  ASTERISK-15863 caused a regression with queue logging.  The output of the
  queue log is not started until the logger configuration is reloaded.

  * Queue log initialization is completely delayed until the first message
  is posted to the queue log system.  Including the initial opening of the
  queue log file.

  * Fixed rotate_file() ROTATE strategy to give the file just rotated out to
  the configured exec function after rotate.  Just like the other strategies.

  * Fixed logger reload to always post the queue reload entry instead of
  just if there is a queue log file.

  * Refactored some code to eliminate some redundancy and to reduce stack
  utilization.

  (closes issue ASTERISK-17036)
  JIRA SWP-2952
  Reported by: Juan Carlos Valero
  Patches:
        jira_asterisk_17036_v1.8.patch (license #5621) patch uploaded by rmudgett
  Tested by: rmudgett

  (closes issue ASTERISK-18208)
  Reported by: Christian Pinedo

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

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

14 years agoMake sure feature_request_and_dial() initializes outstate if passed in.
Richard Mudgett [Wed, 10 Aug 2011 19:07:53 +0000 (19:07 +0000)] 
Make sure feature_request_and_dial() initializes outstate if passed in.

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

14 years agoRevert -r318141. It was a band-aid that only partially fixed parking.
Richard Mudgett [Wed, 10 Aug 2011 18:25:08 +0000 (18:25 +0000)] 
Revert -r318141.  It was a band-aid that only partially fixed parking.

A better fix is on reviewboard review 1358.

(issue ASTERISK-17374)

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

14 years agoMerged revisions 331315 via svnmerge from
Kinsey Moore [Wed, 10 Aug 2011 13:48:41 +0000 (13:48 +0000)] 
Merged revisions 331315 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r331315 | kmoore | 2011-08-10 08:47:46 -0500 (Wed, 10 Aug 2011) | 8 lines

  AMI action ModuleReload returns Error if Module: missing or empty

  An empty string was not being checked for properly causing identification of
  the module to be reloaded to fail and return an Error with message
  "No such module."

  (closes issue AST-616)
........

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

14 years agoMerged revisions 331248 via svnmerge from
Richard Mudgett [Tue, 9 Aug 2011 23:12:49 +0000 (23:12 +0000)] 
Merged revisions 331248 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r331248 | rmudgett | 2011-08-09 17:12:59 -0500 (Tue, 09 Aug 2011) | 15 lines

  Misc minor items found in code.

  * Add some reentrancy protection in pbx.c when creating the contexts_table
  hash table.

  * Fix inverted test in chan_sip.c conditional code.

  * Fix uninitialized variable and use of the wrong variable in chan_iax2.c.

  * Fix test of return value in app_parkandannounce.c.  Explicitly testing
  for -1 is bad if the function does not actually return that value when it
  fails.

  * Fixup some comments and add some curly braces in features.c.
........

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

14 years agoSetup IP proto version for call in GK mode
Alexandr Anikin [Tue, 9 Aug 2011 16:36:39 +0000 (16:36 +0000)] 
Setup IP proto version for call in GK mode
Added additional check for IP semantics before parse destination
by ast_parse_args due to it can parse numeric as IP.

 (closes issue ASTERISK-18218)
 Reported by: slesru
 Patch: ASTERISK-18218.patch

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

14 years agoMerged revisions 331146 via svnmerge from
Alexandr Anikin [Tue, 9 Aug 2011 16:16:55 +0000 (16:16 +0000)] 
Merged revisions 331146 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r331146 | may | 2011-08-09 20:13:09 +0400 (Tue, 09 Aug 2011) | 4 lines

  move ast_cond_signal for admitted call after all data filled/freed
  clear all log channels by pointed number not only first
  free allocated callToken in ooh323_answer
........

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

14 years agoMerged revisions 331142 via svnmerge from
Jason Parker [Tue, 9 Aug 2011 15:59:54 +0000 (15:59 +0000)] 
Merged revisions 331142 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r331142 | qwell | 2011-08-09 10:58:16 -0500 (Tue, 09 Aug 2011) | 1 line

  Regenerate asterisk man page from sgml.
........

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

14 years agoMerged revisions 306999 via svnmerge from
Jason Parker [Tue, 9 Aug 2011 15:50:07 +0000 (15:50 +0000)] 
Merged revisions 306999 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r306999 | lathama | 2011-02-08 14:22:35 -0600 (Tue, 08 Feb 2011) | 12 lines

  Documentation Updates

  Note default polling setting in voicemail.conf
  Add missing config to asterisk.conf
  Update manpage

  (issue #16505)
  Reported by: tzafrir
  Patches:
        asterisk_sgml_fixes_demo.diff uploaded by tzafrir (license 46)
  Tested by: lathama, tzafrir
........

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

14 years agoRevert merge of r306999, due to merge conflict.
Jason Parker [Tue, 9 Aug 2011 15:47:20 +0000 (15:47 +0000)] 
Revert merge of r306999, due to merge conflict.

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

14 years agoBump the AMI protocol version to 1.2
Terry Wilson [Mon, 8 Aug 2011 22:59:01 +0000 (22:59 +0000)] 
Bump the AMI protocol version to 1.2

As a result of converting Unlink events that were missed in the AMI
1.1 update to Bridge events, the AMI protocol version is being incremented.

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

14 years agoReplace AMI Unlink events with Bridge events
Terry Wilson [Mon, 8 Aug 2011 21:12:51 +0000 (21:12 +0000)] 
Replace AMI Unlink events with Bridge events

A previous update converted some of the Link and Unlink events to
Bridge events, but a couple of Unlink events were missed. This patch
rectifies the situation.

(closes issue ASTERISK-17455)

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

14 years agoMerged revisions 331038 via svnmerge from
Kinsey Moore [Mon, 8 Aug 2011 20:53:30 +0000 (20:53 +0000)] 
Merged revisions 331038 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r331038 | kmoore | 2011-08-08 15:52:45 -0500 (Mon, 08 Aug 2011) | 11 lines

  In-queue MOH stops after a periodic announcement

  If the seek value is past the end of file when resuming G.722 MOH, MOH will
  cease to function for the duration of the MOH session through all starts and
  stops until saved state is cleared.  Adjusting the code to guarantee a single
  valid read (which is already assumed) fixes the bug.

  (closes issue ASTERISK-18077)
  Review: https://reviewboard.asterisk.org/r/1328/
Tested-by: Jonathan Rose <jrose@digium.com>
........

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

14 years agoThe slin resampler is no longer dependent on an external library, but the dependency...
David Vossel [Fri, 5 Aug 2011 15:53:49 +0000 (15:53 +0000)] 
The slin resampler is no longer dependent on an external library, but the dependency was not removed correctly.

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

14 years agoMerged revisions 330827 via svnmerge from
Alexandr Anikin [Fri, 5 Aug 2011 07:38:28 +0000 (07:38 +0000)] 
Merged revisions 330827 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r330827 | may | 2011-08-04 23:37:16 +0400 (Thu, 04 Aug 2011) | 4 lines

  change gk client behaivour on rrq/grq failures to setup timers
  and next tries after timeout instead of complete failure in the ooh323
  stack
........

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

14 years agoMerged revisions 330843 via svnmerge from
Terry Wilson [Thu, 4 Aug 2011 20:51:23 +0000 (20:51 +0000)] 
Merged revisions 330843 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r330843 | twilson | 2011-08-04 15:29:19 -0500 (Thu, 04 Aug 2011) | 4 lines

  Make libsrtp instructions more explicit when linking fails

  (closes issue ASTERISK-18139)
........

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

14 years agoMerged revisions 330762 via svnmerge from
Kinsey Moore [Wed, 3 Aug 2011 15:15:26 +0000 (15:15 +0000)] 
Merged revisions 330762 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r330762 | kmoore | 2011-08-03 10:14:36 -0500 (Wed, 03 Aug 2011) | 9 lines

  editing files in main/editline does not ensure rebuild of libedit.a

  When editing a source file in main/editline, the build system does not rebuild
  libedit.a and uses the already existing one instead.  Adding a PHONY to
  CHECK_SUBDIR fixes this problem.

  (closes issue ASTERISK-16221)
Patch-by: Walter Doekes
........

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

14 years agoMerged revisions 330705 via svnmerge from
Kinsey Moore [Wed, 3 Aug 2011 13:39:06 +0000 (13:39 +0000)] 
Merged revisions 330705 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r330705 | kmoore | 2011-08-03 08:38:17 -0500 (Wed, 03 Aug 2011) | 10 lines

  Call pickup broken for DAHDI channels when beginning with #

  The call pickup feature did not work on DAHDI devices for anything other than
  feature codes beginning with * since all feature codes in chan_dahdi were
  originally hard-coded to begin with *.  This patch is also applied to
  chan_dahdi.c to fix this bug with radio modes.

  (closes issue AST-621)
  Review: https://reviewboard.asterisk.org/r/1336/
........

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

14 years agoMerged revisions 330648 via svnmerge from
Kevin P. Fleming [Tue, 2 Aug 2011 20:52:44 +0000 (20:52 +0000)] 
Merged revisions 330648 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r330648 | kpfleming | 2011-08-02 15:51:56 -0500 (Tue, 02 Aug 2011) | 2 lines

  Convert an error message to actually be helpful.
........

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

14 years agoMerged revisions 330581 via svnmerge from
David Vossel [Tue, 2 Aug 2011 16:17:59 +0000 (16:17 +0000)] 
Merged revisions 330581 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r330581 | dvossel | 2011-08-02 11:15:08 -0500 (Tue, 02 Aug 2011) | 8 lines

  Fixes crash in chan_iax2.

  Fixes crash in chan_iax2 resulting from an edge case in the
  way control frames are queued during calltoken negotiation is complete.

  (closes issue ASTERISK-17610)
  Reported by: mgrobecker
........

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

14 years agoMerged revisions 330578 via svnmerge from
David Vossel [Tue, 2 Aug 2011 16:08:57 +0000 (16:08 +0000)] 
Merged revisions 330578 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r330578 | dvossel | 2011-08-02 11:07:02 -0500 (Tue, 02 Aug 2011) | 2 lines

  Optimization to buffer initialization fix.
........

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

14 years agoMerged revisions 330575 via svnmerge from
David Vossel [Tue, 2 Aug 2011 15:55:36 +0000 (15:55 +0000)] 
Merged revisions 330575 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r330575 | dvossel | 2011-08-02 10:53:21 -0500 (Tue, 02 Aug 2011) | 5 lines

  Fixes uninitialized string buffer in log message.

  (closes issue ASTERISK-17200)
  Reported by: lmadsen
........

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

14 years agoBlocked revisions 330510 via svnmerge
Jonathan Rose [Mon, 1 Aug 2011 21:21:23 +0000 (21:21 +0000)] 
Blocked revisions 330510 via svnmerge

................
  r330510 | jrose | 2011-08-01 16:20:40 -0500 (Mon, 01 Aug 2011) | 8 lines

  Blocked revisions 330505 via svnmerge

  ........
    r330505 | jrose | 2011-08-01 16:19:47 -0500 (Mon, 01 Aug 2011) | 3 lines

    fixes reference leak pointed out by rmudgett in https://reviewboard.asterisk.org/r/1337/
  ........
................

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

14 years agoBlocked revisions 330491 via svnmerge
Jonathan Rose [Mon, 1 Aug 2011 21:10:35 +0000 (21:10 +0000)] 
Blocked revisions 330491 via svnmerge

................
  r330491 | jrose | 2011-08-01 16:09:15 -0500 (Mon, 01 Aug 2011) | 18 lines

  Blocked revisions 330490 via svnmerge

  ........
    r330490 | jrose | 2011-08-01 16:08:10 -0500 (Mon, 01 Aug 2011) | 12 lines

    Asterisk 18103 - Fix reload crash caused by destroying default parking lot

    Default parking lot was being destroyed in reload and was not being rebuilt properly.
    This patch keeps features.c reload from destroying the default parking lot in 1.6.2.
    Bug was caused by a hasty backport which didn't test reload enough times to catch the
    problem.

    (Closes Issue ASTERISK-18103)
    Reported by: 808blogger

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

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

14 years agoMerged revisions 330433 via svnmerge from
Kinsey Moore [Mon, 1 Aug 2011 15:23:29 +0000 (15:23 +0000)] 
Merged revisions 330433 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r330433 | kmoore | 2011-08-01 10:22:10 -0500 (Mon, 01 Aug 2011) | 9 lines

  Incorrect playback for Spanish in some circumstances

  When you say the time in spanish and it is 01:00 - 01:59 or 13:00 - 13:59 you
  must use female pronunciation "1F". The function "say_date_with_format_es" does
  not take this in account.

  (closes ASTERISK-15016)
Patch-by: Luis Jimenez
........

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

14 years agoMerged revisions 330368 via svnmerge from
Richard Mudgett [Sat, 30 Jul 2011 23:57:56 +0000 (23:57 +0000)] 
Merged revisions 330368 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r330368 | rmudgett | 2011-07-30 18:56:29 -0500 (Sat, 30 Jul 2011) | 4 lines

  Remove some redundant locking code in ast_do_masquerade().

  Also updated some comments.
........

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

14 years agoMerged revisions 330311 via svnmerge from
Gregory Nietsky [Sat, 30 Jul 2011 15:34:41 +0000 (15:34 +0000)] 
Merged revisions 330311 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r330311 | irroot | 2011-07-30 17:25:16 +0200 (Sat, 30 Jul 2011) | 9 lines

  prevent double masqurading channels when one is been hung up and deadlock avoidance is used.

  There is a race condition in ast_do_masquerade / ast_hangup (at least)

  Reported by me signed off by schmidts with input from David Vossel

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

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

14 years agoMerged revisions 330213 via svnmerge from
Sean Bright [Fri, 29 Jul 2011 17:19:42 +0000 (17:19 +0000)] 
Merged revisions 330213 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r330213 | seanbright | 2011-07-29 13:18:56 -0400 (Fri, 29 Jul 2011) | 2 lines

  Correct the check for O_RDONLY.
........

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

14 years agoMerged revisions 330203 via svnmerge from
Sean Bright [Fri, 29 Jul 2011 16:58:40 +0000 (16:58 +0000)] 
Merged revisions 330203 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r330203 | seanbright | 2011-07-29 12:58:08 -0400 (Fri, 29 Jul 2011) | 2 lines

  Only write to wav files that were opened to be written to.
........

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

14 years agoFix typo pointed out on #asterisk
Paul Belanger [Fri, 29 Jul 2011 05:25:18 +0000 (05:25 +0000)] 
Fix typo pointed out on #asterisk

Thanks notten

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

14 years agoMerged revisions 330107 via svnmerge from
Terry Wilson [Thu, 28 Jul 2011 21:44:31 +0000 (21:44 +0000)] 
Merged revisions 330107 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r330107 | twilson | 2011-07-28 16:42:41 -0500 (Thu, 28 Jul 2011) | 2 lines

  Make console colors work for TERM=xterm-256color
........

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

14 years agoMerged revisions 330050 via svnmerge from
Richard Mudgett [Thu, 28 Jul 2011 17:10:37 +0000 (17:10 +0000)] 
Merged revisions 330050 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r330050 | rmudgett | 2011-07-28 12:04:24 -0500 (Thu, 28 Jul 2011) | 22 lines

  Merged revisions 330033 from
  https://origsvn.digium.com/svn/asterisk/be/branches/C.3-bier

  ..........
    r330033 | rmudgett | 2011-07-28 11:26:38 -0500 (Thu, 28 Jul 2011) | 15 lines

    Datacalls with B410P fail.

    Incoming and outgoing call legs of a data call are using different
    formats: a-law, u-law.  When the call is bridged, the media stream is run
    through translation to convert the media formats.  The translation is bad
    for data calls.

    * Make incoming call that does not explicitly specify u-law or a-law use
    the DAHDI channel's default law.  The outgoing call always uses the
    default law from the DAHDI channel.

    (closes issue ABE-2800)
    Patches:
   jira_abe_2800_companding.patch (license #5621) patch uploaded by rmudgett
  ..........
................

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

14 years agoMerged revisions 329994 via svnmerge from
Jason Parker [Thu, 28 Jul 2011 15:45:49 +0000 (15:45 +0000)] 
Merged revisions 329994 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r329994 | qwell | 2011-07-28 10:45:24 -0500 (Thu, 28 Jul 2011) | 6 lines

  Fix a SIP transfer deadlock.

  The locking in this function is very scary.  There are like 6 structs involved.

  (closes issue AST-470)
........

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

14 years agoMerged revisions 329991 via svnmerge from
Matthew Nicholson [Thu, 28 Jul 2011 15:28:21 +0000 (15:28 +0000)] 
Merged revisions 329991 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r329991 | mnicholson | 2011-07-28 10:26:56 -0500 (Thu, 28 Jul 2011) | 6 lines

  check for CONFIG_STATUS_FILE_INVALID when loading the res_fax config file

  Patch by: tzafrir
  Reported by: tzafrir
  (closes issue ASTERISK-18161)
........

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

14 years agoThe default conf-usermenu says that '8' can be used to leave the conference, so
Sean Bright [Thu, 28 Jul 2011 13:03:58 +0000 (13:03 +0000)] 
The default conf-usermenu says that '8' can be used to leave the conference, so
put that in the sample user menu.  '5' is supposed to extend the conference, but
there doesn't appear to be a concept of that in the menu actions.

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

14 years agoCorrect the spelling of 'conference.'
Sean Bright [Thu, 28 Jul 2011 12:43:55 +0000 (12:43 +0000)] 
Correct the spelling of 'conference.'

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

14 years agoMerged revisions 329895 via svnmerge from
Sean Bright [Thu, 28 Jul 2011 11:35:27 +0000 (11:35 +0000)] 
Merged revisions 329895 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r329895 | seanbright | 2011-07-28 07:34:33 -0400 (Thu, 28 Jul 2011) | 2 lines

  Make the output of Externhost in 'sip show settings' more consistent.
........

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

14 years agoBlocked revisions 329782 via svnmerge
Leif Madsen [Wed, 27 Jul 2011 19:27:35 +0000 (19:27 +0000)] 
Blocked revisions 329782 via svnmerge

........
  r329782 | lmadsen | 2011-07-27 14:27:14 -0500 (Wed, 27 Jul 2011) | 1 line

  Change support for ConfBridge() in 1.8 to Extended.
........

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

14 years agoMerged revisions 329767 via svnmerge from
Sean Bright [Wed, 27 Jul 2011 19:18:47 +0000 (19:18 +0000)] 
Merged revisions 329767 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r329767 | seanbright | 2011-07-27 15:17:46 -0400 (Wed, 27 Jul 2011) | 8 lines

  Explicitly sort the module list so that the menuselect lists are sorted.

  (closes issue ASTERISK-18141)
  Reported by: Richard Miller
  Patches:
   sort-order.diff uploaded by seanbright (License #5060)
  Tested by: leifmadsen
........

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

14 years agoMerged revisions 329709 via svnmerge from
Jonathan Rose [Wed, 27 Jul 2011 18:11:07 +0000 (18:11 +0000)] 
Merged revisions 329709 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r329709 | jrose | 2011-07-27 13:10:30 -0500 (Wed, 27 Jul 2011) | 8 lines

  Fix New Zealand indications profile based on http://www.telepermit.co.nz/TNA102.pdf

  (closes issue ASTERISK-16263)
  Reported by: richardf
  Patches:
        nz-indications.patch uploaded by richardf (License #6015)
........

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

14 years agoSort the module list so that 'module show' is alphabetical.
Sean Bright [Wed, 27 Jul 2011 15:25:53 +0000 (15:25 +0000)] 
Sort the module list so that 'module show' is alphabetical.

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

14 years agoMerged revisions 329613 via svnmerge from
Tilghman Lesher [Wed, 27 Jul 2011 04:25:26 +0000 (04:25 +0000)] 
Merged revisions 329613 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r329613 | tilghman | 2011-07-26 23:23:46 -0500 (Tue, 26 Jul 2011) | 6 lines

  Duration and billsec are swapped in high resolution time.

  Closes ASTERISK-18024
  Patches:
   20110726__ASTERISK-18024.diff by Tilghman Lesher (License 5003)
........

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

14 years agoMerged revisions 329529 via svnmerge from
Jonathan Rose [Tue, 26 Jul 2011 14:19:34 +0000 (14:19 +0000)] 
Merged revisions 329529 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r329529 | jrose | 2011-07-26 09:04:55 -0500 (Tue, 26 Jul 2011) | 5 lines

  Changes sound file for prepend "then-press-pound" to "vm-then-pound" which is the same
  prompt, only it turned out "then-press-pound" was part of extra sounds. Also, vm is more
  appropriate anyway.
........

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

14 years agoMerged revisions 329527 via svnmerge from
Jonathan Rose [Tue, 26 Jul 2011 13:52:34 +0000 (13:52 +0000)] 
Merged revisions 329527 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r329527 | jrose | 2011-07-26 08:25:35 -0500 (Tue, 26 Jul 2011) | 17 lines

  Fixes some voicemail forwarding behavior based around prepend mode.

  Formerly, prepend forwarding would have the user record a message with no useful prompt
  and an expectation for the user to push a button on the phone when finished recording.
  If a length of silence was detected instead, the recording would be canceled and the user
  would re-enter the voicemail forwarding menu. Subsequent time-outs in prepend recording
  would also bug out in the sense that they would write over the original message and get
  sent to the recipient regardless of whether they timed out or were accepted. This patch
  fixes this issue and adds a prompt which will be played after a timeout informing the
  user that they needed to press a button. Currently, the sound files that we have are
  somewhat inadquate for this, so after the call we simply have Allison say "Please try
  again. Then press pound." which actually relies on two separate sound files. Just one
  would be more appropriate.

  reporter: Vlad Povorozniuc
  Review: https://reviewboard.asterisk.org/r/1327/
........

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

14 years agoMerged revisions 329471 via svnmerge from
Paul Belanger [Mon, 25 Jul 2011 19:55:33 +0000 (19:55 +0000)] 
Merged revisions 329471 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r329471 | pabelanger | 2011-07-25 15:49:40 -0400 (Mon, 25 Jul 2011) | 2 lines

  Decrease verbose messages to debug, to help clean up CLI.
........

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

14 years agodsp_process was enhanced to work with alaw and ulaw in addition to slin.
Gregory Nietsky [Mon, 25 Jul 2011 14:06:12 +0000 (14:06 +0000)] 
dsp_process was enhanced to work with alaw and ulaw in addition to slin.
noticed that some functions could be refactored here it is.

Reported by: irroot
Tested by: irroot, mnicholson
Review: https://reviewboard.asterisk.org/r/1304/

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

14 years agoRemove lastmsgssent from sip it has not been working since 1.6
Gregory Nietsky [Mon, 25 Jul 2011 13:57:03 +0000 (13:57 +0000)] 
Remove lastmsgssent from sip it has not been working since 1.6
Clean up the return values to be consistant not currently used
Add doxygen returns
MWI Event is sent on Register

(closes issue ASTERISK-17866)
Reported by: one47
Tested by: irroot, mvanbaak
Review: https://reviewboard.asterisk.org/r/1272/

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

14 years agoMake use less redundant loop construct for iterating over hints.
Richard Mudgett [Fri, 22 Jul 2011 21:14:22 +0000 (21:14 +0000)] 
Make use less redundant loop construct for iterating over hints.

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

14 years agoMerged revisions 329299 via svnmerge from
Richard Mudgett [Fri, 22 Jul 2011 20:43:07 +0000 (20:43 +0000)] 
Merged revisions 329299 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r329299 | rmudgett | 2011-07-22 10:44:58 -0500 (Fri, 22 Jul 2011) | 48 lines

  Deadlocks dealing with dialplan hints during reload.

  There are two remaining different deadlocks reported dealing with dialplan
  hints.

  The deadlock in ASTERISK-17666 is caused by invalid locking order in
  ast_remove_hint().  The hints container must be locked before the hint
  object.

  The deadlock in ASTERISK-17760 is caused by a catch-22 situation in
  handle_statechange().  The deadlock is caused by not having the conlock
  before calling the watcher callbacks.  Unfortunately, having that lock
  causes a different deadlock as reported in ASTERISK-16961.

  * Fixed ast_remove_hint() locking order.

  * Made handle_statechange() no longer call the watcher callbacks holding
  any locks that matter.

  * Made hint ao2 destructor do the watcher callbacks for extension
  deactivation to guarantee that they get called.

  * Fixed hint reference leak in ast_add_hint() if the callback container
  constructor failed.

  * Fixed hint reference leak in complete_core_show_hint() for every hint it
  found for CLI tab completion.

  * Adjusted locking in ast_merge_contexts_and_delete() for safety.

  * Added context_merge_lock to prevent ast_merge_contexts_and_delete() and
  handle_statechange() from interfering with each other.

  * Fixed ast_change_hint() not taking into account that the extension is
  used for the hash key.

  (closes issue ASTERISK-17666)
  Reported by: irroot
  Tested by: irroot
  JIRA SWP-3318

  (closes issue ASTERISK-17760)
  Reported by: Byron Clark
  Tested by: irroot
  JIRA SWP-3393

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

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

14 years agos/1.10/10.0/
Russell Bryant [Thu, 21 Jul 2011 20:22:36 +0000 (20:22 +0000)] 
s/1.10/10.0/

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

14 years agoMerged revisions 329203 via svnmerge from
Richard Mudgett [Thu, 21 Jul 2011 18:05:18 +0000 (18:05 +0000)] 
Merged revisions 329203 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r329203 | rmudgett | 2011-07-21 13:04:09 -0500 (Thu, 21 Jul 2011) | 6 lines

  Document parkinglot in chan_dahdi.conf.sample.

  * Document existing feature in chan_dahdi.conf.sample.

  * Remove some dead code related to the parkinglot option.
........

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

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

........
  r329199 | rmudgett | 2011-07-21 12:30:57 -0500 (Thu, 21 Jul 2011) | 17 lines

  Update PickupChan documentation.

  The PickupChan uses the ampersand as the argument separator.
  Was documented as:
  PickupChan(channel[,channel2[,...][,options]])

  Fixed documentation to:
  PickupChan(Technology/Resource[&Technology2/Resource2[&...]][,options])

  This is a continuation of ASTERISK-17494 for v1.8 and later.

  (closes issue ASTERISK-18144)
  Reported by: Erik Smith
  Patches:
        pickupchan_ducumentation-v2.patch (License #6263) patch uploaded by Erik Smith
  Tested by: Erik Smith
........

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

14 years agoFix version number in UPGRADE.txt.
Jason Parker [Thu, 21 Jul 2011 17:27:22 +0000 (17:27 +0000)] 
Fix version number in UPGRADE.txt.

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

14 years agoMerged revisions 329144 via svnmerge from
Richard Mudgett [Thu, 21 Jul 2011 16:52:17 +0000 (16:52 +0000)] 
Merged revisions 329144 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r329144 | rmudgett | 2011-07-21 11:46:21 -0500 (Thu, 21 Jul 2011) | 9 lines

  Dialplan bridge() app mutex 'current_dest_chan' freed more times than we've locked!

  This appears to be a leftover from when ast_channel was converted to ao2
  objects.

  Simply removed the extraneous unlock.

  (closes issue ASTERISK-17772)
........

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

14 years agoChange Asterisk 2.0 to 2.0 in binary
Russell Bryant [Thu, 21 Jul 2011 16:04:08 +0000 (16:04 +0000)] 
Change Asterisk 2.0 to 2.0 in binary

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

14 years agoMerged revisions 329027 via svnmerge from
Paul Belanger [Wed, 20 Jul 2011 21:27:50 +0000 (21:27 +0000)] 
Merged revisions 329027 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r329027 | pabelanger | 2011-07-20 17:20:36 -0400 (Wed, 20 Jul 2011) | 2 lines

  Asterisk now requires libpri 1.4.11+ for PRI support.
........

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

14 years agoMerged revisions 328987 via svnmerge from
Terry Wilson [Wed, 20 Jul 2011 20:18:25 +0000 (20:18 +0000)] 
Merged revisions 328987 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r328987 | twilson | 2011-07-20 15:16:58 -0500 (Wed, 20 Jul 2011) | 5 lines

  We can't guarantee an eth0 is present

  FreeBSD test fails on this case presumably because there is no eth0 on the test
  machine. Better to just remove this test for now.
........

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

14 years agoMerged revisions 328935 via svnmerge from
Kinsey Moore [Wed, 20 Jul 2011 19:01:37 +0000 (19:01 +0000)] 
Merged revisions 328935 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r328935 | kmoore | 2011-07-20 14:00:23 -0500 (Wed, 20 Jul 2011) | 8 lines

  Inband DTMF regression

  The functionality of inband DTMF in chan_sip relied upon
  ast_rtp_instance_dtmf_mode_get/set not working properly to avoid calling
  ast_rtp_instance_dtmf_begin/end on RTP streams with inband DTMF. According to
  documentation, ast_rtp_instance_dtmf_begin/end is meant only for RFC2833 DTMF,
  never inband.  This fixes the regression introduced in revision 328823.
........

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

14 years agoMerged revisions 328878 via svnmerge from
Kevin P. Fleming [Tue, 19 Jul 2011 21:31:16 +0000 (21:31 +0000)] 
Merged revisions 328878 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r328878 | kpfleming | 2011-07-19 16:29:07 -0500 (Tue, 19 Jul 2011) | 17 lines

  Revert partial attempt at handling pathnames with spaces.

  Revision 299794 attempted to improve the build system to be able to handle
  pathnames (primarily DESTDIR) with spaces in them, since this is common on
  some platforms (including Mac OSX). Unfortunately, the changes were incomplete
  and did not actually provide the desired behavior, and as a side effect the
  functionality that ensured that stale headers in the Asterisk 'include' directory
  were removed got broken. In addition, the check for stale (and possibly
  incompatible) modules in the Asterisk 'modules' directory also got broken, and
  would never report any stale modules. Users upgrading to this version or later
  versions would then see unexpected module load errors.

  Since there are few users who actually want to install Asterisk into paths
  that contain spaces, and a proper fix for the build system would take many hours,
  the best solution for now is to just revert the partial solution.
........

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

14 years agoFix mistaken version number
Terry Wilson [Tue, 19 Jul 2011 21:14:59 +0000 (21:14 +0000)] 
Fix mistaken version number

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

14 years agoMerged revisions 328823 via svnmerge from
Kinsey Moore [Tue, 19 Jul 2011 18:05:21 +0000 (18:05 +0000)] 
Merged revisions 328823 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r328823 | kmoore | 2011-07-19 12:57:18 -0500 (Tue, 19 Jul 2011) | 11 lines

  RTP bridge away with inband DTMF and feature detection

  When deciding whether Asterisk was allowed to bridge the call away from the
  core, chan_sip did not take into account the usage of features on dialed
  channels that require monitoring of DTMF on channels utilizing inband DTMF.
  This would cause Asterisk to allow the call to be locally or remotely bridged,
  preventing access to the data required to detect activations of such features.

  (closes 17237)
  Review: https://reviewboard.asterisk.org/r/1302/
........

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

14 years agoMerged revisions 328770 via svnmerge from
Kinsey Moore [Tue, 19 Jul 2011 15:46:54 +0000 (15:46 +0000)] 
Merged revisions 328770 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r328770 | kmoore | 2011-07-19 10:43:32 -0500 (Tue, 19 Jul 2011) | 11 lines

  MeetMe requests a PIN twice in some circumstances

  If a call to MeetMe includes both the dynamic(D) and always request PIN(P)
  options, MeetMe will ask for the PIN two times: once for creating the
  conference and once for entering the conference.  This behavior was introduced
  in rev 311616 when adding the CONFFLAG_ALWAYSPROMPT option to the logic branch
  controlling PIN entry for joining a conference.

  (closes AST-601)
  Review: https://reviewboard.asterisk.org/r/1305/
........

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

14 years agoMerged revisions 328716 via svnmerge from
Terry Wilson [Tue, 19 Jul 2011 01:55:32 +0000 (01:55 +0000)] 
Merged revisions 328716 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r328716 | twilson | 2011-07-18 20:35:53 -0500 (Mon, 18 Jul 2011) | 7 lines

  Make AST_LIST_REMOVE safer

  AST_LIST_REMOVE shouldn't modify the element passed in if it isn't found. This
  commit also adds linked list unit tests.

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

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

14 years agoMerged revisions 328663 via svnmerge from
Mark Murawki [Mon, 18 Jul 2011 20:50:13 +0000 (20:50 +0000)] 
Merged revisions 328663 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r328663 | markm | 2011-07-18 16:47:04 -0400 (Mon, 18 Jul 2011) | 9 lines

  app_dial may double free a channel datastore

  When starting a call with originate, and having the callee channel run Bridge() on pickup, we will double free the dialed_interface_info datastore, causing a crash.  Make sure to check if the datastore still exists before trying to free it.

  (closes issue ASTERISK-17917)
  Reported by: Mark Murawski
  Tested by: Mark Murawski
........

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

14 years agoMerged revisions 328608 via svnmerge from
Mark Murawki [Mon, 18 Jul 2011 12:56:49 +0000 (12:56 +0000)] 
Merged revisions 328608 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r328608 | markm | 2011-07-18 08:35:57 -0400 (Mon, 18 Jul 2011) | 9 lines

  If the sip private structure is null, sip_setoption() will defref the null pointer and crash.

  Ideally, sip_setoption shouldn't be called if there is a lack of a sip private structure.  But this will fix a crash.

  (closes issue ASTERISK-17909)
  Reported by: Mark Murawski
  Tested by: Mark Murawski
........

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

14 years agoMerged revisions 328593 via svnmerge from
Mark Murawki [Mon, 18 Jul 2011 12:37:53 +0000 (12:37 +0000)] 
Merged revisions 328593 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r328593 | markm | 2011-07-18 08:06:50 -0400 (Mon, 18 Jul 2011) | 8 lines

  Fixed invalid read and null pointer deref on asterisk shutdown.

  In some cases when starting asterisk with -c and hitting control-c to shutdown, there will be an invalid read and null pointer deref causing a crash.

  (closes issue ASTERISK-17927)
  Reported by: Mark Murawski
  Tested by: Mark Murawski, Kinsey Moore, Tilghman Lesher
........

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

14 years agoMerged revisions 328540 via svnmerge from
Tilghman Lesher [Mon, 18 Jul 2011 07:11:26 +0000 (07:11 +0000)] 
Merged revisions 328540 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r328540 | tilghman | 2011-07-18 02:10:15 -0500 (Mon, 18 Jul 2011) | 2 lines

  Typo
........

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

14 years agoBuild app_macro by default because things depend on it.
Leif Madsen [Fri, 15 Jul 2011 21:17:25 +0000 (21:17 +0000)] 
Build app_macro by default because things depend on it.

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

14 years agoUpdate UPGRADE.txt and CHANGES files.
Leif Madsen [Fri, 15 Jul 2011 20:57:15 +0000 (20:57 +0000)] 
Update UPGRADE.txt and CHANGES files.
Update documentation files stating that deprecated modules are no longer built by default.

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

14 years agoBlocked revisions 328446 via svnmerge
Leif Madsen [Fri, 15 Jul 2011 20:48:05 +0000 (20:48 +0000)] 
Blocked revisions 328446 via svnmerge

........
  r328446 | lmadsen | 2011-07-15 16:41:12 -0400 (Fri, 15 Jul 2011) | 1 line

  Revert changes to defaultenabled state for modules in Asterisk 1.8
........

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

14 years agoAdd SLA to skinny.
Damien Wedhorn [Fri, 15 Jul 2011 20:27:43 +0000 (20:27 +0000)] 
Add SLA to skinny.

Adds sublines to skinny lines. Each subline can be attached to an
SLA station/trunk combo. Includes the following functionality:

Callid is persistent for both in/out calls on all skinny devices.
Can join, hold, resume.
All sublines appear under a single line button.

See: https://wiki.asterisk.org/wiki/display/~wedhorn/Skinny+SLA for doc.

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

14 years agodelete unproperly changed svn props
Alexandr Anikin [Fri, 15 Jul 2011 19:35:50 +0000 (19:35 +0000)] 
delete unproperly changed svn props

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

14 years agoMerged revisions 328427 via svnmerge from
Alexandr Anikin [Fri, 15 Jul 2011 19:31:09 +0000 (19:31 +0000)] 
Merged revisions 328427 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r328427 | may | 2011-07-15 23:22:24 +0400 (Fri, 15 Jul 2011) | 7 lines

  small gk processing fixes:
  - decrease for 1 second registration ttl for very low expirations (some
    providers expire few earlier than TTL)
  - delete rrq and registration expire timers on URQ received as we make
    new registration.
........

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

14 years agoMake hint watcher callback take const strings for context and exten parameters.
Richard Mudgett [Fri, 15 Jul 2011 00:19:32 +0000 (00:19 +0000)] 
Make hint watcher callback take const strings for context and exten parameters.

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

14 years agoMerged revisions 328302 via svnmerge from
Richard Mudgett [Thu, 14 Jul 2011 23:28:49 +0000 (23:28 +0000)] 
Merged revisions 328302 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r328302 | rmudgett | 2011-07-14 18:12:06 -0500 (Thu, 14 Jul 2011) | 6 lines

  Missing SIP pvt and channel unlock in sip_set_rtp_peer().

  Regression introduced by -r326144.

  Add missing SIP pvt and channel unlock in sip_set_rtp_peer().
........

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

14 years agoMerged revisions 328209 via svnmerge from
Leif Madsen [Thu, 14 Jul 2011 20:25:31 +0000 (20:25 +0000)] 
Merged revisions 328209 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r328209 | lmadsen | 2011-07-14 16:13:06 -0400 (Thu, 14 Jul 2011) | 6 lines

  Introduce <support_level> tags in MODULEINFO.
  This change introduces MODULEINFO into many modules in Asterisk in order to show
  the community support level for those modules. This is used by changes committed
  to menuselect by Russell Bryant recently (r917 in menuselect). More information about
  the support level types and what they mean is available on the wiki at
  https://wiki.asterisk.org/wiki/display/AST/Asterisk+Module+Support+States
........

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