aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2008-10-29Merged revisions 152539 via svnmerge from russell1-1/+1
2008-10-28Only re-add the io port if it was closed, otherwise reload causes a memorytilghman1-1/+2
2008-10-27Merged revisions 152286 via svnmerge from jpeeler1-2/+0
2008-10-27Merged revisions 152215 via svnmerge from tilghman1-0/+4
2008-10-26Trying to fix the user/peer matching correctly. This will need some testing b...oej1-21/+42
2008-10-26Moving more variables to the sip_cfg structure, as I have some future ideas f...oej1-102/+109
2008-10-26Doxygen changes and some formatting.oej1-30/+30
2008-10-23Adding a small new feature. oej1-0/+2
2008-10-22 revert the changes in issue #13705 - it's being re-opened as while the resul...bweschke1-1/+1
2008-10-22Change some logical ands to bitwise ands and addmmichelson1-2/+5
2008-10-22Print out the right var in the log messagerussell1-1/+1
2008-10-22Fix this check to use the proper variable (the result from get_in_brackets)russell1-1/+1
2008-10-22The logic of a strncasecmp call was reversed.mmichelson1-1/+1
2008-10-21Make the sip_standard_port function more granular by allowing separatemmichelson1-12/+21
2008-10-21Get this compiling in dev-modemmichelson1-1/+1
2008-10-21If a peer uses any transport other than UDP, then MWI willmmichelson1-0/+5
2008-10-21When attempting to resolve hostnames, we need to be suremmichelson1-1/+9
2008-10-21 Fix configuration parsing so type=friend still identifies "friend" as a peer...bweschke1-1/+1
2008-10-19cleaup of the TCP/TLS socket API:kpfleming1-33/+33
2008-10-19dont segfault when placing a call to a line that has no registered device.mvanbaak1-0/+5
2008-10-19Adding changes from train and flight back home from SIPit23 in Lannion, France.oej1-65/+182
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