Commit Graph

1534 Commits (d0d065bccac509e6d38e2d1d89dca36a655ac67f)

Author SHA1 Message Date
Olle Johansson 8a2e564df5 Issue 8246 Doxygen updates (kshumard)
19 years ago
Olle Johansson 53ef33ccc3 Issue #7869 - Stop retransmission of 302 redirects.
19 years ago
Olle Johansson ef7d20f9c9 Issue #7608 - Notifications sent with wrong content-type (imported from 1.2, 1.4)
19 years ago
Olle Johansson 1086f1dfb5 Issues related to issue #7828 - segfault with MWI subscriptions and realtime.
19 years ago
Olle Johansson 430ca5b59c - Fix the OUTGOING stuff (merge from 1.4)
19 years ago
Olle Johansson ee31dc4d52 Documentation update again
19 years ago
Olle Johansson 34f5c15427 Documentation update (I guess)
19 years ago
Olle Johansson 4ec9329d8b Documentation correction
19 years ago
Olle Johansson a4366cc194 maxtime is not needed any more now that we actually set the T1 timer
19 years ago
Olle Johansson baf9547d50 Only accept message once
19 years ago
Olle Johansson ca433620a7 Adding documentation inspired by a virtual drink with an anonymous man in New Jersey
19 years ago
Olle Johansson 336a4602ba Don't duplicate function if not needed...
19 years ago
Olle Johansson 29e489e000 Merge from 1.4 : Don't send 183 reliably...
19 years ago
Olle Johansson 0f9a1b19f1 - Don't lock the dialoglist during the whole destruction of a single SIP dialog. Only
19 years ago
Olle Johansson 12a966cb0e Put this patch on hold pending further testing...
19 years ago
Olle Johansson 7ca6b79569 Show if the channel is ready for video or T.38 udptl
19 years ago
Olle Johansson 1b3411f2ff Old todo: Don't add Contact headers on BYE and CANCEL.
19 years ago
Olle Johansson d448620715 First stab at transaction direction fix, this for trunk for testing
19 years ago
Olle Johansson cef98c1e87 Ugly code to try to remove issue discovered by Luigi as well as attack bug #7608
19 years ago
Olle Johansson 26a00dfaf0 Merge from 1.4
19 years ago
Kevin P. Fleming 5f5faa310a Merged revisions 46082-46083,46152-46153 via svnmerge from
19 years ago
Kevin P. Fleming 749029de38 Merged revisions 46200 via svnmerge from
19 years ago
Olle Johansson 0fed2f78b9 Adding comments in the source is more persistent than just adding them
19 years ago
Olle Johansson 2560ff9c33 Always add doxygen comments to new functions, more lines than one are
19 years ago
Luigi Rizzo 0d59b76dd2 correct fix for the bug i previously introduced - the strings
19 years ago
Russell Bryant 6e65bea242 Fix a seg fault on a registration. Line 7706, in parse_register_contact,
19 years ago
Luigi Rizzo a989f7cd47 Unlike ast_strdup(), ast_strdupa() does not take a NULL pointer as argument,
19 years ago
Luigi Rizzo 6345c91eb3 remove a useless check for ocseq = 0.
19 years ago
Luigi Rizzo a31aa6f320 get_header() always returns a non-NULL value, so checking
19 years ago
Luigi Rizzo f1c2342c96 put another duplicated block of code in a function.
19 years ago
Luigi Rizzo eb44903b08 reformat a statement and comment a potentially wrong
19 years ago
Luigi Rizzo 85fe7cac03 Remove unnecessary casts from const char * to char *,
19 years ago
Luigi Rizzo 8a7ba881e2 another use for parse_uri().
19 years ago
Luigi Rizzo 0cb5e93383 + make sure parse_uri never returns NULL pointers - this
19 years ago
Luigi Rizzo 7dd92fd181 After reading better the SIP RFC on sip URI (19.1.1)
19 years ago
Luigi Rizzo ee60094592 in function get_also_info(), move argument stripping
19 years ago
Luigi Rizzo 00b88f30b4 start putting the URI parsing code in one place,
19 years ago
Luigi Rizzo 32f82c2ca1 put common code in function terminate_uri() so we need to
19 years ago
Luigi Rizzo c761bea8e2 More cleanup of check_user_full with no functional change
19 years ago
Luigi Rizzo dc83868813 more streamlining of check_user_full
19 years ago
Luigi Rizzo e7c0a0524a simplify the flow of function check_user_full()
19 years ago
Luigi Rizzo 36d7b8f488 put duplicated code in functions.
19 years ago
Luigi Rizzo 70ee76d64b introduce sip_pvt_lock() and sip_pvt_unlock() wrappers to
19 years ago
Russell Bryant 02ec7acf6a put the constants for whether methods can create a dialog or not in an enum
19 years ago
Olle Johansson d6602b1b5e Let's repair the SIP attack shield :-)
19 years ago
Joshua Colp ceb2c7bc48 Merged revisions 45678 via svnmerge from
19 years ago
Luigi Rizzo 293330e7a9 move a large block out of do_monitor() and into a function,
19 years ago
Luigi Rizzo d553659017 + move the definition of netlock as it was not related to the
19 years ago
Olle Johansson f2d11e403c Cleaning up... Removing duplicate (again)
19 years ago
Kevin P. Fleming 4b8e41c529 restore freeing of threadstorage objects without custom cleanup functions
19 years ago