Commit Graph

103 Commits (ba65f21e73e9a8769baf6cf4b1e08e06e68862a5)

Author SHA1 Message Date
Matthew Jordan a73c5b80ff Resolve crashes due to large stack allocations when using TCP
13 years ago
Mark Michelson 33e5e3a4f3 Add "Require: timer" to 200 OK responses when appropriate.
13 years ago
Terry Wilson 6f943721f1 Properly handle UAC/UAS roles for SIP session timers
13 years ago
Matthew Jordan 95f4884fe8 Only re-create an SRTP session when needed; respond with correct crypto policy
13 years ago
Mark Michelson 9d402e02a5 Seriously? Another compilation error fixed.
13 years ago
Mark Michelson 1119a574ed Fix error in the "IPorHost" section of a SIP dialstring.
13 years ago
Mark Michelson 80efa31733 Help mitigate potential reinvite glare scenarios.
13 years ago
Terry Wilson dff0057eba Better handle re-INVITEs with provisional but no final repsonses
13 years ago
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
Kevin P. Fleming f83d1b98e8 Add support-level indications to many more source files.
13 years ago
Kinsey Moore 0353a57671 Fix coverity UNUSED_VALUE findings in core support level files
13 years ago
Kinsey Moore 3bdb733c5d Reorder and renumber tests appropriately
13 years ago
Matthew Jordan 3edf245601 Fix a variety of memory leaks
13 years ago
Kinsey Moore a94fcae21b Resolve FORWARD_NULL static analysis warnings
13 years ago
Kinsey Moore 83d3444284 Fix many issues from the NULL_RETURNS Coverity report
13 years ago
Alec L Davis 1ded276c97 Missed lastinvite CSeq int to uint32_t change
13 years ago
Richard Mudgett 534213a074 Fix worker thread resource leak in SIP TCP/TLS.
13 years ago
Matthew Jordan 032962f1a2 Allow SRTP policies to be reloaded
13 years ago
Alec L Davis 8fc0050b54 RFC3261 Section 8.1.1.5. The sequence number value MUST be expressible as a 32-bit unsigned integer
14 years ago
Alec L Davis 4d2f8a9cfd rfc4235 - Section 4.1: Versions MUST be representable using a non-negative 32 bit integer.
14 years ago
Richard Mudgett f3c3de4c71 Misc minor fixes in reqresp_parser.c and chan_sip.c.
14 years ago
Mark Michelson f7876c1dfe Set port to a default sane value if a bogus one is provided when parsing hostnames.
14 years ago
Matthew Jordan 7c0ead6cb8 Fixed crash from orphaned MWI subscriptions in chan_sip
14 years ago
Richard Mudgett f435f45c50 Restore SIP DTMF overlap dialing method.
14 years ago
Walter Doekes f1762a4633 Update reqresp_parser parse_uri doxygen comments.
14 years ago
Walter Doekes 0b3270601a Remove unneeded if(params) checks in reqresp_parser.
14 years ago
Kinsey Moore 47cff21b6d Fix several bugs with SDP parsing and well-formedness of responses
14 years ago
Terry Wilson a2a11ee737 Don't treat a host:port string as a domain
14 years ago
Terry Wilson 702726c917 Make room for the fax detect flags
14 years ago
Terry Wilson 5844133aba Remove registertrying option in chan_sip
14 years ago
Richard Mudgett f2b371fedf More parking issues.
14 years ago
Richard Mudgett a458ac621e Fix some potential deadlocks pointed out by helgrind.
14 years ago
Gregory Nietsky e7d6d7ee19 The rtptimeout setting is ignored on a per peer basis.
14 years ago
Matthew Nicholson c9325708c8 default 'sipstorecause' to no
14 years ago
Matthew Nicholson 3d709a2b55 use DEFAULT_STORE_SIP_CAUSE to set the default value for the 'storesipcause' option
14 years ago
Richard Mudgett 48e78804e2 Used auth= parameter freed during "sip reload" causes crash.
14 years ago
Kinsey Moore 484a8a8363 chan_sip: cleanup from the introduction of ast_str
14 years ago
David Vossel 5a8af0d613 Fixes sip crash when calling remove_uri_parameters with NULL
14 years ago
Jonathan Rose a99d9c7770 markm committed a patch I was working on yesterday, this fixes it to mesh up with suggestions by mnicholson.
14 years ago
Mark Murawki a35ebe0f61 Fixed build problem with dev mode enabled, which was caused by commit 321100. Reformulated patch to be more generic.
14 years ago
Jonathan Rose b3a2f27111 Adds legacy_useroption_parsing to address interoperability concerns.
14 years ago
Matthew Nicholson 1b1961f73f Handle ipv6 addresses in the sent-by Via: field.
14 years ago
Russell Bryant 1ccfa50ba8 Fix more "set but unused" warnings.
14 years ago
Matthew Nicholson e8210addf8 Merged revisions 315893 via svnmerge from
14 years ago
Matthew Nicholson 4468fe047e Merged revisions 314620 via svnmerge from
14 years ago
Brett Bryant a54ab29087 Fix a possible crash in sip/reqresp_parser.c that is caused by a possible null
14 years ago
Terry Wilson 2f95620a2f Don't use static declared buf in parse_name_andor_addr
14 years ago
Jonathan Rose ed3e04e831 Returns with an error notice if CHANNEL function of SIP channel is read without arguments.
14 years ago
Matthew Nicholson 15b9d1ac10 Merged revisions 304244 via svnmerge from
15 years ago