[asterisk-commits] murf: branch murf/fast-ast r54216 - in /team/murf/fast-ast: ./ agi/ apps/ bui...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Feb 13 13:36:51 MST 2007


Author: murf
Date: Tue Feb 13 14:36:48 2007
New Revision: 54216

URL: http://svn.digium.com/view/asterisk?view=rev&rev=54216
Log:
Merged revisions 47484-53124 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
  r47490 | mogorman | 2006-11-10 19:04:28 -0700 (Fri, 10 Nov 2006) | 2 lines
  
  woohoo safe out put!
................
  r47492 | russell | 2006-11-11 08:18:02 -0700 (Sat, 11 Nov 2006) | 2 lines
  
  Tweak the formatting of this new function to better conform to coding guidelines.
................
  r47494 | russell | 2006-11-11 08:31:08 -0700 (Sat, 11 Nov 2006) | 6 lines
  
  Add the target "menuconfig" as an alias for the "menuselect" target.  This is
  just a favor to users so that if you accidentally type "make menuconfig"
  instead of "make menuselect", it still works.
  (inspired by a comment on IRC from wangster calling me an "especially devious
  asterisk developer" for having it be menuselect instead of menuconfig. :) )
................
  r47497 | russell | 2006-11-11 23:23:23 -0700 (Sat, 11 Nov 2006) | 12 lines
  
  Merged revisions 47496 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r47496 | russell | 2006-11-12 01:09:03 -0500 (Sun, 12 Nov 2006) | 4 lines
  
  Only do the check to determine whether the channel calling this function is an
  IAX2 channel when getting the IP address using the special argument, 
  CURRENTCHANNEL.  (issue #8341, jcovert)
  
  ........
................
  r47507 | oej | 2006-11-12 08:10:53 -0700 (Sun, 12 Nov 2006) | 4 lines
  
  -Remove blocking of ptime: parsing in sdp
  -Add some comments to t.38 code
................
  r47509 | oej | 2006-11-12 08:27:00 -0700 (Sun, 12 Nov 2006) | 8 lines
  
  - Don't destroy SIP dialog because of a failed T.38 re-invite. Wait for a bye. 
    Final response to a re-invite does not mean that the session dies, only that
    the re-invite fails.
  - Keep RTP active during processing of T.38 re-invite. If the re-invite fails,
    RTP needs to remain as before the re-invite.
  
  Issue 8338 - darren1713. Please test.
................
  r47511 | oej | 2006-11-12 08:35:19 -0700 (Sun, 12 Nov 2006) | 2 lines
  
  Part of issue 8078 - parse even if udptl is UDPTL in sdp...
................
  r47513 | oej | 2006-11-12 09:12:12 -0700 (Sun, 12 Nov 2006) | 2 lines
  
  Issue 8314 - Restore auto-framing (Thanks DEA!!!)
................
  r47523 | tilghman | 2006-11-12 18:12:01 -0700 (Sun, 12 Nov 2006) | 10 lines
  
  Merged revisions 47522 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r47522 | tilghman | 2006-11-12 18:34:44 -0600 (Sun, 12 Nov 2006) | 2 lines
  
  Don't play dialtone if the seizing the channel fails (Bug 7754)
  
  ........
................
  r47526 | tilghman | 2006-11-12 22:46:18 -0700 (Sun, 12 Nov 2006) | 10 lines
  
  Merged revisions 47525 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r47525 | tilghman | 2006-11-12 23:45:11 -0600 (Sun, 12 Nov 2006) | 2 lines
  
  If the execute fails a second time, make sure that we don't pass back a stale handle
  
  ........
................
  r47527 | russell | 2006-11-12 22:48:18 -0700 (Sun, 12 Nov 2006) | 5 lines
  
  AC_PROG_SED is included in autoconf 2.60, but apparently it is not included
  in 2.59.  So, to maintain compatability with 2.59 since it is a small change,
  copy this macro into acinclude.m4 and rename it to AST_PROG_SED.
  (issue #8345)
................
  r47540 | oej | 2006-11-13 09:00:57 -0700 (Mon, 13 Nov 2006) | 2 lines
  
  Only produce error message about sip history once
................
  r47542 | file | 2006-11-13 09:30:38 -0700 (Mon, 13 Nov 2006) | 2 lines
  
  Free full command string upon unregistering of CLI command. Backported from revision 47536 from rizzo.
................
  r47551 | file | 2006-11-13 10:08:07 -0700 (Mon, 13 Nov 2006) | 10 lines
  
  Merged revisions 47549 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r47549 | file | 2006-11-13 12:05:32 -0500 (Mon, 13 Nov 2006) | 2 lines
  
  When sending an SMS with a user data header properly set the UDH flag in the first byte. (issue #8347 reported by hoffmeis)
  
  ........
................
  r47553 | murf | 2006-11-13 10:13:20 -0700 (Mon, 13 Nov 2006) | 1 line
  
  AEL need not complain about parkedcalls not being found... just confuses users
................
  r47558 | file | 2006-11-13 10:38:44 -0700 (Mon, 13 Nov 2006) | 2 lines
  
  Clean up last commit to better conform to standards.
................
  r47564 | murf | 2006-11-13 11:18:06 -0700 (Mon, 13 Nov 2006) | 1 line
  
  Eager people beat me to fixing the messed if, but we all forgot to update the regressions. Until now.
................
  r47572 | oej | 2006-11-13 12:10:39 -0700 (Mon, 13 Nov 2006) | 3 lines
  
  - Don't reply to INVITE already replied to when we get BYE
  - Declare errmsg as int. Oops.
................
  r47573 | tilghman | 2006-11-13 12:11:15 -0700 (Mon, 13 Nov 2006) | 2 lines
  
  Re-enable old deprecated commands
................
  r47576 | murf | 2006-11-13 12:15:12 -0700 (Mon, 13 Nov 2006) | 1 line
  
  This solves bug 8342, whereby a crash occurs under certain circumstances while reading a config file with comments-- a call to CB_ADD shouldn't happen if withcomments is zero
................
  r47581 | tilghman | 2006-11-13 13:20:01 -0700 (Mon, 13 Nov 2006) | 10 lines
  
  Merged revisions 47580 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r47580 | tilghman | 2006-11-13 14:18:30 -0600 (Mon, 13 Nov 2006) | 2 lines
  
  Having more than 255 old messages caused corruption in the new/old count
  
  ........
................
  r47584 | file | 2006-11-13 14:28:57 -0700 (Mon, 13 Nov 2006) | 10 lines
  
  Merged revisions 47583 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r47583 | file | 2006-11-13 16:26:36 -0500 (Mon, 13 Nov 2006) | 2 lines
  
  Initialize global pointers for connection and result to NULL. (issue #8356 reported by james)
  
  ........
................
  r47597 | oej | 2006-11-14 04:14:01 -0700 (Tue, 14 Nov 2006) | 2 lines
  
  Issue #8272 - Don't destroy dialog in retransmission system if it's an OPTION packet from peerpoke
................
  r47613 | oej | 2006-11-14 09:22:35 -0700 (Tue, 14 Nov 2006) | 2 lines
  
  Update documentation to fit the implementation...
................
  r47617 | file | 2006-11-14 09:45:57 -0700 (Tue, 14 Nov 2006) | 2 lines
  
  Use LOG_DEBUG to print out the indication that app_amd is using default settings instead of using LOG_NOTICE. This stops needless logging of this information under normal circumstances. (issue #8361 reported by Seb7)
................
  r47621 | tilghman | 2006-11-14 11:54:40 -0700 (Tue, 14 Nov 2006) | 3 lines
  
  Conversion of res_odbc API to include ast_ prefix did not completely transition app_voicemail
  when ODBC_STORAGE is used (reported on IRC by caio1982, not in bugtracker)
................
  r47625 | file | 2006-11-14 14:30:44 -0700 (Tue, 14 Nov 2006) | 2 lines
  
  Small documentation clarification for URIENCODE. (issue #8294 reported by salaud)
................
  r47628 | file | 2006-11-14 15:05:03 -0700 (Tue, 14 Nov 2006) | 2 lines
  
  Only keep the video RTP structure around if 1. Video support is enabled and 2. A video codec is enabled on the dialog
................
  r47632 | file | 2006-11-14 15:17:16 -0700 (Tue, 14 Nov 2006) | 10 lines
  
  Merged revisions 47631 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r47631 | file | 2006-11-14 17:15:10 -0500 (Tue, 14 Nov 2006) | 2 lines
  
  Update copyright information in the ADSI logo blob.
  
  ........
................
  r47635 | kpfleming | 2006-11-14 17:05:44 -0700 (Tue, 14 Nov 2006) | 2 lines
  
  silence compiler warning on 64-bit platforms (this variable is an 'int' anyway, comparing it to 'signed long' is not useful)
................
  r47639 | file | 2006-11-14 17:14:07 -0700 (Tue, 14 Nov 2006) | 2 lines
  
  Turn notice about unknown RTCP packet type into a debug message instead.
................
  r47641 | kpfleming | 2006-11-14 17:19:05 -0700 (Tue, 14 Nov 2006) | 2 lines
  
  more formatting cleanup, and avoid running off the end of the string
................
  r47645 | file | 2006-11-14 21:45:24 -0700 (Tue, 14 Nov 2006) | 2 lines
  
  If NAT detection is turned on or already detected then say NAT is active when setting the remote RTP peer when doing early bridging. (issue #8365 reported by marcelbarbulescu)
................
  r47649 | oej | 2006-11-15 06:21:33 -0700 (Wed, 15 Nov 2006) | 2 lines
  
  Block patch to 1.2 that already was fixed in 1.4.
................
  r47656 | oej | 2006-11-15 08:25:50 -0700 (Wed, 15 Nov 2006) | 3 lines
  
  Send error message when we can't allocate SIP dialog, possibly due to limitation of file descriptors.
  (imported from 1.2)
................
  r47672 | rizzo | 2006-11-15 10:46:45 -0700 (Wed, 15 Nov 2006) | 7 lines
  
  fix longest match search in find_cli.
  Trunk already fixed.
  
  1.2 not affected (well, i have no idea, the code is totally
  different there).
................
  r47684 | kpfleming | 2006-11-15 11:43:30 -0700 (Wed, 15 Nov 2006) | 10 lines
  
  Merged revisions 47682 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r47682 | kpfleming | 2006-11-15 12:39:47 -0600 (Wed, 15 Nov 2006) | 2 lines
  
  ouch... don't use printf, use ast_log/ast_verbose
  
  ........
................
  r47690 | kpfleming | 2006-11-15 13:01:22 -0700 (Wed, 15 Nov 2006) | 20 lines
  
  Merged revisions 47686,47688-47689 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r47686 | kpfleming | 2006-11-15 13:42:05 -0600 (Wed, 15 Nov 2006) | 2 lines
  
  clear the category's variable tail pointer as well when variables are detached from it
  
  ........
  r47688 | kpfleming | 2006-11-15 13:47:43 -0600 (Wed, 15 Nov 2006) | 2 lines
  
  when appending a list of variable to a category, ensure the tail pointer points to the last variable in the list
  
  ........
  r47689 | kpfleming | 2006-11-15 13:58:46 -0600 (Wed, 15 Nov 2006) | 2 lines
  
  when re-writing the config file, don't repeat the path if it hasn't changed
  
  ........
................
  r47693 | kpfleming | 2006-11-15 13:27:38 -0700 (Wed, 15 Nov 2006) | 12 lines
  
  Merged revisions 47677 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r47677 | kpfleming | 2006-11-15 11:56:42 -0600 (Wed, 15 Nov 2006) | 4 lines
  
  ensure that message duration is included in email notifications for forwarded messages (BE-96, fix by me after corydon used his clue-bat on me)
  ensure that duration in the message metadata is updated if prepending is done during forwarding (related to BE-96)
  remove prototype for API call that does not exist
  
  ........
................
  r47697 | kpfleming | 2006-11-15 13:31:02 -0700 (Wed, 15 Nov 2006) | 2 lines
  
  block fix that was found in this branch and backported to 1.2
................
  r47698 | oej | 2006-11-15 13:31:11 -0700 (Wed, 15 Nov 2006) | 3 lines
  
  - Improve SIP history
  - Never send reply to ACK (again...)
................
  r47701 | kpfleming | 2006-11-15 13:50:06 -0700 (Wed, 15 Nov 2006) | 2 lines
  
  don't try to call fclose() if fopen() failed
................
  r47707 | file | 2006-11-15 14:33:41 -0700 (Wed, 15 Nov 2006) | 2 lines
  
  We need to ensure timelimit stuff is included as well so warnings get played. (issue #8050 reported by KNK)
................
  r47709 | tilghman | 2006-11-15 14:56:55 -0700 (Wed, 15 Nov 2006) | 2 lines
  
  Fix ODBC_STORAGE for when context is NULL
................
  r47712 | file | 2006-11-15 15:31:17 -0700 (Wed, 15 Nov 2006) | 10 lines
  
  Merged revisions 47711 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r47711 | file | 2006-11-15 17:29:30 -0500 (Wed, 15 Nov 2006) | 2 lines
  
  Make sure that the pvt structure exists before trying to do fixup on Local channels. (issue #7937 reported by mada123, fix by alamantia with mods by me)
  
  ........
................
  r47733 | oej | 2006-11-16 08:03:49 -0700 (Thu, 16 Nov 2006) | 4 lines
  
  - CANCEL is never authenticated (according to the RFC)
  - Update docs on canreinvite. "nonat" is the recommended setting for most users with
    phones behind a NAT.
................
  r47736 | oej | 2006-11-16 08:16:58 -0700 (Thu, 16 Nov 2006) | 2 lines
  
  Warn users about change in canreinvite
................
  r47744 | oej | 2006-11-16 09:51:59 -0700 (Thu, 16 Nov 2006) | 2 lines
  
  Don't fixup if there's nothing to fixup 
................
  r47748 | file | 2006-11-16 10:52:48 -0700 (Thu, 16 Nov 2006) | 2 lines
  
  Don't unreference the SLA object if there is no SLA object in the devicestate callback. (issue #8354 reported by loloski)
................
  r47751 | file | 2006-11-16 11:29:12 -0700 (Thu, 16 Nov 2006) | 10 lines
  
  Merged revisions 47750 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r47750 | file | 2006-11-16 13:26:50 -0500 (Thu, 16 Nov 2006) | 2 lines
  
  Because of the way chan_local is written we should be extra careful and make sure our callback functions have a tech_pvt. (issue #8275 reported by mflorell)
  
  ........
................
  r47755 | oej | 2006-11-16 12:24:23 -0700 (Thu, 16 Nov 2006) | 4 lines
  
  Make the HOLD notification optional, in order to avoid a lot of extra database lookups
  for all those realtime users out there.
................
  r47758 | kpfleming | 2006-11-16 13:09:10 -0700 (Thu, 16 Nov 2006) | 2 lines
  
  check for pre-1.4 versions of Zaptel and abort the configure script if found with an appropriate error message
................
  r47762 | file | 2006-11-16 13:30:54 -0700 (Thu, 16 Nov 2006) | 9 lines
  
  Blocked revisions 47761 via svnmerge
  
  ........
  r47761 | file | 2006-11-16 15:29:28 -0500 (Thu, 16 Nov 2006) | 2 lines
  
  Look for the header file specifically in all cases, not just the existence of the directory. (issue #8358 reported by mrness)
  
  ........
................
  r47764 | file | 2006-11-16 14:11:06 -0700 (Thu, 16 Nov 2006) | 2 lines
  
  Compare technology using the pointers instead of a straight comparison based on name. (issue #8228 reported by dean bath)
................
  r47777 | kpfleming | 2006-11-16 16:00:10 -0700 (Thu, 16 Nov 2006) | 12 lines
  
  update documentation regarding IAX2 transfers and CDRs
  
  Merged revisions 47776 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r47776 | kpfleming | 2006-11-16 16:57:31 -0600 (Thu, 16 Nov 2006) | 2 lines
  
  update clearly wrong documentation regarding cdr_custom
  
  ........
................
  r47781 | qwell | 2006-11-16 16:18:22 -0700 (Thu, 16 Nov 2006) | 9 lines
  
  Blocked revisions 47780 via svnmerge
  
  ........
  r47780 | qwell | 2006-11-16 17:16:35 -0600 (Thu, 16 Nov 2006) | 2 lines
  
  Fix a couple of typos in applications..  Initially spotted by mrobinson.
  
  ........
................
  r47782 | qwell | 2006-11-16 16:19:46 -0700 (Thu, 16 Nov 2006) | 2 lines
  
  Fix a couple of typos.  Initially pointed out by mrobinson.
................
  r47803 | kpfleming | 2006-11-17 12:02:38 -0700 (Fri, 17 Nov 2006) | 2 lines
  
  block patch that was already present here
................
  r47823 | rizzo | 2006-11-18 10:59:35 -0700 (Sat, 18 Nov 2006) | 5 lines
  
  fix bug 7450 - Parsing fails if From header contains angle brackets 
  (the bug was only in a corner case where the < was right after the
  opening quote, and the fix is trivial).
................
  r47843 | oej | 2006-11-20 04:29:19 -0700 (Mon, 20 Nov 2006) | 2 lines
  
  Make sure we destroy scheduled items and not use them ever again after destruction (rizzo)
................
  r47845 | oej | 2006-11-20 04:45:22 -0700 (Mon, 20 Nov 2006) | 4 lines
  
  Explain properly how videosupport works. 
  
  Committ from Asterisk Video Task Force meeting in Paris!
................
  r47850 | file | 2006-11-20 08:51:37 -0700 (Mon, 20 Nov 2006) | 2 lines
  
  Use a separate variable in the channel structure to store the context that the channel was dialed from. (issue #8382 reported by jiddings)
................
  r47852 | file | 2006-11-20 08:58:50 -0700 (Mon, 20 Nov 2006) | 2 lines
  
  Only remove/destroy the RTCP I/O item if it exists.
................
  r47856 | file | 2006-11-20 09:17:47 -0700 (Mon, 20 Nov 2006) | 9 lines
  
  Blocked revisions 47855 via svnmerge
  
  ........
  r47855 | file | 2006-11-20 11:16:22 -0500 (Mon, 20 Nov 2006) | 2 lines
  
  Free history items at the end of use of the temporary SIP pvt structure. (issue #8383 reported by benh)
  
  ........
................
  r47860 | file | 2006-11-20 12:51:36 -0700 (Mon, 20 Nov 2006) | 10 lines
  
  Merged revisions 47859 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r47859 | file | 2006-11-20 14:50:21 -0500 (Mon, 20 Nov 2006) | 2 lines
  
  Don't forget to byte swap if we are exiting the smoother feed early. (issue #8287 reported by arturs)
  
  ........
................
  r47863 | tilghman | 2006-11-20 13:00:54 -0700 (Mon, 20 Nov 2006) | 10 lines
  
  Merged revisions 47862 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r47862 | tilghman | 2006-11-20 13:59:07 -0600 (Mon, 20 Nov 2006) | 2 lines
  
  Failing to trap -1 error from mmap causes segfault (Issue 8385)
  
  ........
................
  r47864 | tilghman | 2006-11-20 13:01:58 -0700 (Mon, 20 Nov 2006) | 2 lines
  
  Oops, merge missed release of odbc object
................
  r47892 | oej | 2006-11-21 08:20:03 -0700 (Tue, 21 Nov 2006) | 3 lines
  
  Apparently Exosip sends a 101 after a 100 provisional response. Let's not treat that as
  early media. (discovered at the AVTF meeting in Paris).
................
  r47897 | file | 2006-11-21 10:32:27 -0700 (Tue, 21 Nov 2006) | 2 lines
  
  If we have the non standard G726-32 setting turned on we want to return G726-32 to the SDP, not our AAL2 string. (issue #8330 reported by voipgate)
................
  r47911 | murf | 2006-11-21 19:37:26 -0700 (Tue, 21 Nov 2006) | 1 line
  
  blocking 47910 from 1.4; the time-limits on Dial are working OK
................
  r47944 | file | 2006-11-22 14:47:43 -0700 (Wed, 22 Nov 2006) | 2 lines
  
  Video will never reach Packet2Packet bridging and can do more harm then good.
................
  r47959 | oej | 2006-11-23 04:01:47 -0700 (Thu, 23 Nov 2006) | 2 lines
  
  Don't allocate unused variable.
................
  r47989 | crichter | 2006-11-24 08:46:13 -0700 (Fri, 24 Nov 2006) | 9 lines
  
  Merged revisions 47968 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r47968 | crichter | 2006-11-23 17:10:23 +0100 (Do, 23 Nov 2006) | 1 line
  
  fixed a litle bug regarding HOLD/RETRIEVE. beatufied some logs, changed some loglevels. changed the default value of block_on_alarm
  ........
................
  r47992 | murf | 2006-11-24 10:17:07 -0700 (Fri, 24 Nov 2006) | 1 line
  
  bug 8189 posted this fix for main/translate.c for PLC
................
  r48002 | oej | 2006-11-25 02:28:28 -0700 (Sat, 25 Nov 2006) | 4 lines
  
  Not having a HINT is not an ERROR. In 1.4 and future releases, you can disable
  subscription support totally or per peer in sip.conf with allowsubscribe = yes | no
................
  r48015 | murf | 2006-11-25 17:01:34 -0700 (Sat, 25 Nov 2006) | 1 line
  
  A little bit of func_cdr documentation upgrade-- no bug# involved, although 8221 may have inspired it.
................
  r48017 | murf | 2006-11-25 17:26:16 -0700 (Sat, 25 Nov 2006) | 1 line
  
  might as well also document the raw values of the flag vars
................
  r48031 | oej | 2006-11-26 23:41:33 -0700 (Sun, 26 Nov 2006) | 2 lines
  
  Change logging message
................
  r48038 | file | 2006-11-27 08:32:19 -0700 (Mon, 27 Nov 2006) | 10 lines
  
  Merged revisions 48037 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r48037 | file | 2006-11-27 10:30:37 -0500 (Mon, 27 Nov 2006) | 2 lines
  
  Do not reference the freed outgoing structure in the debug message. (issue #8425 reported by arkadia)
  
  ........
................
  r48046 | russell | 2006-11-27 10:17:40 -0700 (Mon, 27 Nov 2006) | 2 lines
  
  Remove a couple of unused variables (issue #8380, casper)
................
  r48049 | tilghman | 2006-11-27 10:20:37 -0700 (Mon, 27 Nov 2006) | 10 lines
  
  Merged revisions 48045 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r48045 | tilghman | 2006-11-27 11:15:54 -0600 (Mon, 27 Nov 2006) | 2 lines
  
  Random MOH wasn't really random (bug 8381)
  
  ........
................
  r48054 | file | 2006-11-27 11:06:50 -0700 (Mon, 27 Nov 2006) | 10 lines
  
  Merged revisions 48053 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r48053 | file | 2006-11-27 13:03:57 -0500 (Mon, 27 Nov 2006) | 2 lines
  
  Use the proper function to get the new message count instead of always using the filesystem. (issue #8421 reported by slimey)
  
  ........
................
  r48088 | file | 2006-11-28 09:57:16 -0700 (Tue, 28 Nov 2006) | 10 lines
  
  Merged revisions 48087 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r48087 | file | 2006-11-28 11:56:01 -0500 (Tue, 28 Nov 2006) | 2 lines
  
  According to the research I have done we never needed to include compiler.h in the first place so let's not! (issue #8430 reported by edguy3)
  
  ........
................
  r48095 | qwell | 2006-11-28 11:26:53 -0700 (Tue, 28 Nov 2006) | 2 lines
  
  Export several more variables in top level Makefile.  Inspired by issue 8438.
................
  r48101 | file | 2006-11-28 21:26:53 -0700 (Tue, 28 Nov 2006) | 2 lines
  
  Don't crash if the mailstream was not created.
................
  r48105 | oej | 2006-11-29 01:03:36 -0700 (Wed, 29 Nov 2006) | 2 lines
  
  Clarify RTP timers. Sorry, grandma.
................
  r48107 | file | 2006-11-29 09:50:33 -0700 (Wed, 29 Nov 2006) | 10 lines
  
  Merged revisions 48106 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r48106 | file | 2006-11-29 11:47:10 -0500 (Wed, 29 Nov 2006) | 2 lines
  
  If the frame was duplicated before writing out then we need to free it. (issue #8429 reported by edguy3)
  
  ........
................
  r48113 | oej | 2006-11-29 12:56:56 -0700 (Wed, 29 Nov 2006) | 14 lines
  
  Explain the use device status system implemented in SIP for subscriptions,
  queues and manager a bit better.
  
  Like in 1.2, you will get more detailed information if you set a call 
  limit for a device. When the call limit is reached, the status system will
  report a device as busy.
  
  For queues, setting a call limit per SIP device is propably a requirement.
  
  In most cases, it will work much better if you only use type=peer and not
  type=friend. We might decide to backport the new setting from trunk to
  apply all call limits to the peer part of a friend only.
................
  r48115 | file | 2006-11-29 14:05:17 -0700 (Wed, 29 Nov 2006) | 2 lines
  
  Use MAILTMPLEN instead of sizeof in mm_login. (issue #8420 reported by slimey)
................
  r48129 | oej | 2006-11-30 02:12:30 -0700 (Thu, 30 Nov 2006) | 3 lines
  
  Clean up bad dialogs properly. Caused by GS 487 adapter without CSEQ on separate line 
  in the REGISTER request. Imported from 1.2.
................
  r48135 | oej | 2006-11-30 07:29:39 -0700 (Thu, 30 Nov 2006) | 3 lines
  
  Explain status reports and
  make codefreeze more happy :-)
................
  r48143 | file | 2006-11-30 10:57:35 -0700 (Thu, 30 Nov 2006) | 10 lines
  
  Merged revisions 48142 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r48142 | file | 2006-11-30 12:55:23 -0500 (Thu, 30 Nov 2006) | 2 lines
  
  Document 'port' for SIP peers, came up because of the current mailing list thread. (issue #8450 reported by blitzrage)
  
  ........
................
  r48147 | file | 2006-11-30 11:19:55 -0700 (Thu, 30 Nov 2006) | 9 lines
  
  Blocked revisions 48146 via svnmerge
  
  ........
  r48146 | file | 2006-11-30 13:17:54 -0500 (Thu, 30 Nov 2006) | 2 lines
  
  Remember the pointer to the allocated block of memory so that we can free it and not cause a memory leak. (issue #8449 reported by arkadia)
  
  ........
................
  r48152 | file | 2006-11-30 11:47:40 -0700 (Thu, 30 Nov 2006) | 10 lines
  
  Merged revisions 48151 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r48151 | file | 2006-11-30 13:42:45 -0500 (Thu, 30 Nov 2006) | 2 lines
  
  Print certain CDR messages out at the NOTICE level versus WARNING since they can occur when used with the CDR applications and are perfectly fine. (issue #8367 reported by dartvader)
  
  ........
................
  r48155 | file | 2006-11-30 12:05:14 -0700 (Thu, 30 Nov 2006) | 10 lines
  
  Merged revisions 48154 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r48154 | file | 2006-11-30 14:04:11 -0500 (Thu, 30 Nov 2006) | 2 lines
  
  Do not listen for DTMF on the bridge that comes into existence when ParkedCall is executed. This means native bridging can now occur for this. (issue #8406 reported by kebl0155)
  
  ........
................
  r48158 | file | 2006-11-30 13:07:55 -0700 (Thu, 30 Nov 2006) | 10 lines
  
  Merged revisions 48157 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r48157 | file | 2006-11-30 15:06:43 -0500 (Thu, 30 Nov 2006) | 2 lines
  
  Only print out debug message if bridged channel is not NULL. (issue #8412 reported by jubilex)
  
  ........
................
  r48162 | file | 2006-11-30 13:28:19 -0700 (Thu, 30 Nov 2006) | 9 lines
  
  Blocked revisions 48161 via svnmerge
  
  ........
  r48161 | file | 2006-11-30 15:27:29 -0500 (Thu, 30 Nov 2006) | 2 lines
  
  Don't write AST_FRAME_NULL or AST_FRAME_IAX frames out to the channel driver. (issue #8390 reported by hselasky)
  
  ........
................
  r48166 | oej | 2006-11-30 13:51:04 -0700 (Thu, 30 Nov 2006) | 2 lines
  
  Issue 8319 - change noncecount before using it.
................
  r48168 | file | 2006-11-30 14:18:24 -0700 (Thu, 30 Nov 2006) | 2 lines
  
  Do not do a partial bridge for Google Talk since we need to handle STUN. (issue #8448 reported by phsultan)
................
  r48177 | oej | 2006-12-01 10:41:56 -0700 (Fri, 01 Dec 2006) | 5 lines
  
  - Backport of the "limitonpeers" patch from trunk, to fix a lot of issues with queues and SIP device states
  - Remove support for T.38 early media, since it's impossible.
  
  (Two patches in one - extra friday evening offer due to being off line from svn today... :-)
................
  r48179 | tilghman | 2006-12-01 12:38:59 -0700 (Fri, 01 Dec 2006) | 2 lines
  
  Double-unlock error (reported by blitzrage on IRC)
................
  r48184 | qwell | 2006-12-01 13:19:44 -0700 (Fri, 01 Dec 2006) | 6 lines
  
  Merged revisions 48182 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  ........
................
  r48185 | qwell | 2006-12-01 13:24:32 -0700 (Fri, 01 Dec 2006) | 2 lines
  
  erm, hmm...I typod a merge...that went...strangely
................
  r48186 | qwell | 2006-12-01 13:25:51 -0700 (Fri, 01 Dec 2006) | 10 lines
  
  Merged revisions 48183 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r48183 | qwell | 2006-12-01 14:19:10 -0600 (Fri, 01 Dec 2006) | 2 lines
  
  Fix a small typo - issue 8848, reported by pabelanger
  
  ........
................
  r48190 | russell | 2006-12-01 16:16:28 -0700 (Fri, 01 Dec 2006) | 12 lines
  
  FreeBSD 6.1 does not include wget by default.  However, it has fetch which will
  work just fine for our purposes of downloading the sounds packages.  So, check
  for both wget and fetch and the configure script and use what was found to
  download them.  If neither one was found, and sound packages are selected that
  must be downloaded, the install process will print out an informative error
  message indicating the situation.
  
  Also, fix a couple places where "make" was hard coded into some output messages
  by replacing them with the $(MAKE) variable.
  
  (issue #8451, initial patch by pabelanger, with additional modifications by me)
................
  r48193 | kpfleming | 2006-12-01 16:37:28 -0700 (Fri, 01 Dec 2006) | 10 lines
  
  Merged revisions 48192 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r48192 | kpfleming | 2006-12-01 17:30:59 -0600 (Fri, 01 Dec 2006) | 2 lines
  
  if Dial() is going to send music-on-hold to the calling party, it has to send PROGRESS first to ensure that the reverse audio path has been setup first (BE-106)
  
  ........
................
  r48195 | russell | 2006-12-01 20:50:58 -0700 (Fri, 01 Dec 2006) | 3 lines
  
  Backport the comment containing the warning regarding the limitations on the
  usage of this function.  It is thread safe, but not technically reentrant.
................
  r48199 | oej | 2006-12-02 04:32:51 -0700 (Sat, 02 Dec 2006) | 11 lines
  
  - Disable RTP hold timers while T.38 fax transmission happens
  - Encapsulate RTP timers in the rtp structure so we have one for video and one for audio
     The video one is not used in 1.4, really. Will be used for RTP keepalives when we can send
     something that video phones support in the RTP stream.
     I now this is a big architectual change at this stage for 1.4, but decided it was needed
     to avoid future bug reports.
  - Document the RTP NAT keepalive option in sip.conf.sample
  
  Issue 7679 in the bug tracker. Please test.
................
  r48219 | oej | 2006-12-02 14:45:58 -0700 (Sat, 02 Dec 2006) | 3 lines
  
  - Removing one of two pieces of code to handle 481 response on INVITE
  - Move handling of REFER response to handle_response_refer()
................
  r48223 | russell | 2006-12-02 23:34:14 -0700 (Sat, 02 Dec 2006) | 3 lines
  
  When "fetch" is in use, instead of "wget", --continue is not a valid option.
  (issue #8451)
................
  r48228 | qwell | 2006-12-04 10:43:24 -0700 (Mon, 04 Dec 2006) | 4 lines
  
  Attempt to document some of the dependencies that are needed for net-snmp
  
  Issue 8499 - initial patch by blitzrage.
................
  r48230 | qwell | 2006-12-04 10:54:46 -0700 (Mon, 04 Dec 2006) | 4 lines
  
  Add documentation to voicemail.conf.sample for ODBC storage.
  
  Issue 8499 - patch by blitzrage.
................
  r48234 | file | 2006-12-04 11:16:31 -0700 (Mon, 04 Dec 2006) | 9 lines
  
  Blocked revisions 48233 via svnmerge
  
  ........
  r48233 | file | 2006-12-04 13:14:46 -0500 (Mon, 04 Dec 2006) | 2 lines
  
  If the generic bridge tells us not to retry, and we have a frame to spit out then break the bridge. Props to markit in #asterisk-bugs for bringing this up.
  
  ........
................
  r48237 | qwell | 2006-12-04 12:08:18 -0700 (Mon, 04 Dec 2006) | 11 lines
  
  Blocked revisions 48236 via svnmerge
  
  ........
  r48236 | qwell | 2006-12-04 13:06:26 -0600 (Mon, 04 Dec 2006) | 4 lines
  
  Fix an issue where a message isn't saved correctly when using ODBC storage and reviewing a message.
  
  Issue 8016 - patch by sokhapkin.
  
  ........
................
  r48247 | qwell | 2006-12-04 14:23:11 -0700 (Mon, 04 Dec 2006) | 14 lines
  
  Blocked revisions 48246 via svnmerge
  
  ........
  r48246 | qwell | 2006-12-04 15:20:34 -0600 (Mon, 04 Dec 2006) | 7 lines
  
  Revert change from 8016 - this breaks other stuff...  Needs further review.
  
  Tip: When you've reported a bug about something and somebody has put up a
  patch for it..  It's not a good idea to open a completely new bug and say that
  something is broken because of the patch in the other bug - PLEASE mention
  something in the bug where the patch was actually created.
  
  ........
................
  r48248 | qwell | 2006-12-04 14:48:41 -0700 (Mon, 04 Dec 2006) | 2 lines
  
  Fix an issue which didn't allow unavail/greet/busy/etc messages from being saved into ODBC (and probably IMAP).
................
  r48252 | tilghman | 2006-12-04 18:34:34 -0700 (Mon, 04 Dec 2006) | 14 lines
  
  Merged revisions 48251 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r48251 | tilghman | 2006-12-04 19:26:08 -0600 (Mon, 04 Dec 2006) | 6 lines
  
  If the recording in the database is too large, it will fail to retrieve with
  an mmap error.  Not too sure why this doesn't happen when we put it in the
  database, also, but since that doesn't seem to be broken, I'm not going to fix
  it (at least until someone reports it).  Solution is to ask for the file in
  smaller chunks.  (Bug 8385)
  
  ........
................
  r48254 | tilghman | 2006-12-04 18:41:02 -0700 (Mon, 04 Dec 2006) | 2 lines
  
  Oops, forgot to release the odbc handle
................
  r48264 | oej | 2006-12-05 05:39:30 -0700 (Tue, 05 Dec 2006) | 11 lines
  
  Updating sip.conf.sample with information about T38 not working
  when chan_local or chan_agent is involved in the call.
  
  I don't know how big a fix that would be to solve, but this is
  the current state of affairs.
  
  (Chan_sip currently checks if the other side of the bridge
  has a SIP tech. We could/should implement another check,
  possibly for udptl_write or some flag in the ast_channel
  structure).
................
  r48268 | oej | 2006-12-05 08:59:05 -0700 (Tue, 05 Dec 2006) | 2 lines
  
  Add missing s from another repository. (thanks jcmoore!)
................
  r48270 | oej | 2006-12-05 10:29:43 -0700 (Tue, 05 Dec 2006) | 4 lines
  
  Merging the invitestate-1.4 branch after successful testing.
  
  Will check if I can solve this with less changes in 1.2.
................
  r48279 | qwell | 2006-12-05 13:42:52 -0700 (Tue, 05 Dec 2006) | 4 lines
  
  Fix curl version number testing to be much more friendly to non-bash shells.
  
  Issue 8508, patch by me.  This *SHOULD* be POSIX compliant now..
................
  r48281 | file | 2006-12-05 13:45:28 -0700 (Tue, 05 Dec 2006) | 2 lines
  
  Regenerate configure from Qwell's last commit.
................
  r48316 | oej | 2006-12-06 05:17:31 -0700 (Wed, 06 Dec 2006) | 2 lines
  
  Block patch from 1.2
................
  r48317 | oej | 2006-12-06 05:27:43 -0700 (Wed, 06 Dec 2006) | 2 lines
  
  Don't send Contact on MESSAGE
................
  r48323 | russell | 2006-12-06 09:15:45 -0700 (Wed, 06 Dec 2006) | 11 lines
  
  Merged revisions 48322 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r48322 | russell | 2006-12-06 11:05:54 -0500 (Wed, 06 Dec 2006) | 3 lines
  
  Fix the name of the rtignoreregexpire option in the sample configuration file.
  (issue #8526, arkadia)
  
  ........
................
  r48326 | oej | 2006-12-06 09:25:06 -0700 (Wed, 06 Dec 2006) | 2 lines
  
  Issue #8258 - fix handling of 487 being retransmitted to Asterisk
................
  r48349 | murf | 2006-12-07 08:33:32 -0700 (Thu, 07 Dec 2006) | 1 line
  
  Here lies the fixes that killed bug 8423 -- OriginateSuccess and OriginateError incomplete channel name. May it rest in peace.
................
  r48357 | russell | 2006-12-07 11:17:28 -0700 (Thu, 07 Dec 2006) | 11 lines
  
  Merged revisions 48356 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r48356 | russell | 2006-12-07 13:14:13 -0500 (Thu, 07 Dec 2006) | 3 lines
  
  Ensure that the file position is not incremented beyond the total number of
  files available for playback.  (issue #8539, ulogic)
  
  ........
................
  r48362 | russell | 2006-12-09 08:47:01 -0700 (Sat, 09 Dec 2006) | 13 lines
  
  Blocked revisions 48361 via svnmerge
  
  ........
  r48361 | russell | 2006-12-09 10:45:37 -0500 (Sat, 09 Dec 2006) | 6 lines
  
  Use locking when accessing the registrations list.  This list is not actually
  used very often, so the likelihood of there being a problem is pretty small,
  but still possible.  For example, if the CLI command to list the registrations
  was called at the same time that a reload was occurring and the registrations
  list was getting destroyed and rebuilt, a crash could occur.
  
  ........
................
  r48363 | russell | 2006-12-09 08:59:42 -0700 (Sat, 09 Dec 2006) | 8 lines
  
  Use locking when accessing the registrations list.  This list is not actually
  used very often, so the likelihood of there being a problem is pretty small,
  but still possible.  For example, if the CLI command to list the registrations
  was called at the same time that a reload was occurring and the registrations
  list was getting destroyed and rebuilt, a crash could occur.
  
  In passing, go ahead and convert this list to use the linked list macros.
................
  r48372 | murf | 2006-12-09 20:04:18 -0700 (Sat, 09 Dec 2006) | 9 lines
  
  Merged revisions 48371 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r48371 | murf | 2006-12-09 19:14:13 -0700 (Sat, 09 Dec 2006) | 1 line
  
  This version applies the patch suggested by stevens in bug 7836 (make inbound channel RINGING state consistent with other channels).
  ........
................
  r48375 | tilghman | 2006-12-10 17:47:21 -0700 (Sun, 10 Dec 2006) | 13 lines
  
  Merged revisions 48374 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r48374 | tilghman | 2006-12-10 18:33:59 -0600 (Sun, 10 Dec 2006) | 5 lines
  
  When doing a fork() and exec(), two problems existed (Issue 8086):
  1) Ignored signals stayed ignored after the exec().
  2) Signals could possibly fire between the fork() and exec(), causing Asterisk
  signal handlers within the child to execute, which caused nasty race conditions.
  
  ........
................
  r48377 | file | 2006-12-10 21:57:38 -0700 (Sun, 10 Dec 2006) | 2 lines
  
  Don't access the conference structure after it has been freed.
................
  r48379 | file | 2006-12-10 22:30:01 -0700 (Sun, 10 Dec 2006) | 2 lines
  
  Use the correct API call to say a device state changed. (Yes, I'm a nub.)
................
  r48381 | file | 2006-12-10 22:36:45 -0700 (Sun, 10 Dec 2006) | 2 lines
  
  Merge in my latest RTP changes. Break out RTP and RTCP callback functions so they no longer share a common one.
................
  r48382 | tilghman | 2006-12-10 22:37:09 -0700 (Sun, 10 Dec 2006) | 2 lines
  
  STRFTIME() does not actually require an argument (issue 8540)
................
  r48391 | file | 2006-12-11 14:31:23 -0700 (Mon, 11 Dec 2006) | 2 lines
  
  Return non-existant callerid handling to that which it was before. In 1.4 and trunk callerid can be allocated but not have any contents so we have to use ast_strlen_zero before passing it to the relevant functions. (issue #8567 reported by pabelanger)
................
  r48396 | mogorman | 2006-12-11 15:11:35 -0700 (Mon, 11 Dec 2006) | 12 lines
  
  Merged revisions 48394 via svnmerge from 
  https://svn.digium.com/svn/asterisk/branches/1.2
  
  ........
  r48394 | mogorman | 2006-12-11 15:55:43 -0600 (Mon, 11 Dec 2006) | 4 lines
  
  app_externalivr needs a real silence file, and additional
  changes to add silence files into core instead of extra
  patch provided by bug 8177 with minor additions.
  
  ........
................
  r48399 | mogorman | 2006-12-11 16:02:10 -0700 (Mon, 11 Dec 2006) | 2 lines
  
  new sounds package with 100% more silence
................

[... 46257 lines stripped ...]


More information about the asterisk-commits mailing list