aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_features.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-23backport some mutex initialization and linked list handling fixes from trunkkpfleming1-2/+1
2006-05-23 Fix a potential leak and correct (hopefully) a segfault under certain condit...bweschke1-3/+4
2006-05-22Use the correct language when playing the transfer sound (issue #7109 reporte...file1-1/+1
2006-05-21 When an application that is executed via applicationmap and exits non-zero, ...bweschke1-3/+10
2006-05-08Incorrect log statement when playing transfer sounds (issue #7008 reported an...file1-2/+2
2006-04-10 Don't say that we can pass an 'exten' argument in the documentation of Park(...bweschke1-1/+1
2006-03-30Set initial value on adsiparkoej1-0/+1
2006-03-23Issue #6764 - Return BUSY signal when other party is busy at Attended Transfe...file1-0/+3
2006-03-21fix crash when using the ParkAndAnnounce application. When using this applic...russell1-1/+1
2006-01-17Backport of fix for #6094mattf1-4/+6
2006-01-05Bug 6081 - fix for memory leak, formatting fixestilghman1-5/+8
2006-01-05Fix copyright of changed fileoej1-1/+1
2006-01-04Issue #5980: Removing extra CR+LF in manager events - needs port to trunkoej1-4/+4
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-10issue #5703kpfleming1-1/+1
2005-11-09issue #5601kpfleming1-5/+6
2005-11-08more header include simplificationkpfleming1-0/+1
2005-11-08issue #5648kpfleming1-3/+3
2005-11-06Convert some built-in applications to use new args parsing macros.russell1-3/+3
2005-11-03minor cleanupkpfleming1-5/+0
2005-11-01issue #5499kpfleming1-1/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-13ensure that parking context/extension (and other settings) are properly updat...kpfleming1-18/+47
2005-09-28Remove possibility of manager deadlocks from manager actionsmarkster1-3/+1
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-09-07enable DTMF monitoring when DYNAMIC_FEATURES are specified for a brige (issue...kpfleming1-29/+53
2005-09-07remove useless buffer initializations (issue #5134)kpfleming1-1/+1
2005-09-07eliminate signedness warnings (issue #5129)kpfleming1-2/+2
2005-08-23formatting fixes and compile fix for FreeBSD (issue #5004)kpfleming1-3/+4
2005-08-23ensure that features are not duplicated during reload (issue #3764, take two)kpfleming1-5/+20
2005-08-23add ability to map feature sequences to applications (issue #3764)kpfleming1-15/+200
2005-08-08more pointer signedness fixes for gcc4 warningsrussell1-2/+2
2005-08-03Fix timestamp issue with features (bug #4760 with mods)markster1-11/+15
2005-07-25more formatting fixes! (bug #4780)russell1-166/+176
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-14/+9
2005-07-11reverse arguments to ast_tvdiff_ms, so they match the 'raw' math being used b...kpfleming1-1/+1
2005-07-10use AST_MAX_CONTEXTrussell1-1/+1
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)kpfleming1-1/+1
2005-06-23support cancellation of attended transfers using the defined disconnect code ...kpfleming1-5/+185
2005-06-06more file version tagskpfleming1-10/+15
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...kpfleming1-4/+2
2005-06-03correct case of file type for one-touch monitoring (bug #4443)kpfleming1-2/+2
2005-05-16add ability to control output format for one-touch-record feature (bug #4190)kpfleming1-3/+7
2005-05-15more strncpy -> ast_copy_string conversions, fixing some buglets along the waykpfleming1-20/+20
2005-05-09Fix features + astmm interaction (bug #4217)markster1-3/+12
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming1-1/+1
2005-04-27Add option to park in the next slot (bug #4028)markster1-3/+13
2005-04-22add ability to send transferring party to a dialplan target after they blind ...kpfleming1-0/+35
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-17/+17
2005-04-20add count of parked calls to 'show parkedcalls' (bug #4023)kpfleming1-0/+3