summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
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
2009-04-08Add lastms to the require API call.Tilghman Lesher
2009-04-08Fix bad merge from fix for issue 13867.Mark Michelson
2009-04-06Fix problem when authenticating a non-RTP dialog.Joshua Colp
2009-04-06Add support for changing the outbound codec on a SIP call usingJoshua Colp
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...Mark Michelson
2009-04-03Add better support for relaying success or failure of the ast_transfer() API ...Joshua Colp
2009-04-02Merge in the RTP engine API.Joshua Colp
2009-04-02Merged revisions 186059 via svnmerge from Tilghman Lesher
2009-04-01Merged revisions 185845 via svnmerge from David Vossel
2009-03-30Merged revisions 184947 via svnmerge from Joshua Colp
2009-03-27Merged revisions 184565 via svnmerge from Joshua Colp
2009-03-25Improve performance of the ast_event cache functionality.Russell Bryant
2009-03-25Fix issue with a T38 reinvite being sent even if not configured to do so.Joshua Colp
2009-03-24SIP preferred codec only featureDavid Vossel
2009-03-20Fix chan_sip so it builds.Mark Michelson
2009-03-19Merged revisions 183115 via svnmerge from Mark Michelson
2009-03-19Improve our triggering of a T38 switchover internally when triggered by a rec...Joshua Colp
2009-03-13Fix an issue with requesting a T38 reinvite before the call is answered.Joshua Colp
2009-03-13improve a bit of suboptimal codeKevin P. Fleming
2009-03-12Merged revisions 181768 via svnmerge from Mark Michelson
2009-03-11Merged revisions 181328 via svnmerge from Joshua Colp