aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-18Trunk implementation of setting an alternate RTP source.mmichelson1-0/+72
2009-06-18parsing extension correctly from sip register linesdvossel1-4/+5
2009-06-17Fix problem with no audio due to ignoring the SDP.mmichelson1-3/+3
2009-06-17Merged revisions 201380 via svnmerge from dbrooks1-0/+4
2009-06-17SIP registry ref count errordvossel1-29/+18
2009-06-16fix issue with build_contact introduced by the "SIP trasnport type issues" co...dvossel1-4/+4
2009-06-16Enable applications to enable/disable digit and tone detection.kpfleming1-30/+67
2009-06-16SIP transport type issuesdvossel1-61/+92
2009-06-15Accept T.38 re-INVITE responses with invalid SDP versions.kpfleming1-8/+31
2009-06-15Convert a number of global module variables to 'static'.kpfleming1-3/+3
2009-06-15Some minor structure size improvements in sip_pvt and sip_peer.kpfleming1-39/+39
2009-06-15Merged revisions 200513 via svnmerge from mmichelson1-1/+1
2009-06-11Fix a crash due to a potentially NULL p->options.mmichelson1-1/+1
2009-06-10Only try to use the invite_branch on outgoing INVITEs with auth credentials.mmichelson1-1/+5
2009-06-09CLI NOTIFY sending wrong transport type.dvossel1-1/+1
2009-06-08Fix a deadlock that could occur when setting rtp stats on SIP calls.mmichelson1-1/+29
2009-06-02Correct documentation for the register line, specifically where the domain sh...file1-1/+1
2009-06-01Add the ability to execute connected line interception macros.mmichelson1-37/+28
2009-06-01Fix a bug where the Event and Content-Type headers were added twice to outgoi...file1-2/+0
2009-05-30When removing all packets from a dialog we also need to free the data if pres...file1-0/+3
2009-05-29Fix a bug where the default setting did not perform a remote bridge when it s...file1-3/+1
2009-05-29A few fixes to SIP with regards to connected line updates during transfers.mmichelson1-11/+34
2009-05-28Treat 405 responses the same way we would a 501.mmichelson1-0/+14
2009-05-28Merged revisions 197562 via svnmerge from eliel1-2/+5
2009-05-28Merged revisions 197466 via svnmerge from file1-2/+7
2009-05-27Adding some generic handling of error codes sent to us in replys to requests.oej1-0/+10
2009-05-26Remove some redundant or unnecessary connected line-related function calls.mmichelson1-1/+0
2009-05-26Fix a bug where the sip unregister CLI command did not completely unregister ...file1-0/+2
2009-05-22SIP set outbound transport type from Registrationdvossel1-41/+120
2009-05-22Implement a new element in AstXML for AMI actions documentation.eliel1-40/+78
2009-05-22s/it's/its/mmichelson1-1/+1
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-72/+74
2009-05-20Get rid of some duplicated code and correct a connected line error.mmichelson1-4/+1
2009-05-19Add basic support for handling connected line-related UPDATE requests.mmichelson1-6/+212
2009-05-19Merged revisions 195448 via svnmerge from file1-1/+1
2009-05-18Fix a bug where specifying an empty outboundproxy would cause packets to get ...file1-0/+5
2009-05-14Merged revisions 194484 via svnmerge from mmichelson1-4/+16
2009-05-12Update spiral support in trunk and 1.6.X to match what is in 1.4.mmichelson1-11/+6
2009-05-08TCP not matching valid peer.dvossel1-0/+16
2009-05-07Merged revisions 192932 via svnmerge from tilghman1-0/+10
2009-05-06Merged revisions 192633 via svnmerge from file1-2/+4
2009-05-05Fixed crashes from issue8824 review board channel locking changes.rmudgett1-0/+1
2009-05-05Fix a bug with setting t38pt_udptl at the user or peer level.file1-0/+5
2009-05-01Merged revisions 191559 via svnmerge from tilghman1-1/+1
2009-04-29Consistent SSL/TLS options across conf filesdvossel1-30/+10
2009-04-24TLS/SSL private key optiondvossel1-3/+8
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell1-5/+15
2009-04-24Fix nat setting on RTP instances.file1-3/+2
2009-04-23Merged revisions 190356 via svnmerge from russell1-1/+0
2009-04-21Fixes segfault when switching UDP to TCP in sip.conf after reload.dvossel1-8/+15