summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2008-11-02fix one more warning missed because i did not have new enough libpri installedKevin P. Fleming
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-11-02Add IAX2Provision() application XML documentation.Eliel C. Sardanons
2008-11-02There is a troublesome assert() in the alsa/control.h header that causesSean Bright
2008-11-01Don't ignore the result of find_peer() when looking for a peer by IP in check...Russell Bryant
2008-11-01Ensure that the sip_pvt properly has its refcount incremented when the schedu...Russell Bryant
2008-10-31Merged revisions 153114 via svnmerge from Tilghman Lesher
2008-10-30Merged revisions 152958 via svnmerge from Tilghman Lesher
2008-10-30Merged revisions 152922 via svnmerge from Tilghman Lesher
2008-10-30Fix the sip_peer reference count with respect to scheduler entries forRussell Bryant
2008-10-30Fix the sip_peer reference count with respect to scheduler entries forRussell Bryant
2008-10-30I just noticed this construct and thought it wasMark Michelson
2008-10-30Modify the documentation of the sip_registry structRussell Bryant
2008-10-30fix a few small things found by using sparseKevin P. Fleming
2008-10-29Merged revisions 152539 via svnmerge from Russell Bryant
2008-10-28Only re-add the io port if it was closed, otherwise reload causes a memoryTilghman Lesher
2008-10-27Merged revisions 152286 via svnmerge from Jeff Peeler
2008-10-27Merged revisions 152215 via svnmerge from Tilghman Lesher
2008-10-26Trying to fix the user/peer matching correctly. This will need some testing b...Olle Johansson
2008-10-26Moving more variables to the sip_cfg structure, as I have some future ideas f...Olle Johansson
2008-10-26Doxygen changes and some formatting.Olle Johansson
2008-10-23Adding a small new feature. Olle Johansson
2008-10-22 revert the changes in issue #13705 - it's being re-opened as while the resul...BJ Weschke
2008-10-22Change some logical ands to bitwise ands and addMark Michelson
2008-10-22Print out the right var in the log messageRussell Bryant
2008-10-22Fix this check to use the proper variable (the result from get_in_brackets)Russell Bryant
2008-10-22The logic of a strncasecmp call was reversed.Mark Michelson
2008-10-21Make the sip_standard_port function more granular by allowing separateMark Michelson
2008-10-21Get this compiling in dev-modeMark Michelson
2008-10-21If a peer uses any transport other than UDP, then MWI willMark Michelson
2008-10-21When attempting to resolve hostnames, we need to be sureMark Michelson
2008-10-21 Fix configuration parsing so type=friend still identifies "friend" as a peer...BJ Weschke
2008-10-19cleaup of the TCP/TLS socket API:Kevin P. Fleming
2008-10-19dont segfault when placing a call to a line that has no registered device.Michiel van Baak
2008-10-19Adding changes from train and flight back home from SIPit23 in Lannion, France.Olle Johansson
2008-10-17Merge in patch for #13454. Includes CallRereouting dialplan application, opt...Matthew Fredrickson
2008-10-17Make helper call a little safer (suggested by Russell on IRC)Tilghman Lesher
2008-10-17Fix the FRACK! warnings in chan_iax2 when POKE/LAGRQ packets are not answered.Tilghman Lesher
2008-10-17Adding some additional thoughts on configuration changes to TCP/TLSOlle Johansson
2008-10-17Break up skinny.conf into seperate sections forMichiel van Baak
2008-10-17Add an IAXregistry manager command. See doc/manager_1_1.txtMark Michelson
2008-10-17After a long discussion on #asterisk-bugs, it seems kind ofMark Michelson
2008-10-16Remove an odd redundant comparisonMark Michelson
2008-10-16INVITES with proxy auth were sent with a different branchMark Michelson
2008-10-16Merged revisions 150124 via svnmerge from Richard Mudgett
2008-10-16ensure that type=peer entries are only matched on IP/port, not on name (after...Kevin P. Fleming
2008-10-16Doxygen additionOlle Johansson
2008-10-16Add some notes on problems with the TCP/TLS implementationOlle Johansson
2008-10-16return this logic to where it used to be, *after* the dialog->needdestroy fla...Kevin P. Fleming
2008-10-16some additional debugging tools added at SIPit23:Kevin P. Fleming