Commit Graph

18151 Commits

Author SHA1 Message Date
Russell Bryant
6fa0b80d01 Merged revisions 203960 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r203960 | russell | 2009-06-27 04:51:45 -0500 (Sat, 27 Jun 2009) | 2 lines
  
  Minor tweaks and spelling fixes for CHANGES and UPGRADE.txt.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203961 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-27 09:55:54 +00:00
Richard Mudgett
fb7229c56f Merged revisions 203909 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r203909 | rmudgett | 2009-06-26 20:07:52 -0500 (Fri, 26 Jun 2009) | 23 lines
  
  Merged revisions 203908 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r203908 | rmudgett | 2009-06-26 19:55:12 -0500 (Fri, 26 Jun 2009) | 16 lines
    
    The ISDN CPE side should not exclusively pick B channels normally.
    
    Before this patch, Asterisk unconditionally picked B channels exclusively
    on the CPE side and normally allowed alternative B channels on the network
    side.  Now Asterisk does the opposite.
    
    Reasons for the CPE side to normally not pick B channels exclusively:
    *  For CPE point-to-multipoint mode (i.e. phone side), the CPE side does
    not have enough information to exclusively pick B channels.  (There may be
    other devices on the line.)
    *  Q.931 gives preference to the network side picking B channels.
    *  Some telcos require the CPE side to not pick B channels exclusively.
    
    (closes issue #14383)
    Reported by: mbrancaleoni
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203941 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-27 01:24:38 +00:00
Jeff Peeler
02b001519b Merged revisions 203853 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r203853 | jpeeler | 2009-06-26 17:11:31 -0500 (Fri, 26 Jun 2009) | 12 lines
  
  Merged revisions 203848 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r203848 | jpeeler | 2009-06-26 17:09:19 -0500 (Fri, 26 Jun 2009) | 5 lines
    
    Make sure to recreate the dahdi pseudo channel after dahdi restart
    
    (closes issue #14477)
    Reported by: timking
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203857 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-26 22:14:02 +00:00
Sean Bright
4a475d8dc8 Blocked revisions 203846 via svnmerge
........
  r203846 | seanbright | 2009-06-26 18:08:05 -0400 (Fri, 26 Jun 2009) | 14 lines
  
  Add a new module, cdr_syslog, which allows writing CDRs to syslog.
  
  The original patch for this was written by Brett Bryant, and I split it out into
  it's own module.
  
  (closes issue #12876)
  Reported by: bbryant
  Patches:
        06162008_cdr_custom_syslog.diff uploaded by bbryant (license 36)
        05212009_cdr_syslog.patch uploaded by seanbright (license 71)
  Tested by: seanbright
  
  Review: https://reviewboard.asterisk.org/r/297/
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203854 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-26 22:11:46 +00:00
Russell Bryant
756a2d672a Blocked revisions 203842 via svnmerge
........
  r203842 | russell | 2009-06-26 16:48:41 -0500 (Fri, 26 Jun 2009) | 7 lines
  
  Add 's' option to ChanSpy, which makes the app exit when no channels are left to spy on.
  
  (closes issue #14594)
  Reported by: JimDickenson
  Patches:
        chanspy.diff uploaded by JimDickenson (license 710)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203843 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-26 21:49:03 +00:00
Russell Bryant
d548c0216f Merged revisions 203802 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r203802 | russell | 2009-06-26 16:21:48 -0500 (Fri, 26 Jun 2009) | 22 lines
  
  Merged revisions 203785 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r203785 | russell | 2009-06-26 16:16:39 -0500 (Fri, 26 Jun 2009) | 15 lines
    
    Don't fast forward past the end of a message.
    
    This is nice change for users of the voicemail application.  If someone gets a
    little carried away with fast forwarding through a message, they can easily
    get to the end and accidentally exit the voicemail application by hitting the
    fast forward key during the following prompt.
    
    This adds some safety by not allowing a fast forward past the end of a message.
    
    (closes issue #14554)
    Reported by: lacoursj
    Patches:
          21761.patch uploaded by lacoursj (license 707)
    Tested by: lacoursj
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203828 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-26 21:27:53 +00:00
Mark Michelson
9a49a4c3ce Blocked revisions 203783 via svnmerge
........
  r203783 | mmichelson | 2009-06-26 15:52:19 -0500 (Fri, 26 Jun 2009) | 8 lines
  
  Add timestamp to response to "Ping" manager action.
  
  (closes issue #14596)
  Reported by: JimDickenson
  Patches:
        pong2.diff uploaded by JimDickenson (license 710)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203784 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-26 20:53:50 +00:00
Russell Bryant
679544f8dd Merged revisions 203779 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r203779 | russell | 2009-06-26 15:45:00 -0500 (Fri, 26 Jun 2009) | 5 lines
  
  Ensure the TCP read buffer is fully initialized before handling each packet.
  
  (closes issue #14452)
  Reported by: umberto71
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203782 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-26 20:50:20 +00:00
Joshua Colp
430e366367 Blocked revisions 203735 via svnmerge
........
  r203735 | file | 2009-06-26 17:19:49 -0300 (Fri, 26 Jun 2009) | 6 lines
  
  Fix the 'nat' option to actually do RFC3581 as expected and extend the configurable values for finer control.
  
  (closes issue #8855)
  Reported by: mikma
  Tested by: klaus3000, file
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203741 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-26 20:21:00 +00:00
David Brooks
6653490743 Merged revisions 203721 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r203721 | dbrooks | 2009-06-26 15:13:51 -0500 (Fri, 26 Jun 2009) | 16 lines
  
  Fixing voicemail's error in checking max silence vs min message length
  
  Max silence was represented in milliseconds, yet vmminsecs (minmessage) was represented
  as seconds.
  
  Also, the inequality was reversed. The warning, if triggered, was "Max silence should 
  be less than minmessage or you may get empty messages", which should have been logged 
  if max silence was greater than minmessage, but the check was for less than.
  
  Also, conforming if statement to coding guidelines.
  
  closes issue #15331)
  Reported by: markd
  
  Review: https://reviewboard.asterisk.org/r/293/
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203731 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-26 20:18:47 +00:00
Russell Bryant
e3e62b491b Merged revisions 203702 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r203702 | russell | 2009-06-26 14:31:14 -0500 (Fri, 26 Jun 2009) | 5 lines
  
  Make invalid hints report Unavailable instead of Idle.
  
  (closes issue #14413)
  Reported by: pj
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203715 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-26 19:49:28 +00:00
David Vossel
576540abec Merged revisions 203710 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r203710 | dvossel | 2009-06-26 14:47:11 -0500 (Fri, 26 Jun 2009) | 7 lines
  
  moving debug message from level 0 to 1.
  
  (closes issue #15404)
  Reported by: leobrown
  Patches:
        iax_codec_debug.patch uploaded by leobrown (license 541)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203712 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-26 19:48:04 +00:00
Jeff Peeler
c33b1aa707 Merged revisions 203672 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r203672 | jpeeler | 2009-06-26 14:03:25 -0500 (Fri, 26 Jun 2009) | 16 lines
  
  Check if polarityonanswerdelay has elapsed before setting a channel as answered
  after a polarity reversal.
  
  Previously on a polarity switch event chan_dahdi would set the channel
  immediately as answered. This would cause problems if a polarity reversal
  occurred when the line was picked up as the dial would not have yet occurred. 
  Now if the polarity reversal occurs before delay has elapsed after coming off
  hook or an answer, it is ignored. Also, some refactoring was done in
  _handle_event.
  
  (closes issue #13917)
  Reported by: alecdavis
  Patches:
        chan_dahdi.bug13917.feb09.diff2.txt uploaded by alecdavis (license 585)
  Tested by: alecdavis
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203709 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-26 19:42:51 +00:00
Joshua Colp
45d9ad47ca Merged revisions 203699 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r203699 | file | 2009-06-26 16:27:24 -0300 (Fri, 26 Jun 2009) | 2 lines
  
  Improve T.38 negotiation by exchanging session parameters between application and channel.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203705 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-26 19:38:10 +00:00
Russell Bryant
93cefa071c Blocked revisions 203638,203640 via svnmerge
........
  r203638 | russell | 2009-06-26 10:28:53 -0500 (Fri, 26 Jun 2009) | 14 lines
  
  Merge the new Channel Event Logging (CEL) subsystem.
  
  CEL is the new system for logging channel events.  This was inspired after
  facing many problems trying to represent what is possible to happen to a call
  in Asterisk using CDR records.  For more information on CEL, see the built in
  HTML or PDF documentation generated from the files in doc/tex/.
  
  Many thanks to Steve Murphy (murf) and Brian Degenhardt (bmd) for their hard
  work developing this code.  Also, thanks to Matt Nicholson (mnicholson) and
  Sean Bright (seanbright) for their assistance in the final push to get this
  code ready for Asterisk trunk.
  
  Review: https://reviewboard.asterisk.org/r/239/
........
  r203640 | russell | 2009-06-26 10:42:26 -0500 (Fri, 26 Jun 2009) | 2 lines
  
  Note a new API call, and one that changed in doxygen.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203641 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-26 15:45:24 +00:00
Sean Bright
b3e3fa531c Blocked revisions 203605 via svnmerge
........
  r203605 | seanbright | 2009-06-26 09:00:35 -0400 (Fri, 26 Jun 2009) | 5 lines
  
  Add functions to map syslog facilities and priorities constants to strings.
  
  Also change the default casing of the string contants to lowercase.  This really
  just saves us from have to lowercase them later when displaying them.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203608 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-26 13:17:29 +00:00
Sean Bright
577af409e4 Blocked revisions 203569 via svnmerge
........
  r203569 | seanbright | 2009-06-25 23:06:06 -0400 (Thu, 25 Jun 2009) | 2 lines
  
  Add checks in configure for non-POSIX syslog facilities.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203570 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-26 03:07:02 +00:00
Russell Bryant
b33146ade9 Blocked revisions 203534 via svnmerge
........
  r203534 | russell | 2009-06-25 19:23:55 -0500 (Thu, 25 Jun 2009) | 2 lines
  
  One more formatting nit ... use spaces for inline indentation.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203535 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-26 00:24:08 +00:00
Russell Bryant
3722f64e38 Blocked revisions 203525 via svnmerge
........
  r203525 | russell | 2009-06-25 19:21:09 -0500 (Thu, 25 Jun 2009) | 2 lines
  
  Convert spaces to tabs for indentation.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203527 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-26 00:21:26 +00:00
Sean Bright
f3f190699c Blocked revisions 203508 via svnmerge
........
  r203508 | seanbright | 2009-06-25 19:54:03 -0400 (Thu, 25 Jun 2009) | 5 lines
  
  Move syslog utility functions into a separate file so they can be re-used.
  
  This has the pleasant side effect of cleaning up the header inclusion process
  in logger.c.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203509 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-25 23:54:44 +00:00
Jeff Peeler
99d1d79e1e Blocked revisions 203479 via svnmerge
........
  r203479 | jpeeler | 2009-06-25 17:48:33 -0500 (Thu, 25 Jun 2009) | 1 line
  
  make sure chan_dahdi compiles with only libss7 and not libpri installed
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203481 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-25 22:49:58 +00:00
David Vossel
d0364d0a48 Merged revisions 203444 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r203444 | dvossel | 2009-06-25 16:45:32 -0500 (Thu, 25 Jun 2009) | 4 lines
  
  fixes a few redundant conditions
  
  (issue #15269)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203445 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-25 21:46:14 +00:00
Jeff Peeler
9fc5eeecc7 Blocked revisions 203402 via svnmerge
........
  r203402 | jpeeler | 2009-06-25 16:22:12 -0500 (Thu, 25 Jun 2009) | 2 lines
  
  Remove some unnecessary code and update sample config file with respect to GR-303.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203410 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-25 21:23:27 +00:00
Terry Wilson
91016716b3 Merged revisions 203381 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r203381 | twilson | 2009-06-25 16:15:11 -0500 (Thu, 25 Jun 2009) | 11 lines
  
  Merged revisions 203380 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r203380 | twilson | 2009-06-25 16:13:10 -0500 (Thu, 25 Jun 2009) | 4 lines
    
    I didn't see that Mark already fixed the underlying issue!
    
    Yay for removing useless code.
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203400 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-25 21:21:43 +00:00
Russell Bryant
0b68700133 Merged revisions 203376 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r203376 | russell | 2009-06-25 16:04:55 -0500 (Thu, 25 Jun 2009) | 16 lines
  
  Merged revisions 203375 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r203375 | russell | 2009-06-25 16:02:18 -0500 (Thu, 25 Jun 2009) | 9 lines
    
    Fix a case where CDR answer time could be before the start time involving parking.
    
    (closes issue #13794)
    Reported by: davidw
    Patches:
          13794.patch uploaded by murf (license 17)
          13794.patch.160 uploaded by murf (license 17)
    Tested by: murf, dbrooks
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203379 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-25 21:08:49 +00:00
Terry Wilson
952be9a1d0 Blocked revisions 203338 via svnmerge
................
  r203338 | twilson | 2009-06-25 15:25:39 -0500 (Thu, 25 Jun 2009) | 9 lines
  
  Merged revisions 203311 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r203311 | twilson | 2009-06-25 15:09:15 -0500 (Thu, 25 Jun 2009) | 2 lines
    
    Don't try to free NULL
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203362 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-25 20:31:48 +00:00
Jeff Peeler
5429dc5da6 Blocked revisions 203304 via svnmerge
........
  r203304 | jpeeler | 2009-06-25 14:54:12 -0500 (Thu, 25 Jun 2009) | 6 lines
  
  New signaling module to handle PRI/BRI operations in chan_dahdi
  
  This merge splits the PRI/BRI signaling logic out of chan_dahdi.c into
  sig_pri.c. Functionality in theory should not change (mostly). A few trivial
  changes were made in sig_analog with verbose messages and commenting.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203307 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-25 19:56:22 +00:00
Jason Parker
a87390de51 Merged revisions 203258 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r203258 | qwell | 2009-06-25 14:22:46 -0500 (Thu, 25 Jun 2009) | 10 lines
  
  Unmute when we get a dtmfup (we muted on dtmfdown) event.
  
  This would occasionally cause one-way audio when using hardware DTMF detection.
  
  (closes issue #14761)
  Reported by: tzafrir
  Patches:
        v1-14761.patch uploaded by dimas (license 88)
  Tested by: tzafrir, dimas
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203276 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-25 19:27:09 +00:00
Mark Michelson
bb4df696ac Blocked revisions 203231 via svnmerge
................
  r203231 | mmichelson | 2009-06-25 13:53:12 -0500 (Thu, 25 Jun 2009) | 8 lines
  
  Blocked revisions 203230 via svnmerge
  
  ........
    r203230 | mmichelson | 2009-06-25 13:52:22 -0500 (Thu, 25 Jun 2009) | 3 lines
    
    Prevent false positives when freeing a NULL pointer with MALLOC_DEBUG enabled.
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203234 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-25 18:55:33 +00:00
Joshua Colp
9908c222e8 Blocked revisions 203227 via svnmerge
........
  r203227 | file | 2009-06-25 15:25:24 -0300 (Thu, 25 Jun 2009) | 7 lines
  
  Add support for multicast RTP paging.
  
  (closes issue #11797)
  Reported by: macbrody
  
  Review: https://reviewboard.asterisk.org/r/270/
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203228 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-25 18:26:22 +00:00
Sean Bright
cbd07bdfb8 Blocked revisions 203188 via svnmerge
........
  r203188 | seanbright | 2009-06-25 13:01:32 -0400 (Thu, 25 Jun 2009) | 2 lines
  
  Pass a logmsg to ast_log_vsyslog instead of separate arguments.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203189 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-25 17:02:11 +00:00
Russell Bryant
b3e3e5add6 Merged revisions 203116 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r203116 | russell | 2009-06-25 11:04:10 -0500 (Thu, 25 Jun 2009) | 18 lines
  
  Merged revisions 203115 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r203115 | russell | 2009-06-25 11:02:16 -0500 (Thu, 25 Jun 2009) | 11 lines
    
    Resolve a crash related to a T.38 reinvite race condition.
    
    This change resolves a crash observed locally during some T.38 testing.
    A call was set up using a call file, and when the T.38 reinvite came in,
    the channel state was still AST_STATE_DOWN.  The reason is explained by
    a comment in the code that previously lived in the handling of
    AST_STATE_RINGING.  This change modifies the logic to handle the same
    race condition for any channel state that is not UP.
    
    (closes ABE-1895)
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203119 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-25 16:08:18 +00:00
Richard Mudgett
70d80ebe62 Merged revisions 203037 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r203037 | rmudgett | 2009-06-24 16:08:55 -0500 (Wed, 24 Jun 2009) | 15 lines
  
  Merged revisions 203036 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r203036 | rmudgett | 2009-06-24 16:01:43 -0500 (Wed, 24 Jun 2009) | 8 lines
    
    Improved chan_dahdi.conf pritimer error checking.
    
    Valid format is: pritimer=timer_name,timer_value
    
    *  Fixed segfault if the ',' is missing.
    *  Completely check the range returned by pri_timer2idx() to prevent
    possible access outside array bounds.
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@203077 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-24 21:27:22 +00:00
Mark Michelson
f3ecab7e23 Merged revisions 202967 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r202967 | mmichelson | 2009-06-24 13:29:10 -0500 (Wed, 24 Jun 2009) | 9 lines
  
  Merged revisions 202966 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r202966 | mmichelson | 2009-06-24 13:28:47 -0500 (Wed, 24 Jun 2009) | 3 lines
    
    Use the handy UNLINK macro instead of hand-coding the same thing in-line.
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@202970 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-24 18:30:33 +00:00
Joshua Colp
d38b7fad08 Merged revisions 202925 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r202925 | file | 2009-06-24 15:08:17 -0300 (Wed, 24 Jun 2009) | 2 lines
  
  Ensure the default settings are applied for T.38 when we set it up for a peer.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@202928 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-24 18:11:07 +00:00
Sean Bright
8382d982cb Blocked revisions 202889 via svnmerge
........
  r202889 | seanbright | 2009-06-24 09:53:49 -0400 (Wed, 24 Jun 2009) | 2 lines
  
  Ignore some files generated when asterisk.pdf is created.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@202890 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-24 13:54:08 +00:00
Sean Bright
6a0dfeb787 Blocked revisions 202887 via svnmerge
........
  r202887 | seanbright | 2009-06-24 09:47:55 -0400 (Wed, 24 Jun 2009) | 8 lines
  
  Update sample cdr_tds configuration to try and eliminate some confusion.
  
  Also change the preferred configuration option from 'hostname' (which was
  misleading because it didn't actually treat the value as a hostname) to
  'connection' and added some verbage explaining that the user would need to
  refer to their freetds.conf file for those settings.  'hostname' was kept
  as a backwards compatible configuration parameter.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@202888 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-24 13:49:08 +00:00
Sean Bright
71629184f7 Merged revisions 202840-202841 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r202840 | seanbright | 2009-06-23 19:53:45 -0400 (Tue, 23 Jun 2009) | 1 line
  
  Remove some trailing whitespace before making content changes.
........
  r202841 | seanbright | 2009-06-23 19:57:07 -0400 (Tue, 23 Jun 2009) | 1 line
  
  Change some section names in the CDR tex documentation.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@202842 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-23 23:58:26 +00:00
Russell Bryant
8b582b7c30 Merged revisions 202804 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r202804 | russell | 2009-06-23 17:47:26 -0500 (Tue, 23 Jun 2009) | 2 lines
  
  Clean up section hierarchy for the CDR chapter.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@202805 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-23 22:47:48 +00:00
Matthew Fredrickson
3e72718214 Merged revisions 202761 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r202761 | mattf | 2009-06-23 17:08:43 -0500 (Tue, 23 Jun 2009) | 1 line

I could have sworn I committed this patch ages ago, but... bug fix with setting NAI properly on linksets in certain situations.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@202765 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-23 22:12:51 +00:00
David Vossel
4d2ea53785 Merged revisions 202672 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r202672 | dvossel | 2009-06-23 11:31:30 -0500 (Tue, 23 Jun 2009) | 18 lines
  
  Merged revisions 202671 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r202671 | dvossel | 2009-06-23 11:28:46 -0500 (Tue, 23 Jun 2009) | 12 lines
    
    MWI NOTIFY contains a wrong URI if Asterisk listens to non-standard port and transport
    
    (closes issue #14659)
    Reported by: klaus3000
    Patches:
          patch_chan_sip_fixMWIuri_1.4.txt uploaded by klaus3000 (license 65)
          mwi_port-transport_trunk.diff uploaded by dvossel (license 671)
    Tested by: dvossel, klaus3000
    
    Review: https://reviewboard.asterisk.org/r/288/
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@202673 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-23 16:33:18 +00:00
Mark Michelson
fc42d055fe Blocked revisions 202603 via svnmerge
................
  r202603 | mmichelson | 2009-06-23 10:23:00 -0500 (Tue, 23 Jun 2009) | 8 lines
  
  Blocked revisions 202601 via svnmerge
  
  ........
    r202601 | mmichelson | 2009-06-23 10:22:35 -0500 (Tue, 23 Jun 2009) | 3 lines
    
    Fix more memory leaks that may result if rtp is not successfully allocated.
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@202617 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-23 15:25:52 +00:00
Mark Michelson
55b26b6428 Blocked revisions 202574 via svnmerge
................
  r202574 | mmichelson | 2009-06-23 10:11:47 -0500 (Tue, 23 Jun 2009) | 8 lines
  
  Blocked revisions 202572 via svnmerge
  
  ........
    r202572 | mmichelson | 2009-06-23 10:08:27 -0500 (Tue, 23 Jun 2009) | 3 lines
    
    Fix potential memory leak in chan_sip when video rtp is not allocated properly.
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@202584 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-23 15:18:17 +00:00
Russell Bryant
b58fe041ae Blocked revisions 202570 via svnmerge
........
  r202570 | russell | 2009-06-23 09:54:21 -0500 (Tue, 23 Jun 2009) | 7 lines
  
  Ignore voicemail messages that are just silence.
  
  (closes issue #2264)
  Reported by: pfn
  Patches:
        silent-vm-1.6.2.txt uploaded by pfn (license 810)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@202571 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-23 14:54:48 +00:00
Russell Bryant
7dcb806360 Merged revisions 202497 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r202497 | russell | 2009-06-22 15:11:04 -0500 (Mon, 22 Jun 2009) | 11 lines
  
  Merged revisions 202496 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r202496 | russell | 2009-06-22 15:08:53 -0500 (Mon, 22 Jun 2009) | 4 lines
    
    Report CallerID change during a masquerade.
    
    Reported by: markster
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@202511 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-22 20:19:57 +00:00
Russell Bryant
3702b9625d Merged revisions 202415 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r202415 | russell | 2009-06-22 11:05:08 -0500 (Mon, 22 Jun 2009) | 9 lines
  
  Merged revisions 202414 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r202414 | russell | 2009-06-22 11:00:00 -0500 (Mon, 22 Jun 2009) | 2 lines
    
    Make Polycom subscription type override check more explicit.
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@202495 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-22 20:01:50 +00:00
Sean Bright
b2a1c9bf51 Merged revisions 202417 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r202417 | seanbright | 2009-06-22 12:09:50 -0400 (Mon, 22 Jun 2009) | 4 lines
  
  Fix lock usage in cdr_sqlite3_custom to avoid potential crashes during reload.
  
  Pointed out by Russell while working on the CEL branch.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@202473 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-22 16:31:05 +00:00
David Vossel
824737f6d7 Merged revisions 202410 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r202410 | dvossel | 2009-06-22 10:33:35 -0500 (Mon, 22 Jun 2009) | 5 lines
  
  attempting to load running modules
  
  Modules placed in the priority heap for loading were not properly removed from the linked list.  This resulted in some modules attempting to load twice.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@202411 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-22 15:37:55 +00:00
Mark Michelson
c0d3a7b19c Merged revisions 202343 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r202343 | mmichelson | 2009-06-22 09:58:24 -0500 (Mon, 22 Jun 2009) | 36 lines
  
  Merged revisions 202341-202342 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r202341 | mmichelson | 2009-06-22 09:42:55 -0500 (Mon, 22 Jun 2009) | 26 lines
    
    Fix a situation in which Asterisk would not stop retransmitting 487s.
    
    If a CANCEL were received by Asterisk, we would send a 487 in response
    to the original INVITE and a 200 OK for the CANCEL. If there were a network
    hiccup which caused the 200 OK and the 487 to be lost, then the UA communicating
    with Asterisk may try to retransmit its CANCEL. Asterisk's response to this used
    to be to try sending another 487 to the canceled INVITE and another 200 OK to the
    CANCEL.
    
    The problem here is that the originally-sent 487 was sent "reliably" meaning that
    it will be retransmitted until it is received properly. So when we receive the second
    CANCEL it is likely that the first batch of 487s we sent is still going strong and
    reaches the UA. The result was that the second set of 487s would be retransmitted
    constantly until the maximum number of retries had been reached.
    
    The fix for this is that if we receive a second CANCEL for an INVITE, then we cancel
    the retransmission of the first set of 487s and start a second set. This causes the
    dialog to be terminated reasonably.
    
    (closes issue #14584)
    Reported by: klaus3000
    Patches:
          14584_v2.patch uploaded by mmichelson (license 60)
    Tested by: klaus3000
  ........
    r202342 | mmichelson | 2009-06-22 09:44:58 -0500 (Mon, 22 Jun 2009) | 3 lines
    
    Remove an extra debug line left from previous commit.
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@202346 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-22 15:17:01 +00:00
Mark Michelson
bc1f572943 Merged revisions 202337 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r202337 | mmichelson | 2009-06-22 09:35:09 -0500 (Mon, 22 Jun 2009) | 31 lines
  
  Merged revisions 202336 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r202336 | mmichelson | 2009-06-22 09:34:05 -0500 (Mon, 22 Jun 2009) | 25 lines
    
    Fix a possible infinite loop in SDP parsing during glare situation.
    
    There was a while loop in get_ip_and_port_from_sdp which was controlled
    by a call to get_sdp_iterate. The loop would exit either if what we were
    searching for was found or if the return was NULL. The problem is that
    get_sdp_iterate never returns NULL. This means that if what we were searching
    for was not present, the loop would run infinitely. This modification of the
    loop fixes the problem.
    
    (closes issue #15213)
    Reported by: schmidts
    
    (closes issue #15349)
    Reported by: samy
    
    (closes issue #14464)
    Reported by: pj
    
    (closes issue #15345)
    Reported by: aragon
    Patches:
          sip_inf_loop.patch uploaded by mmichelson (license 60)
    Tested by: aragon
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@202340 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-22 14:36:26 +00:00