[asterisk-commits] branch bweschke/polycom_acd_functions r35943 - in /team/bweschke/polycom_acd_...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sun Jun 25 10:18:35 MST 2006


Author: bweschke
Date: Sun Jun 25 12:18:34 2006
New Revision: 35943

URL: http://svn.digium.com/view/asterisk?rev=35943&view=rev
Log:
Merged revisions 34090,34093,34126,34161-34162,34193-34194,34217,34240-34241,34243,34247,34275,34307,34348,34374,34401,34433,34458,34461,34463-34464,34491-34492,34494-34498,34523,34552,34577,34604,34628-34631,34662-34665,34667,34696,34717,34738,34762,34788,34818,34844,34876,34912,34951,34980,35006,35032,35059,35094-35095,35122-35123,35125,35159-35160,35184-35185,35209-35210,35241,35264,35287,35311,35333,35335-35336,35365-35366,35391-35393,35415-35416,35436-35439,35459,35479-35481,35501-35504,35506,35510,35533,35553-35555,35584,35605,35607-35608,35628-35630,35649-35650,35670,35704,35725,35745-35746,35766,35788-35791,35812,35832,35852,35854,35875,35895,35916 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
r34090 | kpfleming | 2006-06-14 10:12:56 -0400 (Wed, 14 Jun 2006) | 10 lines

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

........
r34087 | kpfleming | 2006-06-14 09:07:53 -0500 (Wed, 14 Jun 2006) | 2 lines

clarify file headers that mention disclaimer usage

........

................
r34093 | oej | 2006-06-14 10:46:19 -0400 (Wed, 14 Jun 2006) | 3 lines

- Use our standard of doxygen comments, not javadoc style
- small reformatting changes

................
r34126 | oej | 2006-06-14 11:15:29 -0400 (Wed, 14 Jun 2006) | 2 lines

Add some debug logging

................
r34161 | kpfleming | 2006-06-14 18:35:49 -0400 (Wed, 14 Jun 2006) | 15 lines

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

........
r34159 | kpfleming | 2006-06-14 17:17:37 -0500 (Wed, 14 Jun 2006) | 2 lines

use existing dial string parser for strings supplied to iax2_devicestate, because they can be complete dial strings, not just device names

........
r34160 | kpfleming | 2006-06-14 17:22:21 -0500 (Wed, 14 Jun 2006) | 2 lines

coding style cleanups on queue interface handling code that was committed for the last release

........

................
r34162 | kpfleming | 2006-06-14 18:39:19 -0400 (Wed, 14 Jun 2006) | 2 lines

make Local channel return sensible device state values

................
r34193 | kpfleming | 2006-06-14 19:20:08 -0400 (Wed, 14 Jun 2006) | 2 lines

various coding style cleanup and minor fixes

................
r34194 | kpfleming | 2006-06-14 19:24:26 -0400 (Wed, 14 Jun 2006) | 2 lines

use the proper named constants for checking device state, and don't treat UNKNOWN as not available in autofill mode

................
r34217 | oej | 2006-06-15 02:35:55 -0400 (Thu, 15 Jun 2006) | 5 lines

- Do not require a space at the end of the m= string in a T38 re-invite
  Bug reported in the t38 issue report, but by mistake ignored before commit.
  Thanks to everyone informing me about this, and Corydon for helping me sort
  out sscanf :-)

................
r34240 | tilghman | 2006-06-15 08:26:50 -0400 (Thu, 15 Jun 2006) | 2 lines

ast_calloc already reports out of memory conditions (issue 7343)

................
r34241 | tilghman | 2006-06-15 08:30:45 -0400 (Thu, 15 Jun 2006) | 2 lines

ast_calloc() already reports OOM conditions

................
r34243 | tilghman | 2006-06-15 08:41:24 -0400 (Thu, 15 Jun 2006) | 11 lines

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

........
r34242 | tilghman | 2006-06-15 07:40:10 -0500 (Thu, 15 Jun 2006) | 3 lines

VoicemailMain exits on any key, when the language is set to Italian, instead of
properly handling the key (issue 7353).

........

................
r34247 | oej | 2006-06-15 09:00:55 -0400 (Thu, 15 Jun 2006) | 2 lines

Hoppsan!

................
r34275 | kpfleming | 2006-06-15 09:35:04 -0400 (Thu, 15 Jun 2006) | 11 lines

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

........
r34274 | kpfleming | 2006-06-15 08:30:22 -0500 (Thu, 15 Jun 2006) | 3 lines

don't use prefixed structure names for internal structures
don't use a plural structure name for a singular object

........

................
r34307 | oej | 2006-06-15 10:14:23 -0400 (Thu, 15 Jun 2006) | 2 lines

Block patch for 1.2 already fixed in trunk, but in another way

................
r34348 | russell | 2006-06-15 19:40:55 -0400 (Thu, 15 Jun 2006) | 3 lines

remove prototypes for private functions and make functions and variables not
used outside of this file static

................
r34374 | russell | 2006-06-15 20:14:46 -0400 (Thu, 15 Jun 2006) | 2 lines

build menuselect objects with -Wall and remove an unused variable

................
r34401 | file | 2006-06-15 23:38:24 -0400 (Thu, 15 Jun 2006) | 10 lines

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

........
r34400 | file | 2006-06-16 00:37:05 -0300 (Fri, 16 Jun 2006) | 2 lines

