aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2008-10-17Merge in patch for #13454. Includes CallRereouting dialplan application, opt...mattf1-4/+109
2008-10-17Make helper call a little safer (suggested by Russell on IRC)tilghman1-2/+3
2008-10-17Fix the FRACK! warnings in chan_iax2 when POKE/LAGRQ packets are not answered.tilghman1-2/+8
2008-10-17Adding some additional thoughts on configuration changes to TCP/TLSoej1-0/+18
2008-10-17Break up skinny.conf into seperate sections formvanbaak1-474/+692
2008-10-17Add an IAXregistry manager command. See doc/manager_1_1.txtmmichelson1-0/+51
2008-10-17After a long discussion on #asterisk-bugs, it seems kind ofmmichelson1-5/+8
2008-10-16Remove an odd redundant comparisonmmichelson1-2/+1
2008-10-16INVITES with proxy auth were sent with a different branchmmichelson1-1/+1
2008-10-16Merged revisions 150124 via svnmerge from rmudgett1-0/+1
2008-10-16ensure that type=peer entries are only matched on IP/port, not on name (after...kpfleming1-1/+17
2008-10-16Doxygen additionoej1-1/+1
2008-10-16Add some notes on problems with the TCP/TLS implementationoej1-7/+18
2008-10-16return this logic to where it used to be, *after* the dialog->needdestroy fla...kpfleming1-12/+17
2008-10-16some additional debugging tools added at SIPit23:kpfleming1-79/+116
2008-10-15Make the sip_proxy struct reference counted. This ismmichelson1-12/+40
2008-10-15Adding a note about a missing part of "kill-the-user" - I got lost in the Ao2...oej1-0/+5
2008-10-15Merged revisions 149452 via svnmerge from kpfleming1-16/+47
2008-10-15Fixing sytax errors ;-)oej1-6/+6
2008-10-14Merged revisions 149266 via svnmerge from mmichelson1-1/+1
2008-10-14Merged revisions 149207 via svnmerge from mmichelson1-6/+8
2008-10-14Add additional memory debugging to several core APIs, and fix several memorytilghman1-0/+6
2008-10-14Merged revisions 149130 via svnmerge from mmichelson1-0/+30
2008-10-14Merged revisions 148912 via svnmerge from mmichelson1-0/+4
2008-10-14Fix reference count issue that Russell brought up in SIP MWI NOTIFY support. ...file1-3/+7
2008-10-14fix some references to the owner of a private structure that may not be presentkpfleming1-2/+4
2008-10-14this structure should be statickpfleming1-1/+1
2008-10-14ensure that *all* fields in the req structure are cleared out before reusing ...kpfleming1-4/+10
2008-10-14Adding some clarificationsoej1-5/+11
2008-10-13- Doxygen formatting. (tss tss)oej1-4/+4
2008-10-13Highlightning even more bugs in the current tcp/tls implementation.oej1-28/+106
2008-10-13Sending a 403 after a 200 is considered very bad.oej1-24/+26
2008-10-10The logic used when checking a peer got changed subtlymmichelson1-7/+1
2008-10-10Make sure that the inUse and inRinging fields for mmichelson1-3/+3
2008-10-09Reverting format addition for nowtilghman1-5/+2
2008-10-09Fudges for wav16, just like wav49tilghman1-2/+5
2008-10-09fix some CLI commands we borked during devcon2008mvanbaak3-2/+5
2008-10-09(closes issue #13557)murf6-20/+20
2008-10-09Add support for subscribing to a voice mailbox on a remote SIP server and mak...file1-20/+385
2008-10-08Merged revisions 147681 via svnmerge from kpfleming1-2/+3
2008-10-07Move the DAHDI-to-DAHDI operator mode check from app_dial into chan_dahdiseanbright2-0/+10
2008-10-07make this work on OpenBSDmvanbaak1-2/+2
2008-10-07A blind transfer to the parking thread would cause a segfault because copy_re...twilson1-1/+1
2008-10-06Merged revisions 146799 via svnmerge from tilghman2-0/+8
2008-10-06Merged revisions 146711 via svnmerge from tilghman1-0/+12
2008-10-05Recorded merge of revisions 146448 via svnmerge from qwell1-1/+2
2008-09-30(closes issue #13337)jpeeler1-0/+2
2008-09-30Add support for call pickup on Snom phones. Asterisk now includes a magicrussell1-17/+102
2008-09-30* Miscellaneous formatting changes to make v1.4 and trunkrmudgett3-130/+128
2008-09-28Merge the cli_cleanup branch.mvanbaak7-190/+92