aboutsummaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Collapse)AuthorFilesLines
2006-02-14remove file for testingkpfleming1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9994 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-14test pre-commit scriptkpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9993 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds ↵kpfleming1-2/+5
don't break when files are removed/renamed git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9691 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-01Allows for user to uninstall asterisk binariesmogorman1-0/+3
bug 6177 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9052 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-25don't leak almost 200 bytes for each new channel and store the activerussell1-22/+15
channel list using the linked list macros (issue #6330) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8618 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-16remove redundant CFLAGS for BSD which are already set in the main Makefile ↵russell1-4/+0
(issue #6250) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8101 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-11Merged revisions 7404,7406,7425,7427,7429-7430 via svnmerge from russell1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7404 | tilghman | 2005-12-08 18:32:08 -0500 (Thu, 08 Dec 2005) | 2 lines Documenting two keywords that were previously missing ........ r7406 | tilghman | 2005-12-08 18:45:36 -0500 (Thu, 08 Dec 2005) | 2 lines Bug 5960 ........ r7425 | bweschke | 2005-12-10 13:10:50 -0500 (Sat, 10 Dec 2005) | 4 lines Bug #5877 Make sure the digit string from E&M wink DNIS collection is properly null terminated as it grows. ........ r7427 | tilghman | 2005-12-10 20:15:15 -0500 (Sat, 10 Dec 2005) | 2 lines Bug 5967 ........ r7429 | tilghman | 2005-12-10 20:26:51 -0500 (Sat, 10 Dec 2005) | 2 lines Bug 5965 - major bug in AST_LIST_REMOVE ........ r7430 | russell | 2005-12-11 01:08:56 -0500 (Sun, 11 Dec 2005) | 2 lines silence a couple of compiler warnings about pointer signedness ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7431 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 ↵kpfleming9-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7220 ↵kpfleming1-6/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01issue #4678kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6936 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-30Fix build of CVS head on Solaris (bug #5527)markster1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6895 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28fix compiler warningskpfleming2-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6872 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18fix build on older versions of mac osx, thanks twisted!russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6814 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-16make ouput a little bit more informativerussell1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6802 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming1-2/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6618 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming3-10/+56
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14delete streamplayer with 'make clean'russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6594 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14more BSD portability fixes (issue #5155)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6578 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-08first set of Cygwin portability stuff (issue #4678)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6547 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-30clean up, use make functions instead of subshells, remove unused stuffkpfleming1-6/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6449 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-29don't make expression evaluator allocate a memory buffer for each resultkpfleming2-8/+16
to be returned; use the buffers already present in the PBX for this purpose update testexpr2/check_expr to allocate buffers for expression evaluation git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6440 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-24fix build for OpenBSD (bug #5019)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6393 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-23fix build on FreeBSD (issue #5003)kpfleming1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6382 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-22add file to ignore listkpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6356 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-22support new format for musiconhold.conf (issue #4908)kpfleming2-1/+88
support non-SLINEAR moh streams (issue #4908) add external app to feed TCP stream into Asterisk for moh (issue #4908) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6353 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24add man pages (bug #4515)kpfleming1-0/+102
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5999 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21enhance check_expr to check for parsing errors in dialplans (bug #4556)kpfleming2-74/+191
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5959 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-20move tools used during build into build_tools subdirectorykpfleming1-1/+14
clean up Makefile headers git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5942 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-09add check_expr to 'make clean' and CVS ignore listkpfleming2-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5890 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-09add tool to check extensions.conf files for problems with new expression ↵kpfleming1-0/+191
parser (bug #4491) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5886 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-07fix astman buildkpfleming1-0/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5870 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-28hopefully the last commit to make things happyrussell1-6/+14
across various versions of newt (bug #4388) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5780 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-26fix usage of const char (bug #4388)russell1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5770 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-24get rid of some compilation warningsrussell1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5757 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15fix build with older popt.h (bug #4225)kpfleming1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5665 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-10Fix 'make clean' bug in for app (Bug 4230)mattf1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5619 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-09Fix to makefile (bug #4215)markster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5611 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21use double-quotes instead of angle-brackets for non-system include files ↵kpfleming1-2/+2
(bug #4058) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03fix various compiler warnings (bug #3938)kpfleming1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5367 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-27Fix cross compiling (bug #3868)markster1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5278 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-17Add support for Solaris/x86 (bug #3064)markster2-1/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5199 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-21update copyright headers for 2005russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4868 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-21Fix typo for bug #3142markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4860 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-21Add stereoize (bug #3142), faster than soxmixmarkster5-3/+1498
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4859 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-14Fix small issue with smsq and sub addresses (bug #3338)markster1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4791 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-19Merge Olle's comment patch (bug #3097)markster1-26/+26
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4488 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-18Fix silly error in makefile (bug #3081)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4475 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-15DISA fix, makefile fix (bug #3049)markster1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4461 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-15Fix it so TARGET always has at least one thing in it (bug #3049)markster1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4456 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-13Fix minor makefile issues (bug #3036)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4444 f38db490-d61c-443f-a65b-d21fe96a405b