[asterisk-commits] branch oej/res_config_ldap r30491 - in /team/oej/res_config_ldap: ./ apps/ bu...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu May 25 20:23:27 MST 2006


Author: russell
Date: Thu May 25 22:23:26 2006
New Revision: 30491

URL: http://svn.digium.com/view/asterisk?rev=30491&view=rev
Log:
Merged revisions 28745,28747,28771,28789,28791-28792,28795-28796,28832-28834,28863,28894-28895,28897,28903,28934-28936,28967,28970,29017-29018,29053,29094-29095,29129,29164,29195,29197,29234,29264-29268,29298-29299,29315,29328-29335,29363-29364,29395,29407,29411,29434-29435,29463,29465-29467,29514,29553-29554,29556,29570,29592,29619,29641,29665,29667-29668,29703-29708,29727,29731,29734-29735,29765-29766,29803,29825,29846-29848,29850,29880,29903,29905,29935,29938,29970,29972,29988,30010,30012,30034,30036,30038-30040,30068,30070,30099,30104,30131-30132,30152,30173,30194,30216,30240-30242,30271-30272,30294,30297,30299,30328,30337,30359-30361,30384,30390,30409,30411,30426-30427,30430,30458,30463,30465 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
r28745 | tilghman | 2006-05-19 14:21:31 -0400 (Fri, 19 May 2006) | 2 lines

As requested by kpfleming, renaming messagecount to inboxcount and messagecount2 to messagecount.

................
r28747 | russell | 2006-05-19 14:54:21 -0400 (Fri, 19 May 2006) | 4 lines

