aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-02Merge in the RTP engine API.file1-525/+545
2009-04-02Merged revisions 186059 via svnmerge from tilghman1-8/+107
2009-04-01Merged revisions 185845 via svnmerge from dvossel1-13/+30
2009-03-30Merged revisions 184947 via svnmerge from file1-268/+235
2009-03-27Merged revisions 184565 via svnmerge from file1-0/+2
2009-03-25Improve performance of the ast_event cache functionality.russell1-6/+1
2009-03-25Fix issue with a T38 reinvite being sent even if not configured to do so.file1-1/+1
2009-03-24SIP preferred codec only featuredvossel1-3/+12
2009-03-20Fix chan_sip so it builds.mmichelson1-2/+2
2009-03-19Merged revisions 183115 via svnmerge from mmichelson1-5/+0
2009-03-19Improve our triggering of a T38 switchover internally when triggered by a rec...file1-184/+41
2009-03-13Fix an issue with requesting a T38 reinvite before the call is answered.file1-2/+6
2009-03-13improve a bit of suboptimal codekpfleming1-5/+1
2009-03-12Merged revisions 181768 via svnmerge from mmichelson1-1/+1
2009-03-11Merged revisions 181328 via svnmerge from file1-1/+1
2009-03-11Merged revisions 181295 via svnmerge from file1-3/+1
2009-03-11Fix malloc debug macros to work properly with h323.jpeeler1-1/+1
2009-03-11Add missing comment that quotes RFC 3891mmichelson1-1/+14
2009-03-11Merged revisions 181029,181031 via svnmerge from mmichelson1-15/+4
2009-03-04Resolve object matching issues related to the removal of the sip_user object.russell1-62/+70
2009-03-04Allow for "magic" pickups to work when we wish to ignore the contextmmichelson1-1/+1
2009-03-03Please prefix default values with DEFAULToej1-4/+4
2009-03-01Properly free memory and remove scheduler entries when a transmission failure...mmichelson1-2/+4
2009-02-24Merged revisions 178205 via svnmerge from file1-3/+5