aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2009-04-27Make PTP DivertingLegInformation3 message behavior closer to the specifications.rmudgett3-20/+110
2009-04-24TLS/SSL private key optiondvossel1-3/+8
2009-04-24There is no need to use the struct ast_party_connected_line.source update val...rmudgett1-42/+30
2009-04-24Fix a build error.russell1-1/+1
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell10-25/+38
2009-04-24Fix nat setting on RTP instances.file1-3/+2
2009-04-23Merged revisions 190356 via svnmerge from russell1-1/+0
2009-04-23Merged revisions 190286 via svnmerge from file1-3/+0
2009-04-22Make chan_h323 respect packetization settings and fix small reload issue.jpeeler3-24/+31
2009-04-22Do not continue to receive DTMF, when the channel is hungup and about to be d...tilghman1-3/+3
2009-04-21Fixes segfault when switching UDP to TCP in sip.conf after reload.dvossel1-8/+15
2009-04-21Added CCBS/CCNR Party A support and enhanced COLP support.rmudgett8-889/+6488
2009-04-20Merged revisions 189391 via svnmerge from dbailey1-1/+1
2009-04-20Fix a bug with non-UDP connections that caused dialogs to not get freed.file1-1/+2
2009-04-18Merged revisions 189203 via svnmerge from dvossel1-51/+63
2009-04-17Merged revisions 188833,189134 via svnmerge from rmudgett2-3/+7
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-17Merged revisions 188937 via svnmerge from file1-0/+1
2009-04-16Merged revisions 188835 via svnmerge from tilghman1-5/+8
2009-04-16SIP state notify reorganizationdvossel1-88/+119
2009-04-16Fix a bug with the dahdi_setoption callback in chan_dahdi.file1-0/+2
2009-04-15Merged revisions 188646 via svnmerge from dvossel1-0/+12
2009-04-15Don't try to do anything in pri_check_restart with service messages unlessjpeeler1-0/+4
2009-04-14change some capitalizationjpeeler1-1/+1
2009-04-14Add service maintenance message supportjpeeler1-18/+350
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 module embedding for chan_h323.jpeeler1-6/+7
2009-04-10Indicating connected line or redirecting updates were missing a call to lock ...mmichelson1-0/+1
2009-04-10Fix some uninitialized memory notices that appeared under valgrind.file7-21/+21
2009-04-10ast_strdup failures aren't really failures if the original value was NULL.mmichelson1-4/+8
2009-04-10Ensure pvt is not NULL before dereferencing it.tilghman1-2/+2
2009-04-10Miscellaneous minor changes to chan_misdn.rmudgett3-207/+245
2009-04-10Make chan_misdn_log() avoid generating the log message if logging is disabled.rmudgett1-17/+27
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-09Do not try to send the format read/format write/make compatible options over ...file1-0/+4
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...mmichelson17-1074/+2813
2009-04-03Merged revisions 186458 via svnmerge from kpfleming1-1/+1
2009-04-03Add better support for relaying success or failure of the ast_transfer() API ...file2-2/+27