[svn-commits] simon.perreault: branch group/v6 r87648 - in /team/group/v6/trunk: ./ agi/ ap...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Oct 30 15:09:54 CDT 2007


Author: simon.perreault
Date: Tue Oct 30 15:09:53 2007
New Revision: 87648

URL: http://svn.digium.com/view/asterisk?view=rev&rev=87648
Log:
Merged revisions 85648,85650,85682-85683,85685,85718-85719,85721,85751,85764,85777-85778,85787,85819-85820,85851,85853,85883,85897,85943-85944,85957,85959,85965,85992,85995,85998,86029-86030,86033,86064-86065,86067,86079,86104,86118-86119,86150,86180-86182,86195,86197,86208,86238,86277-86278,86297-86298,86329,86331,86350,86373,86407-86408,86439,86470,86472,86503,86534,86536,86549,86572,86585,86616-86617,86631,86662,86664,86695-86697,86734,86749,86751,86755,86757,86790,86820,86835,86839,86900-86901,86903,86954,86967,86983,86985,87024,87040,87070,87103-87104,87121,87153-87154,87187,87202,87217,87231-87233,87247,87263-87264,87295,87325,87327,87341,87343,87392-87395,87397,87428,87462,87466-87467,87498,87535,87568,87572-87573,87608,87626 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
r85648 | russell | 2007-10-15 15:19:01 -0400 (Mon, 15 Oct 2007) | 13 lines

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

........
r85647 | russell | 2007-10-15 14:11:38 -0500 (Mon, 15 Oct 2007) | 5 lines

The loop in the handler for the "core show locks" could potentially block for
some amount of time.  Be a little bit more careful and prepare all of the
output in an intermediary buffer while holding a global resource.  Then, after
releasing it, send the output to ast_cli().

........

................
r85650 | russell | 2007-10-15 15:25:56 -0400 (Mon, 15 Oct 2007) | 10 lines

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

........
r85649 | russell | 2007-10-15 14:22:45 -0500 (Mon, 15 Oct 2007) | 2 lines

Be pedantic about handling memory allocation failure.

........

................
r85682 | russell | 2007-10-15 16:08:04 -0400 (Mon, 15 Oct 2007) | 10 lines

Added support for reading the TOUCH_MONITOR_PREFIX channel variable.
It allows you to configure a prefix for auto-monitor recordings.

