summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2009-06-02Correct documentation for the register line, specifically where the domain sh...Joshua Colp
2009-06-01Add the ability to execute connected line interception macros.Mark Michelson
2009-06-01Fix a bug where the Event and Content-Type headers were added twice to outgoi...Joshua Colp
2009-05-30When removing all packets from a dialog we also need to free the data if pres...Joshua Colp
2009-05-29Fix a bug where the default setting did not perform a remote bridge when it s...Joshua Colp
2009-05-29A few fixes to SIP with regards to connected line updates during transfers.Mark Michelson
2009-05-28Treat 405 responses the same way we would a 501.Mark Michelson
2009-05-28Merged revisions 197562 via svnmerge from Eliel C. Sardanons
2009-05-28Merged revisions 197466 via svnmerge from Joshua Colp
2009-05-27Adding some generic handling of error codes sent to us in replys to requests.Olle Johansson
2009-05-26Remove some redundant or unnecessary connected line-related function calls.Mark Michelson
2009-05-26Fix a bug where the sip unregister CLI command did not completely unregister ...Joshua Colp
2009-05-22SIP set outbound transport type from RegistrationDavid Vossel
2009-05-22Implement a new element in AstXML for AMI actions documentation.Eliel C. Sardanons
2009-05-22s/it's/its/Mark Michelson
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-20Get rid of some duplicated code and correct a connected line error.Mark Michelson
2009-05-19Add basic support for handling connected line-related UPDATE requests.Mark Michelson
2009-05-19Merged revisions 195448 via svnmerge from Joshua Colp
2009-05-18Fix a bug where specifying an empty outboundproxy would cause packets to get ...Joshua Colp
2009-05-14Merged revisions 194484 via svnmerge from Mark Michelson
2009-05-12Update spiral support in trunk and 1.6.X to match what is in 1.4.Mark Michelson
2009-05-08TCP not matching valid peer.David Vossel
2009-05-07Merged revisions 192932 via svnmerge from Tilghman Lesher
2009-05-06Merged revisions 192633 via svnmerge from Joshua Colp
2009-05-05Fixed crashes from issue8824 review board channel locking changes.Richard Mudgett
2009-05-05Fix a bug with setting t38pt_udptl at the user or peer level.Joshua Colp
2009-05-01Merged revisions 191559 via svnmerge from Tilghman Lesher
2009-04-29Consistent SSL/TLS options across conf filesDavid Vossel
2009-04-24TLS/SSL private key optionDavid Vossel
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-04-24Fix nat setting on RTP instances.Joshua Colp
2009-04-23Merged revisions 190356 via svnmerge from Russell Bryant
2009-04-21Fixes segfault when switching UDP to TCP in sip.conf after reload.David Vossel
2009-04-20Fix a bug with non-UDP connections that caused dialogs to not get freed.Joshua Colp
2009-04-17Prevent a crash when SIP blonde transferring an unbridged call.Mark Michelson
2009-04-17Merged revisions 188946 via svnmerge from Joshua Colp
2009-04-16Merged revisions 188835 via svnmerge from Tilghman Lesher
2009-04-16SIP state notify reorganizationDavid Vossel
2009-04-14Fix a bug with the change I made yesterday to outbound proxy support.Joshua Colp
2009-04-13Fix a bug where using an outbound proxy would cause the local address to be 1...Joshua Colp
2009-04-10Fix some uninitialized memory notices that appeared under valgrind.Joshua Colp
2009-04-10Ensure pvt is not NULL before dereferencing it.Tilghman Lesher
2009-04-09Add a new option, mwi_from, to sip.conf.Mark Michelson
2009-04-09Merged revisions 187484 via svnmerge from Mark Michelson
2009-04-09Allow '/' in username portion of register; this is a regression.Tilghman Lesher
2009-04-09Merged revisions 187362 via svnmerge from Tilghman Lesher
2009-04-09Add support for allowing the channel driver to handle transcoding.Joshua Colp
2009-04-08Remove duplicate prototype for temp_peer().Russell Bryant
2009-04-08Update some comments and resolve potential memory corruption in chan_sip.Russell Bryant