Commit Graph

85 Commits (811f5cff3572d3784d13a7f69e5f9aaefd77a3d1)

Author SHA1 Message Date
James Golovich c00550f3ae Add new file utils.c, Move ast_gethostbyname to utils.c
21 years ago
Mark Spencer b974395573 Check h_addr_list, too
21 years ago
Mark Spencer 1057e70da0 Check that hp->h_addr is not NULL before returning success (bug #1576)
21 years ago
Mark Spencer 36911830dd Add debugging to failure
21 years ago
Mark Spencer a5ad1269ef More strlen_zero checks (bug #1549)
21 years ago
Mark Spencer 73b389da6c Add SayPhonetic and SayAlpha applications (bug #793)
21 years ago
Mark Spencer e05b6242a5 Merge Tilghman's color patches for the asterisk prompt (bug #1535)
21 years ago
Mark Spencer b773853b03 Put poll in a loop forever when not doing anything else.
21 years ago
Mark Spencer b34020d5a6 Don't propsoe sotp now on empty read (bug #1511)
21 years ago
Mark Spencer e6b464ed23 More FreeBSD fixes
21 years ago
Mark Spencer 90a331f7a5 Provide gethostbyname_r emulation for FreeBSD and fix zap call to setstate to include callerid (bug #1411, #1498)
21 years ago
Mark Spencer ce44c6ec41 More select/poll updates for various applications
21 years ago
Mark Spencer 435e55958f Properly migrate from select to poll for core asterisk.
21 years ago
Mark Spencer b9604cde6c Temporarily revert poll changes
21 years ago
Mark Spencer 470f226d9d Change select references to poll in core asterisk functions (hope this works)
21 years ago
Mark Spencer 0d9adb7294 Oopsies
21 years ago
Mark Spencer d3f9887589 gethostbyname isn't reentrant, who knew...
21 years ago
James Golovich fcf76b36aa Hopefully last fix to remote cli completion
21 years ago
James Golovich f7b250f963 Fix command completion and remove compile time warnings
21 years ago
James Golovich 8cfed866d3 Remove size restiction on remote console command completion (bug 1360)
21 years ago
James Golovich 2c0d0d836c Get rid of annoying beeps on remote console
21 years ago
James Golovich c6aaaf438e Allow CLI Prompt to be customizable via ASTERISK_PROMPT environment
22 years ago
James Golovich 8279f0eac5 Make cli_complete buffer as large as the one used in handle_commandmatchesarray (bug 1281)
22 years ago
Mark Spencer 3b6c8b3f77 Improve ast_safe_system
22 years ago
Mark Spencer 98b59da9ad Create ast_safe_system which closes off file descriptors before spawning system() and so on.
22 years ago
Mark Spencer 79668f0624 Correctly handle call flow with outgoing queue, avoiding retries while call acti
22 years ago
James Golovich 32bde5b009 If asterisk is started with progname of 'rasterisk' assume its a remote
22 years ago
James Golovich 0e90480d6b Fix bug 1217. Change pthread_t initializers to AST_PTHREADT_NULL and
22 years ago
Mark Spencer fa7454688b Eliminate spurious select warning
22 years ago
James Golovich 22b56f13cc Fix typo
22 years ago
James Golovich e141e7311c Improve restart handling
22 years ago
James Golovich 96e3d08787 Fix asterisk exiting on verbose without a console (bug #1126)
22 years ago
Mark Spencer 4cd13f4ebf Ignore interrupted system call error on "accept"
22 years ago
James Golovich a06b48ccc6 Fix restarting when not called from the main console (bug #830 and #864)
22 years ago
Mark Spencer 695422d698 Various minor cleanups (bug #931)
22 years ago
Mark Spencer e60848a65f Fix overflow in too many arguments (bug #806)
22 years ago
Malcolm Davenport e2db31c94b Nitpicky stuff
22 years ago
Mark Spencer ee342cc3b8 Add ww's improved syslog support (bug #587)
22 years ago
Mark Spencer b3af980c46 Fix typo
22 years ago
Mark Spencer 4518e7d1f0 Revert bad patch in 187
22 years ago
Mark Spencer 1525d7f901 Make asterisk -r not timeout
22 years ago
Mark Spencer 8f276e00c5 Minor patch for improving console response with asterisk -r (bug #183)
22 years ago
Mark Spencer 4468124abd Add ${TIMESTAMP} (bug #607) and don't ever ast_log from within handler
22 years ago
Mark Spencer d48b05d8ab Back out "leak" fixes, as it causes segfaults
22 years ago
Mark Spencer 9f110a3b81 CLI memory leak patch
22 years ago
Mark Spencer c5efc24b53 Fix help issue
22 years ago
Mark Spencer 084ce330ff Report proper pid when forking
22 years ago
Mark Spencer a2126b635f Check with select before accept (bug #325)
22 years ago
Martin Pycko a2894c1114 Don't complain that wait4 is unkown and make sure that we won't segfault if chan->cdr is NULL
22 years ago
Mark Spencer 4e13099add Improve child process reaping (bug #278)
22 years ago