aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-04Safely handle AMI connections/reload requests that occur during startup.seanbright1-9/+8
2009-04-09Add debugging mode for diagnosing file descriptor leaks.tilghman1-0/+1
2009-03-25Avoid destroying the CLI line when moving the cursor backward and trying to a...eliel1-3/+10
2009-03-18Fix cases where the internal poll() was not being used when it needed to be.russell1-5/+6
2009-02-25Update the copyright year for the main page of the doxygen documentation.russell1-1/+1
2009-01-29Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, iftilghman1-2/+11
2009-01-21Extra NULLs in the output cause some terminal types to abort in the middle oftilghman1-0/+1
2008-12-23Compile, even if both DAHDI and Zaptel are not installed.tilghman1-0/+2
2008-12-19(closes issue #13480)jpeeler1-37/+17
2008-12-12Simple fix for Ctrl-C not immediately exiting Asterisk, but also add atilghman1-0/+2
2008-12-11When a Ctrl-C or Ctrl-D ends a remote console, on certain shells, the terminaltilghman1-0/+21
2008-12-09Remove the test_for_thread_safety() function completely.russell1-4/+0
2008-11-12Move the sanity check that makes sure "always fork" is not set along with the russell1-6/+8
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming1-42/+70
2008-10-25Move AMI initialization to occur after loading modules. This prevents arussell1-5/+9
2008-10-19 As per kpfleming's comments to the prior commit, I'm reverting some of the c...bweschke1-8/+1
2008-10-19 Fix the 1.4 branch compile again broken with r150557 when using with Zaptel ...bweschke1-2/+9
2008-10-17Correctly allow chan_dahdi to compile against older versions of Zaptel.qwell1-1/+1
2008-07-26Add the licensing section to the docs in 1.4, as well, so that we can work onrussell1-8/+1
2008-07-23make some more changes to the dahdi/zap channel name support stuff to ensure ...kpfleming1-10/+12
2008-07-23As suggested by seanbright, the PSEUDO_CHAN_LEN in mmichelson1-0/+6
2008-07-22fix up namespace pollution for dahdi_chan_mode enumkpfleming1-4/+4
2008-07-11a whole pile of Zaptel/DAHDI compatibility work, with lots more to come... th...kpfleming1-4/+22
2008-06-19The RDTSC instruction was introduced on the Pentium line of microprocessors,tilghman1-1/+4
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler1-3/+36
2008-05-27NULL character should terminate only commands back to the core, not logtilghman1-7/+14
2008-05-22Also remove preamble from asynchronous events (reported by jsmith on #asteris...tilghman1-0/+9
2008-05-21Strip the preamble from the output also when -rx is not being usedtilghman1-0/+8
2008-05-21Don't filter the magic character in the network verboser. It gets filteredrussell1-3/+0
2008-05-211) Don't print the verbose marker in front of every message from ast_verbose()russell1-0/+3
2008-05-21Don't display the verbose marker for calls to ast_verbose() that do not includerussell1-1/+5
2008-05-13If the socket dies (read returns 0=EOF), return immediately.tilghman1-1/+1
2008-05-06Don't print the terminating NUL. (Closes issue #12589)tilghman1-1/+1
2008-05-05Separate verbose output from CLI output, by using a preamble.tilghman1-3/+35
2008-04-08Work around some silliness caused by sys/capability.h - this should fix compi...qwell1-5/+6
2008-04-04One thing at a time... let's get 1.4 building.file1-1/+5
2008-04-03add a Zaptel timer check to verify the timer is responding when Zaptel suppor...dhubbard1-1/+29
2008-03-25Add an option (transmit_silence) which transmits silence during both Record()...file1-2/+2
2008-03-07Safely use the strncat() function.tilghman1-2/+3
2008-03-03Merge in some changes from team/russell/autoservice-nochans-1.4russell1-0/+2
2008-02-18Backport fix from issue #9325.file1-2/+3
2008-02-12revert accidental change from last commit. oopsqwell1-3/+2
2008-02-12Remove condition that was impossible.qwell1-2/+3
2008-02-04Cross-platform fix: OS X now deprecates the use of the daemon(3) API.tilghman1-0/+4
2008-01-24Update main Asterisk copyright info to 2008russell1-5/+5
2008-01-11Backport the ability to set the ToS bits on Linux when not running as root.russell1-5/+26
2008-01-08Apply multiple crash fixes, found in issue #11386, but not completelytilghman1-3/+3
2007-12-21Fix for restart-as-user problem reported via the -dev listtilghman1-1/+1
2007-10-17When runuser/rungroup is specified, a remote console could only be attained b...tilghman1-10/+12
2007-10-15Make sure remote consoles unmute themselves again after reconnecting.russell1-0/+4