Commit Graph

22023 Commits (ca256c003b4bcde29748330c435641d8d10bd7ee)
 

Author SHA1 Message Date
Kinsey Moore ca256c003b Resolve some build warnings
14 years ago
Kinsey Moore 6c63f45326 Ensure that pages and emails are sent using RFC822-compliant date format
14 years ago
Mark Michelson 503fc9458a Relay proper SIP responses on calling side.
14 years ago
Richard Mudgett c44df31f10 Document BLINDTRANSFER behavior change.
14 years ago
Richard Mudgett 0db9327800 Fix potential deadlock between masquerade and chan_local.
14 years ago
Richard Mudgett 81e1b36378 Fix deadlock when Gosub used with alternate dialplan switches.
14 years ago
Kevin P. Fleming 871cef109a Improve SDP parsing warning messages
14 years ago
Michael L. Young 751a8bb6b3 Add documentation to function CHANNEL for options echocan_mode and buffers
14 years ago
Richard Mudgett bd85d458a2 Coverity Report: Fix issues for error type REVERSE_INULL (core modules)
14 years ago
Richard Mudgett f7d2d4601b Use the DEADLOCK_AVOIDANCE() macro instead.
14 years ago
Richard Mudgett 0bad4cbdde Fix deadlock when executing CLI "pri show channels" and "ss7 show channels" commands.
14 years ago
Richard Mudgett ba26e7e249 Coverity Report: Fix issues for error type REVERSE_INULL (deprecated modules)
14 years ago
Matthew Jordan fd9f2351cd AST-2012-008: Fix remote crash vulnerability in chan_skinny
14 years ago
Richard Mudgett be10342c3f AST-2012-007: Fix IAX receiving HOLD without suggested MOH class crash.
14 years ago
Michael L. Young 20b362fa4b Fix pvt_sip for inbound call to use peer's allowtransfer setting
14 years ago
Richard Mudgett 4b03161fca Fix Dial I option ignored if dial forked and one fork redirects.
14 years ago
Richard Mudgett c88ad5e919 Fix WaitExten(x,m(musicclass)) string termination.
14 years ago
Mark Michelson e456e4a8f1 Only call SSL_CTX_free if DO_SSL is defined.
14 years ago
Matthew Jordan f26d22b563 Update a peer's LastMsgsSent when the peer is notified of waiting messages
14 years ago
Terry Wilson 9753325d32 Fix race condition for CEL LINKEDID_END event
14 years ago
Terry Wilson c191395381 Resolve crash in subscribing for MWI notifications
14 years ago
Mark Michelson 3ddfb50fe4 Address MISSING_BREAK static analysis reports some more.
14 years ago
Mark Michelson eef4c09787 Fix memory leak of SSL_CTX structures in TLS core.
14 years ago
Matthew Jordan 67268d9198 Fix more memory leaks
14 years ago
Kinsey Moore 3bdb733c5d Reorder and renumber tests appropriately
14 years ago
Matthew Jordan 3edf245601 Fix a variety of memory leaks
14 years ago
Jonathan Rose a7733c579b chan_sip: Fix missed locking of opposing pvt for directmedia acl from r366547
14 years ago
Matthew Jordan 7eb528fbf1 Fix checking bounds of array index after using it; improper sizeof
14 years ago
Mark Michelson 82a5bbcece Fix incorrect default port number for HTTP server.
14 years ago
Mark Michelson 5e7f34fa05 Correct misuse of ast_strip_quoted() when getting a Diversion header's reason parameter.
14 years ago
Jonathan Rose 923a66d764 chan_sip: Check the right channel's host address for directmediapermit/deny
14 years ago
Mark Michelson 2deb898bcd Fix two more coverity constant expression result findings.
14 years ago
Mark Michelson fd520e0d19 Fix broken reinvite glare scenario.
14 years ago
Russell Bryant dac30f1523 format_mp3: Fix a possible crash in mp3_read().
14 years ago
Richard Mudgett 91154705df * Made ast_change_name() hold the channels container lock while changing the channel name.
14 years ago
Kinsey Moore a94fcae21b Resolve FORWARD_NULL static analysis warnings
14 years ago
Jonathan Rose ae528efea3 Coverity Report: Fix issues for error type CHECKED_RETURN for core
14 years ago
Mark Michelson 965dd3a7d8 Close the proper tcptls_session when session creation fails.
14 years ago
Jonathan Rose a7650f8002 Coverity Report: Fix issues for error type UNINIT in Core supported modules
14 years ago
Jonathan Rose 50b43947f1 Block on frameout if the hardware has enough samples to complete a frame.
14 years ago
Mark Michelson 3a9a0b9cea Prevent sip_pvt refleak when an ast_channel outlasts its corresponding sip_pvt.
14 years ago
Richard Mudgett 55980149c7 * Fix FollowMe memory leak on error paths in app_exec().
14 years ago
Richard Mudgett e163e37e24 * Fix accept/decline DTMF buffer overwrite in FollowMe.
14 years ago
Mark Michelson 2cb787371c Send more accurate identification information in dialog-info SIP NOTIFYs.
14 years ago
Richard Mudgett 4547358e75 Fix type punned compiler warning in test_config.c
14 years ago
Matthew Jordan 2c8f87dcb4 Support VoiceMail d() option when extension does not exist in channel's context
14 years ago
Mark Michelson eafb430562 Fix findings 0-3, 5, and 8 for Coverity MISSING_BREAK errors.
14 years ago
Kinsey Moore 83d3444284 Fix many issues from the NULL_RETURNS Coverity report
14 years ago
Richard Mudgett 186a89e99c Fix local channel chains optimizing themselves out of a call.
14 years ago
Mark Michelson c6d9524482 Fix core FINDING 2, FINDING 3, and FINDING 4 from Coverity's CONSTANT_EXPRESSION_RESULT report.
14 years ago