summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-12Add ability to see if the person calling said anything or not.Joshua Colp
2006-04-12reindent block properlyLuigi Rizzo
2006-04-12localize some variables, remove useless parenthesesLuigi Rizzo
2006-04-11remove useless \0, and fix formatting.Luigi Rizzo
2006-04-11Bug 6943 - transition away from using CallerID header, when we really mean Ca...Tilghman Lesher
2006-04-11Merged revisions 19397 via svnmerge from Tilghman Lesher
2006-04-11fix various bugs in the DEBUG_THREADS code including:Luigi Rizzo
2006-04-11Merged revisions 19394 via svnmerge from Tilghman Lesher
2006-04-11fix logic error; don't test for rtcache flag unless asked to (issue #6923)Kevin P. Fleming
2006-04-11Merged revisions 19353 via svnmerge from Kevin P. Fleming
2006-04-11Merged revisions 19351 via svnmerge from Tilghman Lesher
2006-04-11Merged revisions 19348 via svnmerge from Kevin P. Fleming
2006-04-11Merged revisions 19347 via svnmerge from Kevin P. Fleming
2006-04-11Merged revisions 19345 via svnmerge from Kevin P. Fleming
2006-04-11remove unused variable (discovered by the compiler)Luigi Rizzo
2006-04-11No need to do this in here any longer since the linkedlists macro is fixedJoshua Colp
2006-04-11Merged revisions 19303 via svnmerge from Joshua Colp
2006-04-11Merged revisions 19301 via svnmerge from Kevin P. Fleming
2006-04-11typoKevin P. Fleming
2006-04-11Convert chan_iax2 to use linked lists for multithreading, and add dynamic thr...Joshua Colp
2006-04-11 Minor cleanups and error handling for app_dial #6935 (casper)BJ Weschke
2006-04-11remove an unused functionLuigi Rizzo
2006-04-11as discussed with kevin, moveLuigi Rizzo
2006-04-11use proper typeKevin P. Fleming
2006-04-11 Provide the ability to read extension number after name #6938 (delink)BJ Weschke
2006-04-11normalize code preparing for loader changesLuigi Rizzo
2006-04-11remove unused fieldsLuigi Rizzo
2006-04-11normalize code in preparation to module changesLuigi Rizzo
2006-04-11staticize a function, and normalize code in preparation to module changes.Luigi Rizzo
2006-04-11mISDN Messages must be freed with free_msg \!\!Christian Richter
2006-04-11- First stab at removing debug and ignore variables thatOlle Johansson
2006-04-11Add new documentation files to index file 00README.1st and to doxygenOlle Johansson
2006-04-11Bugs 6883, 6930: compiler warningsTilghman Lesher
2006-04-11Data stores do not need a lock. As well change the way they are removed from ...Joshua Colp
2006-04-11Merged revisions 19008 via svnmerge from BJ Weschke
2006-04-10Presenting a revised data stores and oh my, a generic speech recognition API!...Joshua Colp
2006-04-10remove support for BYEXTENSION (which nobody even knows about anymore)Kevin P. Fleming
2006-04-10Fixup fixup - add some debugging and error handlingOlle Johansson
2006-04-10Resolve conflicts, prepare for next batch of conflicts Olle Johansson
2006-04-10Merged revisions 18866 via svnmerge from BJ Weschke
2006-04-10fixed some issues, that appear at higher loadChristian Richter
2006-04-10we send nearly everytime a RELEASE, only if we for sure know, that it's a TE ...Christian Richter
2006-04-10Making sure that cancel destroy is only executed once...Olle Johansson
2006-04-10Small fixOlle Johansson
2006-04-10- staticize gettag() complete_sip_peer() get_calleridname() arguments;Luigi Rizzo
2006-04-10- constification of some functions (args and return values): Luigi Rizzo
2006-04-10- localize 'struct cfalias' into the only function using it; Luigi Rizzo
2006-04-10constify get_sdp*() and friends.Luigi Rizzo
2006-04-10constify get_header(), which let me find out and fix one bug (overwritingLuigi Rizzo
2006-04-10- describe how sip packets are stored internally;Luigi Rizzo