summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2006-05-18adding new code should require following the formatting guidelines :-)Kevin P. Fleming
2006-05-18Allow contexts in regexten so that extensions can be added to multiple contex...Joshua Colp
2006-05-18this is not a warning, it might happen during call initializationChristian Richter
2006-05-18Fix receiving message count information from a remote IAX2 peer. (issue #7163...Joshua Colp
2006-05-17Merged revisions 27973 via svnmerge from Joshua Colp
2006-05-17Only set the RTP DTMF information of an RTP structure does indeed exist.Joshua Colp
2006-05-17Issue #7176 - Crash in expire_register (imported from 1.2)Olle Johansson
2006-05-17Adding a debug lineOlle Johansson
2006-05-17Add distinctive ring detection with Caller ID for Australia, New Zealand, and...Joshua Colp
2006-05-17fixed bug that we've lost the orginator of the call.. now we can hear to disc...Christian Richter
2006-05-17Use pointer instead of un-needed buffer. Thanks Kevin!Olle Johansson
2006-05-16mark RTP sessions that are not carrying DTMFKevin P. Fleming
2006-05-16Add option for enabling and disabling echo cancellationMatthew Fredrickson
2006-05-16Send a=recvonly when put on hold, otherwise a=sendrecv to indicate that we wa...Olle Johansson
2006-05-16Show all formats for an active SIP callOlle Johansson
2006-05-16fixed very bad memory overwrite which leaded to segfaults on some systems. re...Christian Richter
2006-05-16One sipfrag attachment is enough...Olle Johansson
2006-05-13Move WITH_SMDI from the Makefiles to be handled by menuselect. It will now beRussell Bryant
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