move wait_and_stream to ast_wait_and_stream() because equivalent
[asterisk/asterisk.git] / res / res_features.c
2006-04-21 Luigi Rizzomove wait_and_stream to ast_wait_and_stream() because...
2006-04-21 Luigi Rizzocomment a possible memory leak
2006-04-21 Luigi Rizzomerge some common code into a function
2006-04-21 Luigi Rizzomore NULL / "" equivalence for CID fields.
2006-04-18 Luigi Rizzosimplify the flow of builtin_atxfer().
2006-04-17 Olle Johansson- Doxygen formatting
2006-04-16 Luigi Rizzopreparation for reduction of the nesting of a large...
2006-04-16 Luigi Rizzomore usages of stream_and_wait
2006-04-16 Luigi Rizzomore usages of function 'finishup()'
2006-04-16 Luigi Rizzoone more instance of stream_and_wait, and remove an...
2006-04-16 Luigi Rizzomore replaceemnt of dup code with functions.
2006-04-16 Luigi Rizzolocalize several variables, and simplify the last part...
2006-04-16 Luigi Rizzomore formatting cleanup including removal of a useless...
2006-04-16 Luigi Rizzorename a variable same as used in a very similar function,
2006-04-16 Luigi Rizzos/pu->chan/chan in a few places;
2006-04-16 Luigi Rizzoput some common code into functions (still more instanc...
2006-04-16 Luigi Rizzoproperly reindent a large block.
2006-04-16 Luigi Rizzomore readability fixes - localize some variables and...
2006-04-16 Luigi Rizzointroduce a function to set context, extension and...
2006-04-16 Luigi Rizzominor readability fixes in preparation for more work...
2006-04-15 Luigi Rizzo- normalize for() loops to navigate through variables,
2006-04-14 Luigi Rizzo- remove some unnecessary casts and braces;
2006-04-14 Luigi RizzoThis rather large commit changes the way modules are...
2006-04-10 BJ WeschkeMerged revisions 18866 via svnmerge from
2006-04-08 Kevin P. Fleminga few cleanups from the last commit
2006-04-08 Kevin P. Flemingsince the module API is changing, it's a good time...
2006-03-30 Luigi Rizzoas discussed with Mark a few weeks ago, the 'newstack...
2006-03-30 Olle JohanssonSet default value of adsipark (import from 1.2)
2006-03-25 Mark SpencerAdd micro-http server and abstract manager interface...
2006-03-23 Joshua ColpMerged revisions 14523 via svnmerge from
2006-03-21 Russell BryantMerged revisions 13961 via svnmerge from
2006-03-14 Olle Johansson- Formatting fix in musiconhold
2006-03-06 Tilghman LesherBug 6304 - Add Park command to the manager interface
2006-02-22 Kevin P. Flemingmerge rizzo's patch to make compiler warnings stop...
2006-02-15 Russell Bryantremove the uses of the deprecated STANDARD_LOCAL_USER
2006-02-01 Kevin P. Fleminguse string fields for some stuff in ast_channel
2006-01-21 Russell Bryant- conversions to allocation wrappers
2006-01-19 Olle JohanssonDoxygen fixes
2006-01-17 Kevin P. Flemingremove some more deprecated (pre-1.2) stuff
2006-01-17 Matthew FredricksonCheck to see if arg is NULL before passing (#6094)
2006-01-09 Olle JohanssonDoxygen update
2006-01-08 Matt O'Gormanadded small feature from bug 5682 with one typo fix.
2006-01-05 Tilghman LesherMerged revisions 7823 via svnmerge from
2006-01-05 Olle JohanssonFix copyright for touched file
2006-01-04 Olle JohanssonMerged revisions 7795 via svnmerge from
2005-12-30 Russell Bryantupdate doxygen docs to specify authors
2005-12-21 Russell Bryantadd a header to indicate who the call was parked by...
2005-12-08 Josh RobersonAllow retrieval of generated filename from one touch...
2005-12-03 Tilghman LesherBug 5858 - Make the chanvars.c functions return a ...
2005-11-29 Kevin P. Flemingremove extraneous svn:executable properties
2005-11-10 Kevin P. Flemingissue #5703
2005-11-09 Kevin P. Flemingissue #5601
2005-11-08 Kevin P. Flemingmore header include simplification
2005-11-08 Kevin P. Flemingissue #5648
2005-11-06 Russell BryantConvert some built-in applications to use new args...
2005-11-03 Kevin P. Flemingminor cleanup
2005-11-01 Kevin P. Flemingissue #5499
2005-10-24 Russell BryantDoxygen documentation update from oej (issue #5505)
2005-10-13 Kevin P. Flemingensure that parking context/extension (and other settin...
2005-09-28 Mark SpencerRemove possibility of manager deadlocks from manager...
2005-09-14 Kevin P. Flemingupdate MANY more files with proper copyright/license...
2005-09-07 Kevin P. Flemingenable DTMF monitoring when DYNAMIC_FEATURES are specif...
2005-09-07 Kevin P. Flemingremove useless buffer initializations (issue #5134)
2005-09-07 Kevin P. Flemingeliminate signedness warnings (issue #5129)
2005-08-23 Kevin P. Flemingformatting fixes and compile fix for FreeBSD (issue...
2005-08-23 Kevin P. Flemingensure that features are not duplicated during reload...
2005-08-23 Kevin P. Flemingadd ability to map feature sequences to applications...
2005-08-08 Russell Bryantmore pointer signedness fixes for gcc4 warnings
2005-08-03 Mark SpencerFix timestamp issue with features (bug #4760 with mods)
2005-07-25 Russell Bryantmore formatting fixes! (bug #4780)
2005-07-15 Kevin P. Flemingadd a library of timeval manipulation functions, and...
2005-07-11 Kevin P. Flemingreverse arguments to ast_tvdiff_ms, so they match the...
2005-07-10 Russell Bryantuse AST_MAX_CONTEXT
2005-07-07 Kevin P. Flemingmake CLI output use singular/plural when appropriate...
2005-06-23 Kevin P. Flemingsupport cancellation of attended transfers using the...
2005-06-06 Kevin P. Flemingmore file version tags
2005-06-06 Kevin P. Flemingmore efficient (and understandable) ast_channel_walk_lo...
2005-06-03 Kevin P. Flemingcorrect case of file type for one-touch monitoring...
2005-05-16 Kevin P. Flemingadd ability to control output format for one-touch...
2005-05-15 Kevin P. Flemingmore strncpy -> ast_copy_string conversions, fixing...
2005-05-09 Mark SpencerFix features + astmm interaction (bug #4217)
2005-04-29 Kevin P. Flemingdon't use '%i' at all, since we have no current use...
2005-04-27 Mark SpencerAdd option to park in the next slot (bug #4028)
2005-04-22 Kevin P. Flemingadd ability to send transferring party to a dialplan...
2005-04-21 Kevin P. Fleminguse double-quotes instead of angle-brackets for non...
2005-04-20 Kevin P. Flemingadd count of parked calls to 'show parkedcalls' (bug...
2005-04-13 Russell Bryantadd missing newlines, fix misspelling of nonexistent...
2005-03-24 Mark Spencerfix repark of timed out parked calls (bug #3777)
2005-03-17 Matthew FredricksonFixed Parking bug where SIP calls would loose MOH after...
2005-03-04 Mark SpencerRework channel structure to eliminate "pvt" portion...
2005-02-26 Mark SpencerAdd additional parking events (bug #3620)
2005-02-17 Mark SpencerAdd atxfer fix (bug #3592)
2005-02-11 Mark SpencerCopy/paste errors (bug #3559, #3560)
2005-02-06 Mark SpencerMerge "show features" (bug #3515)
2005-01-26 Mark SpencerFix parking issue (bug #3396)
2005-01-25 Mark SpencerMerge config updates (bug #3406)
2005-01-21 Russell Bryantupdate copyright headers for 2005
2005-01-17 Mark SpencerMerge hold patch (bug #1840)
2005-01-11 Mark SpencerFix one touch record (bug #3263, take two)
2005-01-10 Mark SpencerMore flagification, courtesy drumkilla (bug #3280)
next