aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-05-22more constificationsrizzo1-16/+16
2006-05-22various constification of function arguments to prevent erroneousrizzo1-8/+8
2006-05-22the msg argument of the various transmi_response*() functions is const.rizzo1-6/+6
2006-05-22mark const the 'header' argument of gettagrizzo1-2/+2
2006-05-22mark const the source of copy_requestrizzo1-2/+2
2006-05-22fix indentation to make a table more readablerizzo1-14/+14
2006-05-22simplify register_peer_exten() removing some duplicated code.rizzo1-15/+15
2006-05-22use strsep() to trim away ;xxx from SIP messages.rizzo1-41/+16
2006-05-22use a more compact method to trim the trailing ;... from SIP lines.rizzo1-9/+5
2006-05-22annotate const parameters of copy_header()rizzo1-2/+2
2006-05-22src is const in parse_copy()rizzo1-2/+2
2006-05-22minor logic simplification in get_sip_pvt_byid_locked()rizzo1-13/+12
2006-05-22simplify logic in function create_addr()rizzo1-13/+7
2006-05-22simplify logic in realtime_peer(), removing an unnecessaryrizzo1-7/+5
2006-05-21strcmp() is the right function to use here, not strncmp().rizzo1-6/+3
2006-05-20fix the possibility of writing one byte past the end of a buffer.russell1-3/+4
2006-05-20Merged revisions 28896 via svnmerge from kpfleming1-445/+445
2006-05-19attributes need trailing CR-LFkpfleming1-2/+2
2006-05-19allow chan_h323 to build (issue #7006, casper)russell1-1/+3
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