summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2006-10-29Issue #7608 - Notifications sent with wrong content-type (imported from 1.2, ...Olle Johansson
2006-10-29Issues related to issue #7828 - segfault with MWI subscriptions and realtime.Olle Johansson
2006-10-29- Fix the OUTGOING stuff (merge from 1.4)Olle Johansson
2006-10-29Documentation update againOlle Johansson
2006-10-29Documentation update (I guess)Olle Johansson
2006-10-29Documentation correctionOlle Johansson
2006-10-29maxtime is not needed any more now that we actually set the T1 timerOlle Johansson
2006-10-28Only accept message onceOlle Johansson
2006-10-28Adding documentation inspired by a virtual drink with an anonymous man in New...Olle Johansson
2006-10-28Don't duplicate function if not needed... Olle Johansson
2006-10-28Merge from 1.4 : Don't send 183 reliably...Olle Johansson
2006-10-28- Don't lock the dialoglist during the whole destruction of a single SIP dial...Olle Johansson
2006-10-27Put this patch on hold pending further testing...Olle Johansson
2006-10-26Show if the channel is ready for video or T.38 udptlOlle Johansson
2006-10-25Old todo: Don't add Contact headers on BYE and CANCEL.Olle Johansson
2006-10-25First stab at transaction direction fix, this for trunk for testingOlle Johansson
2006-10-25Ugly code to try to remove issue discovered by Luigi as well as attack bug #7608Olle Johansson
2006-10-25Merge from 1.4Olle Johansson
2006-10-25Merged revisions 46082-46083,46152-46153 via svnmerge from Kevin P. Fleming
2006-10-25Merged revisions 46200 via svnmerge from Kevin P. Fleming
2006-10-25Adding comments in the source is more persistent than just adding themOlle Johansson
2006-10-25Always add doxygen comments to new functions, more lines than one areOlle Johansson
2006-10-24correct fix for the bug i previously introduced - the stringsLuigi Rizzo
2006-10-24Fix a seg fault on a registration. Line 7706, in parse_register_contact,Russell Bryant
2006-10-23Unlike ast_strdup(), ast_strdupa() does not take a NULL pointer as argument,Luigi Rizzo
2006-10-23remove a useless check for ocseq = 0.Luigi Rizzo
2006-10-23get_header() always returns a non-NULL value, so checkingLuigi Rizzo
2006-10-23put another duplicated block of code in a function.Luigi Rizzo
2006-10-23reformat a statement and comment a potentially wrongLuigi Rizzo
2006-10-23Remove unnecessary casts from const char * to char *,Luigi Rizzo
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