summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2006-05-11 - The recent change to linklists.h broke the build on linux for some reason.Russell Bryant
2006-05-11simplify determine_firstline_partsLuigi Rizzo
2006-05-11remove last instance of add_blank_header()Luigi Rizzo
2006-05-11remove almost all useless instances of add_blank_header() but one,Luigi Rizzo
2006-05-11- Use systemname for realm in sip, if we have no configuration for realmOlle Johansson
2006-05-11remove trailing spaceLuigi Rizzo
2006-05-11remove a duplicate prototypeLuigi Rizzo
2006-05-11remove duplicated code in add_headerLuigi Rizzo
2006-05-11simplify init_req()Luigi Rizzo
2006-05-11cleanup init_resp with proper variable names and arguments.Luigi Rizzo
2006-05-11staticize a variable.Luigi Rizzo
2006-05-11replace list unlinking with UNLINK macroLuigi Rizzo
2006-05-11simplify sip_pretend_ack also removing a bug in the existingLuigi Rizzo
2006-05-11Merged revisions 26760 via svnmerge from Kevin P. Fleming
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-11- Add more and organize forward declarations (preparing for splitting up this...Olle Johansson
2006-05-11Issue #7081 (kanoop) - use proper cause code for 480Olle Johansson
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-10update the ->indicate() callback for the new argumentsKevin P. Fleming
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...Kevin P. Fleming
2006-05-10Allow media to go directly between IAX endpoints while signalling still Mark Spencer
2006-05-09minor cleanups and removal of duplicate prototypesKevin P. Fleming
2006-05-09Make SIP early media work more efficiently without so many reinvitesMark Spencer
2006-05-09Make sure we update parameters correctly with reinviteMark Spencer
2006-05-09Make menuselect be able to show what the modules areMark Spencer
2006-05-08Issue #7103 (mikma)Olle Johansson
2006-05-08- Issue 7101 (mikma) - Don't crash with no From: header in pedantic modeOlle Johansson
2006-05-08Merged revisions 25563 via svnmerge from BJ Weschke
2006-05-08woohoo asterdevcon first commit, adds feature to Matt O'Gorman
2006-05-08in PTMP TE we should set the free state for the B-Channel if we ignore an inc...Christian Richter
2006-05-06Merged revisions 25123 via svnmerge from Russell Bryant
2006-05-05document the return value of gettag()Russell Bryant
2006-05-05fix the return value of gettag() to only return the pointer to the providedRussell Bryant
2006-05-05Added option far_alerting. This option makes it possible to generate a Ringin...Christian Richter
2006-05-03 Provide the ability to adjust txgain/rxgain on a channel level via the CHANN...BJ Weschke
2006-05-03Update chan_iax2 to use linkedlists.h for users and peers. Modify the way get...Joshua Colp
2006-05-03Issue #7074 - Problem with long contact linesOlle Johansson
2006-05-02use set_callerid to update callerid with prefixChristian Richter
2006-05-02returning 128 emtpy Frames instead of null frame. Christian Richter
2006-05-01Don't return stack pointers from functions (especially since the code will at...Tilghman Lesher
2006-05-01move some code used only --with-pri in the properLuigi Rizzo
2006-04-30use proper method of detecting OSS support on Linux and FreeBSDKevin P. Fleming
2006-04-30Merged revisions 23705 via svnmerge from Kevin P. Fleming
2006-04-30Merged revisions 23673 via svnmerge from Kevin P. Fleming
2006-04-30remove unusable MFC/R2 supportKevin P. Fleming
2006-04-29added an up-queue message mechanism to avoid buffer fillups in the kernel, al...Christian Richter