aboutsummaryrefslogtreecommitdiffstats
path: root/asterisk.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-08queue device state changes and handle them serially in a background threadkpfleming1-0/+5
2005-07-05add support for 'early loading' modules, so that nearly all configuration fil...kpfleming1-1/+6
2005-06-07fix version-string builds for non-gcc compilerskpfleming1-0/+4
2005-06-06the last round of file version tagskpfleming1-0/+10
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-5/+42
2005-06-06remove experimental module version tagskpfleming1-0/+86
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-3/+10
2005-06-05more ast_copy_string() conversionkpfleming1-24/+24
2005-06-03remove deprecated 'quit' and 'exit' commands from console (but not remote con...kpfleming1-40/+19
2005-06-03don't call poll() with an unitialized structure (bug #4387)kpfleming1-4/+5
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)kpfleming1-0/+7
2005-05-19add 'dontwarn' option to asterisk.conf to appease the whining masses :p (bug ...russell1-0/+4
2005-05-18Add optional call limitmarkster1-1/+11
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)kpfleming1-1/+1
2005-05-08Fix gethostname calls (bug #4198, with mods)markster1-5/+5
2005-04-29fix *BSD breakage from include-order changes (bug #4067)kpfleming1-1/+1
2005-04-22phase 1 of header include cleanup (bug #4067)kpfleming1-19/+20
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-22/+22
2005-04-13ensure that the random number generator(s) are always seeded with a different...kpfleming1-0/+6
2005-04-06*** empty log message ***kpfleming1-0/+4
2005-04-04optimize codec selection and format changing codekpfleming1-0/+4
2005-04-03ensure that needed headers are included for chmod() and mkdir() (bug #3937)kpfleming1-0/+1
2005-03-26Fix order of priority reading / file reading (bug #3860)markster1-7/+8
2005-03-11Add timestamping to console (bug #3653 with minor mods)markster1-1/+9
2005-03-05Allow debug to be enabled on a per-file basis...markster1-0/+1
2005-02-11Flagify hold (bug #3456)markster1-3/+64
2005-02-09Fix minor typo (bug #3534)markster1-1/+1
2005-02-09Allow debug level to be more than just binary (bug #3524)markster1-1/+16
2005-02-02Merge #exec functionality (must be explicitly enabled!)markster1-0/+3
2005-01-25Merge config updates (bug #3406)markster1-6/+5
2005-01-21update copyright headers for 2005russell1-3/+3
2005-01-15Keep dead console from killing asterisk (bu #3331)markster1-7/+16
2004-12-31Merge OEJ's channel type listing (bug #3187) with slight modificationsmarkster1-0/+1
2004-12-29Fix additional typos (bug #3162)markster1-2/+2
2004-12-28Fix small typos (bug #3162)markster1-8/+8
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)markster1-14/+19
2004-11-11Work around silly macos (bug #2833)markster1-1/+2
2004-11-07Disable echo canceller for digital calls (bug #2785), fix build on MacOSX (bu...markster1-1/+0
2004-11-01Console fix (bug #2764) and logger fix...markster1-2/+4
2004-10-05Major changes to res_config to support centralized config, eliminate configur...markster1-0/+3
2004-10-01Fix some formatting in asterisk.ccitats1-8/+10
2004-09-28Fix threads in FreeBSD (bug #2478)markster1-4/+4
2004-09-13Add set debug option, make output for set verbose better (bug #2428)markster1-0/+2
2004-09-07Change recent patch to not use a hard coded path inside of a .c filecitats1-1/+1
2004-09-07Formatting cleanupscitats1-24/+24
2004-09-07Merge anthm's "-t" flag (with minor mods) (bug #2380)markster1-2/+40
2004-09-02Don't try to look offhook with channel banks & Loopstart (bug #2362), also ma...markster1-1/+1
2004-08-31Merge NetBSD and Courtesty tone with modifications (bug #2329)markster1-1/+1
2004-08-28Warn if unable to open an overridden config file (but #2285)markster1-0/+2