aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-11-01bind address support from bug 8164mogorman1-0/+9
2006-11-01It's another round of chan_iax2 fixes! Should hopefully fix the deadlock issu...file1-18/+18
2006-11-01Prevent an infinite loop when config processing gets to a jitterbuffer optionrussell1-2/+1
2006-10-31Support ;rport when we're supposed to support ;rport. Issue #7473.oej1-4/+2
2006-10-31If peer fails ACL check, fail peer at REGISTERoej1-0/+2
2006-10-31Fix T38 too. Thanks, tgrman !oej1-0/+1
2006-10-30We need to lock the pvt structure during retransmission as another worker thr...file1-1/+2
2006-10-30Issue #8246 - Doxygen fixes from kshumard. oej1-1/+1
2006-10-29Issue #7869 - Stop retransmission of 302 redirects (imported from 1.2)oej1-2/+1
2006-10-29Issue #7608 - Notifications sent with wrong content-type (imported from 1.2, ...oej1-9/+6
2006-10-29Backport of patch for #7828 that was reported for trunk, but obviouslyoej1-3/+22
2006-10-29Restoring the old logic, since working around it and fixing it seemed too com...oej1-5/+7
2006-10-28Accepting a message twice may be misinterpreted...oej1-2/+2
2006-10-28- 183 is not reliable message...oej1-4/+4
2006-10-27move the copy of the default settings to the global settings back out ofrussell1-3/+4
2006-10-27Instead of iterating all of the options once to look for jitterbuffer options,russell1-6/+6
2006-10-27Merged revisions 46350 via svnmerge from crichter4-30/+31
2006-10-27fixed not compile issue, which was just introducedcrichter1-1/+1
2006-10-27Merged revisions 46176 via svnmerge from crichter3-3/+16
2006-10-25Old todo note - Don't add Contact header on BYE and Canceloej1-1/+3
2006-10-25Somewhat ugly code to try to fix issue #7608. oej1-7/+21
2006-10-25show settings doesn't produce a list oej1-8/+3
2006-10-25apparently developers are still not aware that they should be use ast_copy_st...kpfleming8-102/+98
2006-10-25add passthrough and file format support for G.722 16KHz audio (issue #5084, o...kpfleming2-1/+4
2006-10-25code zone experiment: don't offer formats in the outbound INVITE that aren't ...kpfleming1-33/+8
2006-10-24We need to initialize our scheduler pthread condition... yes.file1-0/+2
2006-10-24merge 45966 refer_to_domain potentially containing optionsrizzo1-3/+3
2006-10-24merge 46026 improper checks on get_header() return valuesrizzo1-7/+15
2006-10-24merge 46045 prevent NULL args to ast_strdupa() in chan_sip.crizzo1-3/+7
2006-10-22Merged revisions 45808 via svnmerge from crichter1-1/+6
2006-10-20Let's understand SIP:oej1-22/+45
2006-10-19If the jitterbuffer is forced on then we can't partially bridge (reported by ...file1-0/+2
2006-10-19Cleaning upoej1-1/+0
2006-10-19Don't leak the actual thread-specific sip_pvt structrussell1-0/+2
2006-10-18don't leak memory when a chan_sip thread is destroyed that has a thread-local...kpfleming1-1/+10
2006-10-18remove duplicate declarationsoej1-5/+1
2006-10-17optimize the 'quick response' code a bit more... no more malloc() or memset()...kpfleming2-30/+34
2006-10-17Don't create a "real" pvt structure for requests that shouldn't be able to cr...file1-24/+77
2006-10-17remove the option that was not needed, really.oej1-11/+2
2006-10-16Merged revisions 45265 via svnmerge from file1-7/+8
2006-10-16Merged revisions 45260 via svnmerge from file1-0/+14
2006-10-16Don't destroy dialog for unexpected REFER response...oej1-3/+1
2006-10-13avoiding warning, fixing potential bugcrichter1-0/+2
2006-10-13Merged revisions 45048 via svnmerge from kpfleming1-0/+3
2006-10-13Complete merging in RPID screen changes (issue #8101 reported by hristo, patc...file1-5/+5
2006-10-13Merged revisions 45020 via svnmerge from crichter2-4/+6
2006-10-13Merged revisions 44993 via svnmerge from crichter1-5/+12
2006-10-12merge formatting and minor code simplifications from trunkrizzo1-157/+147
2006-10-12fix for bug 7764.mogorman1-1/+2
2006-10-12we can only send one 'a=ptime' attribute per media session, not one for each ...kpfleming1-11/+17