Commit Graph

17410 Commits

Author SHA1 Message Date
Michiel van Baak
b715bcf2d4 Blocked revisions 215462 via svnmerge
........
  r215462 | mvanbaak | 2009-09-02 17:56:46 +0200 (Wed, 02 Sep 2009) | 12 lines
  
  Honor configured parkinglot when parking and retrieving parked calls
  
  Thank oej for pointing out the fact that sip_new did not copy parkinglot from the peer
  into the newly created channel.
  
  (closes issue #15538)
  Reported by: gracedman
  Patches:
        2009090100_sipnewparkinglot-161.diff.txt uploaded by mvanbaak (license 7)
  	  With mod by me to also fix callparking as well (this uploaded patch only fixed retrieving a parked call)
  Tested by: gracedman, mvanbaak
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@215463 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-09-02 15:58:17 +00:00
Michiel van Baak
047f8c3c72 Blocked revisions 215419 via svnmerge
........
  r215419 | mvanbaak | 2009-09-02 12:50:49 +0200 (Wed, 02 Sep 2009) | 2 lines
  
  Let's compile again on OpenBSD
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@215420 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-09-02 10:52:23 +00:00
Dwayne M. Hubbard
30da2b4f9f Merged revisions 215338 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r215338 | dhubbard | 2009-09-01 20:16:59 -0500 (Tue, 01 Sep 2009) | 18 lines
  
  Merged revisions 215270 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r215270 | dhubbard | 2009-09-01 18:04:52 -0500 (Tue, 01 Sep 2009) | 12 lines
    
    Use strrchr() so SoftHangup will correctly truncate multi-hyphen channel names
    
    In general channel names are in the form Foo/Bar-Z, but the channel name
    could have multiple hyphens and look like Foo/B-a-r-Z.  Use strrchr to
    truncate the channel name at the last hyphen.
    
    (closes issue #15810)
    Reported by: dhubbard
    Patches:
          dw-softhangup-1.4.patch uploaded by dhubbard (license 733)
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@215352 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-09-02 01:21:12 +00:00
Kevin P. Fleming
c52123bbdd Merged revisions 215161 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r215161 | kpfleming | 2009-09-01 14:50:48 -0500 (Tue, 01 Sep 2009) | 3 lines
  
  Ensure that frame dumps of AST_CONTROL_T38_PARAMETERS frames are properly
  decoded.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@215162 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-09-01 19:54:01 +00:00
Tilghman Lesher
f2686720db Merged revisions 214945 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r214945 | tilghman | 2009-08-31 11:18:33 -0500 (Mon, 31 Aug 2009) | 14 lines
  
  Merged revisions 214940 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r214940 | tilghman | 2009-08-31 11:16:52 -0500 (Mon, 31 Aug 2009) | 7 lines
    
    Also unlock the "other" channel, when returning, due to glare.
    (closes issue #15787)
     Reported by: tim_ringenbach
     Patches: 
           chan_local.diff uploaded by tim ringenbach (license 540)
     Tested by: tim_ringenbach
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@214957 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-31 16:21:51 +00:00
Tilghman Lesher
18abb3f485 Merged revisions 214819 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r214819 | tilghman | 2009-08-30 01:43:04 -0500 (Sun, 30 Aug 2009) | 4 lines
  
  If lua is detected with the lua5.1 prefix (or not), adjust the include path accordingly.
  Based upon feedback to a release announcement on the -users list.  See
  http://lists.digium.com/pipermail/asterisk-users/2009-August/236954.html
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@214820 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-30 06:44:57 +00:00
Tilghman Lesher
4e748e6c76 Merged revisions 214702 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r214702 | tilghman | 2009-08-28 15:14:39 -0500 (Fri, 28 Aug 2009) | 15 lines
  
  Merged revisions 214701 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r214701 | tilghman | 2009-08-28 15:13:32 -0500 (Fri, 28 Aug 2009) | 8 lines
    
    Modify comment to be a bit more accurate.
    We have kept this comment around long enough, that it's pretty clear that we're
    keeping the code, because changing the code would require a pretty fundamental
    architectural shift.  We've also taken criticism in some quarters, because it
    was believed that it was referring to the code being nasty.  No, the code isn't
    nasty, just the operation itself is rather odd.  Fixed for eternity (probably
    not).
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@214703 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-28 20:15:51 +00:00
Kevin P. Fleming
a79245005f Merged revisions 214696 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r214696 | kpfleming | 2009-08-28 15:01:21 -0500 (Fri, 28 Aug 2009) | 9 lines
  
  Ensure that CFLAGS and/or LDFLAGS provided to configure script are preserved.
  
  Cross-compilation environments want to provide 'defaults' for compiler and
  linker options, and frequently do this by specifying CFLAGS and LDFLAGS in the
  environment or as command-line arguments to the configure script. This patch
  modifies the configure script and Makefile to preserve these settings and
  ensure they are used in the build process.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@214697 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-28 20:04:04 +00:00
Mark Michelson
dc2c99c4ba Blocked revisions 214650 via svnmerge
........
  r214650 | mmichelson | 2009-08-28 13:41:23 -0500 (Fri, 28 Aug 2009) | 3 lines
  
  Fix some incorrect documentation of sched_thread functions.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@214651 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-28 18:42:19 +00:00
Tilghman Lesher
ef79b9294c Merged revisions 214518 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r214518 | tilghman | 2009-08-27 16:46:46 -0500 (Thu, 27 Aug 2009) | 14 lines
  
  Merged revisions 214517 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r214517 | tilghman | 2009-08-27 16:45:34 -0500 (Thu, 27 Aug 2009) | 7 lines
    
    Use autoconf to detect libcurl, as this enables cross-compilation checks, something we didn't allow before.
    (closes issue #15714)
     Reported by: pprindeville
     Patches: 
           20090813__issue15714.diff.txt uploaded by tilghman (license 14)
     Tested by: pprindeville
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@214519 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-27 21:47:49 +00:00
Tilghman Lesher
f2bc664c82 Merged revisions 214466 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r214466 | tilghman | 2009-08-27 12:28:01 -0500 (Thu, 27 Aug 2009) | 9 lines
  
  Merged revisions 214436 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r214436 | tilghman | 2009-08-27 11:53:58 -0500 (Thu, 27 Aug 2009) | 2 lines
    
    One more build system change, to make the descriptions look better, if we have better information.
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@214474 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-27 20:14:33 +00:00
Tilghman Lesher
40b1547d5d Merged revisions 214360 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r214360 | tilghman | 2009-08-27 11:12:03 -0500 (Thu, 27 Aug 2009) | 10 lines
  
  Merged revisions 214357 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r214357 | tilghman | 2009-08-27 11:03:50 -0500 (Thu, 27 Aug 2009) | 3 lines
    
    Make autoheader descriptions render correctly in our autoconfig.h file.
    (Figured out while working with issue #14906)
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@214361 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-27 16:14:57 +00:00
Jeff Peeler
6870db7ef9 Blocked revisions 214309 via svnmerge
........
  r214309 | jpeeler | 2009-08-26 18:13:19 -0500 (Wed, 26 Aug 2009) | 12 lines
  
  Add two new dialplan variables when using features
  
  Added DYNAMIC_FEATURENAME which holds the last triggered dynamic feature.
  Added DYNAMIC_PEERNAME which holds the unique channel name on the other side
  and is set when a dynamic feature is triggered.
  
  (closes issue #14663)
  Reported by: tamiel
  Patches:
        20090313_features.diff uploaded by tamiel (license 712)
  Tested by: tamiel
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@214310 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-26 23:14:05 +00:00
Tilghman Lesher
01cad1db54 Merged revisions 214199 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r214199 | tilghman | 2009-08-26 11:53:03 -0500 (Wed, 26 Aug 2009) | 6 lines
  
  Typo fix ("SIP/2.0 XXX" is 11 chars, not 10)
  (closes issue #15362)
   Reported by: klaus3000
   Patches: 
         chan_sip.c_logmessagefix_patch.txt uploaded by klaus3000 (license 65)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@214200 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-26 16:54:43 +00:00
David Vossel
4cc422f4ab Merged revisions 214195 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r214195 | dvossel | 2009-08-26 11:38:53 -0500 (Wed, 26 Aug 2009) | 25 lines
  
  Merged revisions 214194 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r214194 | dvossel | 2009-08-26 11:36:42 -0500 (Wed, 26 Aug 2009) | 19 lines
    
    ast_write() ignores ast_audiohook_write() results
    
    In ast_write(), if a channel has a list of audiohooks, those
    lists are written to and the resulting frame is what ast_write()
    should continue with.  The problem was the returned audiohook frame
    was not being handled at all, and the original frame passed
    into it did not contain the mixed audio, so essentially audio
    was being lost.  One result of this was chan_spy's whisper
    mode no longer worked.  To complicate the issue, frames
    passed into ast_write may either be a single frame, or a list
    of frames.  So, as the list of frames is processed in the
    audiohook_write, the returned frames had to be added to a new
    list.
    
    (closes issue #15660)
    Reported by: corruptor
    Tested by: dvossel
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@214198 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-26 16:40:50 +00:00
Tilghman Lesher
4193750fe9 Merged revisions 214152 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r214152 | tilghman | 2009-08-25 17:39:51 -0500 (Tue, 25 Aug 2009) | 4 lines
  
  Not all versions of gnu-linux use glibc, which contains iconv.  Some (especially embedded systems) don't have iconv at all.
  (closes issue #15169)
   Reported by: pprindeville
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@214153 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-25 22:42:43 +00:00
Tilghman Lesher
50deadf01b Merged revisions 214071 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r214071 | tilghman | 2009-08-25 14:32:48 -0500 (Tue, 25 Aug 2009) | 17 lines
  
  Merged revisions 214068-214069 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r214068 | tilghman | 2009-08-25 14:26:50 -0500 (Tue, 25 Aug 2009) | 6 lines
    
    Fix pronunciation of German dates.
    (closes issue #15273)
     Reported by: Benjamin Kluck
     Patches: 
           say_c.patch uploaded by Benjamin Kluck (license 803)
  ........
    r214069 | tilghman | 2009-08-25 14:28:42 -0500 (Tue, 25 Aug 2009) | 2 lines
    
    I should always compile before committing...
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@214073 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-25 19:42:37 +00:00
Tilghman Lesher
87fbf9bb12 Merged revisions 213975 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r213975 | tilghman | 2009-08-25 01:51:12 -0500 (Tue, 25 Aug 2009) | 6 lines
  
  DUNDILOOKUP function in 1.6 should use comma delimiters.
  (closes issue #15322)
   Reported by: chappell
   Patches: 
         dundilookup-0015322.patch uploaded by chappell (license 8)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@213976 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-25 06:52:44 +00:00
Tilghman Lesher
39e243e913 Merged revisions 213971 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r213971 | tilghman | 2009-08-25 01:35:37 -0500 (Tue, 25 Aug 2009) | 14 lines
  
  Merged revisions 213970 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r213970 | tilghman | 2009-08-25 01:34:44 -0500 (Tue, 25 Aug 2009) | 7 lines
    
    Improve error message by informing user exactly which function is missing a parethesis.
    (closes issue #15242)
     Reported by: Nick_Lewis
     Patches: 
           pbx.c-funcparenthesis.patch2 uploaded by dbrooks (license 790)
           pbx.c-funcparenthesis-1.4.diff uploaded by loloski (license 68)
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@213972 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-25 06:36:40 +00:00
Tilghman Lesher
14fa2580ed Merged revisions 213900 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r213900 | tilghman | 2009-08-24 21:41:17 -0500 (Mon, 24 Aug 2009) | 11 lines
  
  Merged revisions 213899 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r213899 | tilghman | 2009-08-24 21:40:22 -0500 (Mon, 24 Aug 2009) | 4 lines
    
    Use the default runlevels for Debian derivatives, instead of making up our own.
    (closes issue #14730)
     Reported by: pkempgen
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@213901 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-25 02:42:32 +00:00
Jeff Peeler
e2f5f81c83 Merged revisions 213833 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r213833 | jpeeler | 2009-08-24 11:43:57 -0500 (Mon, 24 Aug 2009) | 14 lines
  
  Fix storage of greetings when using IMAP_STORAGE
  
  Fix checking if the imapgreetings option is turned on to store the greeting
  in IMAP.
  
  (closes issue #14950)
  Reported by: noahisaac
  Patches:
      14950.patch uploaded by mmichelson (license 60)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@213837 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-24 17:07:29 +00:00
David Vossel
4f98befb19 Merged revisions 213716 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r213716 | dvossel | 2009-08-21 17:22:11 -0500 (Fri, 21 Aug 2009) | 10 lines
  
  Register request line contains wrong address when user domain and register host differ
  
  (closes issue #15539)
  Reported by: Nick_Lewis
  Patches:
        chan_sip.c-registraraddr.patch uploaded by Nick (license 657)
        register_domain_fix_1.6.2 uploaded by dvossel (license 671)
  Tested by: Nick_Lewis, dvossel
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@213727 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-21 22:25:42 +00:00
Tilghman Lesher
740bda5eb6 Merged revisions 213560 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r213560 | tilghman | 2009-08-21 11:53:52 -0500 (Fri, 21 Aug 2009) | 14 lines
  
  Merged revisions 213559 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r213559 | tilghman | 2009-08-21 11:52:53 -0500 (Fri, 21 Aug 2009) | 7 lines
    
    Permit DEBUG_FD_LEAKS to be used with C++ source files.
    (closes issue #15698)
     Reported by: slavon
     Patches: 
           20090817__issue15698.diff.txt uploaded by tilghman (license 14)
     Tested by: slavon, tilghman
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@213561 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-21 16:55:12 +00:00
Jason Parker
15183a5faa Merged revisions 213494 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r213494 | qwell | 2009-08-21 11:04:21 -0500 (Fri, 21 Aug 2009) | 12 lines
  
  Merged revisions 213493 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r213493 | qwell | 2009-08-21 11:03:21 -0500 (Fri, 21 Aug 2009) | 5 lines
    
    Clarify queues.conf comments to specify that variables should be set in the dialplan.
    
    (closes issue #15755)
    Reported by: trendboy
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@213495 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-21 16:05:52 +00:00
Terry Wilson
2d57fcdcab Blocked revisions 213450 via svnmerge
........
  r213450 | twilson | 2009-08-20 22:48:54 -0500 (Thu, 20 Aug 2009) | 2 lines
  
  Make LOAD_ORDER actually work
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@213451 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-21 03:50:15 +00:00
Jeff Peeler
51196969f7 Merged revisions 213404 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r213404 | jpeeler | 2009-08-20 16:33:11 -0500 (Thu, 20 Aug 2009) | 12 lines
  
  Fix greeting retrieval from IMAP
  
  Properly check for the current voicemail state and if it doesn't exist,
  create it.
  
  (closes issue #14597)
  Reported by: wtca
  Patches:
        14597_v2.patch uploaded by mmichelson (license 60)
  Tested by: jpeeler
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@213411 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-20 21:37:28 +00:00
Matthew Nicholson
56dd4014c5 Merged revisions 213327 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r213327 | mnicholson | 2009-08-20 15:29:32 -0500 (Thu, 20 Aug 2009) | 7 lines
  
  Fix a crash by checking the proper pointer for validity before deferencing it.
  
  (closes issue #15751)
  Reported by: atis
  Patches:
        ast_bridge_call_peer_cdr.patch uploaded by atis (license 242)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@213346 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-20 20:36:30 +00:00
Jason Parker
de6df0a112 Merged revisions 213179 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r213179 | qwell | 2009-08-19 17:38:46 -0500 (Wed, 19 Aug 2009) | 5 lines
  
  Fix compile when certain G711 menuselect options are enabled.
  
  (closes issue #15697)
  Reported by: slavon
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@213180 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-19 22:39:42 +00:00
David Vossel
691b9fb9f8 Merged revisions 213113 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r213113 | dvossel | 2009-08-19 16:21:00 -0500 (Wed, 19 Aug 2009) | 14 lines
  
  Merged revisions 213103 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r213103 | dvossel | 2009-08-19 16:18:37 -0500 (Wed, 19 Aug 2009) | 8 lines
    
    Fixes memory leak caused by incorrectly freeing mixmonitor
    
    (closes issue #15699)
    Reported by: edantie
    Patches:
          mixmonitor.patch uploaded by edantie (license 862)
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@213135 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-19 21:27:09 +00:00
Tilghman Lesher
ff14e65d1b Merged revisions 213093 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r213093 | tilghman | 2009-08-19 15:29:41 -0500 (Wed, 19 Aug 2009) | 7 lines
  
  If we have realtime caching enabled, 'sip reload' must purge users/peers, even if the config files haven't changed.
  (closes issue #12869)
   Reported by: bcnit
   Patches: 
         20090819__issue12869__2.diff.txt uploaded by tilghman (license 14)
   Tested by: lasko
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@213094 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-19 20:33:24 +00:00
Kevin P. Fleming
9621a78e62 Merged revisions 212939 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r212939 | kpfleming | 2009-08-18 15:33:34 -0500 (Tue, 18 Aug 2009) | 1 line
  
  Remove some accidentally-committed properties.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@212941 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-18 20:33:59 +00:00
Kevin P. Fleming
1eedddf810 Merged revisions 212922 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r212922 | kpfleming | 2009-08-18 15:29:37 -0500 (Tue, 18 Aug 2009) | 6 lines
  
  Convert this branch to Opsound music-on-hold.
  
  For more details:
  http://blogs.digium.com/2009/08/18/asterisk-music-on-hold-changes/
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@212926 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-18 20:30:39 +00:00
Richard Mudgett
7cb496d593 Merged revisions 212758 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r212758 | rmudgett | 2009-08-18 11:29:47 -0500 (Tue, 18 Aug 2009) | 9 lines
  
  Merged revisions 212727 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r212727 | rmudgett | 2009-08-18 11:00:56 -0500 (Tue, 18 Aug 2009) | 1 line
    
    Removed some deadwood and added some doxygen comments.
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@212765 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-18 16:39:30 +00:00
Tilghman Lesher
a5329e8499 Merged revisions 212627 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r212627 | tilghman | 2009-08-17 14:57:42 -0500 (Mon, 17 Aug 2009) | 4 lines
  
  Check the return value of opendir(3), or we may crash.
  (closes issue #15720)
   Reported by: tobias_e
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@212628 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-17 19:58:52 +00:00
Sean Bright
f3b3b72d4b Blocked revisions 212581 via svnmerge
........
  r212581 | seanbright | 2009-08-17 14:50:24 -0400 (Mon, 17 Aug 2009) | 5 lines
  
  Correct spelling of AGENTACCEPTDTMF in chan_agent.
  
  (closes issue #15668)
  Reported by: davidw
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@212582 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-17 18:51:28 +00:00
Sean Bright
e15112b47c Merged revisions 212574 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r212574 | seanbright | 2009-08-17 14:18:16 -0400 (Mon, 17 Aug 2009) | 8 lines
  
  Correct the return value check for ast_safe_system.
  
  The logic here was reversed as ast_safe_system returns -1 on error and not on
  success.  Fix suggested by reporter.
  
  (closes issue #15667)
  Reported by: loic
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@212578 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-17 18:21:36 +00:00
Jeff Peeler
19f97c9782 Merged revisions 212506 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r212506 | jpeeler | 2009-08-17 11:50:45 -0500 (Mon, 17 Aug 2009) | 19 lines
  
  Merged revisions 212498 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r212498 | jpeeler | 2009-08-17 11:34:56 -0500 (Mon, 17 Aug 2009) | 12 lines
    
    Fix segfault when reloading chan_misdn.
    
    If more ports were specified than configured in misdn.conf a reload would crash
    asterisk. The problem was the unconfigured port was using data from the
    previously configured port. When the data for an unconfigured port was freed a
    crash would result from the double free.
    
    (closes issue #12113)
    Reported by: agupta
    Patches:
          bug12113.patch uploaded by jpeeler (license 325)
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@212507 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-17 16:51:36 +00:00
Richard Mudgett
a1c2205227 Merged revisions 212431 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r212431 | rmudgett | 2009-08-17 10:42:51 -0500 (Mon, 17 Aug 2009) | 16 lines
  
  Merged revisions 212430 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r212430 | rmudgett | 2009-08-17 10:36:28 -0500 (Mon, 17 Aug 2009) | 1 line
    
    Fix uninitialized variable.
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@212432 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-17 15:46:21 +00:00
Michiel van Baak
7d7c163895 Blocked revisions 212343 via svnmerge
........
  r212343 | mvanbaak | 2009-08-15 13:36:19 +0200 (Sat, 15 Aug 2009) | 10 lines
  
  cast time_t type variables to long where needed.
  
  This makes res_calendar.c compile on OpenBSD and the same
  cast is used in a lot of other places where time_t type vars are used.
  
  (closes issue #15656)
  Reported by: mvanbaak
  Patches:
        2009081100-rescalendarcompilefix.diff.txt uploaded by mvanbaak (license 7)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@212344 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-15 11:37:45 +00:00
Michiel van Baak
95539da023 Blocked revisions 212339 via svnmerge
........
  r212339 | mvanbaak | 2009-08-15 13:25:11 +0200 (Sat, 15 Aug 2009) | 10 lines
  
  Add an empty line after each option when printing the
  documentation of a function/application.
  
  This will make reading the docs on the CLI way more easy.
  
  (closes issue #15694)
  Reported by: mvanbaak
  Patches:
        2009081100-extralinesoptionlist.diff.txt uploaded by mvanbaak (license 7)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@212340 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-15 11:29:11 +00:00
Jeff Peeler
19f0d9d942 Blocked revisions 212287 via svnmerge
........
  r212287 | jpeeler | 2009-08-14 17:39:11 -0500 (Fri, 14 Aug 2009) | 9 lines
  
  More code that somehow got left out of sig_analog
  
  * confirmanswer option now respected
  * check and set waiting for dialtone timer
  * unneeded needcallerid flag removed from analog_subchannel
  * ss_astchan does not need to be a void pointer
  * swap_channels callback updated to trunk
  * analog_hangup now resets channel to default law
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@212288 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-14 22:39:44 +00:00
Kevin P. Fleming
241609f0dd Merged revisions 212113 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r212113 | kpfleming | 2009-08-13 10:46:25 -0500 (Thu, 13 Aug 2009) | 3 lines
  
  Ensure that T38FaxVersion is put into outgoing SDP in the proper case.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@212114 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-13 15:46:57 +00:00
Joshua Colp
9b1ba6bf39 Merged revisions 212067 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r212067 | file | 2009-08-13 10:51:04 -0300 (Thu, 13 Aug 2009) | 2 lines
  
  Check an actual populated variable when seeing if we need to do video or not.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@212068 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-13 13:53:12 +00:00
Gavin Henry
162219a6c1 Merged revisions 212027 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r212027 | ghenry | 2009-08-13 12:37:12 +0100 (Thu, 13 Aug 2009) | 6 lines
  
  Fixed typo
  
  (closes issue #15710)
  Reported by: suretec
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@212028 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-13 11:40:22 +00:00
Matthew Nicholson
15e4657563 Merged revisions 211957 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r211957 | mnicholson | 2009-08-12 18:14:36 -0500 (Wed, 12 Aug 2009) | 17 lines
  
  Merged revisions 211953 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r211953 | mnicholson | 2009-08-12 18:04:02 -0500 (Wed, 12 Aug 2009) | 10 lines
    
    This patch adds additional checking when generating queue log TRANSFER events.
    
    The additional checks prevent generation of false TRANSFER events in certain situations.
    
    (closes issue #14536)
    Reported by: aragon
    Patches:
          queue-log-xfer-fix1.diff uploaded by mnicholson (license 96)
    Tested by: aragon, mnicholson
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@211960 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-12 23:17:12 +00:00
Matthew Nicholson
a9c6ac6c57 Merged revisions 211876 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r211876 | mnicholson | 2009-08-12 14:53:14 -0500 (Wed, 12 Aug 2009) | 11 lines
  
  Make asterisk handle 423 Interval Too Short messages better.
  
  This change uses separate values for the acceptable minimum expiry provided by the 423 error and the expiry value stored in the configuration file.  Previously, the value pulled from the configuration file would be overwritten.
  
  (closes issue #14366)
  Reported by: Nick_Lewis
  Patches:
        sip-expiry-fix1.diff uploaded by mnicholson (license 96)
        chan_sip.c-reqexpiry.patch uploaded by Nick (license 657)
  Tested by: mnicholson
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@211952 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-12 22:39:55 +00:00
Jeff Peeler
9c171ce4ab Blocked revisions 211908 via svnmerge
........
  r211908 | jpeeler | 2009-08-12 15:47:45 -0500 (Wed, 12 Aug 2009) | 12 lines
  
  Fix chan_dahdi option ringtimeout
  
  dahdi_read relies on the dahdi_pvt copy of ringt which was not getting set
  in sig_analog. This patch adds a callback to do so.
  
  (closes issue #15288)
  Reported by: alecdavis
  Patches:
        chan_dahdi.ringtimeout.diff.txt uploaded by alecdavis (license 585)
  Tested by: alecdavis
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@211909 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-12 20:48:26 +00:00
Mark Michelson
bea59141b4 Blocked revisions 211809 via svnmerge
................
  r211809 | mmichelson | 2009-08-12 13:47:51 -0500 (Wed, 12 Aug 2009) | 15 lines
  
  Blocked revisions 211807 via svnmerge
  
  ........
    r211807 | mmichelson | 2009-08-12 13:46:09 -0500 (Wed, 12 Aug 2009) | 10 lines
    
    Backport fix so that outbound CANCEL requests have same branch as challenged INVITEs.
    
    There already was code present to be sure that a CANCEL will contain the same branch-id
    as the INVITE it is cancelling. However, for INVITES which are challenged downstream,
    this mechanism did not work properly. Now this is taken care of.
    
    This is a backport of a fix already present in all 1.6.X branches and in trunk. It also
    fixes ABE-1907.
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@211810 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-12 18:48:19 +00:00
Gavin Henry
3710f03b95 Merged revisions 211767 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r211767 | ghenry | 2009-08-12 17:00:46 +0100 (Wed, 12 Aug 2009) | 33 lines
  
  Added three new attributes and applied a patch to res_config_ldap.c
  
  attributetype ( AstAccountSubscribeContext
          NAME 'AstAccountSubscribeContext'
          DESC 'Asterisk subscribe context'
          EQUALITY caseIgnoreMatch
          SUBSTR caseIgnoreSubstringsMatch
          SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
  
  attributetype ( AstAccountIpAddr
          NAME 'AstAccountIpAddr'
          DESC 'Asterisk aaccount IP address'
          EQUALITY caseIgnoreMatch
          SUBSTR caseIgnoreSubstringsMatch
          SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
  
  attributetype ( AstAccountUserAgent
          NAME 'AstAccountUserAgent'
          DESC 'Asterisk account user context'
          EQUALITY caseIgnoreMatch
          SUBSTR caseIgnoreSubstringsMatch
          SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
  
  and patch fix_empty_attributes_1.6.1.4_v2.patch 
  
  (closes issue #13725)
  Reported by: macogeek
  Patches:
        fix_empty_attributes_1.6.1.4_v2.patch uploaded by xvisor (license 863)
  Tested by: suretec
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@211768 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-12 16:16:07 +00:00
Tilghman Lesher
f007f4a439 Merged revisions 211584 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r211584 | tilghman | 2009-08-10 14:49:41 -0500 (Mon, 10 Aug 2009) | 9 lines
  
  Merged revisions 211583 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r211583 | tilghman | 2009-08-10 14:48:48 -0500 (Mon, 10 Aug 2009) | 1 line
    
    Conversion specifiers, not format specifiers
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@211587 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-10 19:51:37 +00:00