(closes issue #6353)
Reported by: ivanfm
Patches: 
      asterisk_automon_v4.patch uploaded by ivanfm (original patch)
	   - updated patch:
         6353-touch_monitor_prefix.diff uploaded by qwell (license 4)

................
r85683 | russell | 2007-10-15 16:09:42 -0400 (Mon, 15 Oct 2007) | 1 line

add TOUCH_MONITOR_PREF to the channel var docs
................
r85685 | qwell | 2007-10-15 16:16:48 -0400 (Mon, 15 Oct 2007) | 14 lines

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

(closes issue #10938)
........
r85684 | qwell | 2007-10-15 15:15:51 -0500 (Mon, 15 Oct 2007) | 5 lines

Properly use DESTDIR in 'config' target.
Do not try to run chkconfig or similar if using DESTDIR.

Issue 10938, patch by cabal95.

........

................
r85718 | russell | 2007-10-15 17:01:00 -0400 (Mon, 15 Oct 2007) | 15 lines

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

........
r85686 | russell | 2007-10-15 15:21:27 -0500 (Mon, 15 Oct 2007) | 7 lines

Add a small fix for the tw version of saying dates.

(closes issue #7827)
Reported by: sharkey
Patches: 
      say.nits.patch uploaded by sharkey (license 172)

........

................
r85719 | russell | 2007-10-15 17:01:23 -0400 (Mon, 15 Oct 2007) | 14 lines

Blocked revisions 85717 via svnmerge

........
r85717 | russell | 2007-10-15 15:59:27 -0500 (Mon, 15 Oct 2007) | 7 lines

Previously, app_queue created a thread to handle every single device state
change.  I changed this a while ago in trunk for performance reasons.  However,
bug 8407 points out that it is actually a race condition, causing device state
changes to get processed in random order.  So, I backported my changes from
trunk to 1.4.
(closes issue #8407, patch provided by tim_ringenbach, committed patch by me)

........

................
r85721 | russell | 2007-10-15 17:11:06 -0400 (Mon, 15 Oct 2007) | 11 lines

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

........
r85720 | russell | 2007-10-15 16:10:02 -0500 (Mon, 15 Oct 2007) | 3 lines

Ensure that no pending state changes are leaked when the device state change
thread gets stopped on module unload.

........

................
r85751 | tilghman | 2007-10-15 18:03:01 -0400 (Mon, 15 Oct 2007) | 12 lines

Blocked revisions 85687 via svnmerge

........
r85687 | tilghman | 2007-10-15 15:29:35 -0500 (Mon, 15 Oct 2007) | 5 lines

Don't execute a gosub if the arguments is zero-len (not just NULL)
Reported by davevg
Fixed by me
Closes issue #10985

........

................
r85764 | qwell | 2007-10-15 19:20:40 -0400 (Mon, 15 Oct 2007) | 5 lines

Switch dundi to new tos config format.
Remove old unused defines for old style.

Closes issue 10860, patch by IgorG.

................
r85777 | phsultan | 2007-10-16 05:47:22 -0400 (Tue, 16 Oct 2007) | 10 lines

Make an audio path under the following call configuration :
SIP Phone 1 --- [chan_sip]Asterisk 1[chan_jingle] --- [chan_jingle]Asterisk 2[chan_sip] --- SIP Phone 2

Modifications :
- set bridge type to partial ;
- process media candidates from the remote peer properly.

Now we have Jingle audio, at least between two Asterisk Jingle
clients.

................
r85778 | phsultan | 2007-10-16 06:29:33 -0400 (Tue, 16 Oct 2007) | 3 lines

Added two CLI functions, taken from chan_gtalk :
- jingle reload ;
- jingle show channels.
................
r85787 | phsultan | 2007-10-16 06:38:57 -0400 (Tue, 16 Oct 2007) | 1 line

Fix CLI help output
................
r85819 | file | 2007-10-16 10:21:27 -0400 (Tue, 16 Oct 2007) | 14 lines

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

........
r85818 | file | 2007-10-16 11:19:39 -0300 (Tue, 16 Oct 2007) | 6 lines

Fix memory allocation issue in threadstorage.
(closes issue #10995)
Reported by: snuffy
Patches:
      new-patch.diff uploaded by snuffy (license 35)

........

................
r85820 | file | 2007-10-16 10:27:27 -0400 (Tue, 16 Oct 2007) | 2 lines

Permit building under DEBUG_THREADLOCALS. Thanks snuff.

................
r85851 | file | 2007-10-16 11:15:53 -0400 (Tue, 16 Oct 2007) | 12 lines

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

........
r85850 | file | 2007-10-16 11:52:22 -0300 (Tue, 16 Oct 2007) | 4 lines

Check to make sure a value has been given to the VMCOUNT dialplan function.
(closes issue #10996)
Reported by: marsosa

........

................
r85853 | mmichelson | 2007-10-16 11:24:50 -0400 (Tue, 16 Oct 2007) | 3 lines

Blocking changes from previous commit


................
r85883 | mmichelson | 2007-10-16 12:40:24 -0400 (Tue, 16 Oct 2007) | 5 lines

Fix IMAP compilation error.

(closes issue #10986, reported and patched by snuffy)


................
r85897 | russell | 2007-10-16 15:12:24 -0400 (Tue, 16 Oct 2007) | 10 lines

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

........
r85896 | russell | 2007-10-16 14:10:01 -0500 (Tue, 16 Oct 2007) | 2 lines

Remove a pointless lock.

........

................
r85943 | tilghman | 2007-10-16 15:47:16 -0400 (Tue, 16 Oct 2007) | 12 lines

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

........
r85921 | tilghman | 2007-10-16 14:41:40 -0500 (Tue, 16 Oct 2007) | 4 lines

Also set up gmtoff (this is used in the %z gnu extension to strftime)
Reported and fixed by jcmoore
Closes issue #11002

........

................
r85944 | russell | 2007-10-16 16:32:16 -0400 (Tue, 16 Oct 2007) | 9 lines

This fixes SIP subscriptions in trunk.

Don't improperly memset() over an ast_str.  This was leftover from before it
got changed to use ast_str.

(closes issue #11003, reported by pj)
(closes issue #10770, reported by yehavi)
(patched by me)

................
r85957 | mattf | 2007-10-16 16:55:57 -0400 (Tue, 16 Oct 2007) | 1 line

Don't hangup the call for SS7 if we get an alarm
................
r85959 | mmichelson | 2007-10-16 17:16:00 -0400 (Tue, 16 Oct 2007) | 13 lines

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

........
r85958 | mmichelson | 2007-10-16 16:14:34 -0500 (Tue, 16 Oct 2007) | 5 lines

Trying to remove a non-dynamic queue member via dynamic means can lead to some
interesting (read nasty) situations. This patch clears up the issue by making
only dynamic queue members removable via dynamic methods.


........

................
r85965 | mmichelson | 2007-10-16 17:38:05 -0400 (Tue, 16 Oct 2007) | 6 lines

Fixing app_read so that if a timeout of less than 1 ms is specified,
assume that 1 ms is desired.

(closes issue #11000, reported and patched by michael-fig, with a warning line added by me)


................
r85992 | mmichelson | 2007-10-16 17:51:26 -0400 (Tue, 16 Oct 2007) | 3 lines

Fixing the build.


................
r85995 | russell | 2007-10-16 18:21:45 -0400 (Tue, 16 Oct 2007) | 24 lines

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

........
r85994 | russell | 2007-10-16 17:14:36 -0500 (Tue, 16 Oct 2007) | 16 lines

Some locking errors exposed the fact that the lock debugging code itself was
not thread safe.  How ironic!  Anyway, these changes ensure that the code that
is accessing the lock debugging data is thread-safe.  

Many thanks to Ivan for finding and fixing the core issue here, and also 
thanks to those that tested the patch and provided test results.

(closes issue #10571)
(closes issue #10886)
(closes issue #10875)
(might close some others, as well ...)

Patches: (from issue #10571)
      ivan_ast_1_4_12_rel_patch_lock.h.diff uploaded by Ivan (license 229)
       - a few small changes by me

........

................
r85998 | russell | 2007-10-16 18:36:58 -0400 (Tue, 16 Oct 2007) | 9 lines

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

........
r85997 | russell | 2007-10-16 17:36:16 -0500 (Tue, 16 Oct 2007) | 1 line

really picky formatting tweak ...
........

................
r86029 | mmichelson | 2007-10-16 18:51:20 -0400 (Tue, 16 Oct 2007) | 13 lines

Blocked revisions 86028 via svnmerge

........
r86028 | mmichelson | 2007-10-16 17:49:10 -0500 (Tue, 16 Oct 2007) | 6 lines

Adding deprecated warning to monitor-join option, since the plan is to
no longer support this in favor of monitor-type = mixmonitor

(related to issue #10885)


........

................
r86030 | mmichelson | 2007-10-16 18:54:37 -0400 (Tue, 16 Oct 2007) | 6 lines

Removed the monitor-join option. If one wishes to mix audio, they should instead use
monitor-type=mixmonitor.

(related to issue #10885)


................
r86033 | mmichelson | 2007-10-16 19:36:35 -0400 (Tue, 16 Oct 2007) | 11 lines

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

........
r86032 | mmichelson | 2007-10-16 18:35:31 -0500 (Tue, 16 Oct 2007) | 3 lines

Since monitor-join is deprecated now, remove the example from the sample queues.conf file


........

................
r86064 | file | 2007-10-17 11:09:36 -0400 (Wed, 17 Oct 2007) | 12 lines

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

........
r86063 | file | 2007-10-17 12:06:36 -0300 (Wed, 17 Oct 2007) | 4 lines

Don't schedule dialog destruction if a MESSAGE is received using an existing dialog.
(closes issue #11010)
Reported by: vadim

........

................
r86065 | tilghman | 2007-10-17 11:13:51 -0400 (Wed, 17 Oct 2007) | 2 lines

Enhancements to realtime (closes issue #9609)

................
r86067 | file | 2007-10-17 11:30:55 -0400 (Wed, 17 Oct 2007) | 4 lines

Change dependency for chan_usbradio to asound. Let's keep everything uniform.
(closes issue #11013)
Reported by: seanbright

................
r86079 | tilghman | 2007-10-17 11:39:24 -0400 (Wed, 17 Oct 2007) | 11 lines

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

........
r86066 | tilghman | 2007-10-17 10:23:51 -0500 (Wed, 17 Oct 2007) | 3 lines

When runuser/rungroup is specified, a remote console could only be attained by root
(Closes issue #9999)

........

................
r86104 | qwell | 2007-10-17 12:09:01 -0400 (Wed, 17 Oct 2007) | 4 lines

Allow chan_usbradio to compile again.

Closes issue #11014, patch by seanbright.

................
r86118 | file | 2007-10-17 13:00:13 -0400 (Wed, 17 Oct 2007) | 12 lines

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

........
r86117 | file | 2007-10-17 13:58:03 -0300 (Wed, 17 Oct 2007) | 4 lines

Whoops, forgot to remove the original sip_scheddestroy.
(closes issue #11010)
Reported by: vadim

........

................
r86119 | tilghman | 2007-10-17 13:06:47 -0400 (Wed, 17 Oct 2007) | 3 lines

Support color on certain platforms, even when started at boot (before TERM is set)
Closes issue #9048

................
r86150 | russell | 2007-10-17 14:01:38 -0400 (Wed, 17 Oct 2007) | 16 lines

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

........
r86149 | russell | 2007-10-17 12:57:45 -0500 (Wed, 17 Oct 2007) | 8 lines

If Asterisk is in the middle of shutting down, respond to OPTIONS
with 503 Unavailable.

(closes issue #10994)
Reported by: eserra
Patches:
      sip-options-503.patch uploaded by eserra (license 45)

........

................
r86180 | murf | 2007-10-17 15:58:20 -0400 (Wed, 17 Oct 2007) | 1 line

more stub routines to allow linkage in stand-alone environment, with thread debugs turned on
................
r86181 | murf | 2007-10-17 15:59:49 -0400 (Wed, 17 Oct 2007) | 1 line

more stub routines to allow linkage in stand-alone environment, with thread debugs turned on
................
r86182 | murf | 2007-10-17 16:06:28 -0400 (Wed, 17 Oct 2007) | 1 line

and then, I noticed the clicompat stuff.
................
r86195 | tilghman | 2007-10-17 16:42:20 -0400 (Wed, 17 Oct 2007) | 2 lines

Document the changes made earlier today to meetme

................
r86197 | tilghman | 2007-10-17 17:16:40 -0400 (Wed, 17 Oct 2007) | 2 lines

Simplify some preprocessor logic by using #elif

................
r86208 | mmichelson | 2007-10-17 17:41:06 -0400 (Wed, 17 Oct 2007) | 14 lines

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

........
r86202 | mmichelson | 2007-10-17 16:39:05 -0500 (Wed, 17 Oct 2007) | 6 lines

Changing the strategy field of the call_queue struct to be signed instead of unsigned,
since the code attempts to set the strategy to -1 if you specify a bogus strategy.
While this isn't a huge issue in 1.4, it could be a problem for someone who, say, tries
to use the roundrobin strategy in trunk (despite all the deprecation warnings in 1.4).


........

................
r86238 | russell | 2007-10-18 00:41:33 -0400 (Thu, 18 Oct 2007) | 17 lines

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

........
r86237 | russell | 2007-10-17 23:40:52 -0500 (Wed, 17 Oct 2007) | 9 lines

Revert a change that I made for issue #10979 which, as has been pointed out to
me in issue #11018, doesn't really make sense.  There is no reason to have
the base64 decode function force a '\0' terminated buffer, when the result is
almost always binary, anyway.  In fact, this caused some breakage, as some code
in res_crypto passed in a buffer exactly the right size to get its binary
result, which got stomped on by this patch.

(closes issue #11018, reported by dimas)

........

................
r86277 | tilghman | 2007-10-18 03:12:18 -0400 (Thu, 18 Oct 2007) | 2 lines

On reload, re-read the files in the specified moh directory (closes issue #10536)

................
r86278 | tilghman | 2007-10-18 03:23:41 -0400 (Thu, 18 Oct 2007) | 4 lines

Code cleanup of acl.c
Reported by dimas
Closes issue #10784

................
r86297 | russell | 2007-10-18 11:57:30 -0400 (Thu, 18 Oct 2007) | 11 lines

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

........
r86296 | russell | 2007-10-18 10:45:55 -0500 (Thu, 18 Oct 2007) | 3 lines

Execute the RELEASE operation on transcoder channels in the destroy callback.
(patch from jsloan)

........

................
r86298 | mmichelson | 2007-10-18 12:16:51 -0400 (Thu, 18 Oct 2007) | 3 lines

Changed some spaces to tabs


................
r86329 | mmichelson | 2007-10-18 13:40:45 -0400 (Thu, 18 Oct 2007) | 13 lines

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

........
r86328 | mmichelson | 2007-10-18 12:38:26 -0500 (Thu, 18 Oct 2007) | 5 lines

If a non-existent file is specified to be played either as a periodic announcement
or as a hold/position announcement, the caller would be kicked out of the queue.
No longer does this happen.


........

................
r86331 | russell | 2007-10-18 14:06:49 -0400 (Thu, 18 Oct 2007) | 18 lines

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

........
r86330 | russell | 2007-10-18 13:03:10 -0500 (Thu, 18 Oct 2007) | 10 lines

The channel needs to stay locked while running timer callbacks, as they access
and modify channel data that may change elsewhere.  I went through every timer
callback in the source tree to make sure that none of them did any additional
locking that could introduce deadlocks, and all is well.

(closes issue #10765)
Reported by: Ivan
Patches:
      ast_1_4_11_svn_patch_channel_rc.diff uploaded by Ivan (license 229)

........

................
r86350 | mmichelson | 2007-10-18 14:40:48 -0400 (Thu, 18 Oct 2007) | 5 lines

Fixing a segfault from tab-completing a "zap restart" CLI command.

(patch made by seanbright, pointed out in #asterisk-dev on IRC)


................
r86373 | russell | 2007-10-18 17:19:30 -0400 (Thu, 18 Oct 2007) | 14 lines

Blocked revisions 86371-86372 via svnmerge

........
r86371 | russell | 2007-10-18 16:14:15 -0500 (Thu, 18 Oct 2007) | 2 lines

Add support for setting the maximum trunk size for IAX2 trunking

........
r86372 | russell | 2007-10-18 16:16:47 -0500 (Thu, 18 Oct 2007) | 2 lines

Revert erroneous commit.

........

................
r86407 | qwell | 2007-10-18 18:01:53 -0400 (Thu, 18 Oct 2007) | 8 lines

Blocked revisions 86406 via svnmerge

........
r86406 | qwell | 2007-10-18 17:01:02 -0500 (Thu, 18 Oct 2007) | 1 line

Correct documentation.  I removed the wrong line..
........

................
r86408 | qwell | 2007-10-18 18:03:03 -0400 (Thu, 18 Oct 2007) | 13 lines

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

(Closes issue #11029)
........
r86405 | qwell | 2007-10-18 16:58:44 -0500 (Thu, 18 Oct 2007) | 4 lines

Add documentation for options in asterisk.conf

Issue 11029, patch by eserra

........

................
r86439 | transnexus | 2007-10-18 21:56:47 -0400 (Thu, 18 Oct 2007) | 2 lines

Fixed a buffer size issue.

................
r86470 | file | 2007-10-19 11:10:24 -0400 (Fri, 19 Oct 2007) | 12 lines

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

........
r86469 | file | 2007-10-19 12:08:12 -0300 (Fri, 19 Oct 2007) | 4 lines

Set port number in received as information for registrations as well.
(closes issue #11028)
Reported by: brad-x

........

................
r86472 | file | 2007-10-19 11:36:27 -0400 (Fri, 19 Oct 2007) | 14 lines

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

........
r86471 | file | 2007-10-19 12:33:49 -0300 (Fri, 19 Oct 2007) | 6 lines

Fix two issues with domains and transfers. If a port was given in the hostname it was treated as part of the hostname. If domains were configured but external domains were not enabled all transfers would be considered remote.
(closes issue #11027)
Reported by: ramonpeek
Patches:
      11027-1.diff uploaded by ramonpeek (license 266)

........

................
r86503 | file | 2007-10-19 12:40:52 -0400 (Fri, 19 Oct 2007) | 12 lines

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

........
r86502 | file | 2007-10-19 13:38:29 -0300 (Fri, 19 Oct 2007) | 4 lines

When returning a DTMF digit from ast_control_streamfile cast it as a char so that 0 does not overlap with the success return code.
(closes issue #11023)
Reported by: cfc

........

................
r86534 | qwell | 2007-10-19 14:01:00 -0400 (Fri, 19 Oct 2007) | 13 lines

More changes to NEW_CLI.
Also fixes a few cli messages and some minor formatting.

(closes issue #11001)
Reported by: seanbright
Patches:
      newcli.1.patch uploaded by seanbright (license 71)
      newcli.2.patch uploaded by seanbright (license 71)
      newcli.4.patch uploaded by seanbright (license 71)
      newcli.5.patch uploaded by seanbright (license 71)
      newcli.6.patch uploaded by seanbright (license 71)
      newcli.7.patch uploaded by seanbright (license 71)

................
r86536 | qwell | 2007-10-19 14:29:40 -0400 (Fri, 19 Oct 2007) | 4 lines

Convert NEW_CLI to AST_CLI.

Closes issue #11039, as suggested by seanbright.

................
r86549 | mattf | 2007-10-19 14:46:28 -0400 (Fri, 19 Oct 2007) | 1 line

Add better support for blocking and unblocking of CICs (#10965)
................
r86572 | mattf | 2007-10-20 15:56:26 -0400 (Sat, 20 Oct 2007) | 1 line

Improved comments and organization for zapata.conf (#10904)
................
r86585 | russell | 2007-10-21 18:52:20 -0400 (Sun, 21 Oct 2007) | 16 lines

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

........
r85532 | russell | 2007-10-13 00:24:33 -0500 (Sat, 13 Oct 2007) | 8 lines

Properly handle the case where read() may return the text for more than one
CLI command at once for a remote console.

(closes issue #10888)
Reported by: jamesgolovich
Patches: 
      asterisk-climultiple.diff.txt uploaded by jamesgolovich (license 176)

........

................
r86616 | crichter | 2007-10-22 06:04:04 -0400 (Mon, 22 Oct 2007) | 1 line

started to add some basic support for supplementary services like CallForwarding and so forth
................
r86617 | crichter | 2007-10-22 06:18:43 -0400 (Mon, 22 Oct 2007) | 9 lines

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

........
r86598 | crichter | 2007-10-22 11:21:15 +0200 (Mo, 22 Okt 2007) | 1 line

we send DISCONNECT instead of RELEASE/RELEASE_COMPLETE if the dialplan does not match after an overlap call. Also added out_cause=1
........

................
r86631 | file | 2007-10-22 09:36:13 -0400 (Mon, 22 Oct 2007) | 14 lines

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

........
r86630 | file | 2007-10-22 10:33:23 -0300 (Mon, 22 Oct 2007) | 6 lines

Fixes for building under OpenSolaris.
(closes issue #11047)
Reported by: snuffy
Patches:
      11047-fixes.diff uploaded by snuffy (license 35)

........

................
r86662 | file | 2007-10-22 10:07:14 -0400 (Mon, 22 Oct 2007) | 14 lines

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

........
r86661 | file | 2007-10-22 11:05:26 -0300 (Mon, 22 Oct 2007) | 6 lines

Fix tab completion for dundi show peer.
(closes issue #11041)
Reported by: jsmith
Patches:
      asterisk-dundicomplete.diff.txt uploaded by jamesgolovich (license 176)

........

................
r86664 | file | 2007-10-22 10:28:07 -0400 (Mon, 22 Oct 2007) | 14 lines

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

........
r86663 | file | 2007-10-22 11:27:03 -0300 (Mon, 22 Oct 2007) | 6 lines

Move log message to before the frame it references is freed.
(closes issue #11050)
Reported by: slavon
Patches:
      channel.c.86662.diff uploaded by casper (license 55)

........

................
r86695 | kpfleming | 2007-10-22 10:56:05 -0400 (Mon, 22 Oct 2007) | 3 lines

merging patches that don't compile is bad... mmkay?


................
r86696 | mmichelson | 2007-10-22 10:58:57 -0400 (Mon, 22 Oct 2007) | 13 lines

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

........
r86694 | mmichelson | 2007-10-22 09:48:46 -0500 (Mon, 22 Oct 2007) | 5 lines

Account for the fact that sometimes headers may be terminated with \r\n instead of just \n

(closes issue #11043, reported by yehavi)


........

................
r86697 | kpfleming | 2007-10-22 10:59:27 -0400 (Mon, 22 Oct 2007) | 3 lines

resetinterval defaulting to something other than 'never' doesn't seem to accomplish any good and causes problems for plenty of people...


................
r86734 | russell | 2007-10-22 11:45:04 -0400 (Mon, 22 Oct 2007) | 12 lines

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

........
r86726 | russell | 2007-10-22 10:43:30 -0500 (Mon, 22 Oct 2007) | 4 lines

Update the static mutex initializer to include the initialization of
the internal mutex used to protect the lock debugging data.
(closes issue #11044, patch suggested by Ivan)

........

................
r86749 | russell | 2007-10-22 11:49:17 -0400 (Mon, 22 Oct 2007) | 3 lines

There is a really fun game that you can play before committing code,
and it's called "make".  :)

................
r86751 | russell | 2007-10-22 11:57:02 -0400 (Mon, 22 Oct 2007) | 16 lines

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

........
r86750 | russell | 2007-10-22 10:52:48 -0500 (Mon, 22 Oct 2007) | 8 lines

Don't leak a frame in the case that an END frame is received and the time since
the BEGIN is less than that of the defined minimum DTMF duration.

(closes issue #11051)
Reported by: casper
Patches:
      channel.c.86664.diff uploaded by casper (license 55)

........

................
r86755 | file | 2007-10-22 12:19:01 -0400 (Mon, 22 Oct 2007) | 12 lines

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

........
r86754 | file | 2007-10-22 13:15:18 -0300 (Mon, 22 Oct 2007) | 4 lines

Make sure res is a positive value before performing the check to determine whether the user stopped it or not.
(closes issue #11023)
Reported by: cfc

........

................
r86757 | file | 2007-10-22 12:36:56 -0400 (Mon, 22 Oct 2007) | 12 lines

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

........
r86756 | file | 2007-10-22 13:35:22 -0300 (Mon, 22 Oct 2007) | 4 lines

After reading online I have confirmed that Record-Route headers should be copied to 1xx responses as well.
(closes issue #10113)
Reported by: makoto

........

................
r86790 | tilghman | 2007-10-22 13:40:29 -0400 (Mon, 22 Oct 2007) | 10 lines

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

........
r86787 | tilghman | 2007-10-22 12:38:13 -0500 (Mon, 22 Oct 2007) | 2 lines

Minor FreeBSD build fix

........

................
r86820 | qwell | 2007-10-22 16:05:18 -0400 (Mon, 22 Oct 2007) | 1 line

Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense
................
r86835 | russell | 2007-10-22 17:17:16 -0400 (Mon, 22 Oct 2007) | 8 lines

Convert some spaces to tabs and make it so the CLI command is only registered
once instead of 3 times.

(closes issue #11053)
Reported by: seanbright
Patches:
      app_playback.patch uploaded by seanbright (license 71)

................
r86839 | russell | 2007-10-22 17:37:58 -0400 (Mon, 22 Oct 2007) | 17 lines

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

........
r86836 | russell | 2007-10-22 16:36:12 -0500 (Mon, 22 Oct 2007) | 9 lines

If lock tracking is not enabled, then we can not attempt to log any mutex
failures.  If so, we could end up in infinite recursion.  The only lock that
is affected by this is a mutex in astmm.c used when MALLOC_DEBUG is enabled.

(closes issue #11044)
Reported by: ys
Patches:
      lock.h.diff uploaded by ys (license 281)

........

................
r86900 | murf | 2007-10-23 16:44:58 -0400 (Tue, 23 Oct 2007) | 9 lines

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

........
r86881 | murf | 2007-10-23 14:22:25 -0600 (Tue, 23 Oct 2007) | 1 line

this update to Makefile corrects how ast_expr2f.c should be generated
........

................
r86901 | murf | 2007-10-23 17:06:15 -0400 (Tue, 23 Oct 2007) | 9 lines

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

........
r86880 | murf | 2007-10-23 14:20:54 -0600 (Tue, 23 Oct 2007) | 1 line

This should get rid of a really, really irritating warning generated by some 64-bit platforms from libc, where free(0) is frowned upon
........

................
r86903 | murf | 2007-10-23 17:25:37 -0400 (Tue, 23 Oct 2007) | 9 lines

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

........
r86902 | murf | 2007-10-23 15:18:08 -0600 (Tue, 23 Oct 2007) | 1 line

closes issue #11052 -- where nothing after the ? will allow un-initialized variable values to corrupt and crash asterisk on 64-bit platforms
........

................
r86954 | murf | 2007-10-24 00:44:27 -0400 (Wed, 24 Oct 2007) | 9 lines

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

........
r86936 | murf | 2007-10-23 22:14:28 -0600 (Tue, 23 Oct 2007) | 1 line

closes issue #11037 -- unable to specify app:spec in hint arguments
........

................
r86967 | murf | 2007-10-24 09:21:29 -0400 (Wed, 24 Oct 2007) | 1 line

closes issue #11005, where #include uses the current dir instead of the config dir (/etc/asterisk) for relative path includes for AEL
................
r86983 | qwell | 2007-10-24 16:59:00 -0400 (Wed, 24 Oct 2007) | 14 lines

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

(closes issue #11079)
........
r86982 | qwell | 2007-10-24 15:56:47 -0500 (Wed, 24 Oct 2007) | 5 lines

Correctly respect hidecalleridname configuration option.
Simplify code slightly in the process.

Issue 11079, reported by ddv2005

........

................
r86985 | mmichelson | 2007-10-24 17:26:27 -0400 (Wed, 24 Oct 2007) | 6 lines

Adding the general option "shared_lastcall" to queues so that a member's wrapuptime
may be used across multiple queues.

(closes issue #9777, reported and patched by eliel)


................
r87024 | murf | 2007-10-25 12:21:30 -0400 (Thu, 25 Oct 2007) | 1 line

closes issue #11045 - each file needs to define ASTERISK_FILE_VERSION, if you are going to set MTX_PROFILE in the compiler flags; the problem was that the fixes were getting made to the generated .c file, and erased the next time someone regenerated that file from the corresponding .y or .flex file. Moral of story: keep your eyes open and make mods to the .y (or flex input file) and re-run bison (or flex) as the Makefile directs for that file, and then check in both. Also, res_config_sqlite was kinda missed, and has the same issue.
................
r87040 | russell | 2007-10-25 14:59:22 -0400 (Thu, 25 Oct 2007) | 9 lines

Add support for a muted user to request to talk.  The '2' option in the user
menu will adjust this status if a user is muted.  The talk request status will
be reflected in the CLI commands as well as the manager interface.

(closes issue #9418)
Reported by: imesper
Patches: 
      app_meetme_v2.patch uploaded by imesper (license 275)

................
r87070 | kpfleming | 2007-10-25 19:11:28 -0400 (Thu, 25 Oct 2007) | 10 lines

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

........
r87069 | kpfleming | 2007-10-25 18:03:11 -0500 (Thu, 25 Oct 2007) | 2 lines

appending one list to another should leave the first list empty, and not require the user to do that

........

................
r87103 | tilghman | 2007-10-25 20:11:31 -0400 (Thu, 25 Oct 2007) | 2 lines

Use the same delimited character as the FILTER function in FIELDQTY and CUT.

................
r87104 | tilghman | 2007-10-25 20:16:08 -0400 (Thu, 25 Oct 2007) | 11 lines

Blocked revisions 87067 via svnmerge

........
r87067 | tilghman | 2007-10-25 17:53:06 -0500 (Thu, 25 Oct 2007) | 4 lines

Backport alternate encoding of newline delimiters from trunk to 1.4, as approved by Russell
Reported by blitzrage
Closes issue #10903

........

................
r87121 | tilghman | 2007-10-26 10:00:48 -0400 (Fri, 26 Oct 2007) | 15 lines

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

........
r87120 | tilghman | 2007-10-26 08:54:30 -0500 (Fri, 26 Oct 2007) | 7 lines

The addition of autoservice to func_curl additionally made func_curl dependent
on the existence of a channel, with no real reason.  This should make func_curl
once again work without a channel.
Reported by jmls.
Fixed by tilghman.
Closes issue #11090

........

................
r87153 | mmichelson | 2007-10-26 10:59:31 -0400 (Fri, 26 Oct 2007) | 4 lines

Remove information about the roundrobin strategy from trunk's queues.conf.sample
since it no longer exists


................
r87154 | mmichelson | 2007-10-26 11:19:46 -0400 (Fri, 26 Oct 2007) | 6 lines

Added queue strategy "linear". This strategy is useful for those who always wish for their
phones to be rung in a specific order.

(closes issue #7279, reported and initially patched by diLLec, patch reworked by me)


................
r87187 | murf | 2007-10-26 13:39:39 -0400 (Fri, 26 Oct 2007) | 9 lines

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

........
r87168 | murf | 2007-10-26 10:34:02 -0600 (Fri, 26 Oct 2007) | 1 line

closes issue #11086 where a user complains that references to following contexts report a problem; The problem was REALLy that he was referring to empty contexts, which were being ignored. Reporter stated that empty contexts should be OK. I checked it out against extensions.conf, and sure enough, empty contexts ARE ok. So, I removed the restriction from AEL. This, though, highlighted a problem with multiple contexts of the same name. This should be OK, also. So, I added the extend keyword to AEL, and it can preceed the 'context' keyword (mixed with 'abstract', if nec.). This will turn off the warnings in AEL if the same context name is used 2 or more times. Also, I now call ast_context_find_or_create for contexts now, instead of just ast_context_create; I did this because pbx_config does this. The 'extend' keyword thus becomes a statement of intent. AEL can now duplicate the behavior of pbx_config,
........

................
r87202 | qwell | 2007-10-26 17:37:02 -0400 (Fri, 26 Oct 2007) | 12 lines

Correctly use defined return values in (some) load_module functions.

(issue #11096)
Patches:
      chan_agent.c.patch uploaded by eliel (license 64)
      chan_local.c.patch uploaded by eliel (license 64)
      chan_features.c.patch uploaded by eliel (license 64)
      chan_zap.c.patch uploaded by eliel (license 64)
      res_monitor.c.patch uploaded by eliel (license 64)
      res_realtime.c.patch uploaded by eliel (license 64)
      res_crypto.c.patch uploaded by eliel (license 64)

................
r87217 | mmichelson | 2007-10-26 18:21:08 -0400 (Fri, 26 Oct 2007) | 4 lines

Forgot to update CHANGES when I committed the linear queue strategy.
Thank you Russell, for pointing this out!


................
r87231 | mattf | 2007-10-26 20:43:59 -0400 (Fri, 26 Oct 2007) | 1 line

Make sure we turn on the DSP when we answer the call
................
r87232 | mattf | 2007-10-26 20:48:12 -0400 (Fri, 26 Oct 2007) | 1 line

Add Circuit Group Queury message code
................
r87233 | russell | 2007-10-26 21:15:02 -0400 (Fri, 26 Oct 2007) | 3 lines

Make sure a channel exists before attempting to start or stop channel
autoservice in func_lock and func_shell.

................
r87247 | russell | 2007-10-27 11:41:38 -0400 (Sat, 27 Oct 2007) | 2 lines

Update the configure script for the last libss7 API change

................
r87263 | tilghman | 2007-10-28 10:11:01 -0400 (Sun, 28 Oct 2007) | 15 lines

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

........
r87262 | tilghman | 2007-10-28 08:46:55 -0500 (Sun, 28 Oct 2007) | 7 lines

Add autoservice to several more functions which might delay in their responses.
Also, make sure that func_odbc functions have a channel on which to set
variables.
Reported by russell
Fixed by tilghman
Closes issue #11099

........

................
r87264 | tilghman | 2007-10-28 10:16:45 -0400 (Sun, 28 Oct 2007) | 6 lines

Add a simple dialgroup function.  By taking one of the simpler uses of Queue
away from Queue, we simplify the lives of people who do not need all the bells
and whistles.  Also, this is part of the functions that people need to
reimplement Queue in the dialplan, as a set of logic, rather than as a single
app with hundreds of options.

................
r87295 | file | 2007-10-29 10:29:18 -0400 (Mon, 29 Oct 2007) | 14 lines

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

........
r87294 | file | 2007-10-29 11:23:49 -0300 (Mon, 29 Oct 2007) | 6 lines

Fix issue with ast_unescape_semicolon going into an endless loop.
(closes issue #10550)
Reported by: ramonpeek
Patches:
      unescape-85177-1.patch uploaded by IgorG (license 20)

........

................
r87325 | file | 2007-10-29 12:34:45 -0400 (Mon, 29 Oct 2007) | 4 lines

Add autoconf checks for extra suppserv definitions that are not present in releases yet. chan_misdn should now build against the latest release.
(closes issue #11103)
Reported by: IgorG

................
r87327 | file | 2007-10-29 12:38:31 -0400 (Mon, 29 Oct 2007) | 6 lines

Remove duplicate stdlib.h include.
(closes issue #11105)
Reported by: eliel
Patches:
      app_voicemail.c.patch uploaded by eliel (license 64)

................
r87341 | qwell | 2007-10-29 13:19:22 -0400 (Mon, 29 Oct 2007) | 12 lines

Blocked revisions 87340 via svnmerge

(Closes issue #11104)
........
r87340 | qwell | 2007-10-29 12:13:04 -0500 (Mon, 29 Oct 2007) | 4 lines

Allow some function modules to compile under dev mode.

Issue 11104, patch by andrew.

........

................
r87343 | file | 2007-10-29 13:22:16 -0400 (Mon, 29 Oct 2007) | 14 lines

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

........
r87342 | file | 2007-10-29 14:20:28 -0300 (Mon, 29 Oct 2007) | 6 lines

Fix issue where if both sides of the dialog cancelled the dialog at the same time chan_sip could kepe retransmitting a response for no reason.
(closes issue #9566)
Reported by: atca_pres
Patches:
      bug9566.patch uploaded by oej

........

................
r87392 | russell | 2007-10-29 15:47:52 -0400 (Mon, 29 Oct 2007) | 13 lines

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

........
r87373 | russell | 2007-10-29 14:21:06 -0500 (Mon, 29 Oct 2007) | 5 lines

Remove a lock that doesn't make any sense.  The regions lock needs to be held
when traversing the list of allocated chunks so that they can be printed out
to the CLI.
(Thanks to eliel on #asterisk-dev for pointing this out!)

........

................
r87393 | qwell | 2007-10-29 15:56:50 -0400 (Mon, 29 Oct 2007) | 1 line

Make sure we set flags to a 0 value before trying to use it.  Pointed out by seanbright while I was debugging issue 11109.
................

[... 18390 lines stripped ...]



More information about the svn-commits mailing list