aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-05-19Merged revisions 28794 via svnmerge from kpfleming1-3/+8
2006-05-19As requested by kpfleming, renaming messagecount to inboxcount and messagecou...tilghman3-3/+3
2006-05-19Clean up some chan_zap code to make it more readable. (issue #6834 reported b...file1-25/+7
2006-05-19Merged revisions 28698 via svnmerge from file1-0/+2
2006-05-19fix up a patch that did not merge properly from 1.2 ... weird russell1-6/+6
2006-05-19Adding send_text capability to chan_localoej1-0/+18
2006-05-19First stab at supporting video in chan_localoej1-2/+4
2006-05-19Add simple devicestate for chan_localoej1-0/+25
2006-05-19Formatting cleanupoej1-2/+3
2006-05-18Merged revisions 28380,28384 via svnmerge from kpfleming1-26/+105
2006-05-18add another media path reinvite 'flavor', where we will only redirect our med...kpfleming1-16/+40
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