aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2008-11-04Introduce a new API call ast_channel_search_locked, which iterates through theseanbright1-12/+14
2008-11-04Switch to using a thread condition to signal that a child thread is ready fortilghman1-5/+17
2008-11-04Merged revisions 154365 via svnmerge from tilghman1-0/+9
2008-11-04Merged revisions 154266 via svnmerge from rmudgett1-1/+1
2008-11-04Recorded merge of revisions 154263 via svnmerge from tilghman2-4/+3
2008-11-04Allow devices that accept dialog-info+xml (like snoms) to get the Caller ID ofseanbright1-6/+33
2008-11-04improve configure script to remember the previous value of each dependency in...kpfleming4-4/+4
2008-11-04Add XML documentation for:eliel1-16/+37
2008-11-03Adding a separation of remote authentication and our authentication.oej1-6/+15
2008-11-03Add XML documentation for:eliel1-18/+64
2008-11-03Add XML documentation for:eliel1-62/+178
2008-11-02fix one more warning missed because i did not have new enough libpri installedkpfleming1-1/+3
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming5-15/+32
2008-11-02Add IAX2Provision() application XML documentation.eliel1-6/+19
2008-11-02There is a troublesome assert() in the alsa/control.h header that causesseanbright1-0/+1
2008-11-01Don't ignore the result of find_peer() when looking for a peer by IP in check...russell1-1/+1
2008-11-01Ensure that the sip_pvt properly has its refcount incremented when the schedu...russell1-17/+33
2008-10-31Merged revisions 153114 via svnmerge from tilghman1-0/+8
2008-10-30Merged revisions 152958 via svnmerge from tilghman1-3/+4
2008-10-30Merged revisions 152922 via svnmerge from tilghman1-0/+1
2008-10-30Fix the sip_peer reference count with respect to scheduler entries forrussell1-19/+38
2008-10-30Fix the sip_peer reference count with respect to scheduler entries forrussell1-12/+28
2008-10-30I just noticed this construct and thought it wasmmichelson1-10/+1
2008-10-30Modify the documentation of the sip_registry structrussell1-7/+9
2008-10-30fix a few small things found by using sparsekpfleming3-12/+23
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