Commit Graph

70 Commits (2454daba419a5894b51c7425ae84e06cd1502dc9)

Author SHA1 Message Date
Tilghman Lesher 2454daba41 Also remove preamble from asynchronous events (reported by jsmith on #asterisk-dev)
17 years ago
Tilghman Lesher 0b0f6a1a58 Strip the preamble from the output also when -rx is not being used
17 years ago
Russell Bryant 67634386e9 Don't filter the magic character in the network verboser. It gets filtered
17 years ago
Russell Bryant 2c4b2d92dd 1) Don't print the verbose marker in front of every message from ast_verbose()
17 years ago
Russell Bryant 8183ebfbcc Don't display the verbose marker for calls to ast_verbose() that do not include
17 years ago
Tilghman Lesher 2fc71fe563 If the socket dies (read returns 0=EOF), return immediately.
17 years ago
Tilghman Lesher 273afe2080 Don't print the terminating NUL. (Closes issue #12589)
17 years ago
Tilghman Lesher 869b7b2b4d Separate verbose output from CLI output, by using a preamble.
17 years ago
Jason Parker 6ba9909eda Work around some silliness caused by sys/capability.h - this should fix compile errors a number of users have been experiencing.
17 years ago
Joshua Colp 27da06a930 One thing at a time... let's get 1.4 building.
17 years ago
Dwayne M. Hubbard 0f7c06dc26 add a Zaptel timer check to verify the timer is responding when Zaptel support is compiled into Asterisk and Zaptel drivers are loaded. This will help people not waste their valuable time debugging side effects.
17 years ago
Joshua Colp be84adc952 Add an option (transmit_silence) which transmits silence during both Record() and DTMF generation. The reason this is an option is that in order to transmit silence we have to setup a translation path. This may not be needed/wanted in all cases.
17 years ago
Tilghman Lesher 56e908b787 Safely use the strncat() function.
17 years ago
Russell Bryant 547ac9f501 Merge in some changes from team/russell/autoservice-nochans-1.4
17 years ago
Joshua Colp ba72af8c11 Backport fix from issue #9325.
18 years ago
Jason Parker 335e583040 revert accidental change from last commit. oops
18 years ago
Jason Parker 3bc94a27ca Remove condition that was impossible.
18 years ago
Tilghman Lesher 0dafcac660 Cross-platform fix: OS X now deprecates the use of the daemon(3) API.
18 years ago
Russell Bryant 8f27d3ce7c Update main Asterisk copyright info to 2008
18 years ago
Russell Bryant 45f3890926 Backport the ability to set the ToS bits on Linux when not running as root.
18 years ago
Tilghman Lesher 1b289c2998 Apply multiple crash fixes, found in issue #11386, but not completely
18 years ago
Tilghman Lesher 2f24e1b1bf Fix for restart-as-user problem reported via the -dev list
18 years ago
Tilghman Lesher d2c10c49fa When runuser/rungroup is specified, a remote console could only be attained by root
18 years ago
Russell Bryant 39f5611898 Make sure remote consoles unmute themselves again after reconnecting.
18 years ago
Russell Bryant bad30446a6 Fix an issue with console verbosity when running asterisk -rx to execute a command
18 years ago
Russell Bryant 6c18b111b9 Properly handle the case where read() may return the text for more than one
18 years ago
Russell Bryant 578c1d0c8a When daemonizing, don't change working directory to "/". It makes it not be
18 years ago
Russell Bryant c8dd4e7430 Only compile in tracking astobj2 statistics if dev-mode is enabled. Also, when
18 years ago
Russell Bryant ef740deceb Clean up the output of "asterisk -h". This tweaks the wording and wraps lines
18 years ago
Russell Bryant 827ca97872 Fix a small memory leak. ast_unregister_atexit() did not free the entry it removed.
18 years ago
Brett Bryant 7c5fef5e74 Merged revisions 72373 via svnmerge from
18 years ago
Brett Bryant a241f406da Merged revisions 72333 via svnmerge from
18 years ago
Brett Bryant b2cc514f08 Merged revisions 72259 via svnmerge from
18 years ago
Russell Bryant b52d259c91 Merged revisions 71358 via svnmerge from
18 years ago
Brett Bryant a835f994ec Merged revisions 71064 via svnmerge from
18 years ago
Kevin P. Fleming ae82d97c6d use ast_localtime() in every place localtime_r() was being used
18 years ago
Russell Bryant d5fd0cff73 When shutting down "gracefully", go through and run the unload() callbacks for
18 years ago
Joshua Colp 5c35c59bb4 Merged revisions 62368 via svnmerge from
18 years ago
Tilghman Lesher a5872f439b Merged revisions 60849 via svnmerge from
18 years ago
Joshua Colp 693cdc775e Allow both of the show version files and core show file versions CLI commands to work. (issue #9135 reported by mvanbaak)
19 years ago
Russell Bryant 2020191f67 Merged revisions 56504 via svnmerge from
19 years ago
Jason Parker 84d057c5a5 Clarify a restart message. It's silly, but the reporter had a very valid point.
19 years ago
Joshua Colp 9e90d55a78 Add missing 'F' letter to getopt so it magically becomes a valid option. (issue #8960 reported by tzafrir)
19 years ago
Russell Bryant 083a9198ea Merged revisions 52903 via svnmerge from
19 years ago
Russell Bryant 879a71e921 Merged revisions 51300 via svnmerge from
19 years ago
Jason Parker 9d49164921 re-add deprecated "show version" CLI command.
19 years ago
Kevin P. Fleming 46d91e71c5 add support for tracking thread-local-storage objects that exist via 'threadstorage' CLI commands
19 years ago
Kevin P. Fleming a299485952 since these variables all have static duration, none of them need initializers (they default to zero anyway)
19 years ago
Kevin P. Fleming 3307ae060a move extern declaration for this option to a header file where it belongs
19 years ago
Russell Bryant 9009cfcf79 revert the previous change, which actually modified the deprecated command,
19 years ago