aboutsummaryrefslogtreecommitdiffstats
path: root/asterisk.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-06-25Add Tilghman's -R option to allow reconnecting when disconnected (bug #1916)markster1-2/+31
2004-06-25Commit remaining changesmarkster1-0/+1
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...markster1-0/+6
2004-06-21Fix ast_safe_systemmarkster1-0/+1
2004-06-17Close logging stuff so system doesn't have to (bug #1855)markster1-0/+7
2004-06-15Formatting fix. Tabs not spaces :)citats1-1/+1
2004-06-15Added an extra reload_logger() after *.so is loaded in case a custom config ...anthm1-0/+3
2004-06-13x86-64 compile fixes and cleanupsmarkster1-2/+2
2004-06-11Merge res_odbc and res_configmarkster1-0/+8
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-1/+1
2004-05-31Trivial removal of unused variable when not on linux (bug #1753)markster1-0/+2
2004-05-15Fix a couple of small typos (bug #1648)markster1-2/+2
2004-05-13Update documentation of asterisk -h (bug #1622)markster1-13/+14
2004-05-09Add new file utils.c, Move ast_gethostbyname to utils.ccitats1-132/+0
2004-05-07Check h_addr_list, toomarkster1-1/+1
2004-05-07Check that hp->h_addr is not NULL before returning success (bug #1576)markster1-1/+1
2004-05-07Add debugging to failuremarkster1-2/+3
2004-05-04More strlen_zero checks (bug #1549)markster1-6/+7
2004-05-03Add SayPhonetic and SayAlpha applications (bug #793)markster1-1/+0
2004-05-02Merge Tilghman's color patches for the asterisk prompt (bug #1535)markster1-4/+49
2004-05-01Put poll in a loop forever when not doing anything else.markster1-1/+2
2004-04-29Don't propsoe sotp now on empty read (bug #1511)markster1-2/+0
2004-04-28More FreeBSD fixesmarkster1-4/+4
2004-04-28Provide gethostbyname_r emulation for FreeBSD and fix zap call to setstate to...markster1-1/+125