asterisk/asterisk.git
2006-08-21 Kevin P. Flemingoops... missed one
2006-08-21 Kevin P. Fleminganother variable to clear out before configuring mxml
2006-08-21 Kevin P. Fleminguse a customized configure macro to tell the script...
2006-08-21 Kevin P. Flemingdon't initialize global variables list twice
2006-08-21 Kevin P. Fleminguse new configure-provided wrappers for attributes
2006-08-21 Kevin P. Flemingrestore printing of module name during loading
2006-08-21 Russell Bryant- simplify and improve astmm by using thread storage...
2006-08-21 Russell Bryant- use the atomic operations for incrementing the unique int
2006-08-21 Joshua ColpAllow an offset for SIP_HEADER so you can get more...
2006-08-21 Russell Bryantvarious cleanups, including ...
2006-08-21 Russell Bryant- use a common error message in all of the memory alloc...
2006-08-21 Kevin P. Flemingbuild muted by default, since there is no Makefile...
2006-08-21 Kevin P. Fleminguse a safer process for checking if a module wants...
2006-08-21 Kevin P. Flemingreplace a couple of bare 'make' with $(MAKE)
2006-08-21 Kevin P. Flemingswap module macro arguments to proper order
2006-08-21 Jason ParkerFix a potential integer signedness problem.
2006-08-21 Kevin P. Flemingensure that 'make' after 'svn update' that includes...
2006-08-21 Kevin P. Flemingdon't declare these variables unless needed
2006-08-21 Kevin P. Flemingdocument Makefile target changes
2006-08-21 Kevin P. Flemingcould have sworn i committed this change already...
2006-08-21 Kevin P. Flemingmain subdirectory is not dependencies for menuselect...
2006-08-21 Kevin P. Flemingoops... no pattern rules for bison/flex
2006-08-21 Kevin P. Flemingmerge new_loader_completion branch, including (at least):
2006-08-20 Tilghman LesherMerged revisions 40692 via svnmerge from
2006-08-20 Jason ParkerThis is just step 1 in taking over the world.
2006-08-20 Tilghman LesherConvert func_odbc to use the prepare_and_execute callba...
2006-08-20 Joshua ColpBlocked revisions 40601 via svnmerge
2006-08-20 Jason ParkerConverted device2str and control2str to use thread...
2006-08-20 Joshua ColpProperly check to see if parkingnum is a number (issue...
2006-08-20 Joshua Colpkpfleming didn't break trunk, it was the aliens. (fix...
2006-08-20 Jason ParkerMake the CIPC device string useful
2006-08-20 Jason ParkerFix minor display issues in "skinny show devices".
2006-08-19 Kevin P. Flemingdeprecate chan_agent callback mode
2006-08-19 Russell Bryantsuppress warnings introduced by putting states in an...
2006-08-19 Jason ParkerBlocking 1.2 rev 40446 from merging to trunk
2006-08-19 Jason ParkerFix a bug with app_voicemail when trying to use app_dir...
2006-08-19 Russell Bryantconvert lists of constants in channel.h to enums instea...
2006-08-18 Joshua ColpMake a zttest of 20 seconds part of the autosupport...
2006-08-18 Kevin P. FlemingMerged revisions 40392 via svnmerge from
2006-08-18 Steve MurphyUpdated this as per wishes of Kevin Fleming. Needs...
2006-08-17 Matt O'Gormanupdating configure script and putting comments in the...
2006-08-17 Matt O'Gormanchanges to configure to support older c-client than the
2006-08-17 Joshua ColpUse OSAtomicAdd instead of OSAtomicDecrement to decreme...
2006-08-17 Russell Bryantupdate configure script to reflect change to make versi...
2006-08-17 Russell Bryanta lot of systems use GNU Make 3.81beta4, so only consid...
2006-08-17 Russell Bryantfix the use of an uninitialized variable (issue #7746...
2006-08-17 Kevin P. Flemingrename to more clearly state what this file shows how...
2006-08-17 Kevin P. Flemingtypo
2006-08-17 Russell Bryantfix a little typo in the config file name
2006-08-17 Russell Bryantadd Steve Murphy's guide on setting up call queues...
2006-08-17 Russell BryantMerged revisions 40227 via svnmerge from
2006-08-17 Joshua ColpAdd 'l' option to CDR dialplan function which will...
2006-08-17 Joshua ColpBlocked revisions 40223 via svnmerge
2006-08-17 Steve MurphyBlocking 40220, because I've already made the mod in...
2006-08-17 Steve MurphyIn app_macro, changed the previously changed upper...
2006-08-17 Nadi Sarrarfixing the 64bit issue with misdn_l1_task.
2006-08-17 Russell Bryanttabs to spaces to fix alignment ...
2006-08-17 Russell Bryantprint a warning at the end of the configure script...
2006-08-17 Russell BryantFix cookie parsing for Internet Explorer (issue #7454...
2006-08-17 Russell Bryantfix include of tonezone.h to reflect new location ...
2006-08-16 Matt O'Gormanfixed imap bug and updated syntax.
2006-08-16 Christian Richteradded patch from #7709
2006-08-16 Kevin P. FlemingMerged revisions 40057 via svnmerge from
2006-08-16 Kevin P. Flemingfix some minor stuff
2006-08-16 Joshua ColpRemove the old ODBC_STORAGE and make EXTENDED_ODBC_STOR...
2006-08-16 Russell Bryantinstead of a for loop and ast_cli_(un)register, use...
2006-08-16 Joshua ColpMove things around a bit more for onhold support, and...
2006-08-16 Nadi Sarrara static array now holds the cli_entry structs
2006-08-16 Nadi Sarraradding support for AOCD facility messages.
2006-08-16 Jason ParkerFix formatting of "show codecs" CLI command.
2006-08-16 Russell Bryantmove the calls to ast_jb_configure() to before the...
2006-08-15 Russell BryantMerged revisions 39935 via svnmerge from
2006-08-15 Steve Murphyblock the indicated 1.2 branch from being merged into...
2006-08-15 Russell Bryantprint a more user friendly error message with the text...
2006-08-15 Russell Bryantreduce duplicated code by using print_codec_to_cli...
2006-08-15 Steve MurphyThis change fixes bug 7731, macros not executing more...
2006-08-15 Mark SpencerMake tonepair generated through fixed point
2006-08-15 Christian Richterremoved libbnec dependencies.
2006-08-15 Kevin P. Flemingcomplete the coding style changes for these frame struc...
2006-08-15 Nadi Sarrarmoved the asn1 and facility portions of code to mISDNus...
2006-08-15 Steve MurphyMade "style" change requested by Kevin Fleming... used...
2006-08-15 Steve MurphyOn behalf of PCadach, " IMHO that was last deadlock...
2006-08-15 Joshua ColpSMDI documentation fix (issue #7732 reported by mnicholson)
2006-08-14 North Antarafix a typo and a very minor formatting change
2006-08-14 Joshua ColpFix for uninitialized workspace in ast_cdr_getvar,...
2006-08-14 Russell Bryantdon't try to ignore the contents of a quoted string...
2006-08-14 Russell Bryantresolve some compiler warnings ...
2006-08-14 Russell Bryantadd the doc file about the MacroExclusive app (issue...
2006-08-14 Russell Bryantadd MacroExclusive application, a Macro that only one...
2006-08-14 Russell BryantWhen taking a substring and a negative length is provid...
2006-08-14 Russell Bryantdon't include files that cause additional targets to...
2006-08-14 Russell Bryant- unregister SLA apps on module unload and add sample...
2006-08-14 Russell Bryantadd the ability to run an arbitrary command if asterisk...
2006-08-14 Russell Bryantsupport ./configure --silent
2006-08-13 Russell Bryantincrease the maximum length of the mohinterpret/mohsugg...
2006-08-12 Steve MurphyThis commit merges the contents of 7721, as it applied...
2006-08-11 Steve Murphyadded a -q for quiet, option to aelparse
2006-08-11 BJ Weschke Increase the size of the variable space for writing...
2006-08-11 Joshua ColpMove STD_MOD declaration to end of file as per the...
2006-08-11 Joshua ColpDon't completely error out if a config file for chan_ph...
next