if (!(x) == 0) is the same as
[asterisk/asterisk.git] / main / features.c
2008-10-01 Mark Michelsonif (!(x) == 0) is the same as
2008-10-01 Mark MichelsonThe logic surrounding the return value of ast_spawn_ext...
2008-09-23 Steve MurphyMerged revisions 144066 via svnmerge from
2008-09-12 Tilghman LesherCreate a new config file status, CONFIG_STATUS_FILEINVA...
2008-09-12 Steve MurphyMerged revisions 142675 via svnmerge from
2008-09-11 Steve MurphyMerged revisions 142575 via svnmerge from
2008-09-10 Steve MurphyMerged revisions 142474 via svnmerge from
2008-09-09 Russell BryantMerged revisions 142063 via svnmerge from
2008-09-04 Jeff PeelerMerged revisions 141028 via svnmerge from
2008-08-29 Jeff PeelerAdded the option s to the Park application which will...
2008-08-29 Mark MichelsonMerged revisions 140488 via svnmerge from
2008-08-25 Steve MurphyMerged revisions 139764 via svnmerge from
2008-08-22 Steve MurphyMerged revisions 139635 via svnmerge from
2008-08-22 Steve MurphyMerged revisions 139347 via svnmerge from
2008-08-22 Jeff Peelerremove extra comma typo
2008-08-22 Mark MichelsonAdd missing unique id to ParkedCallGiveUp and ParkedCal...
2008-08-17 Sean BrightMove Uniqueid to the end of the event for those that...
2008-08-17 Sean BrightAdd Uniqueid header to ParkedCall manager event.
2008-08-10 Sean BrightAnother big chunk of changes from the RSW branch. ...
2008-08-07 Mark MichelsonBump a LOG_NOTICE message to LOG_DEBUG since it appears
2008-08-05 Steve MurphyMerged revisions 135799 via svnmerge from
2008-08-02 Steve Murphy(closes issue #13202)
2008-07-31 Steve MurphyMerged revisions 134883 via svnmerge from
2008-07-30 Tilghman LesherMove implementation of an attended-transfer-complete...
2008-07-18 Brett BryantMerged revisions 131915 via svnmerge from
2008-07-17 Brett BryantFix a memory leak in register_group_feature when attemp...
2008-07-10 Michiel van BaakRemove deprecated 'show parkedcalls' CLI command
2008-07-03 Steve MurphyMerged revisions 127663 via svnmerge from
2008-06-16 Steve Murphy(closes issue #12689)
2008-06-12 Jeff Peeler(closes issue 0012193)
2008-06-12 Jeff PeelerGoodbye Zaptel, hello DAHDI. Removes Zaptel driver...
2008-06-11 Terry WilsonInitialize parkingtime to DEFAULT_PARK_TIME instead...
2008-06-06 Jeff PeelerMerged revisions 120863,120885 via svnmerge from
2008-05-29 Michiel van BaakMake sure the nrfds and nefds are reset to NULL
2008-05-24 Jeff PeelerFixes segfault in parking, patch submitted by bmd.
2008-05-22 Michiel van Baak- revert change to ast_queue_hangup and create ast_queu...
2008-05-15 Luigi RizzoUse casts or intermediate variables to remove a number
2008-05-14 Jeff PeelerFixed a few problems with multiparking: call not being...
2008-05-12 Olle JohanssonAdd support for playing an audio file for caller and...
2008-04-29 Kevin P. Flemingfix this logic to actually be correct... the fd can...
2008-04-25 Russell BryantMerge code from team/russell/parking_updates
2008-04-21 Jeff Peeler(closes issue #6113)
2008-04-11 Mark MichelsonMerged revisions 114063 via svnmerge from
2008-04-08 Jason ParkerMove AST_FEATURE_FLAG_* and FEATURE_RETURN_* to feature...
2008-03-26 Tilghman LesherAdd the "config reload <conffile>" command, which allow...
2008-03-18 Terry WilsonGo through and fix a bunch of places where character...
2008-03-11 Joshua ColpMerged revisions 107646 via svnmerge from
2008-03-11 Joshua ColpClarify comment about masquerading and playback of...
2008-03-07 Steve Murphy(closes issue #6002)
2008-03-04 Tilghman LesherWhitespace changes only
2008-03-01 Terry WilsonAsterisk, when parking can drop rights a caller when...
2008-02-27 Jason ParkerMerged revisions 104598 via svnmerge from
2008-02-26 Mark MichelsonRemove more hardcoded pipe symbols and replace with...
2008-02-07 Jason ParkerMerged revisions 102858 via svnmerge from
2008-01-28 Russell BryantMerge rev 100626 from Asterisk 1.4. The svnmerge of...
2008-01-24 Joshua ColpMinor cosmetic change...
2008-01-24 Jason ParkerMove chan_local dependency into places (only one) that...
2008-01-23 Jason ParkerMove code from res_features into (new file) main/features.c