summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-11Merged revisions 26760 via svnmerge from Kevin P. Fleming
2006-05-11Set "MARK" whenever SSRC changes (bug #6934)Mark Spencer
2006-05-11Make sure we handle long information elements (bug #6654)Mark Spencer
2006-05-11Ignore CANCEL on call that is already answeredOlle Johansson
2006-05-11Small formatting fixesOlle Johansson
2006-05-11Issue #OEJ12399.3 - Set default maxcallbitrate for users too. Olle Johansson
2006-05-11normalize the code to navigate through extensions and prioritiesLuigi Rizzo
2006-05-11- Add more and organize forward declarations (preparing for splitting up this...Olle Johansson
2006-05-11fix behaviour for earlymatch and matchmore.Luigi Rizzo
2006-05-11Issue #7081 (kanoop) - use proper cause code for 480Olle Johansson
2006-05-10replace a macro with actual code;Luigi Rizzo
2006-05-10change macro into a function, remove unused code.Luigi Rizzo
2006-05-10start cleanup indentation etc.Luigi Rizzo
2006-05-10lock conlock before accessing the list.Luigi Rizzo
2006-05-10lots of comments trying to document the agreed behaviour ofLuigi Rizzo
2006-05-10use ast_calloc instaed of calloc, and remove a couple of duplicatedRussell Bryant
2006-05-10and chan_iax2 gets smaller... remove the old jitterbufferKevin P. Fleming
2006-05-10remove some chekc sof the result of ast_mutex_lock (issue #7119, Mithraen)Russell Bryant
2006-05-10support reload say.conf to ease testingLuigi Rizzo
2006-05-10use the channel lock wrappers (issue #7120, Mithraen)Russell Bryant
2006-05-10german syntax for numbers from christian richterLuigi Rizzo
2006-05-10use the channel lock wrappers (issue #7128)Russell Bryant
2006-05-10Fix buglet on debugMark Spencer
2006-05-10update the ->indicate() callback for the new argumentsKevin P. Fleming
2006-05-10suppress the output from generating defaults.h and versions.h, as well asRussell Bryant
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-10remove a debug message and make the exit keys not be case sensitiveRussell Bryant
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...Kevin P. Fleming
2006-05-10fix indentation of two large blocksLuigi Rizzo
2006-05-10fix a couple of misindented lines;Luigi Rizzo
2006-05-10add missing ruleLuigi Rizzo
2006-05-10provide a correct return value in case everything goes well,Luigi Rizzo
2006-05-10use 'switch' insteaf of multiple 'if'Luigi Rizzo
2006-05-10Allow media to go directly between IAX endpoints while signalling still Mark Spencer
2006-05-10document special character interpretation.Luigi Rizzo
2006-05-10indentation fixesLuigi Rizzo
2006-05-10prevent a warning for uninitialized variable.Luigi Rizzo
2006-05-10 Implement new support for "meetme list <confno> concise"BJ Weschke
2006-05-09implement the new sorting algorithm for extensions,Luigi Rizzo
2006-05-09various doxygen fixesKevin P. Fleming
2006-05-09clear memory before passing to ASTOBJ_INITLuigi Rizzo
2006-05-09Formatting fixOlle Johansson
2006-05-09Make sure that we don't accept an answer on an inbound call and don't permit ...Mark Spencer
2006-05-09remove rule for running bootstrap, it's only safe to run it manually nowKevin P. Fleming
2006-05-09use an enum for control frame typesKevin P. Fleming
2006-05-09minor cleanups and removal of duplicate prototypesKevin P. Fleming
2006-05-09 This app is deprecated in /trunk, and thus, the change should not come forward.BJ Weschke
2006-05-09remove duplicate atof() invokationLuigi Rizzo
2006-05-09normalize code, remove some useless castsLuigi Rizzo
2006-05-09Merged revisions 26050 via svnmerge from BJ Weschke