aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2005-08-25don't install moh functions if no classes are configured (issue #5025 with mods)kpfleming1-6/+12
2005-08-23add count to 'show keys' (issue #5002)kpfleming1-0/+3
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-23make sure realtime/high scheduling priority is relinquished before executing ...kpfleming1-0/+3
2005-08-22allow custom dialplan functions to be called from AGI (issue #4855)kpfleming1-1/+9
2005-08-22add CONTROL STREAM FILE AGI command (issue #4738)kpfleming1-0/+56
2005-08-22support new format for musiconhold.conf (issue #4908)kpfleming1-53/+178
2005-08-15Fix usage text for AGI recieve text (bug #4948)twisted1-1/+1
2005-08-08more pointer signedness fixes for gcc4 warningsrussell2-24/+24
2005-08-05fix a bunch of gcc4 warnings realted to pointer signednessrussell1-3/+3
2005-08-03Fix timestamp issue with features (bug #4760 with mods)markster1-11/+15
2005-08-03Fix sighup with AGI (bug #4854)markster1-5/+16
2005-07-28Fix music on hold leak (bug #4842)markster1-5/+21
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...kpfleming3-60/+27
2005-07-15phase two of string portability stuff:kpfleming1-3/+0
2005-07-13fix typo in app description (bug #4697)russell1-7/+7
2005-07-12revert patch from bug #4532 until CPU consumption problem can be resolvedkpfleming1-38/+18
2005-07-11fix threading portability problem with FreeBSD (bug #4532)kpfleming1-18/+38
2005-07-11reverse arguments to ast_tvdiff_ms, so they match the 'raw' math being used b...kpfleming1-1/+1
2005-07-11don't hangup the channel when a RECEIVE TEXT command times out (bug #4607)kpfleming1-2/+1
2005-07-10use AST_MAX_CONTEXTrussell1-1/+1
2005-07-10more ast_copy_string conversionsrussell6-34/+34
2005-07-08clean up compiler warnings during build on 64-bit systemskpfleming1-2/+2
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)kpfleming1-1/+1
2005-06-30Apply NODIR Patch (Bug #4619)anthm1-10/+15
2005-06-23support cancellation of attended transfers using the defined disconnect code ...kpfleming1-5/+185
2005-06-21add AGI 'RECEIVE TEXT' command (bug #4525)kpfleming1-1/+25
2005-06-20Fix OSP stuffmarkster1-6/+6
2005-06-20move tools used during build into build_tools subdirectorykpfleming1-5/+5
2005-06-06more file version tagskpfleming10-60/+116
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming4-14/+8
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...kpfleming4-57/+22
2005-06-05make AGI 'TDD MODE' command behave as documented when the channel doesn't sup...kpfleming1-4/+4
2005-06-03correct case of file type for one-touch monitoring (bug #4443)kpfleming1-2/+2
2005-05-20fix Solaris compatibility issues (bug #4339)kpfleming1-4/+6
2005-05-19support labels as targets of SET PRIORITY command (bug #4057)kpfleming1-5/+10
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-05-06add missing newline to warning message (bug #4183)russell1-1/+1
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming2-5/+5
2005-04-27Add option to park in the next slot (bug #4028)markster1-3/+13
2005-04-27don't use %i for numeric input in scanf (bug #4071)kpfleming1-6/+6
2005-04-22report the number of rows updated when using RealTime update method (bug #4066)kpfleming1-2/+3
2005-04-22add ability to send transferring party to a dialplan target after they blind ...kpfleming1-0/+35
2005-04-22ensure that res_config_odbc can handle columns with NULL values (bug #3787)kpfleming1-2/+14
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming10-140/+140