aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-10-30Issue 8246 Doxygen updates (kshumard) oej1-1/+1
2006-10-29Issue #7869 - Stop retransmission of 302 redirects.oej1-2/+1
2006-10-29Issue #7608 - Notifications sent with wrong content-type (imported from 1.2, ...oej1-9/+6
2006-10-29Issues related to issue #7828 - segfault with MWI subscriptions and realtime.oej1-4/+7
2006-10-29- Fix the OUTGOING stuff (merge from 1.4)oej1-16/+19
2006-10-29Documentation update againoej1-6/+3
2006-10-29Documentation update (I guess)oej1-1/+4
2006-10-29Documentation correctionoej1-1/+1
2006-10-29maxtime is not needed any more now that we actually set the T1 timeroej1-7/+1
2006-10-28Only accept message onceoej1-2/+2
2006-10-28Adding documentation inspired by a virtual drink with an anonymous man in New...oej1-1/+7
2006-10-28Don't duplicate function if not needed... oej1-31/+14
2006-10-28Merge from 1.4 : Don't send 183 reliably...oej1-4/+4
2006-10-28- Don't lock the dialoglist during the whole destruction of a single SIP dial...oej1-49/+50
2006-10-27Merged revisions 46370 via svnmerge from russell1-3/+4
2006-10-27First pass at implementation to be able to block and unblock zap channels for mattf1-18/+63
2006-10-27Put this patch on hold pending further testing...oej1-0/+2
2006-10-27Merged revisions 46358 via svnmerge from russell1-6/+6
2006-10-27Merged revisions 46351-46353 via svnmerge from crichter6-33/+47
2006-10-26Show if the channel is ready for video or T.38 udptloej1-0/+2
2006-10-25Old todo: Don't add Contact headers on BYE and CANCEL.oej1-1/+3
2006-10-25First stab at transaction direction fix, this for trunk for testingoej1-4/+13
2006-10-25Ugly code to try to remove issue discovered by Luigi as well as attack bug #7608oej1-7/+21
2006-10-25Send CPG when we get a CONTROL_PROGRESS frame and make sure that it sends ACM...mattf1-2/+13
2006-10-25Update changes to do US style point code parsing/formatting (xxx.xxx.xxx)mattf1-3/+18
2006-10-25Merge from 1.4oej1-1/+1
2006-10-25Merged revisions 46082-46083,46152-46153 via svnmerge from kpfleming1-33/+8
2006-10-25restore bugfix that was reverted by trunk_mtu patchkpfleming1-0/+3
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