add support for more refined ability to set install paths using the standard
options to configure such as --libdir, --sbindir, etc. All of the default paths
are still the same. (issue #7057, jcollie)

................
r28771 | russell | 2006-05-19 15:04:24 -0400 (Fri, 19 May 2006) | 14 lines

Merged revisions 28754 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r28754 | russell | 2006-05-19 15:01:17 -0400 (Fri, 19 May 2006) | 6 lines

This explicit poll is only needed on mac.  In fact, it breaks some systems
such as some versions of Fedora, causing 'asterisk -rx' to never exit.  This
has been tested on systems showing the asterisk -rx problem, as well as other
unaffected versions of linux, mac osx 10.4, and FreeBSD 6.
(issue #7071)

........

................
r28789 | russell | 2006-05-19 15:10:06 -0400 (Fri, 19 May 2006) | 3 lines

there is no reason to explicity specify -fomit-frame-pointer when building with
optimization enabled, because it is enabled automatically (issue #7108, casper)

................
r28791 | russell | 2006-05-19 15:19:27 -0400 (Fri, 19 May 2006) | 11 lines

Merged revisions 28790 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r28790 | russell | 2006-05-19 15:18:41 -0400 (Fri, 19 May 2006) | 3 lines

fix the build of smsq with -Werror.  I learned something new about format
strings from this patch!  (issue #7141, Mithraen)

........

................
r28792 | file | 2006-05-19 15:35:16 -0400 (Fri, 19 May 2006) | 2 lines

Fix tab completion when you just do a plain tab without entering anything, and also fix show application tab completion. (issue #7089 reported by blitzrage)

................
r28795 | kpfleming | 2006-05-19 15:43:33 -0400 (Fri, 19 May 2006) | 10 lines

Merged revisions 28794 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r28794 | kpfleming | 2006-05-19 14:39:55 -0500 (Fri, 19 May 2006) | 2 lines

use the specified 'subscribecontext' for a peer rather than the context found via the target domain (domain contexts are for calls, not for subscriptions) (issue #7122, reported by raarts)

........

................
r28796 | russell | 2006-05-19 15:46:10 -0400 (Fri, 19 May 2006) | 4 lines

we have to build local copies of aelflex.o, aelbison.o, and pbx_ael.o as well
to make sure aelparse doesn't use versions of these objects compiled with astmm
support (issue #7122)

................
r28832 | russell | 2006-05-19 18:51:44 -0400 (Fri, 19 May 2006) | 4 lines

Make the new behavior where the timestamp is checked on the call file before
deleting it optional, defaulting to the old behavior, where it is always
deleted (issue #6750, jcollie)

................
r28833 | kpfleming | 2006-05-19 18:55:02 -0400 (Fri, 19 May 2006) | 2 lines

let's use the proper variable here, instead of segfaulting (don't know how this worked for anyone at all)

................
r28834 | russell | 2006-05-19 18:55:09 -0400 (Fri, 19 May 2006) | 2 lines

allow chan_h323 to build (issue #7006, casper)

................
r28863 | kpfleming | 2006-05-19 19:08:47 -0400 (Fri, 19 May 2006) | 2 lines

attributes need trailing CR-LF

................
r28894 | russell | 2006-05-19 20:36:18 -0400 (Fri, 19 May 2006) | 5 lines

defaults.h must be listed as a dependency after the cleantest because if it
forces a make clean, it has to be regenerated.  This fixes the problem that
people have been seeing where the build would fail complaining about defaults.h
not being present.

................
r28895 | russell | 2006-05-19 20:41:36 -0400 (Fri, 19 May 2006) | 3 lines

fix the build of func_realtime and aelparse with MTX_PROFILE enabled
(issue #7187, #7188, casper)

................
r28897 | russell | 2006-05-19 20:57:04 -0400 (Fri, 19 May 2006) | 3 lines

if a hostname is not specified, connect over a unix socket instead of
connecting to localhost (issue #7145, Mithraen)

................
r28903 | kpfleming | 2006-05-19 21:01:20 -0400 (Fri, 19 May 2006) | 10 lines

Merged revisions 28896 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r28896 | kpfleming | 2006-05-19 19:55:31 -0500 (Fri, 19 May 2006) | 2 lines

don't try to predict where the compiler will place things on the stack... put them in the right place explicitly (issues #7029 and #7100, maybe others)

........

................
r28934 | russell | 2006-05-19 21:28:14 -0400 (Fri, 19 May 2006) | 3 lines

fix up another place where the code made assumptions about how space for
variables would be allocatted on the stack

................
r28935 | russell | 2006-05-19 21:29:08 -0400 (Fri, 19 May 2006) | 2 lines

various fixes regarding coding guidelines issues

................
r28936 | russell | 2006-05-19 21:35:12 -0400 (Fri, 19 May 2006) | 3 lines

remove an unused variable, and default the user to asterisk if not specified
in the config file (issue #7153, Mithraen)

................
r28967 | russell | 2006-05-19 22:32:54 -0400 (Fri, 19 May 2006) | 1 line


................
r28970 | kpfleming | 2006-05-19 22:51:53 -0400 (Fri, 19 May 2006) | 10 lines

Merged revisions 28968 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r28968 | kpfleming | 2006-05-19 21:35:53 -0500 (Fri, 19 May 2006) | 2 lines

don't allow queue member devices to ring longer than the total queue timeout (issue #6423, reported and patched by bcnit)

........

................
r29017 | russell | 2006-05-20 09:29:22 -0400 (Sat, 20 May 2006) | 6 lines

- add a UserEvent action that allows a manager client to "broadcast" an event
  to all connected manager clients
- update the UserEvent application to use the application argument parsing
  macros and to allow headers to be specified as pipe delimeted arguments
  (issue #5324, original patch by outtolunc, committed patch by Corydon)

................
r29018 | russell | 2006-05-20 09:37:11 -0400 (Sat, 20 May 2006) | 3 lines

add some code optimizations, see the report for an explanation 
(issue #7105, Mithraen)

................
r29053 | russell | 2006-05-20 15:54:14 -0400 (Sat, 20 May 2006) | 3 lines

fix the possibility of writing one byte past the end of a buffer.
(issue #7189, Mithraen)

................
r29094 | russell | 2006-05-20 18:30:05 -0400 (Sat, 20 May 2006) | 5 lines

Add support for logging CDR recrods to a radius server (issue #6639, phsultan)
 - with contributions from miconda, jcollie, and sb
 - branch maintained by oej
Thanks everyone!

................
r29095 | russell | 2006-05-20 18:37:18 -0400 (Sat, 20 May 2006) | 2 lines

remove unused variable

................
r29129 | rizzo | 2006-05-21 05:56:38 -0400 (Sun, 21 May 2006) | 4 lines

remove an unused variable, and while at it
add some very minor optimizations.


................
r29164 | russell | 2006-05-21 10:06:37 -0400 (Sun, 21 May 2006) | 2 lines

remove a CLI command that has been marked deprecated since before Asterisk 1.0

................
r29195 | russell | 2006-05-21 11:13:19 -0400 (Sun, 21 May 2006) | 2 lines

put a bunch of defines in enums, and convert comments to doxygen format

................
r29197 | bweschke | 2006-05-21 11:25:31 -0400 (Sun, 21 May 2006) | 11 lines

Merged revisions 29196 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r29196 | bweschke | 2006-05-21 10:16:59 -0500 (Sun, 21 May 2006) | 3 lines

 When an application that is executed via applicationmap and exits non-zero, make sure that we pass through the correct return value from the application to make sure a segfault doesn't occur by a bridge trying to continue when it should not. Also, when executing applications via applicationmap, make sure that the application is executed against the channel whose DTMF caused it to be fired off in the first place. (part 1/2 of #7090 - this is the only fix that will be applied to both 1.2 and /trunk) acunningham and blitzrage on testing...


........

................
r29234 | rizzo | 2006-05-21 19:54:28 -0400 (Sun, 21 May 2006) | 4 lines

strcmp() is the right function to use here, not strncmp().
On passing simplify an ast_cli message nearby.


................
r29264 | rizzo | 2006-05-21 20:07:48 -0400 (Sun, 21 May 2006) | 5 lines

simplify logic in realtime_peer(), removing an unnecessary
initialization, an extra variable (newpeername) and a 
variable newpeername, and an 'else' branch.


................
r29265 | rizzo | 2006-05-21 20:17:46 -0400 (Sun, 21 May 2006) | 3 lines

simplify logic in function create_addr()


................
r29266 | rizzo | 2006-05-21 20:29:12 -0400 (Sun, 21 May 2006) | 3 lines

minor logic simplification in get_sip_pvt_byid_locked()


................
r29267 | rizzo | 2006-05-21 20:32:36 -0400 (Sun, 21 May 2006) | 3 lines

src is const in parse_copy()


................
r29268 | rizzo | 2006-05-21 20:46:04 -0400 (Sun, 21 May 2006) | 3 lines

annotate const parameters of copy_header()


................
r29298 | rizzo | 2006-05-21 21:08:41 -0400 (Sun, 21 May 2006) | 4 lines

use a more compact method to trim the trailing ;... from SIP lines.
These are just the first two instances, there are many more to replace.


................
r29299 | rizzo | 2006-05-21 21:27:52 -0400 (Sun, 21 May 2006) | 6 lines

use strsep() to trim away ;xxx from SIP messages.
Note that in a couple of places the code overwrites the string
in the buffer - mark the two places with XXX but do not fix the
bug yet.


................
r29315 | rizzo | 2006-05-21 22:02:57 -0400 (Sun, 21 May 2006) | 3 lines

simplify register_peer_exten() removing some duplicated code.


................
r29328 | rizzo | 2006-05-21 22:16:04 -0400 (Sun, 21 May 2006) | 3 lines

fix indentation to make a table more readable


................
r29329 | rizzo | 2006-05-21 22:17:52 -0400 (Sun, 21 May 2006) | 3 lines

mark const the source of copy_request


................
r29330 | rizzo | 2006-05-21 22:19:14 -0400 (Sun, 21 May 2006) | 3 lines

mark const the 'header' argument of gettag


................
r29331 | rizzo | 2006-05-21 22:22:39 -0400 (Sun, 21 May 2006) | 3 lines

the msg argument of the various transmi_response*() functions is const.


................
r29332 | rizzo | 2006-05-21 22:27:33 -0400 (Sun, 21 May 2006) | 5 lines

various constification of function arguments to prevent erroneous
usage and to ease understanding of the function themselves.



................
r29333 | rizzo | 2006-05-21 22:31:58 -0400 (Sun, 21 May 2006) | 3 lines

more constifications


................
r29334 | rizzo | 2006-05-21 22:43:24 -0400 (Sun, 21 May 2006) | 4 lines

use the functional form of time(), and mark XXX a couple of places
with dubious assignments.


................
r29335 | rizzo | 2006-05-21 22:51:04 -0400 (Sun, 21 May 2006) | 3 lines

use functional form of time()


................
r29363 | rizzo | 2006-05-21 23:16:38 -0400 (Sun, 21 May 2006) | 3 lines

remove code duplication generating some ast_verbose messages .


................
r29364 | tilghman | 2006-05-21 23:40:31 -0400 (Sun, 21 May 2006) | 2 lines

Escaping commas within fields isn't always desireable.

................
r29395 | tilghman | 2006-05-22 10:39:10 -0400 (Mon, 22 May 2006) | 9 lines

Blocked revisions 29394 via svnmerge

........
r29394 | tilghman | 2006-05-22 09:34:34 -0500 (Mon, 22 May 2006) | 2 lines

Bug 7196 - month range did not work

........

................
r29407 | tilghman | 2006-05-22 11:01:36 -0400 (Mon, 22 May 2006) | 10 lines

Merged revisions 29398 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r29398 | tilghman | 2006-05-22 09:59:59 -0500 (Mon, 22 May 2006) | 2 lines

Bug 7194 - spelling fix

........

................
r29411 | crichter | 2006-05-22 11:02:03 -0400 (Mon, 22 May 2006) | 1 line

added callcounters for incoming and outgoing calls
................
r29434 | bweschke | 2006-05-22 11:28:28 -0400 (Mon, 22 May 2006) | 3 lines

 Add UniqueID to the leave manager event.


................
r29435 | file | 2006-05-22 11:48:22 -0400 (Mon, 22 May 2006) | 2 lines

don't stop recording until hangup (no terminator) (issue #7168 reported by julien23)

................
r29463 | file | 2006-05-22 12:08:23 -0400 (Mon, 22 May 2006) | 2 lines

Add PICKUPMARK support to app_directed_pickup (issue #7104 reported by thaeger)

................
r29465 | russell | 2006-05-22 12:34:45 -0400 (Mon, 22 May 2006) | 2 lines

add DEBUG_CHANNEL_LOCKS to menuselect

................
r29466 | file | 2006-05-22 12:36:13 -0400 (Mon, 22 May 2006) | 10 lines

Merged revisions 29464 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r29464 | file | 2006-05-22 13:33:03 -0300 (Mon, 22 May 2006) | 2 lines

Preserve presentation bit when going through chan_local (issue #7002 reported by acunningham)

........

................
r29467 | bweschke | 2006-05-22 12:43:43 -0400 (Mon, 22 May 2006) | 3 lines

 This is part 2/2 of the patches for #7090. Adds one-step call parking to /trunk via builtin functions and 'k' 'K' application options added to app_dial. This also resolves #6340.


................
r29514 | file | 2006-05-22 16:19:00 -0400 (Mon, 22 May 2006) | 10 lines

Merged revisions 29512 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r29512 | file | 2006-05-22 17:15:04 -0300 (Mon, 22 May 2006) | 2 lines

Use the correct language when playing the transfer sound (issue #7109 reported by casper)

........

................
r29553 | mogorman | 2006-05-22 17:12:30 -0400 (Mon, 22 May 2006) | 1 line

asterisk-xmpp merge in
................
r29554 | kpfleming | 2006-05-22 17:20:01 -0400 (Mon, 22 May 2006) | 2 lines

bootstrap updates to include xmpp related stuff

................
r29556 | file | 2006-05-22 17:28:32 -0400 (Mon, 22 May 2006) | 10 lines

Merged revisions 29555 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r29555 | file | 2006-05-22 18:27:12 -0300 (Mon, 22 May 2006) | 2 lines

Increase the silence threshold to 128 to "fix" it, so I'm told. (issue #6595 reported by davetroy fixed by casper)

........

................
r29570 | kpfleming | 2006-05-22 18:02:38 -0400 (Mon, 22 May 2006) | 2 lines

remove properties from the xmpp merge

................
r29592 | mogorman | 2006-05-22 18:51:56 -0400 (Mon, 22 May 2006) | 3 lines

patch from bug 0007204 to make bug 5750 follow standard
manager naming convention.

................
r29619 | markster | 2006-05-23 00:49:31 -0400 (Tue, 23 May 2006) | 2 lines

Handle ringing (early) state properly on SIP

................
r29641 | oej | 2006-05-23 07:15:57 -0400 (Tue, 23 May 2006) | 2 lines

Formatting, typos

................
r29665 | oej | 2006-05-23 08:14:35 -0400 (Tue, 23 May 2006) | 2 lines

Code formatting

................
r29667 | crichter | 2006-05-23 08:38:06 -0400 (Tue, 23 May 2006) | 10 lines

* export_ies uses now _VAR else the vars are not copied to the dest chan
* when receiving a connect from the NT Side we wait until we have the final
  l3id until we queue the answer to asterisk to avoid bridging conflicts
* when not bridged to misdn we had a segfault after receiving the connect 
  due to a strcasecmp bug.. this didn't happen before, cause we hadn't had
  the bridge before
* cleanup of the bchannels is queued now, due to possible race conditions
* added mISDN_clear_stack when cleaning the bchannel


................
r29668 | oej | 2006-05-23 08:39:48 -0400 (Tue, 23 May 2006) | 2 lines

Breaking once will stop us... :-)

................
r29703 | russell | 2006-05-23 12:25:37 -0400 (Tue, 23 May 2006) | 2 lines

update chan_jingle to reflect the recent change to the indicate prototype

................
r29704 | russell | 2006-05-23 12:33:04 -0400 (Tue, 23 May 2006) | 2 lines

remove an unnecessary error message that is really an old debug message

................
r29705 | bweschke | 2006-05-23 12:35:46 -0400 (Tue, 23 May 2006) | 3 lines

  app_meetme Muting and Manager API enhancements #6731 (softins w/some minor mods to accomodate recent enum work)


................
r29706 | bweschke | 2006-05-23 12:37:40 -0400 (Tue, 23 May 2006) | 11 lines

Merged revisions 29696 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r29696 | bweschke | 2006-05-23 11:58:24 -0400 (Tue, 23 May 2006) | 3 lines

 Fix a potential leak and correct (hopefully) a segfault under certain conditions. #6784 (vovan and perry testing)


........

................
r29707 | russell | 2006-05-23 12:37:46 -0400 (Tue, 23 May 2006) | 2 lines

remove another excess "debug" message

................
r29708 | mogorman | 2006-05-23 12:43:58 -0400 (Tue, 23 May 2006) | 3 lines

finish cleaning up some more stuff before russell
gets a chance to.

................
r29727 | kpfleming | 2006-05-23 13:04:07 -0400 (Tue, 23 May 2006) | 3 lines

restore AST_LIST_HEAD_INIT (with no users in the tree right now)
update ast_mutex_init to allow mutexes that are all zero bytes to be initialized (in the case of a dynamically-allocated structure containing a mutex)

................
r29731 | russell | 2006-05-23 13:09:51 -0400 (Tue, 23 May 2006) | 2 lines

on a clean, we have to clean out the ael directory too

................
r29734 | bweschke | 2006-05-23 13:21:02 -0400 (Tue, 23 May 2006) | 3 lines

 What's good for 1.2 isn't good for /trunk. Fix for /trunk coming next...


................
r29735 | bweschke | 2006-05-23 13:31:05 -0400 (Tue, 23 May 2006) | 3 lines

 Sanity check code for an extended failure in trying to obtain a channel lock that may have been obtained elsewhere. Prevents the monitor thread of the SIP module from going into an infinite loop, effectively, breaking SIP until you restart Asterisk or the mutex is unlocked, whichever comes first.


................
r29765 | kpfleming | 2006-05-23 14:17:40 -0400 (Tue, 23 May 2006) | 10 lines

Merged revisions 29764 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r29764 | kpfleming | 2006-05-23 13:16:40 -0500 (Tue, 23 May 2006) | 2 lines

simplify/fix lock retry, and fix comment

........

................
r29766 | mogorman | 2006-05-23 14:23:05 -0400 (Tue, 23 May 2006) | 3 lines

allows for configurable answer timeout on attended transfer
patch 0006763 with minor changes.

................
r29803 | crichter | 2006-05-23 15:40:16 -0400 (Tue, 23 May 2006) | 1 line

added a l1watcher timeout, therefore removed the old behaviour of guessing the l1state.
................
r29825 | mogorman | 2006-05-23 16:25:23 -0400 (Tue, 23 May 2006) | 2 lines

fixes bug where server goes away.

................
r29846 | mattf | 2006-05-23 17:10:55 -0400 (Tue, 23 May 2006) | 2 lines

Bump up the echo tail length option

................
r29847 | mogorman | 2006-05-23 17:18:07 -0400 (Tue, 23 May 2006) | 3 lines

hmm still need a way to get rid of connections
later on.

................
r29848 | mogorman | 2006-05-23 17:28:14 -0400 (Tue, 23 May 2006) | 2 lines

get rid of that transport sillyness

................
r29850 | russell | 2006-05-23 17:46:26 -0400 (Tue, 23 May 2006) | 10 lines

Merged revisions 29849 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r29849 | russell | 2006-05-23 17:44:52 -0400 (Tue, 23 May 2006) | 2 lines

fix the sourceaddress option (issue #7213, alphaque)

........

................
r29880 | russell | 2006-05-23 18:57:03 -0400 (Tue, 23 May 2006) | 3 lines

further codec module optimization based on codec_alaw changes by rizzo
(issue #7190, Mithraen)

................
r29903 | kpfleming | 2006-05-23 23:28:49 -0400 (Tue, 23 May 2006) | 4 lines

add a new option for 'obscuring' SIP user/peer names from fishers
use an enum for authentication results and clean up code
fix a bug where SUBSCRIBE for an unknown user/peer would not generate a response

................
r29905 | kpfleming | 2006-05-23 23:32:55 -0400 (Tue, 23 May 2006) | 2 lines

block SIP obscurity fix from merging... trunk version was different

................
r29935 | jdixon | 2006-05-24 03:01:02 -0400 (Wed, 24 May 2006) | 2 lines

Added incoming audio notch filtering, plus a bunch of command improvements, etc.

................
r29938 | crichter | 2006-05-24 03:58:52 -0400 (Wed, 24 May 2006) | 1 line

fixed to early connect bug which came in yesterday.., also added the transmit of progress indicators through channel vars
................
r29970 | kpfleming | 2006-05-24 12:19:57 -0400 (Wed, 24 May 2006) | 10 lines

Merged revisions 29969 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r29969 | kpfleming | 2006-05-24 11:17:26 -0500 (Wed, 24 May 2006) | 2 lines

respect 'usecallingpres' in zapata.conf even if CLID has not been set for the channel (issue #7123)

........

................
r29972 | kpfleming | 2006-05-24 12:54:10 -0400 (Wed, 24 May 2006) | 10 lines

Merged revisions 29971 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r29971 | kpfleming | 2006-05-24 11:52:08 -0500 (Wed, 24 May 2006) | 2 lines

fix various bugs related to exiting from queue via keypress and moh handling (issue #6776, different fix)

........

................
r29988 | kpfleming | 2006-05-24 13:02:54 -0400 (Wed, 24 May 2006) | 10 lines

Merged revisions 29973 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r29973 | kpfleming | 2006-05-24 11:59:20 -0500 (Wed, 24 May 2006) | 2 lines

support video recording via AGI 'RECORD FILE' command (issue #7068)

........

................
r30010 | oej | 2006-05-24 14:17:50 -0400 (Wed, 24 May 2006) | 2 lines

Typo fix. Thanks Peter!

................
r30012 | kpfleming | 2006-05-24 14:18:14 -0400 (Wed, 24 May 2006) | 2 lines

don't force the compiler name

................
r30034 | file | 2006-05-24 15:16:07 -0400 (Wed, 24 May 2006) | 10 lines

Merged revisions 30033 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r30033 | file | 2006-05-24 16:14:01 -0300 (Wed, 24 May 2006) | 2 lines

Fix deadlock caused by a race condition in the logger when reloading (issue #7195 reported and fixed by softins)

........

................
r30036 | file | 2006-05-24 15:46:14 -0400 (Wed, 24 May 2006) | 9 lines

Blocked revisions 30035 via svnmerge

........
r30035 | file | 2006-05-24 16:44:26 -0300 (Wed, 24 May 2006) | 2 lines

Merge branch for bug 6264 (Privacy option 2 returns dial-status ANSWER / option_priority_jumping not respected) (reported by jkoopmann and branch by murf

........

................
r30038 | oej | 2006-05-24 15:58:36 -0400 (Wed, 24 May 2006) | 2 lines

Typo

................
r30039 | mogorman | 2006-05-24 15:59:04 -0400 (Wed, 24 May 2006) | 2 lines

reset timeout on reconnect.

................
r30040 | file | 2006-05-24 16:00:10 -0400 (Wed, 24 May 2006) | 2 lines

Merge branch for bug 6264 (Privacy option 2 returns dial-status ANSWER / option_priority_jumping not respected) (reported by jkoopmann and branch by murf)

................
r30068 | mogorman | 2006-05-24 16:07:02 -0400 (Wed, 24 May 2006) | 11 lines

Merged revisions 30037 via svnmerge from 
https://svn.digium.com/svn/asterisk/branches/1.2

........
r30037 | mogorman | 2006-05-24 14:55:21 -0500 (Wed, 24 May 2006) | 3 lines

app_meemte used the ast_max_exten instead of path_max
solves bug 6822

........

................
r30070 | kpfleming | 2006-05-24 16:37:45 -0400 (Wed, 24 May 2006) | 2 lines

don't send CANCEL for an INVITE that we haven't received a provisional response for yet... mark it pending until a response arrives (issue #7079)

................
r30099 | kpfleming | 2006-05-24 17:25:46 -0400 (Wed, 24 May 2006) | 2 lines

block chan_sip fix that is not broken here :-)

................
r30104 | file | 2006-05-24 18:00:37 -0400 (Wed, 24 May 2006) | 2 lines

Update some documentation (file internal brain bug #42)

................
r30131 | file | 2006-05-24 19:08:39 -0400 (Wed, 24 May 2006) | 2 lines

Nothing to see here... move along

................
r30132 | crichter | 2006-05-24 19:21:03 -0400 (Wed, 24 May 2006) | 1 line

added EVENT_NEW_CHANNEL. We change the channel name now when we got the real channel, also changed name generation to new stringfield api
................
r30152 | bweschke | 2006-05-24 20:11:30 -0400 (Wed, 24 May 2006) | 3 lines

 Make sure we catch all the instances where a member didn't answer the call sent to them rather than just on a timeout after a dial attempt and some minor code cleanup/reuse.


................
r30173 | bweschke | 2006-05-24 21:40:20 -0400 (Wed, 24 May 2006) | 3 lines

 Doxygen comment for Qwell


................
r30194 | bweschke | 2006-05-25 09:51:44 -0400 (Thu, 25 May 2006) | 3 lines

 Making sure a char ptr is initialized before we strchr on it is a GOOD thing. Ya! Testing! 


................
r30216 | bweschke | 2006-05-25 10:32:15 -0400 (Thu, 25 May 2006) | 3 lines

 Properly initialize destination variables before we send them into pbx_substitute_variables_helper(..). Ya! Testing! Take 2.


................
r30240 | file | 2006-05-25 11:29:30 -0400 (Thu, 25 May 2006) | 10 lines

Merged revisions 30239 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r30239 | file | 2006-05-25 12:27:44 -0300 (Thu, 25 May 2006) | 2 lines

Get rid of an incorrect SIP dial string in the sample extensions.conf - I even tried variations... no go (issue #7222 reported by arkadia)

........

................
r30241 | russell | 2006-05-25 11:40:38 -0400 (Thu, 25 May 2006) | 3 lines

add DB_DELETE function for the common case of retrieving and deleting a key in
a single operation (issue #7214, twilson)

................
r30242 | file | 2006-05-25 11:42:11 -0400 (Thu, 25 May 2006) | 2 lines

Only get the low 16 bits if we actually have a message count

................
r30271 | file | 2006-05-25 12:14:17 -0400 (Thu, 25 May 2006) | 2 lines

Safely traverse the thread lists and wait until each thread is done before moving on to the next.

................
r30272 | russell | 2006-05-25 12:44:22 -0400 (Thu, 25 May 2006) | 8 lines

- add support for setting an AGISTATUS variable that indicates successful
  execution, failure, or if the channel requested hangup.
- only return -1 from the application if the application requested hangup. If
  there was just a failure in execution of the AGI, just set the status
  variable appropriately and move on in the dialplan.
(issue #7121, original patch by Alessandro Polverini, updated patch by srt,
 committed patch is heavily modified to allow still returning -1 on hangup)

................
r30294 | kpfleming | 2006-05-25 13:22:26 -0400 (Thu, 25 May 2006) | 10 lines

Merged revisions 30293 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r30293 | kpfleming | 2006-05-25 12:18:01 -0500 (Thu, 25 May 2006) | 2 lines

allow SIPCHANINFO(peername) to work for calls from users as well (issue #7215)

........

................
r30297 | kpfleming | 2006-05-25 13:39:46 -0400 (Thu, 25 May 2006) | 10 lines

Merged revisions 30296 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r30296 | kpfleming | 2006-05-25 12:39:33 -0500 (Thu, 25 May 2006) | 2 lines

don't try to use -march=s390 when building on S/390 systems (reported via asterisk-users mailing list)

........

................
r30299 | file | 2006-05-25 13:58:55 -0400 (Thu, 25 May 2006) | 2 lines

Add Archive option to call files and add documentation on them. (issue #5426 reported by ezio - props to blitzrage for proof reading the documentation)

................
r30328 | russell | 2006-05-25 14:31:19 -0400 (Thu, 25 May 2006) | 5 lines

Add the ability to retrieve the exit code of the forked AGI process.  If there
is an error executing the AGI script, or the AGI script itself returns a
non-zero value, the AGISTATUS variable will now be set to FAILURE instead of
SUCCESS.

................
r30337 | russell | 2006-05-25 15:01:26 -0400 (Thu, 25 May 2006) | 4 lines

allow setting a channel variable to disable sending SIGHUP to the AGI process
(issue #6491, original patch by juggie, channel variable patch by corydon,
 committed patch modified to change variable name and update documentation)

................
r30359 | russell | 2006-05-25 15:07:31 -0400 (Thu, 25 May 2006) | 6 lines

- mark some applications deprecated that already have replacements
- add BLACKLIST and mark LookupBlacklist deprecated
- add transfercapability support to CHANNEL and mark SetTransferCapability
  deprecated
(issue #7225, Corydon)

................
r30360 | russell | 2006-05-25 15:21:09 -0400 (Thu, 25 May 2006) | 3 lines

add the ability to be able to echo DTMF_BEGIN/END, HTML, and IMAGE frames, too 
(issue #7193, Mithraen, with some mods)

................
r30361 | kpfleming | 2006-05-25 15:26:26 -0400 (Thu, 25 May 2006) | 2 lines

use the proper method for adding a new entry

................
r30384 | file | 2006-05-25 16:05:52 -0400 (Thu, 25 May 2006) | 10 lines

Merged revisions 30373 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r30373 | file | 2006-05-25 17:03:11 -0300 (Thu, 25 May 2006) | 2 lines

Don't play the enter sound twice when a person joins a conference after the leader has joined it. (issue #6138 reported by shanermn)

........

................
r30390 | file | 2006-05-25 16:51:27 -0400 (Thu, 25 May 2006) | 2 lines

Merge in branch which gives you the ability to set the hangup causecode using the Hangup application. (issue #7160 reported by kmilitzer branch by jcollie)

................
r30409 | file | 2006-05-25 17:06:08 -0400 (Thu, 25 May 2006) | 2 lines

Remove possibility of sending duplicate MeetmeJoin manager events, and only send a MeetmeLeave event if a MeetmeJoin event occured in the first place. (issue #6599 reported by imran - provided patch with few tiny mods)

................
r30411 | tilghman | 2006-05-25 17:06:43 -0400 (Thu, 25 May 2006) | 2 lines

Deprecate SetCallerID (should have happened prior to release of 1.2)

................
r30426 | bweschke | 2006-05-25 17:24:12 -0400 (Thu, 25 May 2006) | 11 lines

Merged revisions 30424 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r30424 | bweschke | 2006-05-25 17:22:16 -0400 (Thu, 25 May 2006) | 3 lines

 Oops.


........

................
r30427 | file | 2006-05-25 17:30:40 -0400 (Thu, 25 May 2006) | 2 lines

Merge in branch that adds new features to MeetMeAdmin. See application documentation for more details on the new options. (issue #7131 reported by dmikusa branch by jcollie)

................
r30430 | bweschke | 2006-05-25 17:47:03 -0400 (Thu, 25 May 2006) | 3 lines

  A new way to try and deal with deadlocks that occur in app_queue at present. Using this approach, we only manipulate the main queue mutexes when we get a dev state change on a device that is actually a member of a queue. Further optimizations are still possible (eg - store and manage pointers to the status integer of the member record that this interface/device has a one-to-one relationship with and then go directly to those pointers to make status modifications rather than the recursive looping that goes on now) BUT first things first. :)


................
r30458 | russell | 2006-05-25 18:05:12 -0400 (Thu, 25 May 2006) | 2 lines

restore default paths for FreeBSD (reported by alphaque, fixed by jcollie)

................
r30463 | russell | 2006-05-25 18:06:55 -0400 (Thu, 25 May 2006) | 2 lines

regenerate configure after the last fix

................
r30465 | russell | 2006-05-25 18:39:57 -0400 (Thu, 25 May 2006) | 2 lines

only display a debug message if option_debug is in use

................

Added:
    team/oej/res_config_ldap/cdr/cdr_radius.c
      - copied unchanged from r30465, trunk/cdr/cdr_radius.c
    team/oej/res_config_ldap/channels/chan_jingle.c
      - copied unchanged from r30465, trunk/channels/chan_jingle.c
    team/oej/res_config_ldap/configs/jabber.conf.sample
      - copied unchanged from r30465, trunk/configs/jabber.conf.sample
    team/oej/res_config_ldap/configs/jingle.conf.sample
      - copied unchanged from r30465, trunk/configs/jingle.conf.sample
    team/oej/res_config_ldap/contrib/dictionary.digium
      - copied unchanged from r30465, trunk/contrib/dictionary.digium
    team/oej/res_config_ldap/doc/callfiles.txt
      - copied unchanged from r30465, trunk/doc/callfiles.txt
    team/oej/res_config_ldap/doc/jabber.txt
      - copied unchanged from r30465, trunk/doc/jabber.txt
    team/oej/res_config_ldap/doc/jingle.txt
      - copied unchanged from r30465, trunk/doc/jingle.txt
    team/oej/res_config_ldap/doc/radius.txt
      - copied unchanged from r30465, trunk/doc/radius.txt
    team/oej/res_config_ldap/include/asterisk/jabber.h
      - copied unchanged from r30465, trunk/include/asterisk/jabber.h
    team/oej/res_config_ldap/include/asterisk/jingle.h
      - copied unchanged from r30465, trunk/include/asterisk/jingle.h
    team/oej/res_config_ldap/res/res_jabber.c
      - copied unchanged from r30465, trunk/res/res_jabber.c
Modified:
    team/oej/res_config_ldap/   (props changed)
    team/oej/res_config_ldap/CREDITS
    team/oej/res_config_ldap/Makefile
    team/oej/res_config_ldap/UPGRADE.txt
    team/oej/res_config_ldap/acinclude.m4
    team/oej/res_config_ldap/app.c
    team/oej/res_config_ldap/apps/app_db.c
    team/oej/res_config_ldap/apps/app_dial.c
    team/oej/res_config_ldap/apps/app_directed_pickup.c
    team/oej/res_config_ldap/apps/app_echo.c
    team/oej/res_config_ldap/apps/app_hasnewvoicemail.c
    team/oej/res_config_ldap/apps/app_lookupblacklist.c
    team/oej/res_config_ldap/apps/app_lookupcidname.c
    team/oej/res_config_ldap/apps/app_meetme.c
    team/oej/res_config_ldap/apps/app_queue.c
    team/oej/res_config_ldap/apps/app_record.c
    team/oej/res_config_ldap/apps/app_rpt.c
    team/oej/res_config_ldap/apps/app_setcallerid.c
    team/oej/res_config_ldap/apps/app_setcdruserfield.c
    team/oej/res_config_ldap/apps/app_settransfercapability.c
    team/oej/res_config_ldap/apps/app_sms.c
    team/oej/res_config_ldap/apps/app_speech_utils.c
    team/oej/res_config_ldap/apps/app_userevent.c
    team/oej/res_config_ldap/apps/app_voicemail.c
    team/oej/res_config_ldap/apps/app_waitforsilence.c
    team/oej/res_config_ldap/asterisk.c
    team/oej/res_config_ldap/build_tools/cflags.xml
    team/oej/res_config_ldap/build_tools/menuselect-deps.in
    team/oej/res_config_ldap/cdr/Makefile
    team/oej/res_config_ldap/cdr/cdr_pgsql.c
    team/oej/res_config_ldap/channel.c
    team/oej/res_config_ldap/channels/Makefile
    team/oej/res_config_ldap/channels/chan_iax2.c
    team/oej/res_config_ldap/channels/chan_local.c
    team/oej/res_config_ldap/channels/chan_misdn.c
    team/oej/res_config_ldap/channels/chan_sip.c
    team/oej/res_config_ldap/channels/chan_skinny.c
    team/oej/res_config_ldap/channels/chan_zap.c
    team/oej/res_config_ldap/channels/h323/Makefile
    team/oej/res_config_ldap/channels/misdn/chan_misdn_config.h
    team/oej/res_config_ldap/channels/misdn/isdn_lib.c
    team/oej/res_config_ldap/channels/misdn/isdn_lib.h
    team/oej/res_config_ldap/channels/misdn/isdn_msg_parser.c
    team/oej/res_config_ldap/channels/misdn_config.c
    team/oej/res_config_ldap/cli.c
    team/oej/res_config_ldap/codecs/codec_a_mu.c
    team/oej/res_config_ldap/codecs/codec_adpcm.c
    team/oej/res_config_ldap/codecs/codec_alaw.c
    team/oej/res_config_ldap/codecs/codec_ulaw.c
    team/oej/res_config_ldap/codecs/gsm/Makefile
    team/oej/res_config_ldap/configs/cdr.conf.sample
    team/oej/res_config_ldap/configs/extensions.conf.sample
    team/oej/res_config_ldap/configs/features.conf.sample
    team/oej/res_config_ldap/configs/func_odbc.conf.sample
    team/oej/res_config_ldap/configs/misdn.conf.sample
    team/oej/res_config_ldap/configs/sip.conf.sample
    team/oej/res_config_ldap/configure
    team/oej/res_config_ldap/configure.ac
    team/oej/res_config_ldap/doc/cdrdriver.txt
    team/oej/res_config_ldap/doc/channelvariables.txt
    team/oej/res_config_ldap/funcs/func_channel.c
    team/oej/res_config_ldap/funcs/func_db.c
    team/oej/res_config_ldap/funcs/func_odbc.c
    team/oej/res_config_ldap/funcs/func_realtime.c
    team/oej/res_config_ldap/include/asterisk/app.h
    team/oej/res_config_ldap/include/asterisk/channel.h
    team/oej/res_config_ldap/include/asterisk/devicestate.h
    team/oej/res_config_ldap/include/asterisk/linkedlists.h
    team/oej/res_config_ldap/include/asterisk/lock.h
    team/oej/res_config_ldap/include/autoconfig.h.in
    team/oej/res_config_ldap/logger.c
    team/oej/res_config_ldap/makeopts.in
    team/oej/res_config_ldap/manager.c
    team/oej/res_config_ldap/pbx.c
    team/oej/res_config_ldap/pbx/Makefile
    team/oej/res_config_ldap/pbx/pbx_spool.c
    team/oej/res_config_ldap/res/Makefile
    team/oej/res_config_ldap/res/res_agi.c
    team/oej/res_config_ldap/res/res_features.c
    team/oej/res_config_ldap/sample.call
    team/oej/res_config_ldap/utils/Makefile
    team/oej/res_config_ldap/utils/ael_main.c
    team/oej/res_config_ldap/utils/smsq.c

Propchange: team/oej/res_config_ldap/
------------------------------------------------------------------------------
Binary property 'branch-1.2-blocked' - no diff available.

Propchange: team/oej/res_config_ldap/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Propchange: team/oej/res_config_ldap/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Thu May 25 22:23:26 2006
@@ -1,1 +1,1 @@
-/trunk:1-28730
+/trunk:1-30489

Modified: team/oej/res_config_ldap/CREDITS
URL: http://svn.digium.com/view/asterisk/team/oej/res_config_ldap/CREDITS?rev=30491&r1=30490&r2=30491&view=diff
==============================================================================
--- team/oej/res_config_ldap/CREDITS (original)
+++ team/oej/res_config_ldap/CREDITS Thu May 25 22:23:26 2006
@@ -79,6 +79,8 @@
 Steve Murphy - privacy support, $[ ] parser upgrade, AEL2 parser upgrade
 Claude Patry - bug fixes, feature enhancements, and bug marshalling
 	cpatry at gmail.com
+Miroslav Nachev, miro at space-comm.com COSMOS Software Enterprises, Ltd.
+	- for Variable for No Answer Timeout for Attended Transfer
 
 === OTHER CONTRIBUTIONS ===
 John Todd - Monkey sounds and associated teletorture prompt
@@ -92,8 +94,9 @@
 Music provided by www.freeplaymusic.com
 
 === OTHER SOURCE CODE IN ASTERISK ===
-Asterisk uses libedit, the lightweight readline replacement from
-NetBSD. It is BSD-licensed and requires the following statement:
+Asterisk uses libedit, the lightweight readline replacement from NetBSD.

[... 35241 lines stripped ...]


More information about the asterisk-commits mailing list