aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-20Fix a bug with non-UDP connections that caused dialogs to not get freed.file1-1/+2
2009-04-17Prevent a crash when SIP blonde transferring an unbridged call.mmichelson1-5/+1
2009-04-17Merged revisions 188946 via svnmerge from file1-1/+1
2009-04-16Merged revisions 188835 via svnmerge from tilghman1-5/+8
2009-04-16SIP state notify reorganizationdvossel1-88/+119
2009-04-14Fix a bug with the change I made yesterday to outbound proxy support.file1-5/+1
2009-04-13Fix a bug where using an outbound proxy would cause the local address to be 1...file1-0/+1
2009-04-10Fix some uninitialized memory notices that appeared under valgrind.file1-6/+6
2009-04-10Ensure pvt is not NULL before dereferencing it.tilghman1-2/+2
2009-04-09Add a new option, mwi_from, to sip.conf.mmichelson1-0/+26
2009-04-09Merged revisions 187484 via svnmerge from mmichelson1-6/+19
2009-04-09Allow '/' in username portion of register; this is a regression.tilghman1-1/+1
2009-04-09Merged revisions 187362 via svnmerge from tilghman1-1/+3
2009-04-09Add support for allowing the channel driver to handle transcoding.file1-0/+22
2009-04-08Remove duplicate prototype for temp_peer().russell1-1/+0
2009-04-08Update some comments and resolve potential memory corruption in chan_sip.russell1-28/+13
2009-04-08Add lastms to the require API call.tilghman1-0/+1
2009-04-08Fix bad merge from fix for issue 13867.mmichelson1-3/+1
2009-04-06Fix problem when authenticating a non-RTP dialog.file1-2/+4
2009-04-06Add support for changing the outbound codec on a SIP call usingfile1-2/+10
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...mmichelson1-264/+847
2009-04-03Add better support for relaying success or failure of the ast_transfer() API ...file1-2/+25