aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2010-03-25Improve handling of T.38 re-INVITEs that arrive before a T.38-capablekpfleming2-56/+132
2010-03-25remove unneeded explicit channel in dahdi ioctlstzafrir1-17/+13
2010-03-23Change per-file debug and verbose levels to be per-module, the waykpfleming1-0/+5
2010-03-20Use SHRT_MAX instead of MAXSHORT.russell1-3/+2
2010-03-15Tell the RTP engine API about the initial read and write format.russell1-0/+5
2010-03-15THIS IS NOT PYTHON. Indentation doesn't matter, only braces do.tilghman1-6/+21
2010-03-12Only change the RTP ssrc when we see that it has changedtwilson5-21/+22
2010-03-12add missing mfcr2_skip_category settingmoy1-0/+2
2010-03-12Doxegen this chan_dahdi lock.rmudgett1-1/+1
2010-03-11Minor tweaks and comment updates to chan_dahdi.rmudgett2-3/+10
2010-03-10Simplified dahdi_request() channel selection failed reason/cause code.rmudgett5-31/+21
2010-03-10Reduce the amount of database access for HAVE_PRI_SERVICE_MESSAGES.rmudgett3-125/+113
2010-03-07Clean transmit_* for start/stop media transmission mvanbaak1-42/+33
2010-03-07Cleanup transmit_callstate handling mvanbaak1-117/+132
2010-03-06Fix a crash in SIP blind transfer handling found by an automated external test.russell1-0/+9
2010-03-05Fix up some of chan_sip's usage of the RTP engine API.russell1-3/+43
2010-03-03Removed cdrflags from ast_channel structure.rmudgett2-4/+0
2010-03-03Merged revisions 250480 via svnmerge from jpeeler2-1/+22
2010-03-03Merged revisions 250394 via svnmerge from dvossel1-3/+8
2010-03-03Add new config option to control AMI alarm event reporting in chan_dahdi.jpeeler1-17/+80
2010-03-03fixes signed to unsigned int comparision issue for FaxMaxDatagram value.dvossel1-1/+1
2010-03-02fixes adaptive jitterbuffer configurationdvossel14-11/+25
2010-03-02fix asterisk setting of pritimers from chan_dahdi.confalecdavis1-4/+5
2010-03-01Cleanup display_*message functions.mvanbaak1-70/+64
2010-03-01fix endianes issues in chan_skinnymvanbaak1-22/+24
2010-03-01Merged revisions 249536 via svnmerge from jpeeler1-38/+2
2010-02-27overlap receiving: automatically send CALL PROCEEDING when dialplan startsalecdavis1-0/+12
2010-02-27Merged revisions 249234 via svnmerge from kpfleming1-0/+1
2010-02-26Merged revisions 249100 via svnmerge from mmichelson1-0/+2
2010-02-24Also kill the .i files, or else the build process will not recreate them, whe...tilghman1-1/+1
2010-02-23Merged revisions 248396 via svnmerge from dvossel1-19/+53
2010-02-22Move the REF_DEBUG comment higher in the include list.mmichelson1-13/+12
2010-02-21Cleanup transmit_* functions, part 1mvanbaak1-56/+47
2010-02-19mfcr2 issue 0016844 - Fix portability bit fields and make mfcr2_immediate_acc...moy1-10/+10
2010-02-19handle_request_invite revise comment, fix coding guideline issuesdvossel1-21/+19
2010-02-19Merged revisions 247910 via svnmerge from rmudgett1-31/+5
2010-02-18If the peer record is from realtime, it could be set to 0, due to MySQL not r...tilghman1-1/+6
2010-02-17Make all of the various rtpqos parameters in this branch available from the C...tilghman8-184/+603
2010-02-16Change the blanket rules to delete .lastclean on all CFLAGS menuselect target...tilghman1-3/+3
2010-02-16Allow Timer B to be set on the peer, and ensure SIP rules are followed (or wa...tilghman1-17/+51
2010-02-15Restore triedtopribridge flag code removed in -r211197.rmudgett1-1/+3
2010-02-15chan_sip parse code refactoring plus two new unit testsdvossel4-100/+294
2010-02-12fixes areas where port should be removed from domain during parsingdvossel1-4/+4
2010-02-11fixes some test description formatting inconsistencies so log file looks nicedvossel2-6/+6
2010-02-10additional parse_uri test and documentationdvossel2-1/+16
2010-02-10Change channel state on local channels for busy,answer,ring.jpeeler1-0/+39
2010-02-09Various updates to the unit test API.russell2-87/+73
2010-02-09fixes a merging error for the iaxs and iaxsl off by one fixdvossel1-1/+1
2010-02-09Merged revisions 245792 via svnmerge from dvossel1-2/+2
2010-02-09This commit removes an extra newline in T.38 generated SDP packets. This bug ...mnicholson1-2/+0