Commit Graph

3263 Commits (16a61aecde0ba2a4e0926d2bd999343938f85ed7)

Author SHA1 Message Date
Terry Wilson 16a61aecde AST-2012-010: Clean up after a reinvite that never gets a final response
13 years ago
Mark Michelson 9b9a84740b Re-fix how local tag is generated when sending a 481 to an INVITE.
13 years ago
Mark Michelson 37a606f526 Be more consistent with the return code for requests received from invalid domain.
13 years ago
Richard Mudgett 3fd1ede7fc Change incorrect chan_sip zombie hangup debug message. They are all zombies now.
13 years ago
Terry Wilson 4151dff715 Don't crash on a guest directmedia call
13 years ago
Kinsey Moore c842a8c145 Don't parse media stream state for SIP video streams
13 years ago
Mark Michelson 5e5564b041 Fix request routing issue when outboundproxy is used.
13 years ago
Mark Michelson 5919aa6cf4 Set the Caller ID "tag" on peers even if remote party information is present.
13 years ago
Richard Mudgett 3863d34cdf Fix deadlock potential with ast_set_hangupsource() calls.
13 years ago
Kinsey Moore 0353a57671 Fix coverity UNUSED_VALUE findings in core support level files
13 years ago
Mark Michelson e52f2967de Fix a specific scenario where ACKs are not matched.
13 years ago
Kinsey Moore b563128877 Ensure overlapping hold flags do not conflict
13 years ago
Mark Michelson 503fc9458a Relay proper SIP responses on calling side.
13 years ago
Kevin P. Fleming 871cef109a Improve SDP parsing warning messages
13 years ago
Richard Mudgett bd85d458a2 Coverity Report: Fix issues for error type REVERSE_INULL (core modules)
13 years ago
Michael L. Young 20b362fa4b Fix pvt_sip for inbound call to use peer's allowtransfer setting
13 years ago
Matthew Jordan f26d22b563 Update a peer's LastMsgsSent when the peer is notified of waiting messages
13 years ago
Terry Wilson c191395381 Resolve crash in subscribing for MWI notifications
13 years ago
Mark Michelson eef4c09787 Fix memory leak of SSL_CTX structures in TLS core.
13 years ago
Matthew Jordan 67268d9198 Fix more memory leaks
13 years ago
Matthew Jordan 3edf245601 Fix a variety of memory leaks
13 years ago
Jonathan Rose a7733c579b chan_sip: Fix missed locking of opposing pvt for directmedia acl from r366547
13 years ago
Mark Michelson 5e7f34fa05 Correct misuse of ast_strip_quoted() when getting a Diversion header's reason parameter.
13 years ago
Jonathan Rose 923a66d764 chan_sip: Check the right channel's host address for directmediapermit/deny
13 years ago
Mark Michelson fd520e0d19 Fix broken reinvite glare scenario.
13 years ago
Kinsey Moore a94fcae21b Resolve FORWARD_NULL static analysis warnings
13 years ago
Jonathan Rose ae528efea3 Coverity Report: Fix issues for error type CHECKED_RETURN for core
13 years ago
Mark Michelson 965dd3a7d8 Close the proper tcptls_session when session creation fails.
13 years ago
Mark Michelson 3a9a0b9cea Prevent sip_pvt refleak when an ast_channel outlasts its corresponding sip_pvt.
13 years ago
Mark Michelson 2cb787371c Send more accurate identification information in dialog-info SIP NOTIFYs.
13 years ago
Kinsey Moore 83d3444284 Fix many issues from the NULL_RETURNS Coverity report
13 years ago
Mark Michelson dba70c1340 Revert improved identities sent in dialog-info NOTIFY requests in r360862
13 years ago
Mark Michelson 139a7459cd Don't attempt to make use of the dynamic_exclude_static ACL if DNS lookup fails.
13 years ago
Kinsey Moore 0536634ff1 Allow SIP pvts involved in Replaces transfers to fall out of reference sooner
13 years ago
Matthew Jordan 3ef885b576 Allow for reloading SRTP crypto keys within the same SIP dialog
13 years ago
Kinsey Moore c4ed0550e8 Fix reference leaks involving SIP Replaces transfers
13 years ago
Alec L Davis 2ecce90e93 chan_sip: [general] maxforwards, not checked for a value greater than 255
13 years ago
Matthew Jordan 88f80c1d54 AST-2012-006: Fix crash in UPDATE handling when no channel owner exists
13 years ago
Michael L. Young d84e70a95c Turn off warning message when bind address is set to any.
13 years ago
Kinsey Moore 4148e51555 Add missing newlines to CLI logging
13 years ago
Matthew Jordan 5c318b19c2 Fix a typo in the warning messages for an ignored media stream
13 years ago
Jonathan Rose ed76cdda72 Replace GNU old-style field designator extensions to fix clang warnings
13 years ago
Kinsey Moore 063aa93c46 Stop sending out RTCP if RTP is inactive
13 years ago
Mark Michelson 58565827e6 Improve accuracy of identifying information sent in dialog-info SIP NOTIFY requests.
13 years ago
Mark Michelson 390e8c1f73 Make a debug message regarding subscription changes more accurate.
13 years ago
Richard Mudgett f9246f83c9 Add missing initialization of update_redirecting in chan_sip.c
13 years ago
Matthew Jordan cfdc12387b Ensure Asterisk sends a BYE when pending on the final response to a re-INVITE
13 years ago
Terry Wilson 7622a34c89 Make hints for invalid SIP devices return Unavail, not idle
13 years ago
Jonathan Rose 8e2e2bf059 Make transfer not ignore port information with SIP.
13 years ago
Joshua Colp ffa247ce6c Defer sending the connected line reinvite if a reinvite is already in progress.
13 years ago