aboutsummaryrefslogtreecommitdiffstats
path: root/asterisk.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-08-27Run generators from zap timers when available so as to interop with VADmarkster1-2/+2
2004-08-22Fix sigchld handling (bug #2245)markster1-0/+8
2004-08-08Merge BSD stack size work (bug #2067)markster1-2/+2
2004-08-07Wait for command to complete (bug #1733) and take RTP 19 as CN too...markster1-1/+7
2004-08-05Fix verboser issue over network (#2217)markster1-1/+12
2004-08-03Plane commits (a.k.a. the Delta deltas): 1) Make muted reconnect 2) Add "X" o...markster1-1/+3
2004-08-01Don't record empty lines (bug #2175, but not using proposed patch)markster1-1/+11
2004-07-31Allow priority to be set in addition to -U / -G (bug #2173)markster1-5/+3
2004-07-31Respect "AST_EDITOR" rather than "EDITOR" so as not to change the default bin...markster1-1/+1
2004-07-30Bug # 2174: Respect EDITOR environment variablemalcolmd1-1/+2
2004-07-18Make that setgid...markster1-1/+1
2004-07-18Add Asterisk manpagemarkster1-1/+11
2004-07-18Add -U and -G options to set user/group to run asmarkster1-1/+43
2004-07-16Fix minor memory leak from tab completion (bug #2059)markster1-0/+4
2004-07-09More strcpy / snprintf as part of rgagnon's audit (bug #2004)markster1-13/+13
2004-07-03Fix compiler warning because file.h isnt includedcitats1-0/+1
2004-06-30Add "show file formats" (courtesy bkw_) and Update IAXY firmware to 17 (altse...markster1-0/+4
2004-06-29More formatting cleanups.citats1-27/+26
2004-06-25Fixes to -R featuremarkster1-12/+10