aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-13Fix an issue with console verbosity when running asterisk -rx to execute a co...russell1-10/+14
2007-10-13Properly handle the case where read() may return the text for more than onerussell1-1/+1
2007-09-20When daemonizing, don't change working directory to "/". It makes it not berussell1-1/+1
2007-09-13Only compile in tracking astobj2 statistics if dev-mode is enabled. Also, whenrussell1-0/+2
2007-09-12Clean up the output of "asterisk -h". This tweaks the wording and wraps linesrussell1-4/+6
2007-09-08Fix a small memory leak. ast_unregister_atexit() did not free the entry it r...russell1-8/+15
2007-06-27Merged revisions 72373 via svnmerge from bbryant1-0/+7
2007-06-27Merged revisions 72333 via svnmerge from bbryant1-7/+0
2007-06-27Merged revisions 72259 via svnmerge from bbryant1-0/+8
2007-06-24Merged revisions 71358 via svnmerge from russell1-10/+5
2007-06-22Merged revisions 71064 via svnmerge from bbryant1-5/+10
2007-06-14use ast_localtime() in every place localtime_r() was being usedkpfleming1-2/+2
2007-06-05When shutting down "gracefully", go through and run the unload() callbacks forrussell1-0/+4
2007-04-30Merged revisions 62368 via svnmerge from file1-2/+2
2007-04-09Merged revisions 60849 via svnmerge from tilghman1-8/+6
2007-02-26Allow both of the show version files and core show file versions CLI commands...file1-4/+81
2007-02-23Merged revisions 56504 via svnmerge from russell1-22/+48
2007-02-16Clarify a restart message. It's silly, but the reporter had a very valid point.qwell1-1/+1
2007-02-01Add missing 'F' letter to getopt so it magically becomes a valid option. (iss...file1-1/+1
2007-01-30Merged revisions 52903 via svnmerge from russell1-4/+17
2007-01-19Merged revisions 51300 via svnmerge from russell1-0/+2
2007-01-15re-add deprecated "show version" CLI command.qwell1-1/+16
2007-01-04add support for tracking thread-local-storage objects that exist via 'threads...kpfleming1-0/+3
2006-12-27since these variables all have static duration, none of them need initializer...kpfleming1-8/+8
2006-12-27move extern declaration for this option to a header file where it belongskpfleming1-2/+0