aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-05-18adding new code should require following the formatting guidelines :-)kpfleming1-2/+2
2006-05-18Allow contexts in regexten so that extensions can be added to multiple contex...file1-5/+55
2006-05-18this is not a warning, it might happen during call initializationcrichter1-1/+1
2006-05-18Fix receiving message count information from a remote IAX2 peer. (issue #7163...file1-6/+6
2006-05-17Merged revisions 27973 via svnmerge from file1-17/+25
2006-05-17Only set the RTP DTMF information of an RTP structure does indeed exist.file1-1/+2
2006-05-17Issue #7176 - Crash in expire_register (imported from 1.2)oej1-4/+11
2006-05-17Adding a debug lineoej1-0/+2
2006-05-17Add distinctive ring detection with Caller ID for Australia, New Zealand, and...file1-5/+63
2006-05-17fixed bug that we've lost the orginator of the call.. now we can hear to disc...crichter1-3/+7
2006-05-17Use pointer instead of un-needed buffer. Thanks Kevin!oej1-3/+3
2006-05-16mark RTP sessions that are not carrying DTMFkpfleming1-1/+6
2006-05-16Add option for enabling and disabling echo cancellationmattf1-0/+10
2006-05-16Send a=recvonly when put on hold, otherwise a=sendrecv to indicate that we wa...oej1-2/+10
2006-05-16Show all formats for an active SIP calloej1-2/+3
2006-05-16fixed very bad memory overwrite which leaded to segfaults on some systems. re...crichter4-356/+123
2006-05-16One sipfrag attachment is enough...oej1-6/+0
2006-05-13Move WITH_SMDI from the Makefiles to be handled by menuselect. It will now berussell1-4/+0
2006-05-11 - The recent change to linklists.h broke the build on linux for some reason.russell1-13/+10
2006-05-11simplify determine_firstline_partsrizzo1-30/+21
2006-05-11remove last instance of add_blank_header()rizzo1-24/+0
2006-05-11remove almost all useless instances of add_blank_header() but one,rizzo1-9/+12
2006-05-11- Use systemname for realm in sip, if we have no configuration for realmoej1-1/+4
2006-05-11remove trailing spacerizzo1-1/+1
2006-05-11remove a duplicate prototyperizzo1-1/+0
2006-05-11remove duplicated code in add_headerrizzo1-2/+4
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-11Merged revisions 26760 via svnmerge from kpfleming1-1/+6
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-11- Add more and organize forward declarations (preparing for splitting up this...oej1-42/+163
2006-05-11Issue #7081 (kanoop) - use proper cause code for 480oej1-1/+1
2006-05-10and chan_iax2 gets smaller... remove the old jitterbufferkpfleming1-373/+20
2006-05-10remove some chekc sof the result of ast_mutex_lock (issue #7119, Mithraen)russell2-114/+72
2006-05-10update the ->indicate() callback for the new argumentskpfleming1-2/+2
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell3-79/+45
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...kpfleming13-29/+29
2006-05-10Allow media to go directly between IAX endpoints while signalling still markster2-35/+102
2006-05-09minor cleanups and removal of duplicate prototypeskpfleming1-32/+23
2006-05-09Make SIP early media work more efficiently without so many reinvitesmarkster1-6/+13
2006-05-09Make sure we update parameters correctly with reinvitemarkster1-2/+1
2006-05-09Make menuselect be able to show what the modules aremarkster2-3/+4
2006-05-08Issue #7103 (mikma)oej1-3/+3
2006-05-08- Issue 7101 (mikma) - Don't crash with no From: header in pedantic modeoej1-28/+33
2006-05-08Merged revisions 25563 via svnmerge from bweschke1-1/+4