aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2007-07-09Merged revisions 74158 via svnmerge from qwell1-8/+8
2007-07-09Only destroy the scheduler context if it was allocated. (issue #10124 reporte...file1-2/+3
2007-07-09Few minor thread synchronization tweaks. (issue #10124 reported by gzero)file1-1/+1
2007-07-08While tracking down a bug, I need some more history. Dumphistory is very usef...oej1-0/+2
2007-07-06Merged revisions 73768 via svnmerge from russell1-1/+4
2007-07-06Merged revisions 73678 via svnmerge from russell1-2/+6
2007-07-06Merged revisions 73674 via svnmerge from mmichelson1-1/+1
2007-07-05Fix a crash in chan_sip. Don't try to stop the monitor thread if it was neverrussell1-1/+1
2007-07-05copy from the correct buffer when deferring a full framerussell1-10/+10
2007-07-05* Store the call number that a thread is processing without the full frame bitrussell1-3/+4
2007-07-05Merged revisions 73547 via svnmerge from kpfleming1-0/+3
2007-07-05Merged revisions 73466 via svnmerge from file1-0/+2
2007-07-05Make this module build for me in dev-moderussell2-3/+5
2007-07-05Merged revisions 73318 via svnmerge from file1-3/+3
2007-07-04Merged revisions 73252 via svnmerge from crichter1-0/+20
2007-07-04Merged revisions 73207 via svnmerge from crichter1-1/+6
2007-07-03Merged revisions 73004 via svnmerge from crichter1-5/+0
2007-07-02Merged revisions 72585 via svnmerge from crichter2-3/+24
2007-07-02Merged revisions 72099 via svnmerge from crichter4-34/+40
2007-07-02Merged revisions 72087 via svnmerge from crichter2-99/+68
2007-06-28Add -Wdeclaration-after-statement to AST_DEVMODE flags to catchrizzo1-1/+2
2007-06-27Make payload IDs for iLBC/Speex match to our list. Since these are dynamic pa...file1-2/+2
2007-06-27use the proper type for storing group number bits so that if someone specifie...kpfleming1-1/+1
2007-06-27Don't modify a variable that we don't want modified. Make a copy of it instead.qwell1-7/+6
2007-06-27Merged revisions 72040-72041 via svnmerge from crichter1-45/+2
2007-06-25Build a peer as well when hash323 is enabled in users.conf (issue #9599 repor...file1-0/+5
2007-06-25Minor tweak for queueing up the unhold frame... this will teach me to do bugs...file1-1/+2
2007-06-25Merged revisions 71414 via svnmerge from file1-1/+3
2007-06-25Check to make sure the channel pointer is present before queueing up an unhol...file1-1/+1
2007-06-22Merged revisions 70341 via svnmerge from crichter3-13/+30
2007-06-22Merged revisions 70672 via svnmerge from crichter2-1/+2
2007-06-22Merged revisions 70342 via svnmerge from crichter1-1/+1
2007-06-22Merged revisions 70311 via svnmerge from crichter3-22/+52
2007-06-22Merged revisions 69887 via svnmerge from crichter1-1/+7
2007-06-22Merged revisions 69053 via svnmerge from crichter1-1/+1
2007-06-22Merged revisions 68887 via svnmerge from crichter1-3/+7
2007-06-22Merged revisions 68874 via svnmerge from crichter1-7/+8
2007-06-22Fix a small typo which ... well ... completely broke chan_iax2. oops!russell1-1/+1
2007-06-21Put the thread reading from the socket back in the idle list if it deferred therussell1-0/+1
2007-06-21If a full frame is received while one of the iax2 threads is in the middlerussell1-14/+91
2007-06-20Merged revisions 70551 via svnmerge from file1-3/+1
2007-06-20Make sure we clear the previously dialed number if it did not exist.qwell1-0/+3
2007-06-20Merged revisions 70396 via svnmerge from russell1-29/+37
2007-06-19Only attempt to queue a hangup on the owner channel if it actually exists.russell1-2/+2
2007-06-19Fix a crash that could occur when handing device state changes.russell1-0/+5
2007-06-18Issue 10005 - Segfault with missing arguments, plus fix a missing define for ...tilghman1-0/+7
2007-06-18Don't count RTP timeout when involved in a T38 fax session. (issue #9222 repo...file1-1/+2
2007-06-18Merged revisions 69765 via svnmerge from file1-1/+1
2007-06-18Don't defer the BYE till later on a transfer when the transfer itself goes ka...file1-2/+4
2007-06-18Few minor transfer tweaks. We can't unlock something we never locked, and bet...file1-3/+3