summaryrefslogtreecommitdiff
path: root/asterisk.c
AgeCommit message (Expand)Author
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
2004-07-18Add Asterisk manpageMark Spencer
2004-07-18Add -U and -G options to set user/group to run asMark Spencer
2004-07-16Fix minor memory leak from tab completion (bug #2059)Mark Spencer
2004-07-09More strcpy / snprintf as part of rgagnon's audit (bug #2004)Mark Spencer
2004-07-03Fix compiler warning because file.h isnt includedJames Golovich
2004-06-30Add "show file formats" (courtesy bkw_) and Update IAXY firmware to 17 (altse...Mark Spencer
2004-06-29More formatting cleanups.James Golovich
2004-06-25Fixes to -R featureMark Spencer
2004-06-25Add Tilghman's -R option to allow reconnecting when disconnected (bug #1916)Mark Spencer
2004-06-25Commit remaining changesMark Spencer
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...Mark Spencer
2004-06-21Fix ast_safe_systemMark Spencer
2004-06-17Close logging stuff so system doesn't have to (bug #1855)Mark Spencer
2004-06-15Formatting fix. Tabs not spaces :)James Golovich
2004-06-15Added an extra reload_logger() after *.so is loaded in case a custom config ...Anthony Minessale II
2004-06-13x86-64 compile fixes and cleanupsMark Spencer
2004-06-11Merge res_odbc and res_configMark Spencer
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-05-31Trivial removal of unused variable when not on linux (bug #1753)Mark Spencer
2004-05-15Fix a couple of small typos (bug #1648)Mark Spencer
2004-05-13Update documentation of asterisk -h (bug #1622)Mark Spencer
2004-05-09Add new file utils.c, Move ast_gethostbyname to utils.cJames Golovich
2004-05-07Check h_addr_list, tooMark Spencer
2004-05-07Check that hp->h_addr is not NULL before returning success (bug #1576)Mark Spencer
2004-05-07Add debugging to failureMark Spencer
2004-05-04More strlen_zero checks (bug #1549)Mark Spencer
2004-05-03Add SayPhonetic and SayAlpha applications (bug #793)Mark Spencer
2004-05-02Merge Tilghman's color patches for the asterisk prompt (bug #1535)Mark Spencer
2004-05-01Put poll in a loop forever when not doing anything else.Mark Spencer