summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2006-10-23another use for parse_uri().Luigi Rizzo
2006-10-23+ make sure parse_uri never returns NULL pointers - thisLuigi Rizzo
2006-10-23After reading better the SIP RFC on sip URI (19.1.1)Luigi Rizzo
2006-10-23in function get_also_info(), move argument strippingLuigi Rizzo
2006-10-23start putting the URI parsing code in one place,Luigi Rizzo
2006-10-23put common code in function terminate_uri() so we need toLuigi Rizzo
2006-10-23More cleanup of check_user_full with no functional changeLuigi Rizzo
2006-10-22more streamlining of check_user_fullLuigi Rizzo
2006-10-22simplify the flow of function check_user_full()Luigi Rizzo
2006-10-22put duplicated code in functions.Luigi Rizzo
2006-10-20introduce sip_pvt_lock() and sip_pvt_unlock() wrappers toLuigi Rizzo
2006-10-20put the constants for whether methods can create a dialog or not in an enumRussell Bryant
2006-10-20Let's repair the SIP attack shield :-)Olle Johansson
2006-10-19Merged revisions 45678 via svnmerge from Joshua Colp
2006-10-19move a large block out of do_monitor() and into a function,Luigi Rizzo
2006-10-19+ move the definition of netlock as it was not related to theLuigi Rizzo
2006-10-19Cleaning up... Removing duplicate (again)Olle Johansson
2006-10-19restore freeing of threadstorage objects without custom cleanup functionsKevin P. Fleming
2006-10-19Merge fix to not leak the stringfields of a thread speicif sip_pvt. This alsoRussell Bryant
2006-10-19Extend the thread storage API such that a custom initialization function canRussell Bryant
2006-10-18Remove duplicate declarations...Olle Johansson
2006-10-17Merged revisions 45408 via svnmerge from Kevin P. Fleming
2006-10-17Merged revisions 45378 via svnmerge from Joshua Colp
2006-10-17Issue #5484 (branch sipdiversion) - Support for Diversion header in redirects...Olle Johansson
2006-10-17Issue #7254 - Add support of "423 Interval too brief" to outbound SIP registr...Olle Johansson
2006-10-17- Remove unneeded code that won't be reached now that we kill responsesOlle Johansson
2006-10-17Get rid of the ignore variable that was only partially replacedOlle Johansson
2006-10-16In the course of a data this has been turned into an option to ignore replies...Joshua Colp
2006-10-16Merged revisions 45280 via svnmerge from Joshua Colp
2006-10-16Merged revisions 45262 via svnmerge from Joshua Colp
2006-10-16When adding new functions, please add a forward declaration.Olle Johansson
2006-10-16Importing rev 45196 from 1.4 - don't kill dialog for a bad responseOlle Johansson
2006-10-16A B2BUA should *not* issue proxy auth.Olle Johansson
2006-10-13Merged revisions 45040 via svnmerge from Joshua Colp
2006-10-13Try to avoid the use of 'z' modifier in cases where it is notLuigi Rizzo
2006-10-13arguments to auth_headers() needed to be swapped here.Luigi Rizzo
2006-10-12eliminate compiler warningKevin P. Fleming
2006-10-12Merged revisions 44971 via svnmerge from Kevin P. Fleming
2006-10-12Merged revisions 44956 via svnmerge from Kevin P. Fleming
2006-10-12+ move [almost] all instances of WWW-Authenticate/Proxy-AuthenticateLuigi Rizzo
2006-10-11reduce indentation of two large blocksLuigi Rizzo
2006-10-11operator != also works between booleans...Luigi Rizzo
2006-10-11Revert Luigi's accidental commit of his local changes when debugging some SIPRussell Bryant
2006-10-11remove duplicate prototypes. Have not checked if there are more.Luigi Rizzo
2006-10-11simplify and comment handle_response_peerpoke()Luigi Rizzo
2006-10-11fix indentation of a function after previous commitLuigi Rizzo
2006-10-11handle_response_peerpoke() does not need to return anything.Luigi Rizzo
2006-10-11small formatting cleanupLuigi Rizzo
2006-10-10Merged revisions 44819 via svnmerge from Joshua Colp
2006-10-10Merged revisions 44806 via svnmerge from Joshua Colp