aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-05-11add messages at the bottom of the menu for each of the definesrussell1-9/+9
2006-05-11remove a trailing tab ... now this Makefile is perfectrussell1-1/+1
2006-05-11change the CFLAGS controlled by menuselect to be placed in a header filerussell7-18/+46
2006-05-11simplify init_req()rizzo1-11/+6
2006-05-11cleanup init_resp with proper variable names and arguments.rizzo1-13/+9
2006-05-11staticize a variable.rizzo1-1/+1
2006-05-11replace list unlinking with UNLINK macrorizzo1-8/+11
2006-05-11simplify sip_pretend_ack also removing a bug in the existingrizzo1-11/+4
2006-05-11block revision for fix that was committed here before 1.2kpfleming0-0/+0
2006-05-11Merged revisions 26760 via svnmerge from kpfleming1-1/+6
2006-05-11Set "MARK" whenever SSRC changes (bug #6934)markster1-0/+10
2006-05-11Make sure we handle long information elements (bug #6654)markster1-2/+2
2006-05-11Ignore CANCEL on call that is already answeredoej1-0/+8
2006-05-11Small formatting fixesoej1-10/+10
2006-05-11Issue #OEJ12399.3 - Set default maxcallbitrate for users too. oej1-0/+1
2006-05-11normalize the code to navigate through extensions and prioritiesrizzo1-28/+29
2006-05-11- Add more and organize forward declarations (preparing for splitting up this...oej1-42/+163
2006-05-11fix behaviour for earlymatch and matchmore.rizzo1-16/+4
2006-05-11Issue #7081 (kanoop) - use proper cause code for 480oej1-1/+1
2006-05-10replace a macro with actual code;rizzo1-36/+38
2006-05-10change macro into a function, remove unused code.rizzo1-53/+56
2006-05-10start cleanup indentation etc.rizzo1-33/+26
2006-05-10lock conlock before accessing the list.rizzo1-4/+3
2006-05-10lots of comments trying to document the agreed behaviour ofrizzo1-11/+20
2006-05-10use ast_calloc instaed of calloc, and remove a couple of duplicatedrussell1-24/+17
2006-05-10and chan_iax2 gets smaller... remove the old jitterbufferkpfleming2-408/+21
2006-05-10remove some chekc sof the result of ast_mutex_lock (issue #7119, Mithraen)russell2-114/+72
2006-05-10support reload say.conf to ease testingrizzo1-1/+12
2006-05-10use the channel lock wrappers (issue #7120, Mithraen)russell3-11/+11
2006-05-10german syntax for numbers from christian richterrizzo1-1/+22
2006-05-10use the channel lock wrappers (issue #7128)russell1-12/+12
2006-05-10Fix buglet on debugmarkster1-1/+1
2006-05-10update the ->indicate() callback for the new argumentskpfleming1-2/+2
2006-05-10suppress the output from generating defaults.h and versions.h, as well asrussell1-7/+7
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell63-523/+283
2006-05-10remove a debug message and make the exit keys not be case sensitiverussell2-4/+5
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...kpfleming15-35/+55
2006-05-10fix indentation of two large blocksrizzo1-101/+101
2006-05-10fix a couple of misindented lines;rizzo1-6/+9
2006-05-10add missing rulerizzo1-1/+1
2006-05-10provide a correct return value in case everything goes well,rizzo2-1/+3
2006-05-10use 'switch' insteaf of multiple 'if'rizzo1-6/+8
2006-05-10Allow media to go directly between IAX endpoints while signalling still markster4-36/+113
2006-05-10document special character interpretation.rizzo1-0/+31
2006-05-10indentation fixesrizzo1-8/+8
2006-05-10prevent a warning for uninitialized variable.rizzo1-0/+1
2006-05-10 Implement new support for "meetme list <confno> concise"bweschke1-16/+31
2006-05-09implement the new sorting algorithm for extensions,rizzo1-13/+130
2006-05-09various doxygen fixeskpfleming8-29/+36
2006-05-09clear memory before passing to ASTOBJ_INITrizzo1-1/+1