Commit Graph

3400 Commits (66a9849c6b2aa27c7787958c51a68fb91c507376)

Author SHA1 Message Date
Richard Mudgett de95e541b4 * Made ast_change_name() hold the channels container lock while changing the channel name.
14 years ago
Kinsey Moore 573b7a2d18 Resolve FORWARD_NULL static analysis warnings
14 years ago
Jonathan Rose 12581fed9f Coverity Report: Fix issues for error type CHECKED_RETURN for core
14 years ago
Jonathan Rose 17a962d63e Coverity Report: Fix issues for error type UNINIT in Core supported modules
14 years ago
Matthew Jordan 0d164d7f7d Support VoiceMail d() option when extension does not exist in channel's context
14 years ago
Kinsey Moore d8a55736c5 Fix many issues from the NULL_RETURNS Coverity report
14 years ago
Terry Wilson 9405bf7212 Multiple revisions 365006,365068
14 years ago
Matthew Jordan 6e509421a7 Only log a failure to get read/write samples from factories if it didn't happen
14 years ago
Richard Mudgett b960032856 Fixed __ao2_ref() validating user_data twice.
14 years ago
Jason Parker 92e48331f2 Prevent a potential crash when using manager hooks.
14 years ago
Jonathan Rose 85ecbd3679 Fix bad check in voicemail functions for ast_inboxcount2_func
14 years ago
Mark Murawki af06916f4e Merged revisions 364635 via svnmerge from
14 years ago
Terry Wilson e61363dded Fix ast_parse_arg numeric type range checking and add tests
14 years ago
Richard Mudgett 0ffc4eba3b Fix DTMF atxfer running h exten after the wrong bridge ends.
14 years ago
Terry Wilson 5faafa4aca Add more constness to the end_buf pointer in the netconsole
14 years ago
Richard Mudgett a93535f0ee Fix recalled party B feature flags for a failed DTMF atxfer.
14 years ago
Richard Mudgett 937e690d0d Hangup affected channel in error paths of bridge_call_thread().
14 years ago
Tilghman Lesher 806f0962bb On some platforms, O_RDONLY is not a flag to be checked, but merely the absence of O_RDWR and O_WRONLY.
14 years ago
Jonathan Rose 6238c81197 AST-2012-004: Fix an error that allows AMI users to run shell commands sans authorization.
14 years ago
Michael L. Young 7ba772752b Add missing payload type to events API
14 years ago
Terry Wilson 301289d8de OpenBSD doesn't have rawmemchr, use strchr
14 years ago
Terry Wilson a132a46543 Handle multiple commands per connection via netconsole
14 years ago
Matthew Jordan 90ad4534f0 Fix a variety of potential buffer overflows
14 years ago
Matthew Jordan 67752759c2 Handle case where an unknown format is used to get the preferred codec size
14 years ago
Matthew Jordan ecb1323ef1 Fix places in main where a negative return value could impact execution
14 years ago
Matthew Jordan 0622cbe8d8 Fix crash caused by unloading or reloading of res_http_post
14 years ago
Richard Mudgett 4996e7978f Don't add an empty MESSAGE_DATA(key) header if it doesn't already exist.
14 years ago
Kinsey Moore 455c5c8c66 Add missing newlines to CLI logging
14 years ago
Jonathan Rose a26e36a03d Replace GNU old-style field designator extensions to fix clang warnings
14 years ago
Richard Mudgett e9591a724d Fix logger deadlock on Asterisk shutdown.
14 years ago
Mark Michelson 59a886e25f Fix potential race condition during call pickup.
14 years ago
Paul Belanger b735edd891 Increase verbosity level for ast_verb messages
14 years ago
Russell Bryant e55b86fca9 Multiple revisions 360356-360357
14 years ago
Richard Mudgett 94fb536135 Make number not available presentation also set screening to network provided.
14 years ago
Richard Mudgett 01b999f833 Allow AMI action callback to be reentrant.
14 years ago
Matthew Jordan 522df4c5f8 Fix remotely exploitable stack overflow in HTTP manager
14 years ago
Russell Bryant f892e9152d udptl: Ensure fec[] in udptl_build_packet() is initialized.
14 years ago
Richard Mudgett 43100ddd82 Fix deadlock potential with some ast_indicate/ast_indicate_data calls.
14 years ago
Matthew Jordan b7254422e9 Fix incorrect jitter buffer overflow due to missed resynchronizations
14 years ago
Richard Mudgett 46f24f0596 Fix Dial m and r options and forked calls generating warnings for voice frames.
14 years ago
Russell Bryant cca76a24b6 Fix bogus reads/writes of console log levels in asterisk.c
14 years ago
Russell Bryant cfb780a5f5 Fix inaccurate sizeof() in sched.c.
14 years ago
Russell Bryant c7c08aa792 Fix incorrect sizeof() usage in features.c.
14 years ago
Russell Bryant f56c91a316 Fix incorrect sizeof() on a pointer in MD5Final().
14 years ago
Russell Bryant 2cf40a7f57 Don't use a buffer after it goes out of scope.
14 years ago
Terry Wilson 0f7fe58196 Fix setting CDR variables in the hangup extension
14 years ago
Terry Wilson 7db4fb902e Make hints for invalid SIP devices return Unavail, not idle
14 years ago
Jonathan Rose 15c1391da0 Eliminate double close of file descriptor in manager.c
14 years ago
Kinsey Moore 56c9cee3f6 Fix case-sensitivity for device-specific event subscriptions and CCSS
14 years ago
Richard Mudgett f1bdfc6180 Remove ISDN hold restriction for non-bridged calls.
14 years ago