summaryrefslogtreecommitdiff
path: root/asterisk.c
AgeCommit message (Expand)Author
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)Kevin P. Fleming
2005-05-19add 'dontwarn' option to asterisk.conf to appease the whining masses :p (bug ...Russell Bryant
2005-05-18Add optional call limitMark Spencer
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)Kevin P. Fleming
2005-05-08Fix gethostname calls (bug #4198, with mods)Mark Spencer
2005-04-29fix *BSD breakage from include-order changes (bug #4067)Kevin P. Fleming
2005-04-22phase 1 of header include cleanup (bug #4067)Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-13ensure that the random number generator(s) are always seeded with a different...Kevin P. Fleming
2005-04-06*** empty log message ***Kevin P. Fleming
2005-04-04optimize codec selection and format changing codeKevin P. Fleming
2005-04-03ensure that needed headers are included for chmod() and mkdir() (bug #3937)Kevin P. Fleming
2005-03-26Fix order of priority reading / file reading (bug #3860)Mark Spencer
2005-03-11Add timestamping to console (bug #3653 with minor mods)Mark Spencer
2005-03-05Allow debug to be enabled on a per-file basis...Mark Spencer
2005-02-11Flagify hold (bug #3456)Mark Spencer
2005-02-09Fix minor typo (bug #3534)Mark Spencer
2005-02-09Allow debug level to be more than just binary (bug #3524)Mark Spencer
2005-02-02Merge #exec functionality (must be explicitly enabled!)Mark Spencer
2005-01-25Merge config updates (bug #3406)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-15Keep dead console from killing asterisk (bu #3331)Mark Spencer
2004-12-31Merge OEJ's channel type listing (bug #3187) with slight modificationsMark Spencer
2004-12-29Fix additional typos (bug #3162)Mark Spencer
2004-12-28Fix small typos (bug #3162)Mark Spencer
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)Mark Spencer
2004-11-11Work around silly macos (bug #2833)Mark Spencer
2004-11-07Disable echo canceller for digital calls (bug #2785), fix build on MacOSX (bu...Mark Spencer
2004-11-01Console fix (bug #2764) and logger fix...Mark Spencer
2004-10-05Major changes to res_config to support centralized config, eliminate configur...Mark Spencer
2004-10-01Fix some formatting in asterisk.cJames Golovich
2004-09-28Fix threads in FreeBSD (bug #2478)Mark Spencer
2004-09-13Add set debug option, make output for set verbose better (bug #2428)Mark Spencer
2004-09-07Change recent patch to not use a hard coded path inside of a .c fileJames Golovich
2004-09-07Formatting cleanupsJames Golovich
2004-09-07Merge anthm's "-t" flag (with minor mods) (bug #2380)Mark Spencer
2004-09-02Don't try to look offhook with channel banks & Loopstart (bug #2362), also ma...Mark Spencer
2004-08-31Merge NetBSD and Courtesty tone with modifications (bug #2329)Mark Spencer
2004-08-28Warn if unable to open an overridden config file (but #2285)Mark Spencer
2004-08-27Run generators from zap timers when available so as to interop with VADMark Spencer
2004-08-22Fix sigchld handling (bug #2245)Mark Spencer
2004-08-08Merge BSD stack size work (bug #2067)Mark Spencer
2004-08-07Wait for command to complete (bug #1733) and take RTP 19 as CN too...Mark Spencer
2004-08-05Fix verboser issue over network (#2217)Mark Spencer
2004-08-03Plane commits (a.k.a. the Delta deltas): 1) Make muted reconnect 2) Add "X" o...Mark Spencer
2004-08-01Don't record empty lines (bug #2175, but not using proposed patch)Mark Spencer
2004-07-31Allow priority to be set in addition to -U / -G (bug #2173)Mark Spencer
2004-07-31Respect "AST_EDITOR" rather than "EDITOR" so as not to change the default bin...Mark Spencer
2004-07-30Bug # 2174: Respect EDITOR environment variableMalcolm Davenport
2004-07-18Make that setgid...Mark Spencer