Zero out a declared structure so as to not crash if it contains invalid data (reported by Qwell on #asterisk-dev)

........

................
r34433 | oej | 2006-06-16 02:25:26 -0400 (Fri, 16 Jun 2006) | 3 lines

Don't force a busy state that will break channel signalling if the channel
already is up. (Reported by Steve Davies in e-mail, waiting for 1.2 approval)

................
r34458 | bweschke | 2006-06-16 08:18:18 -0400 (Fri, 16 Jun 2006) | 3 lines

 Don't ast_request a channel structure twice when a call is being forwarded. (#7362 - twlison / vechers confirming fix)


................
r34461 | bweschke | 2006-06-16 08:24:14 -0400 (Fri, 16 Jun 2006) | 3 lines

 Make sure agent_tech is unregistered within unload_module(). It's in 1.2, but was lost at some point in /trunk. #7374 (jstorm)


................
r34463 | bweschke | 2006-06-16 08:55:18 -0400 (Fri, 16 Jun 2006) | 3 lines

 Quit early and print a LOG_WARNING if we are trying to check devicestate on a Local channel that's been improperly defined.


................
r34464 | bweschke | 2006-06-16 08:56:03 -0400 (Fri, 16 Jun 2006) | 3 lines

 Fixed per kpfleming's suggestion to asterisk-dev.


................
r34491 | file | 2006-06-16 12:16:21 -0400 (Fri, 16 Jun 2006) | 2 lines

Update the RADIUS CDR module documentation (issue #7377 reported by phsultan)

................
r34492 | russell | 2006-06-16 12:17:43 -0400 (Fri, 16 Jun 2006) | 4 lines

add support for setting the CFLAGS for voicemail storage options in menuselect

Thanks to kpfleming for the Makefile magic :)

................
r34494 | file | 2006-06-16 12:23:13 -0400 (Fri, 16 Jun 2006) | 2 lines

Add bulgarian indications (issue #7314 reported by KNK)

................
r34495 | file | 2006-06-16 12:30:42 -0400 (Fri, 16 Jun 2006) | 2 lines

Handle failure of ast_calloc when allocating interfaces in res_smdi (issue #7344 reported by casper)

................
r34496 | file | 2006-06-16 12:45:52 -0400 (Fri, 16 Jun 2006) | 2 lines

Fix adsi target in main Makefile and check a variable properly (issue #7369 reported by casper)

................
r34497 | russell | 2006-06-16 12:54:00 -0400 (Fri, 16 Jun 2006) | 3 lines

remove "depend" from the "all" targets in sub Makefiles.  The main Makefile
already calls "make depend" for each of the subdirectories

................
r34498 | russell | 2006-06-16 12:58:51 -0400 (Fri, 16 Jun 2006) | 2 lines

remove prototypes for static functions and fix some potential memory leaks

................
r34523 | russell | 2006-06-16 13:53:26 -0400 (Fri, 16 Jun 2006) | 3 lines

remove IMAP_STORAGE from the build options list for app_voicemail since it's
not in trunk yet

................
r34552 | crichter | 2006-06-17 06:37:35 -0400 (Sat, 17 Jun 2006) | 8 lines

* fixed bchannel cleaning race condition with new bchannel state (CLEAN_REQUEST)
* added early bridge-hook, so we know if we need to generate ringing or 
  can take it from the far end chan_misdn channel (if available)
* fixed the issue, that we may not activate the bchannel on PTMP, 
  when we receive ALERTING/PROCEEDING/PROGRESS, only on CONNECT. There might
  be other PTMP devices and we might disturb their bchannel. 


................
r34577 | kpfleming | 2006-06-18 08:52:08 -0400 (Sun, 18 Jun 2006) | 7 lines

commit russell's menuselect/buildoptions work with some changes:
  reverted per-directory .cleancount support
  added ability for 'remove_on_change' to support multiple filenames
  add 'remove_on_change' support to members, not just categories
  only do 'remove_on_change' removals if the config is actually saved
  add a 'remove_on_change' entry for each module found by prep_moduledeps so that if it gets turned off any existing .o/.so files will disappear

................
r34604 | crichter | 2006-06-18 15:09:32 -0400 (Sun, 18 Jun 2006) | 1 line

added TONE_HANGUP, also added Tone generation by mISDN_dsp for post hangup tones, therefore the TONE_X defines are in the isdn_lib.h now. changed a REALEASE to a DISCONNECT in NT Stack, to make tones available in that state.
................
r34628 | russell | 2006-06-18 16:18:41 -0400 (Sun, 18 Jun 2006) | 13 lines

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

........
r34627 | russell | 2006-06-18 16:15:15 -0400 (Sun, 18 Jun 2006) | 5 lines

don't store multiple secrets delimited with semicolons for peers because this
is only valid for users. Instead, only keep the last specified secret for a
peer entry. Also, document how multiple secrets are handled in the sample
config. (Reported by PCadach on #asterisk-bugs)

........

................
r34629 | russell | 2006-06-18 16:33:53 -0400 (Sun, 18 Jun 2006) | 4 lines

there is no reason to build and link stdtime/libtime.a because we already
directly include stdtime/localtime.o in the OBJS for asterisk, which is the
only object file for libtime

................
r34630 | russell | 2006-06-18 16:41:32 -0400 (Sun, 18 Jun 2006) | 3 lines

use the CFLAGS from the main Makefile when building libdb1
(issue #7324, with mods)

................
r34631 | russell | 2006-06-18 16:51:14 -0400 (Sun, 18 Jun 2006) | 2 lines

fix various coding guidelines issues (issue #7345, with additional changes)

................
r34662 | russell | 2006-06-18 17:05:40 -0400 (Sun, 18 Jun 2006) | 10 lines

Blocked revisions 34655 via svnmerge

........
r34655 | russell | 2006-06-18 17:03:58 -0400 (Sun, 18 Jun 2006) | 3 lines

don't set state to BUSY if the channel is already in the UP state
(issue #7376, backported from trunk)

........

................
r34663 | russell | 2006-06-18 17:24:35 -0400 (Sun, 18 Jun 2006) | 4 lines

bail if ast_calloc fails, this was done before but i accidently removed it when
moving these allocations so duplicate error messages were not produced
(issue #7345)

................
r34664 | russell | 2006-06-18 17:26:48 -0400 (Sun, 18 Jun 2006) | 2 lines

fix a polish voicemail bug with saying dates (issue #7389, supczinskib)

................
r34665 | russell | 2006-06-18 17:36:24 -0400 (Sun, 18 Jun 2006) | 6 lines

merge changes from team/murf/AEL-trunk-fixesonly
 - fix callerid matching for extensions
 - fix nested switch statements
 - fix compilation with bison 2.1a or higher
(issue #7309)

................
r34667 | russell | 2006-06-18 17:45:48 -0400 (Sun, 18 Jun 2006) | 3 lines

handle ast_calloc failure and tweak some formatting to comply with coding
guidelines (issue #7341, casper)

................
r34696 | north | 2006-06-18 18:36:39 -0400 (Sun, 18 Jun 2006) | 4 lines

Finally merge chan_skinny fixes into trunk.

ready...set...GO!

................
r34717 | north | 2006-06-18 19:18:34 -0400 (Sun, 18 Jun 2006) | 2 lines

No need to have debug enabled by default anymore..

................
r34738 | russell | 2006-06-18 20:14:16 -0400 (Sun, 18 Jun 2006) | 3 lines

don't blow up in the sub Makefiles if menuselect.makeopts is not present. This
is valid in some cases, such as "make clean".

................
r34762 | crichter | 2006-06-19 03:36:18 -0400 (Mon, 19 Jun 2006) | 1 line

we need to send DISCONNECT on Timeout in the ALERTING/PROCEEDING cases too
................
r34788 | crichter | 2006-06-19 05:44:04 -0400 (Mon, 19 Jun 2006) | 1 line

when we get a disconnect, we should stop the tones on te side..
................
r34818 | russell | 2006-06-19 10:24:35 -0400 (Mon, 19 Jun 2006) | 3 lines

copy the definition of ast_strdupa and use it instead of strdupa to fix the
build on systems that don't have it, such as mac

................
r34844 | kpfleming | 2006-06-19 11:17:32 -0400 (Mon, 19 Jun 2006) | 2 lines

various cleanups, remove support for CVS checkouts

................
r34876 | tilghman | 2006-06-19 14:11:04 -0400 (Mon, 19 Jun 2006) | 10 lines

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

........
r34875 | tilghman | 2006-06-19 13:07:26 -0500 (Mon, 19 Jun 2006) | 2 lines

Issue 7357 - txt file left behind when going to operator.  Also, fix a possible file descriptor leak.

........

................
r34912 | file | 2006-06-19 16:29:08 -0400 (Mon, 19 Jun 2006) | 10 lines

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

........
r34911 | file | 2006-06-19 17:27:44 -0300 (Mon, 19 Jun 2006) | 2 lines

Call reset_user_pw upon changing the password using externpass (issue #7395 reported by Ryan Cumming)

........

................
r34951 | oej | 2006-06-19 17:09:24 -0400 (Mon, 19 Jun 2006) | 3 lines

- Formatting 
- Create larger buffer for managing long auth headers from clients (adviced by SNOM)

................
r34980 | russell | 2006-06-19 21:06:50 -0400 (Mon, 19 Jun 2006) | 9 lines

- use $(CC) instead of gcc when building testexpr2
- modify ast_expr2.fl and ast_expr2.y to not try to register the file version
  in a STANDALONE build
- add config.status as a dependency on testexpr2 to ensure configure is
  executed before building it
- add include/asterisk/buildopts.h as a dependency for testexpr2 as well
- add -Iinclude to the gcc commands for building the testexpr2 objects so that
  it can find the local asterisk headers

................
r35006 | russell | 2006-06-20 00:04:57 -0400 (Tue, 20 Jun 2006) | 1 line

ensure menuselect fails if the deps file isn't found
................
r35032 | north | 2006-06-20 04:09:30 -0400 (Tue, 20 Jun 2006) | 4 lines

fix an issue with dtmf not being sent sometimes

slightly modify handling of digits

................
r35059 | oej | 2006-06-20 06:34:53 -0400 (Tue, 20 Jun 2006) | 7 lines

Issue #6820 - SIP channels hang in semi active state
- Block fix from 1.2
- Implement part of that fix that was not already implemented, but in a different way

basically, don't cancel destruction when we receive re-transmits.


................
r35094 | oej | 2006-06-20 09:28:33 -0400 (Tue, 20 Jun 2006) | 2 lines

parse SDP properly even when we are debugging. (Thanks fenlander!)

................
r35095 | oej | 2006-06-20 09:31:42 -0400 (Tue, 20 Jun 2006) | 2 lines

Don't count unknown media streams as media streams in the offer... (Fenlander reported this on irc)

................
r35122 | tilghman | 2006-06-20 11:06:38 -0400 (Tue, 20 Jun 2006) | 10 lines

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

........
r35121 | tilghman | 2006-06-20 10:05:23 -0500 (Tue, 20 Jun 2006) | 2 lines

Bug 7398 - Solaris puts its zoneinfo files in a nonstandard place

........

................
r35123 | russell | 2006-06-20 11:08:44 -0400 (Tue, 20 Jun 2006) | 2 lines

$(INSTALL) is determined by configure and set in the makeopts file

................
r35125 | oej | 2006-06-20 11:46:49 -0400 (Tue, 20 Jun 2006) | 2 lines

use correct test for checking if sip domains are enabled or not

................
r35159 | oej | 2006-06-20 17:09:50 -0400 (Tue, 20 Jun 2006) | 2 lines

Hunting crash when parking calls with SIP REFER

................
r35160 | oej | 2006-06-20 17:12:58 -0400 (Tue, 20 Jun 2006) | 2 lines

How many times can we free allocated memory? Many, obviously... ;-)

................
r35184 | tilghman | 2006-06-20 18:22:47 -0400 (Tue, 20 Jun 2006) | 3 lines

Bug 7372:  Wrong size for the block alignment (should have been 4 bytes;
writing 4 from a 2-byte integer caused extra (wrong) bytes set in the header)

................
r35185 | tilghman | 2006-06-20 18:26:16 -0400 (Tue, 20 Jun 2006) | 2 lines

Bug 7399 - Sample config showed [general] as the context, so the app should look there, too.

................
r35209 | oej | 2006-06-21 03:13:20 -0400 (Wed, 21 Jun 2006) | 2 lines

Finally fix parking and go back to metermaids

................
r35210 | oej | 2006-06-21 03:49:29 -0400 (Wed, 21 Jun 2006) | 3 lines

- Doxygen and some formatting fixes in res_features
- Get rid of compiler warnings in chan_sip

................
r35241 | crichter | 2006-06-21 11:21:46 -0400 (Wed, 21 Jun 2006) | 20 lines

* added support for PID export/import to identify bridging in misdn_call already
* fixed a few inband Alerting issues, sometimes we need to create alerting, some
times it's inband
* beautified the state debugging of misdn_hangup
* removed "real"  bchannel activating/deactivating in chan_misdn.c
* fixed "round_robin" bug when there's only 1 port
* added more informative prints when channel could not be created
* changed some warnings to notices
* reworked the whole bchannel state machine stuff, 
  it is now like in the examples of mISDNuser and therefore a lot easier, 
  and it is now harder to create bugs
* bchannel_activate/deactivate is now only called in setup/cleanup bc, 
  they may merge sometime
* it is very important to setup/cleanup the bchannels under the correct 
  conditions, especially in the NT Side we can only setup the bchannels 
  when we send a Message! 
  In the TE side we can only setup the bchannel when we received the channel 
  of course
	      

................
r35264 | file | 2006-06-21 12:50:24 -0400 (Wed, 21 Jun 2006) | 2 lines

Fix timing issue (race) with poke/pong for very close peers that can cause a peer to be declared unreachable (issue #7396 reported by stevedavies)

................
r35287 | oej | 2006-06-21 13:05:38 -0400 (Wed, 21 Jun 2006) | 2 lines

Only formatting changes... (tabs to spaces)

................
r35311 | file | 2006-06-21 14:39:56 -0400 (Wed, 21 Jun 2006) | 2 lines

Actually allow realtime queue members to be added (issue #7408 reported by tgrman)

................
r35333 | oej | 2006-06-21 15:07:02 -0400 (Wed, 21 Jun 2006) | 2 lines

Only delete scheduled item if it exists

................
r35335 | file | 2006-06-21 15:26:52 -0400 (Wed, 21 Jun 2006) | 10 lines

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

........
r35334 | file | 2006-06-21 16:25:34 -0300 (Wed, 21 Jun 2006) | 2 lines

Add Venezuelan indications (issue #7402 reported by palillo)

........

................
r35336 | oej | 2006-06-21 15:58:03 -0400 (Wed, 21 Jun 2006) | 2 lines

Issue #7380 - Cannot put a one-legged call on hold/off hold

................
r35365 | oej | 2006-06-21 16:11:09 -0400 (Wed, 21 Jun 2006) | 7 lines

Add video support to chan_agent. 

More ideas for developing better video support in Asterisk?

Join the asterisk-video mailing list to help out in the 
Asterisk Video Task Force!

................
r35366 | oej | 2006-06-21 16:14:25 -0400 (Wed, 21 Jun 2006) | 2 lines

Add agent to video docs

................
r35391 | russell | 2006-06-22 06:30:51 -0400 (Thu, 22 Jun 2006) | 4 lines

use the AC_PREFIX_DEFAULT macro to set the default prefix instead of setting
the variable directly, so that the configure --help information shows the
correct default prefix

................
r35392 | russell | 2006-06-22 06:36:45 -0400 (Thu, 22 Jun 2006) | 2 lines

use $(BASENAME) set by configure

................
r35393 | russell | 2006-06-22 06:38:45 -0400 (Thu, 22 Jun 2006) | 2 lines

use $(FIND) and $(LN) from configure

................
r35415 | russell | 2006-06-22 07:27:03 -0400 (Thu, 22 Jun 2006) | 5 lines

add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targets
since they are targets that do not have resulting files and are never listed
as prerequisites to real targets.  Using .PHONY in this manner improves make
performance by never having to check for resulting files.

................
r35416 | russell | 2006-06-22 07:39:25 -0400 (Thu, 22 Jun 2006) | 1 line

nothing to see here ...
................
r35436 | russell | 2006-06-22 08:14:29 -0400 (Thu, 22 Jun 2006) | 9 lines

instead of using a for loop to call make on each subdirectory, use a target for
each subdirectory.
 - the shell code in the for loop doesn't have a manually catch errors from
   make on a subdirectory
 - you can now run something like "make apps" or "make channels" from the root
   source directory
 - This should allow for better support for parallel instances of make (the -j
   option) since make can work on each subdirectory target in parallel

................
r35437 | russell | 2006-06-22 08:33:50 -0400 (Thu, 22 Jun 2006) | 3 lines

instead of using a for loop to call 'make install' on each subdirectory, use
separate targets

................
r35438 | russell | 2006-06-22 08:48:25 -0400 (Thu, 22 Jun 2006) | 3 lines

use a slightly different, but equivalent way of setting the 
SUBDIRS_INSTALL variable

................
r35439 | russell | 2006-06-22 08:55:49 -0400 (Thu, 22 Jun 2006) | 5 lines

revert my change to use the AC_PREFIX_DEFAULT macro since it is not something
that is expanded inline, so it didn't do what I wanted it to. The --help output
will be wrong again, but that's better than completely breaking it. :)
(Thanks to jcollie for catching this!)

................
r35459 | russell | 2006-06-22 09:22:07 -0400 (Thu, 22 Jun 2006) | 3 lines

clean up a little mess I created by using the 'or' function instead of gross 
nested if statements

................
r35479 | russell | 2006-06-22 10:09:18 -0400 (Thu, 22 Jun 2006) | 5 lines

- specify that 'all' is a .PHONY target
- add a copyright header to the build_tools Makefile
- remove 'depend' from the 'all' target in agi/ and utils/ since it is handled
  by the main Makefile already

................
r35480 | russell | 2006-06-22 10:16:41 -0400 (Thu, 22 Jun 2006) | 2 lines

get rid of another annoying stray space in the gcc commands

................
r35481 | russell | 2006-06-22 10:31:52 -0400 (Thu, 22 Jun 2006) | 3 lines

use separate targets instead of for loops to process sub directories for the
'clean' and 'clean-depend' targets

................
r35501 | russell | 2006-06-22 11:08:08 -0400 (Thu, 22 Jun 2006) | 4 lines

- specify that 'depend' is a .PHONY target
- use separate targets instead of a for loop for doing 'make depend' for
  each sub directory

................
r35502 | oej | 2006-06-22 11:34:20 -0400 (Thu, 22 Jun 2006) | 2 lines

Formatting fixes

................
r35503 | russell | 2006-06-22 11:38:13 -0400 (Thu, 22 Jun 2006) | 7 lines

- convert the 'uninstall' target to use separate targets to process each
  subdirectory instead of a for loop
- remove the FORCE target from the main Makefile and add the couple places
  I used it to the .PHONY target.  .PHONY does the same thing and is a built-in
  more efficient way of doing it.
- add a bunch more targets to .PHONY ...

................
r35504 | tilghman | 2006-06-22 11:43:02 -0400 (Thu, 22 Jun 2006) | 2 lines

Bug 6589 - option to display channel variables in queue events

................
r35506 | russell | 2006-06-22 11:45:32 -0400 (Thu, 22 Jun 2006) | 2 lines

add a couple more targets to .PHONY

................
r35510 | russell | 2006-06-22 11:55:13 -0400 (Thu, 22 Jun 2006) | 2 lines

use .PHONY instead of FORCE

................
r35533 | russell | 2006-06-22 12:26:09 -0400 (Thu, 22 Jun 2006) | 2 lines

actually allow all of the sub directories to be built when running "make", oops

................
r35553 | russell | 2006-06-22 13:05:17 -0400 (Thu, 22 Jun 2006) | 14 lines

- dynamically allocate the ast_jb structure that is on the channel structure
  so that channels not using a jitterbuffer don't waste as much memory
- ensure that the channel drivers that use jitterbuffers can handle a failure
  from configuring a jitterbuffer on a new channel because of a memory
  allocation error
- On passing through these channel drivers, configure the jitterbuffer before
  starting the PBX thread instead of afterwards. If the pbx fails to start for
  whatever reason, this would have caused a crash.
- Also on passing, move the increase of the usecount to after all of the
  possible failure conditions in the function
- fix a place where ast_update_use_count() was not called
- ensure that the owner channel pointer of the channel pvt strcutures is set to
  NULL in failure conditions

................
r35554 | russell | 2006-06-22 13:10:16 -0400 (Thu, 22 Jun 2006) | 7 lines

- move the increase of the use count to be after the possible failures
- if the pbx fails to start, set the owner channel of the pvt strucutre
  to be NULL
- return immediately if the pbx fails to start so the loop to set all of
  the variables from the "setvar" options aren't set as a bunch of global
  variables instead

................
r35555 | russell | 2006-06-22 13:49:28 -0400 (Thu, 22 Jun 2006) | 2 lines

don't blow up if a jitterbuffer is not in use

................
r35584 | russell | 2006-06-22 20:24:12 -0400 (Thu, 22 Jun 2006) | 3 lines

delete the local copy of mxml and use svn:externals to get it from its own
repo since it is going to be used it more than one place now

................
r35605 | russell | 2006-06-22 21:29:41 -0400 (Thu, 22 Jun 2006) | 5 lines

remove various commands that remove old modules since they have been there a
sufficient amount of time.  Even if they happen to be still present, the main
Makefile will spit out a huge warning telling the user that modules not
installed by that run of "make install" are present in the modules directory.

................
r35607 | russell | 2006-06-22 21:50:55 -0400 (Thu, 22 Jun 2006) | 2 lines

add basic autoconf support for res_snmp

................
r35608 | russell | 2006-06-22 21:54:07 -0400 (Thu, 22 Jun 2006) | 2 lines

delete snmp/agent.o on make clean

................
r35628 | russell | 2006-06-22 22:03:21 -0400 (Thu, 22 Jun 2006) | 2 lines

reduce indentation

................
r35629 | russell | 2006-06-22 22:08:10 -0400 (Thu, 22 Jun 2006) | 2 lines

reduce indentation

................
r35630 | russell | 2006-06-22 22:15:35 -0400 (Thu, 22 Jun 2006) | 3 lines

remove the autom4te.cache dir on a "make distclean" and add distclean to the
.PHONY list

................
r35649 | kpfleming | 2006-06-23 04:15:48 -0400 (Fri, 23 Jun 2006) | 2 lines

very minor improvement

................
r35650 | kpfleming | 2006-06-23 04:32:19 -0400 (Fri, 23 Jun 2006) | 2 lines

remove any generated doxygen docs during distclean

................
r35670 | bweschke | 2006-06-23 07:33:02 -0400 (Fri, 23 Jun 2006) | 11 lines

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

........
r35669 | bweschke | 2006-06-23 06:30:17 -0500 (Fri, 23 Jun 2006) | 3 lines

 We should lock the queue before we go making changes to member interface statuses.


........

................
r35704 | russell | 2006-06-23 10:19:35 -0400 (Fri, 23 Jun 2006) | 2 lines

merge changes to get menuselect using svn:externals

................
r35725 | kpfleming | 2006-06-23 11:15:58 -0400 (Fri, 23 Jun 2006) | 2 lines

ignore doxygen output directory

................
r35745 | kpfleming | 2006-06-23 12:33:17 -0400 (Fri, 23 Jun 2006) | 2 lines

add support for Zaptel transcoders

................
r35746 | russell | 2006-06-23 12:49:12 -0400 (Fri, 23 Jun 2006) | 7 lines

revert my changes that converted the jb on the channel to be dynamically
allocated. These changes caused crashes when using a channel type that did
not support the jitterbuffer. Instead of fixing why it's crashing, I'm going
to implement this in a better way next week. The way I did it caused a
jitterbuffer to be allocated on every channel where the channel type supported
jitterbuffers, even if they were disabled.

................
r35766 | russell | 2006-06-23 19:22:57 -0400 (Fri, 23 Jun 2006) | 6 lines

fix some little issues on big endian platforms to resolve compiler warnings
 - don't call the byte swapping macros on single byte numbers
 - don't do a ++ increment in the argument in the argument to the byte swapping
   macros. This gets expanded to incrementing the variable 4 times in a single
   operation, which results in undefined (and obviously undesired) behavior. :)

................
r35788 | russell | 2006-06-24 00:03:52 -0400 (Sat, 24 Jun 2006) | 2 lines

ast_calloc, instead of malloc and memset

................
r35789 | russell | 2006-06-24 00:10:41 -0400 (Sat, 24 Jun 2006) | 2 lines

set the menu name when building makeopts.xml

................
r35790 | russell | 2006-06-24 00:34:55 -0400 (Sat, 24 Jun 2006) | 3 lines

add dependency on menuselect's version of linkedlists.h, list menuselect as
a PHONY target

................
r35791 | russell | 2006-06-24 00:42:35 -0400 (Sat, 24 Jun 2006) | 2 lines

fix dist-clean and add menuselect to the clean target, too

................
r35812 | kpfleming | 2006-06-24 04:45:49 -0400 (Sat, 24 Jun 2006) | 3 lines

search for Zaptel and libtonezone separately in the configure script
various other minor fixes

................
r35832 | kpfleming | 2006-06-24 15:43:31 -0400 (Sat, 24 Jun 2006) | 13 lines

The Eurostar Commit! (it's amazing how much work you can get done on a 150 minute train ride from Paris to London <G>)

support the new location for zaptel.h and tonezone.h
use the dependency information output by menuselect to build Makefile rules for each module for header files and libraries
combine the common rules into a top-level Makefile.rules file
remove all (now) unnecessary stuff from subdir Makefiles
change translator API so that the newpvt() callback returns an int instead of a pointer (it no longer allocates memory)
alphabetize --with-<foo> options in configure script
enhance Net-SNMP support in configure script to provide a --with-netsnmp option
fix support for --with-pq so that if pg-config is not found when --with-pq is specified, an error will be generated
add 'optional package' usage to modules now that menuselect can output it
allow res_snmp to build by default, since the new loader changes coming soon will solve the function naming problem (and users can disable it via menuselect anyway)

................
r35852 | kpfleming | 2006-06-24 19:12:22 -0400 (Sat, 24 Jun 2006) | 3 lines

clean up some damage from today's commit
convert codecs Makefile to new style

................
r35854 | kpfleming | 2006-06-24 19:26:19 -0400 (Sat, 24 Jun 2006) | 2 lines

commit missing file

................
r35875 | russell | 2006-06-24 21:25:52 -0400 (Sat, 24 Jun 2006) | 2 lines

fix pbx_dundi build (issue #7424, jstrom)

................
r35895 | kpfleming | 2006-06-25 04:50:14 -0400 (Sun, 25 Jun 2006) | 2 lines

use new (separate) dependencies file from menuselect

................
r35916 | tilghman | 2006-06-25 11:12:02 -0400 (Sun, 25 Jun 2006) | 10 lines

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

........
r35915 | tilghman | 2006-06-25 10:10:06 -0500 (Sun, 25 Jun 2006) | 2 lines

Bug 7425 - Size of buffer is passed in by len

........

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

Added:
    team/bweschke/polycom_acd_functions/Makefile.rules   (props changed)
      - copied unchanged from r35916, trunk/Makefile.rules
    team/bweschke/polycom_acd_functions/build_tools/get_makeopts   (props changed)
      - copied unchanged from r35916, trunk/build_tools/get_makeopts
    team/bweschke/polycom_acd_functions/build_tools/get_moduleinfo   (props changed)
      - copied unchanged from r35916, trunk/build_tools/get_moduleinfo
    team/bweschke/polycom_acd_functions/codecs/codec_zap.c   (props changed)
      - copied unchanged from r35916, trunk/codecs/codec_zap.c
    team/bweschke/polycom_acd_functions/pbx/ael/ael-test/ael-test8/
      - copied from r35916, trunk/pbx/ael/ael-test/ael-test8/
    team/bweschke/polycom_acd_functions/pbx/ael/ael-test/ael-test8/extensions.ael   (props changed)
      - copied unchanged from r35916, trunk/pbx/ael/ael-test/ael-test8/extensions.ael
    team/bweschke/polycom_acd_functions/pbx/ael/ael-test/ref.ael-test8   (props changed)
      - copied unchanged from r35916, trunk/pbx/ael/ael-test/ref.ael-test8
Removed:
    team/bweschke/polycom_acd_functions/build_tools/Makefile
    team/bweschke/polycom_acd_functions/build_tools/get_moduledeps
    team/bweschke/polycom_acd_functions/build_tools/menuselect.c
    team/bweschke/polycom_acd_functions/build_tools/menuselect.h
    team/bweschke/polycom_acd_functions/build_tools/menuselect_curses.c
    team/bweschke/polycom_acd_functions/mxml/
Modified:
    team/bweschke/polycom_acd_functions/   (props changed)
    team/bweschke/polycom_acd_functions/Makefile
    team/bweschke/polycom_acd_functions/abstract_jb.c
    team/bweschke/polycom_acd_functions/agi/Makefile
    team/bweschke/polycom_acd_functions/apps/Makefile
    team/bweschke/polycom_acd_functions/apps/app_amd.c
    team/bweschke/polycom_acd_functions/apps/app_chanspy.c
    team/bweschke/polycom_acd_functions/apps/app_dial.c
    team/bweschke/polycom_acd_functions/apps/app_dumpchan.c
    team/bweschke/polycom_acd_functions/apps/app_flash.c
    team/bweschke/polycom_acd_functions/apps/app_meetme.c
    team/bweschke/polycom_acd_functions/apps/app_queue.c
    team/bweschke/polycom_acd_functions/apps/app_rpt.c
    team/bweschke/polycom_acd_functions/apps/app_voicemail.c
    team/bweschke/polycom_acd_functions/apps/app_zapbarge.c
    team/bweschke/polycom_acd_functions/apps/app_zapras.c
    team/bweschke/polycom_acd_functions/apps/app_zapscan.c
    team/bweschke/polycom_acd_functions/ast_expr2.c
    team/bweschke/polycom_acd_functions/ast_expr2.fl
    team/bweschke/polycom_acd_functions/ast_expr2.h
    team/bweschke/polycom_acd_functions/ast_expr2.y
    team/bweschke/polycom_acd_functions/ast_expr2f.c
    team/bweschke/polycom_acd_functions/build_tools/cflags.xml
    team/bweschke/polycom_acd_functions/build_tools/menuselect-deps.in
    team/bweschke/polycom_acd_functions/build_tools/prep_moduledeps
    team/bweschke/polycom_acd_functions/cdr/Makefile
    team/bweschke/polycom_acd_functions/channel.c
    team/bweschke/polycom_acd_functions/channels/Makefile
    team/bweschke/polycom_acd_functions/channels/chan_agent.c
    team/bweschke/polycom_acd_functions/channels/chan_iax2.c
    team/bweschke/polycom_acd_functions/channels/chan_jingle.c
    team/bweschke/polycom_acd_functions/channels/chan_local.c
    team/bweschke/polycom_acd_functions/channels/chan_misdn.c
    team/bweschke/polycom_acd_functions/channels/chan_sip.c
    team/bweschke/polycom_acd_functions/channels/chan_skinny.c
    team/bweschke/polycom_acd_functions/channels/chan_zap.c
    team/bweschke/polycom_acd_functions/channels/h323/Makefile
    team/bweschke/polycom_acd_functions/channels/misdn/isdn_lib.c
    team/bweschke/polycom_acd_functions/channels/misdn/isdn_lib.h
    team/bweschke/polycom_acd_functions/codecs/Makefile
    team/bweschke/polycom_acd_functions/codecs/codec_g726.c
    team/bweschke/polycom_acd_functions/codecs/codec_gsm.c
    team/bweschke/polycom_acd_functions/codecs/codec_ilbc.c
    team/bweschke/polycom_acd_functions/codecs/codec_lpc10.c
    team/bweschke/polycom_acd_functions/codecs/codec_speex.c
    team/bweschke/polycom_acd_functions/configs/iax.conf.sample
    team/bweschke/polycom_acd_functions/configs/indications.conf.sample
    team/bweschke/polycom_acd_functions/configs/queues.conf.sample
    team/bweschke/polycom_acd_functions/configs/skinny.conf.sample
    team/bweschke/polycom_acd_functions/configure
    team/bweschke/polycom_acd_functions/configure.ac
    team/bweschke/polycom_acd_functions/db1-ast/Makefile
    team/bweschke/polycom_acd_functions/doc/   (props changed)
    team/bweschke/polycom_acd_functions/doc/ael.txt
    team/bweschke/polycom_acd_functions/doc/radius.txt
    team/bweschke/polycom_acd_functions/doc/video.txt
    team/bweschke/polycom_acd_functions/fixedjitterbuf.c
    team/bweschke/polycom_acd_functions/formats/Makefile
    team/bweschke/polycom_acd_functions/formats/format_ogg_vorbis.c
    team/bweschke/polycom_acd_functions/formats/format_wav_gsm.c
    team/bweschke/polycom_acd_functions/funcs/Makefile
    team/bweschke/polycom_acd_functions/include/asterisk/abstract_jb.h
    team/bweschke/polycom_acd_functions/include/asterisk/ael_structs.h
    team/bweschke/polycom_acd_functions/include/asterisk/autoconfig.h.in
    team/bweschke/polycom_acd_functions/include/asterisk/plc.h
    team/bweschke/polycom_acd_functions/include/asterisk/translate.h
    team/bweschke/polycom_acd_functions/include/asterisk/udptl.h
    team/bweschke/polycom_acd_functions/jitterbuf.c
    team/bweschke/polycom_acd_functions/makeopts.in
    team/bweschke/polycom_acd_functions/manager.c
    team/bweschke/polycom_acd_functions/pbx.c
    team/bweschke/polycom_acd_functions/pbx/Makefile
    team/bweschke/polycom_acd_functions/pbx/ael/ael-test/ref.ael-test1
    team/bweschke/polycom_acd_functions/pbx/ael/ael-test/ref.ael-test2
    team/bweschke/polycom_acd_functions/pbx/ael/ael-test/ref.ael-test3
    team/bweschke/polycom_acd_functions/pbx/ael/ael-test/ref.ael-test4
    team/bweschke/polycom_acd_functions/pbx/ael/ael-test/ref.ael-test5
    team/bweschke/polycom_acd_functions/pbx/ael/ael-test/ref.ael-test6
    team/bweschke/polycom_acd_functions/pbx/ael/ael-test/ref.ael-test7
    team/bweschke/polycom_acd_functions/pbx/ael/ael.tab.c
    team/bweschke/polycom_acd_functions/pbx/ael/ael.tab.h
    team/bweschke/polycom_acd_functions/pbx/ael/ael.y
    team/bweschke/polycom_acd_functions/pbx/ael/ael_lex.c
    team/bweschke/polycom_acd_functions/pbx/pbx_ael.c
    team/bweschke/polycom_acd_functions/plc.c
    team/bweschke/polycom_acd_functions/res/Makefile
    team/bweschke/polycom_acd_functions/res/res_features.c
    team/bweschke/polycom_acd_functions/res/res_jabber.c
    team/bweschke/polycom_acd_functions/res/res_musiconhold.c
    team/bweschke/polycom_acd_functions/res/res_odbc.c
    team/bweschke/polycom_acd_functions/res/res_osp.c
    team/bweschke/polycom_acd_functions/res/res_smdi.c
    team/bweschke/polycom_acd_functions/res/res_snmp.c
    team/bweschke/polycom_acd_functions/rtp.c
    team/bweschke/polycom_acd_functions/say.c
    team/bweschke/polycom_acd_functions/sounds/Makefile
    team/bweschke/polycom_acd_functions/translate.c
    team/bweschke/polycom_acd_functions/udptl.c
    team/bweschke/polycom_acd_functions/utils/Makefile

Propchange: team/bweschke/polycom_acd_functions/
------------------------------------------------------------------------------
    automerge = *

Propchange: team/bweschke/polycom_acd_functions/
------------------------------------------------------------------------------
Binary property 'branch-1.2-blocked' - no diff available.

Propchange: team/bweschke/polycom_acd_functions/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Propchange: team/bweschke/polycom_acd_functions/
------------------------------------------------------------------------------
--- svn:externals (added)
+++ svn:externals Sun Jun 25 12:18:34 2006
@@ -1,0 +1,2 @@
+menuselect	http://svn.digium.com/svn/menuselect/trunk
+mxml		http://svn.digium.com/svn/mxml/trunk

Propchange: team/bweschke/polycom_acd_functions/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Jun 25 12:18:34 2006
@@ -16,6 +16,7 @@
 testexpr2
 makeopts
 menuselect.makeopts
+menuselect.makedeps
 config.status
 config.log
 makeopts.xml

Propchange: team/bweschke/polycom_acd_functions/

[... 26196 lines stripped ...]


More information about the asterisk-commits mailing list