summaryrefslogtreecommitdiff
path: root/asterisk.c
AgeCommit message (Expand)Author
2004-03-29Get rid of annoying beeps on remote consoleJames Golovich
2004-03-26Allow CLI Prompt to be customizable via ASTERISK_PROMPT environmentJames Golovich
2004-03-24Make cli_complete buffer as large as the one used in handle_commandmatchesarr...James Golovich
2004-03-23Improve ast_safe_systemMark Spencer
2004-03-21Create ast_safe_system which closes off file descriptors before spawning syst...Mark Spencer
2004-03-20Correctly handle call flow with outgoing queue, avoiding retries while call actiMark Spencer
2004-03-20If asterisk is started with progname of 'rasterisk' assume its a remoteJames Golovich
2004-03-15Fix bug 1217. Change pthread_t initializers to AST_PTHREADT_NULL andJames Golovich
2004-03-04Eliminate spurious select warningMark Spencer
2004-03-03Fix typoJames Golovich
2004-03-02Improve restart handlingJames Golovich
2004-03-02Fix asterisk exiting on verbose without a console (bug #1126)James Golovich
2004-03-02Ignore interrupted system call error on "accept"Mark Spencer
2004-02-23Fix restarting when not called from the main console (bug #830 and #864)James Golovich
2004-01-28Various minor cleanups (bug #931)Mark Spencer
2004-01-23Fix overflow in too many arguments (bug #806)Mark Spencer
2004-01-14Nitpicky stuffMalcolm Davenport
2004-01-12Add ww's improved syslog support (bug #587)Mark Spencer
2003-12-09Fix typoMark Spencer
2003-12-03Revert bad patch in 187Mark Spencer
2003-12-03Make asterisk -r not timeoutMark Spencer
2003-12-03Minor patch for improving console response with asterisk -r (bug #183)Mark Spencer
2003-12-01Add ${TIMESTAMP} (bug #607) and don't ever ast_log from within handlerMark Spencer
2003-11-09Back out "leak" fixes, as it causes segfaultsMark Spencer
2003-11-09CLI memory leak patchMark Spencer
2003-10-22Fix help issueMark Spencer
2003-10-16Report proper pid when forkingMark Spencer
2003-09-29Check with select before accept (bug #325)Mark Spencer
2003-09-17Don't complain that wait4 is unkown and make sure that we won't segfault if c...Martin Pycko
2003-09-16Improve child process reaping (bug #278)Mark Spencer
2003-09-08BSD portability enhancements (bug #234)Mark Spencer
2003-09-05Fix versionMark Spencer
2003-09-04Better handling of quit/exit (bug #218)Mark Spencer
2003-08-21don't tell people to exit/quit when it's not a valid command anymoreMark Spencer
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksMark Spencer
2003-08-07Allow groups to be checked in reverse order, make musiconhold die on restartMark Spencer
2003-07-09Don't delete PID file on exit of asterisk -rMark Spencer
2003-06-27Minor cleanupsMark Spencer
2003-06-23Little fixMark Spencer
2003-05-22Only send 180 ringing once, fix CTRL+D in main codeMark Spencer
2003-05-16Make RTP ports configurableMark Spencer
2003-05-02Show uptimeMark Spencer
2003-05-01Add ENUM configurable search pathMark Spencer
2003-04-28Fix pbx_wilcalu from occupying 100% CPU now that it's nonblocking, and add ma...Mark Spencer
2003-04-27More BSD enhancementsMark Spencer
2003-04-23More OpenBSD changesMark Spencer
2003-04-23Add stop when convenientMark Spencer
2003-04-16Add new appMark Spencer
2003-04-08Fix some leaks in CLI (thanks James)Mark Spencer
2003-03-16dom mar 16 23:37:23 CET 2003Matteo Brancaleoni