aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-10-25Merged revisions 46200 via svnmerge from kpfleming8-99/+95
2006-10-25Ok, second attempt...oej1-3/+84
2006-10-25On the other hand, don't use 1.4 patches for trunk... Sorry.oej1-91/+13
2006-10-25Add ability to adapt the IAX trunk packets to the MTU size, to avoid bad audiooej1-13/+91
2006-10-25Adding comments in the source is more persistent than just adding themoej1-1/+3
2006-10-25Always add doxygen comments to new functions, more lines than one areoej1-2/+3
2006-10-25Merged revisions 46154 via svnmerge from kpfleming2-1/+4
2006-10-24Merged revisions 46130 via svnmerge from file1-0/+2
2006-10-24correct fix for the bug i previously introduced - the stringsrizzo1-2/+2
2006-10-24Fix a seg fault on a registration. Line 7706, in parse_register_contact,russell1-2/+2
2006-10-23Unlike ast_strdup(), ast_strdupa() does not take a NULL pointer as argument,rizzo1-5/+8
2006-10-23remove a useless check for ocseq = 0.rizzo1-2/+2
2006-10-23get_header() always returns a non-NULL value, so checkingrizzo1-7/+15
2006-10-23put another duplicated block of code in a function.rizzo1-20/+18
2006-10-23reformat a statement and comment a potentially wrongrizzo1-9/+5
2006-10-23Remove unnecessary casts from const char * to char *,rizzo1-15/+13
2006-10-23another use for parse_uri().rizzo1-28/+11
2006-10-23+ make sure parse_uri never returns NULL pointers - thisrizzo1-33/+17
2006-10-23After reading better the SIP RFC on sip URI (19.1.1)rizzo1-10/+27
2006-10-23in function get_also_info(), move argument strippingrizzo1-3/+3
2006-10-23start putting the URI parsing code in one place,rizzo1-11/+70
2006-10-23put common code in function terminate_uri() so we need torizzo1-16/+25
2006-10-23More cleanup of check_user_full with no functional changerizzo1-213/+276
2006-10-22Merged revisions 45916 via svnmerge from crichter1-1/+6
2006-10-22more streamlining of check_user_fullrizzo1-13/+15
2006-10-22simplify the flow of function check_user_full()rizzo1-13/+11
2006-10-22put duplicated code in functions.rizzo1-35/+38
2006-10-20introduce sip_pvt_lock() and sip_pvt_unlock() wrappers torizzo1-95/+109
2006-10-20put the constants for whether methods can create a dialog or not in an enumrussell1-4/+6
2006-10-20Let's repair the SIP attack shield :-)oej1-24/+51
2006-10-19Merged revisions 45678 via svnmerge from file1-0/+2
2006-10-19move a large block out of do_monitor() and into a function,rizzo1-48/+54
2006-10-19+ move the definition of netlock as it was not related to therizzo1-3/+6
2006-10-19Cleaning up... Removing duplicate (again)oej1-1/+0
2006-10-19restore freeing of threadstorage objects without custom cleanup functionskpfleming1-8/+10
2006-10-19Merge fix to not leak the stringfields of a thread speicif sip_pvt. This alsorussell1-1/+12
2006-10-19Extend the thread storage API such that a custom initialization function canrussell3-4/+4
2006-10-18Remove duplicate declarations...oej1-6/+1
2006-10-17Merged revisions 45408 via svnmerge from kpfleming2-30/+34
2006-10-17Merged revisions 45378 via svnmerge from file1-27/+79
2006-10-17Issue #5484 (branch sipdiversion) - Support for Diversion header in redirects...oej1-12/+73
2006-10-17Issue #7254 - Add support of "423 Interval too brief" to outbound SIP registr...oej1-1/+26
2006-10-17- Remove unneeded code that won't be reached now that we kill responsesoej1-7/+8
2006-10-17Get rid of the ignore variable that was only partially replacedoej1-20/+17
2006-10-16In the course of a data this has been turned into an option to ignore replies...file1-11/+2
2006-10-16Merged revisions 45280 via svnmerge from file1-7/+8
2006-10-16Merged revisions 45262 via svnmerge from file1-0/+14
2006-10-16When adding new functions, please add a forward declaration.oej1-0/+1
2006-10-16Importing rev 45196 from 1.4 - don't kill dialog for a bad responseoej1-3/+1
2006-10-16A B2BUA should *not* issue proxy auth.oej1-12/+6